/*!
Theme Name: Workhub Complete
Theme URI: http://underscores.me/
Author: Will Ruiz
Author URI: http://underscores.me/
Description: This theme manage both front and backend of workhub
Version: 1.1.5
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: workhub
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Workhub Complete is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Page Margins
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
#Fonts

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	========================================================================== */
.muted{
	color: #BCBCBC;
}
.list-line{
text-decoration-line: line-through;
}
	
.whmobile.cart-dotter {
    padding: 35px;
    position: relative;
    margin: 10px -35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    background-color: #f6f6f6;
}

.cart-sub-dotter {
    position: absolute;
    bottom: -1px;
    left: 35px;
    right: 35px;
    border-bottom: 3px solid #ec6941;
    display: flex;
    justify-content: space-between;
}

.mobile-cart-dot {
    border: 2px solid #ec6941;
    width: 32px;
    height: 32px;
    margin-bottom: -18px;
    border-radius: 100%;
    background-color: white;
}

.whorange {
    background-color: #ec6941;
}  

.wp-block-lazyblock-banner-block .whdesktop{
	border-radius:28px;
	margin-top:24px;
	display:flex !important;
}

.mobile-nav li.lang-switcher:hover {
    background-color: transparent !important;
    cursor: pointer;
}

#mobile-menu .lang-switcher {
    display: flex;
    height: 60px;
    margin-bottom: 20px;
    overflow: initial;
    margin-top: 30px;
    width: 100%;
}

#mobile-menu .lang-switcher img {
    height: 100%;
    width: auto;
    margin-right: 20px;
}

#mobile-menu .lang-switcher a {display: flex;align-items: center;}

#mobile-menu .lang-switcher h4 {
    font-family: 'Geomanist';
    font-weight: 100;
	margin:0px;
}

.wc-backward{
	display:none !important;
}

#checkout-third input{
	background-color: #E5EEF9;
	height: 40px;
}

#wc-stripe-cc-form .form-row-first{
	float: left;
    width: 49%;
}

.woocommerce-checkout-review-order-table, #payment > div, #mailpoet_woocommerce_checkout_optin_field, #stripe-payment-data > p, #payment > ul > li > label{
	display: none!important;
}

.wc-saved-payment-methods{
	padding:0px !important;
}

.payment_box.payment_method_stripe, #payment {
    background-color: transparent !important;
    padding: 0px !important;
    margin: 0px !important;
    border: 0px !important;
}

ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods {
    display: flex !important;
	justify-content: space-between;
}

div#stripe-card-element, #stripe-exp-element, #stripe-cvc-element {
    border-radius: 3px;
    background-color: #E5EEF9;
	padding:10px;
}

ul.wc_payment_methods.payment_methods.methods {
    padding: 0px !important;
}

fieldset#wc-stripe-cc-form {
    width: 70%;
}

#payment .form-row.form-row-last {
    padding-right: 0px !important;
}

#wc-stripe-cc-form .form-row.form-row-wide {
    margin: 0px !important;
    padding: 0px !important;
}

#wc-stripe-cc-form .form-row {
    padding-left: 0px !important;
}

ul.wc_payment_methods.payment_methods.methods {
    border: 0px !important;
}

.woocommerce-checkout #payment div.payment_box::before {
    border: 0px !important;
}

#payment{
	background-color:transparent;
}

#wc-stripe-cc-form label{
	display: none !important;
}

#wc-stripe-cc-form .form-row-last{
	float: right;
    width: 49%;
}

.woocommerce-billing-fields__field-wrapper {
    width: 70%;
}

.woocommerce-billing-fields > h3{
	margin-bottom:20px;
}

p#billing_city_field {
    width: 49%;
    overflow: visible;
    float: left;
}

#billing_country_field span.select2-selection.select2-selection--single {
    height: 40px;
	background-color: #E5EEF9;
}

.select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__rendered{
	margin-top:5px;
}

.woocommerce form #checkout-second label {
    display: none!important;
}

.woocommerce form #checkout-second input ::placeholder{
	color: #333333;
}

#checkout-second .form-row-last, #checkout-second .form-row-first{
	width:49% !important;
}

.woocommerce form #checkout-second input {
    background-color: #E5EEF9;
    height: 40px;
    color: black;
}

.whinverted{
	transform: scale(1, -1);
}

div#checkout-footer {
	z-index:99;
    background-color: #f8f8f8;
    position: absolute;
    left: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    height: 150px;
    align-items: center;
}

div {}

#checkout-footer > div {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 50px;
}

#checkout-footer > img {
    height: 30px;
}

#checkout-footer > div > :first-child {
    border-radius: 100%;
    border: solid #ec6941;
    color: #ec6941;
    height: 28px;
    display: flex;
    justify-content: center;
    width: 28px;
    margin: 10px;
}

#failpanel{
	display:none; 
	background-color:lightgrey; 
	border-radius:10px; 
	min-width:100%; 
	min-height:100%; 
	display:flex; 
	justify-content:center; 
	align-items:center;
}

.entry-content {}
.meetingroomrow > div:nth-child(2) {
    display: flex;
}

.meetingroomrow > div:nth-child(2)> :first-child {
    flex-basis: 66%;
    height: 300px;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
}

.meetingroomrow > div:nth-child(2)> :nth-child(2) {
    flex-basis: 33%;
    padding-left: 35px;
}

.meetingroomrow > div:nth-child(2)> :nth-child(2)> :nth-child(2), .meetingroomrow > div:nth-child(2)> :nth-child(2)> :nth-child(4) {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.meetingroomrow h2 {
    margin-bottom: 0px;
}

.meetingroomrow > div:nth-child(2)> :nth-child(2)> :nth-child(5) {
    display: flex;
}

.meetingroomrow > div:nth-child(2)> :nth-child(2)> :nth-child(5) > select {
    margin: 0px 5px;
}

.meetingroomrow > div:nth-child(2)> :nth-child(2)> :nth-child(6) {
    padding: 15px 5px;
}

.meetingroomrow > div:nth-child(2)> :nth-child(2)> :nth-child(4) {
    padding-right: 35px;
}

.meetingroomrow > div:nth-child(3) {
    display: flex;
}

.meetingroomrow > div:nth-child(3) > :first-child {
    flex-basis: 66%;
}

.meetingroomrow > div:nth-child(3) button {/* margin: auto; */}

.meetingroomrow > div:nth-child(3) > :last-child {
    flex-basis: 33%;
    text-align: center;
}

.meetingroomrow {
    border-bottom: 3px solid gray;
    margin-bottom: 40px;
}

.meetingroomrow h4 {
    margin-bottom: 5px;
}

.datepicker-panel>ul>li {
    background-color: transparent !important;
}

li.picked {
	border: solid 2px #ec6941 !important;
    color: black !important;
    font-weight: bold;
}

select#date {
    pointer-events: bounding-box;
}

.datepicker-panel ul:nth-child(1) li:nth-child(2) {
    font-weight: bold;
}

.datepicker-container.datepicker-inline {
    background-color: transparent;
	margin-right:10px;
}

.datepicker-panel ul:nth-child(1) li:nth-child(2) {}

.datepicker-panel>ul:nth-child(3)>li:hover {
    border: solid 2px grey;
    /* margin-top: -2px; */
    /* padding-bottom: 20px; */
}

.datepicker-panel>ul:nth-child(3)>li.disabled:hover {
    border: none;
}

.meetingCalendar > :last-child button:hover {
    background-color: black;
    color: white;
    border-color: black;
}

.datepicker-panel>ul.days>li:hover {
    border: 2px solid #ec6941;
}

.datepicker-panel>ul>li {
    border-radius: 100%;
}

.datepicker-panel>ul>li:hover.disabled {
    border: none;
}

.meetingCalendar {
    display: flex;
    position: absolute;
    background-color: #f6f6f6;
    margin-left: -570px;
    max-width: 850px;
    border-radius: 8px;
    padding-bottom: 20px;
}

.datepicker-panel>ul[data-view=week]>li {
    font-weight: bold;
}

.datepicker-top-left {
    display: none !important;
}

.meetingCalendar > :last-child {
    display: flex;
    flex-wrap: wrap;
    max-width: 650px;
	    padding-bottom: 20px;
	    padding-top: 40px;
    border-left: 2px solid black;
    padding-left: 35px;
}

.meetingroomrow > div > div > div> button {
    width: 100%;
    border-radius: 6px;
    background-color: transparent;
    height: 36px;
    border: 1px solid darkgrey;
    color: black;
    padding: 0px 15px;
    text-align: left;
}

.meetingCalendar > :last-child button {
    height: 46px;
    padding: 7px;
    background-color: transparent;
    border-color: #ec6941;
    margin: 5px;
    color: #ec6941;
}



.d-flex{
	display:flex;	
}

.d-flex h1 {
    color: #ec6941;
	margin-top:0px;
	margin-left:15px;
}

.location-archive-block {
    display: flex;
	align-items: start;
}

.locations-map img.locationActive{
	transform:scale(1.5);
}

.locations-map img.locationActive{
	transform:scale(1.5);
}

.locations-map-info > div.locationActive{
	display:flex;
}

.locations-map-info > div{
	display:none;
}

.locations-map-info > div {
	flex-direction: column;
    padding: 35px;
}

.locations-map-info > div > div:last-child {
    flex-wrap: wrap;
	justify-content: flex-start;
}

.locations-map-info > div > div:last-child > div {
    width: 30%;
	display: flex;
    align-items: center;
    padding: 5px;
}

.locations-map-info > div > div:last-child > div:last-child{
	width:60%;
}

.locations-map-info > div > div {
    display: flex;
    justify-content: space-between;
    min-width: 100%;
}

.location-archive-card.locationActive{
	border: solid #ec6941 2px;
	border-radius:8px;
}

.location-archive-block > div:last-child {
    min-width: 628px;
}

.location-archive-block > div:first-child {
    flex-basis: 100%;
	flex-wrap: wrap;
    display: flex;
}

.location-archive-card {
    width: 150px;
    margin: 5px;
    height: 220px;
	cursor:pointer;
}

.locations-map-info{
	width:628px;
	height:260px;
	background-color: #f8f8f8;
    margin-top: 30px;
    border-radius: 8px;
}

.location-archive-card > div:first-child {
    height: 190px;
	border-radius: 8px 8px 0px 0px;    
	background-size: cover;
    background-position: center;
}

.location-archive-card > div:nth-child(2) {
    background-color: #f8f8f8;
    text-align: center;
    max-height: 30px;
	border-radius: 0px 0px 8px 8px;
}

.locations-map {
    background-position: center;
    background-size: cover;
    min-width: 628px;
    min-height: 339px;
	position: relative;
}

.locations-map img{
	position:absolute;
}

#location-page > h4 {
    margin-top: 20px;
}

.d-flex img {
    height:45px;
}
#location-page{
	margin:35px;
}

.bfridaypopup{
	display:none !important;
}

#officespace-popup > div > h4{
	overflow:initial !important;
	margin-bottom:0px;
}
	
#os-popup-img1, #os-popup-img2{
	height: 50%;
    margin: 10px;
    background-size: 100% auto;
    background-position: center;
} 	

#officespace-popup > div > :last-child{
	position:absolute;
	bottom:35px;
	width:180px;
	margin:auto;
	margin-left:135px;
}

#os-popup-div > div > div{
	display: flex;
    align-items: center;
	color: #ec6941;
}

#os-popup-div > div > div > img{
	margin-right:10px;
}

#os-popup-div > div > :first-child > :first-child{
	font-weight:700;
}

#os-popup-div > div > :first-child > :last-child{
	color: #65D935;
}

#os-popup-div > div > :first-child{
	align-items:baseline;
	display:flex;
	flex-direction:column;
	color: black;
}

#os-popup-div > div{
	display: flex;
    justify-content: space-around;
}
	
#officespace-popup > div{
	width: 550px;
    margin: auto;
    display: flex;
    background-color: aliceblue;
    border-radius: 8px;
    padding: 35px;
	padding-bottom:80px;
    flex-direction: column;
    height: 95%;
}
	
.officespaces-floors > div > :first-child{
	cursor: pointer;
}
	
#officespace-popup{
	display:none;
	width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #0000008f;
    z-index: 999;
}



/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	 outline:none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Page Margins
--------------------------------------------- */

.site {
	width: 100%;
}


#content-div {
	padding: 50px 25px 0px;
	max-width: 1200px;
	margin:auto;
}

@media screen and (min-width: 37.5em) {
	#content-div {
		padding: 0px 80px;
	}
}

#site-navigation-desktop a:hover{
	color:black !important;
}


/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: SourceSansPro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Geomanist, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

h2, h1{
	margin-top: 0px;
	font-family: "Geomanist-Bold";
	font-size: 40px;
	font-weight: 700;
	line-height: 36px;
	color: #ec6941;
}

h3{
	margin: 0px;
    color: #ec6941;
    font-size: 16px;
    font-family: Geomanist;
	 color: #ec6941;
	font-weight: 400;
	line-height: 24px;
}

h4{
	margin-top: 0px;
	line-height: 30px;
	font-size: 28px;
	margin-bottom:20px;
	font-family: Geomanist-Bold;
	max-height:0px;
	overflow: hidden;
}

.wh-noanim{
	max-height:180px;
}

h5{
	font-family: Geomanist-Bold;
	font-size: 25px;
	font-weight: 700;
	line-height: 36px;
	margin: 0px 0px 35px;
}

h6{
	font-family: Geomanist;
	font-size: 20px;
	margin: 0px 0px 25px;
	color: black;
	font-weight: 400;
	line-height: 30px;
}

h7{
	font-family: Geomanist;
	font-size: 25px;
	font-weight: 400;
	line-height: 36px;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: black;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #EC6941;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 24px;
	border: solid 1px ;
	background: #ec6941;
	padding: 10px;
	font-size: 16px;
	font-family: Geomanist;
	color: white;
	cursor: pointer;
	min-width: 180px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: black;
	background-color: black;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #ec6941;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea, select {
	color: black;
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	padding: 5px;
	width: 100%;	
	background: transparent;
	margin-bottom: 10px;
	padding-left: 12px;
	outline: none;
	font-family: Geomanist;
	font-size: 16px;
	font-weight: 400;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
textarea::placeholder, select::placeholder {
	color: #c0c0c0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus, select:focus {
	border-color: #ec6941 !important;
	color: black;
}


textarea {
	width: 100%;
}


.black-button{
	color: white;
	background-color: black;
}

.orange-button{
	color: white;
	background-color: #ec6941;
}

.orange-button :hover{
	border-color: black !important;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.top-separator{
	border-top: 1px solid black;
}

.separator{
	height: 2px;
	background: black;
	width:0%;
}

.lefttoright{
	opacity: 0;
}

@media screen and (min-width: 37.5em) {
	.whmobile{
		display: none !important;
	}
}

form.first-checkout div:nth-child(4) > div:first-child > div > div > h3 {
		
	}
	
form.first-checkout div:nth-child(4) > div:first-child > div > div > div:last-child {
	display: block !important;
}

form.first-checkout div:nth-child(4) > div:first-child > div > div:last-child > div:first-child{
	display:none !important;
}

p#hearFrom_field {
    float: right;
    width: 28%;
    position: absolute;
    right: 0px;
    top: 44px;
}

select#hearFrom {
    height: 85px;
    border: #ec6941 2px solid;
    background-color: #f8f8f8;
	white-space: break-spaces;
}

.woocommerce-billing-fields {
    position: relative;
}

.workhub-white-card ul {
    margin-left: 0px;
}

input#billing_email {
    width: 190% !important;
}

@media screen and (max-width: 37.45em) {
	select#mailPref {
		height: auto !important;
	}

	p#mailPref_field {
		position: unset !important;
		width: 100% !important;
		margin-top: -50px !important;
	}
	.featured-product{
		margin:15px 0px !important;
	}
	p#hearFrom_field {
		position: inherit;
		width: 100%;
		float: inherit;
	}
	
	input#billing_email {
		width: 100% !important;
	}

	select#hearFrom {
		height: auto;
		border: #ec6941 2px solid;
		background-color: #f8f8f8;
	}
	.whdesktop{
		display: none !important;
	}
	#truepanel > div:last-child {
		display: flex !important;
		position: fixed;
		bottom: 0;
		left: 0px;
		right: 0px;
		padding: 30px;
		background-color: #f6f6f6;
		z-index: 9999;
	}

	div#checkout-footer {
		display: none;
	}

	#truepanel > div {
		display: none;
	}

	form.first-checkout div:nth-child(4) > div:first-child > div > div > h3 {
		display: none;
	}
	
	form.first-checkout div:nth-child(4) > div:first-child > div > div > div:last-child {
		display: block !important;
	}

	form.first-checkout div:nth-child(4) > div:first-child, #checkout-last{
		border: 0px !important;
		min-width: 100%;
		flex-basis: 100%;
		padding: 0px !important;
	}
	
	#checkout-last > div:last-child{
		margin-right: 0px !important;
	}
	
	#thanks{
		border:none !important;
	}
	
	form.first-checkout div:nth-child(4) > div:first-child > h3 {
		display: none;
	}

	form.first-checkout div:nth-child(4) {
		border: none !important;
	}

	form.first-checkout div:nth-child(4) > div:first-child > div > div:last-child > div:first-child {
		display: none !important;
	}

	form div:nth-child(4) > div:first-child > div > div:last-child > a > div > img {
		height: 26px !important;
	}
	
	div#checkout-second, div#checkout-third{
		padding: 0px !important;
		border: 0px !important;
		min-width: 100%;
	}
	
	#checkout-form > div:first-child{
		border:0px !important;
	}
	
	.woocommerce-billing-fields__field-wrapper{
		width:100%;
	}
	
	#checkout-second .form-row-last, #checkout-second .form-row-first {
		width: 100% !important;
	}
}

.wp-block-embed-youtube{
	text-align: center;
}

.wp-block-embed-youtube > div > iframe{
	 border-radius: 6px;
}

@media screen and (min-width: 37.5em) {
	.entry-content > p:nth-child(3), #primary > div > p:nth-child(3), .entry-content > p:nth-child(2), #primary > div > p:nth-child(2){
		max-width: 80%;
	 }
}

.entry-content > p:nth-of-type(1), #primary > div > p:nth-of-type(1), article > header > p:nth-of-type(1){
	font-family: Geomanist;
	font-size: 25px;
	font-weight: 400;
	line-height: 36px;
}

p.whmobile.main-intro{
	font-family: Geomanist;
	font-size: 25px;
	font-weight: 400;
	line-height: 36px;
}

article > header > p:nth-of-type(1){
	margin-top: -25px;
}


.dot{
	border-radius:15px;
	height: 15px !important;
	width: 15px !important;
	margin: 5px;
	background: #ec6941;
	opacity: 0.3;
}

.rank{
	width: 0px;
	margin: 3px;
}
.landing-carder{	display: flex;	justify-content: space-evenly;	margin: 35px;	flex-wrap: wrap;}.landing-carder > :nth-child(1){	background: #e5eef9;}.landing-carder > :nth-child(2){	background: #fbe8f2;}.landing-carder > :nth-child(3){	background: #f7f2f9;}.landing-carder > :nth-child(4){	background: #f7f5e6;}.landing-card > h4{	margin-bottom:2px;}
.landing-card{	margin-bottom: 20px;    flex-basis: 32%;    padding: 30px;    border-radius: 8px;    position: relative;    text-align: left;	min-height: 335px;}.landing-card > div > span{    color: #c0c0c0;	font-weight: 400;}
.landing-card > div{    display: flex;    align-items: baseline;}
.landing-card > a{	position: absolute;    bottom: 30px;    left: 30px;}
/* Contact form pop up
--------------------------------------------- */
#contactform-popup{
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: flex;
	justify-content: center;
	padding-top: 30px;
	z-index: 9;
	display: none;
}

#contactform-popup > #container{
	background: #f7f2f9;
	display: flex;
	border-radius: 6px;
	width: 420px;
}

#contactform-popup > #container > :first-child{
	display: none;
	background-size: auto 100%;
	background-position: center;
	flex-basis: 40%;
	height: 100%;
	border-radius: 6px 0px 0px 6px;
}

#contactform-popup > #container > :last-child{
	padding: 30px;
}

#contactform-popup .bold-contact{
	font-family: Geomanist-Bold;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	margin-top: 40px;
	margin-bottom: 0px;
	
}

#contactform-popup > #container img{
	float: right;
	cursor: pointer;
}

#contactform-popup > #container p{
	margin-top: 0px;
}

#contactform-popup > #container .black-button{
	width: 100%;
	margin-top: 35px;
	margin-bottom: 20px;
}

#contactform-popup > #container form a{
	color: #ec6941;
}

#contactform-popup > #container form{
	margin-top: 25px;
}

#contactform-popup #contact-lateral{
	display: flex !important;
}

#contactform-popup #contact-lateral > :last-child, .bold-contact{
	padding-right: 30px;
}

#contactform-popup #contact-lateral > a{
		display: none;
}

#contactform-popup #contact-lateral> div > a{
	text-decoration: none;
}


@media screen and (min-width: 37.5em) {
	#contactform-popup #contact-lateral > a{
		display: block;
		margin-top: 23px;
	}
	
	#contactform-popup #contact-lateral > :first-child > :last-child{
		display: none;
	}
	
	#contactform-popup{
		align-items: center;
		
	}
	
	#contactform-popup > #container{
		width: 1000px;
		height: 650px;
	}
	
	#contactform-popup > #container > :first-child{
		display: block;
		min-width: 400px;
		align-self: 100%;
		margin-right: 15px;
	}
	
	#contactform-popup .black-button{
		width: 35% !important;
	}
	
	#contactform-popup form input, #contactform-popup form select{
		width: 48%;
	}

	#contactform-popup form > :nth-child(5){
		width: 100%;
	}

	#contactform-popup form{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	#contactform-popup form > :last-child{
		width: 80%;
		font-family: "Source Sans Pro";
		font-size: 12px;
		font-weight: 400;
		line-height: 16px;
	}
	
}




/* Login Cards
--------------------------------------------- */
.login-card{
	border-top: 15px solid;
	border-radius: 6px;
	padding: 35px;
	background: #f8f8f8;
}

.login-card > p{
	height: 60px;
	font-family: "SourceSansPro";
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.login-card > form > div a{
	color: #ec6941;
}

.login-card > form > div{
	display: flex;
	justify-content: space-between;
	font-family: "SourceSansPro";
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 50px;
}

.login-card > form{
	margin-bottom: 20px;
}


/* Meeting Rooms
--------------------------------------------- */

#meetingroom-footer{
	margin-top: 120px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#meetingroom-footer > :first-child{ 
	background: #f7f2f9;
}

#meetingroom-footer > :last-child{ 
	background: #e5eef9;
}

#meetingroom-page .meeting-room{
	margin-bottom: 70px;
}

.wp-block-lazyblock-specific-meeting-room{
	margin: 30px;
}

.meeting-room{
	display: flex;
	padding-top: 35px;
	justify-content: space-between;
}

.meeting-room > :first-child{
	flex-basis: 32%;
	height: 280px;
	background-position: center;
	background-size: auto 100%;
	border-radius: 8px;
}

.meeting-room > :last-child{
	width: 65%;
}

.meeting-room > :last-child > :first-child{
	display: flex;
	justify-content: space-between;
}

.meeting-room > :last-child > :first-child > :first-child > :first-child{
	font-family: Geomanist;
	font-size: 25px;
	font-weight: 700;
	line-height: 36px;
}

.meeting-room > :last-child > :first-child > :first-child > :nth-child(2){
	color: #c0c0c0;
	font-family: "SourceSansPro";
	font-size: 13px;
	font-weight: 400;
	line-height: 12px;
}

.meeting-room > :last-child > :first-child > :first-child{
	width: 50%;
}


.meeting-room > :last-child > :first-child > :last-child{
	align-content: end;
	display: flex;
	flex-wrap: wrap;
	width: 40%;
	margin-top: 8px;
}

.meeting-room > :last-child > :first-child > :last-child > div{
	flex-basis: 32%;
}

.meeting-room > :last-child > :first-child > :last-child > div > :first-child{
	color: #ec6941;
	font-family: Geomanist;
	font-size: 25px;
	font-weight: 700;
	line-height: 36px;
}

.meeting-room > :last-child > :first-child > :last-child > div > :last-child{
	color: #c0c0c0;
	font-family: Geomanist;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.meeting-room > :last-child > :first-child > :last-child > :first-child{
	font-family: "SourceSansPro";
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	height: 40px;
	flex-basis: 100%;
}

.meeting-room > :last-child > :last-child p{
	font-family: "SourceSansPro";
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

.meeting-room form{
	display: flex;
}

.meeting-room form input, .meeting-room form select{
	margin: 10px;
}

.meeting-room input[type="date"]::-webkit-calendar-picker-indicator {
	margin-left: -18px;
}


@media screen and (max-width: 37.45em) {
	.sub-menu{
		background-color: black !important;
		box-shadow: none !important;
		padding-left:25px !important;
	}
	
	.meeting-room{
		flex-direction: column;
	}
	
	.meeting-room form{
		flex-direction: column;
	}
	
	.meeting-room form input, .meeting-room form select{
		padding: 15px;
	}
	
	.meeting-room form :last-child{
		margin-top: 30px;
		padding-top: 14px;
		padding-bottom: 14px;
	}
	
	.meeting-room form input, .meeting-room form select{
		margin: 10px 0px 10px;
	}
	
	.meeting-room > :last-child{
		width: 100%;
	}
	
	.meeting-room > :last-child > :first-child > :last-child{
		width: 100%;
	}
	
	.meeting-room > :last-child > :first-child > :first-child{
		width:100%;
	}
	
	.meeting-room > :last-child > :first-child{
		flex-direction: column;
	}
	
	.meeting-room > :first-child{
		flex-basis: 280px;
		min-width: 100%;
		height: 280px;
		margin-bottom: 20px;
	}
}


/* Contact Page
--------------------------------------------- */
.fullwidth-contact > :first-child{
	background-color: #f8f8f8;
	border:0px !important;
	border-radius: 6px;
}

.fullwidth-contact form > :nth-child(4){
	margin-top: 40px !important;
}

.fullwidth-contact input{
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.fullwidth-contact > :last-child{
	background-color: transparent !important;
	border-top:1px solid black !important;
	border-radius: 0px !important;
	margin-top: 0px !important;
}



/* Partners Page
--------------------------------------------- */
#partners-cards > :first-child{
	color: #ec6941;
	font-family: Geomanist;
	font-size: 32px;
	font-weight: 700;
	line-height: 36px;
	text-align: center;
	width: 100%;
	margin: 60px 0px;
}

#partners-cards > :last-child{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#partners-cards > :last-child > div{
	width: 180px;
	height: 275px;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	padding: 30px;
	margin: 15px;
}

#partners-cards > :last-child > div > :nth-child(2){
	font-family: Geomanist;
	font-size: 25px;
	font-weight: 700;
	line-height: 36px;
	text-align: center;
	margin: 15px auto 50px;
}

#partners-cards > :last-child > div > :nth-child(3){
	font-family: Geomanist;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
}

#partners-cards > :last-child > div > :nth-child(4){
	color: #ec6941;
	font-family: Geomanist;
	font-size: 20px;
	font-weight: 700;
	line-height: 36px;
	margin-top: 10px;
}

#partners-contact{
	width: 110px;
    padding: 8px;
    align-items: center;
    justify-content: center;
    display: flex;
}

#partners-contact > div{
	flex-basis: 48%;
	padding: 35px;
}

#partners-contact > :first-child{
	border-top: 1px solid grey;
}


#partners-contact > :last-child{
	border-radius: 6px;
	background: #f8f8f8;
}

#partners-contact input[type='submit']{
	margin: 40px 0px 0px;
}

#partners-contact form > div{
	display: flex;
	justify-content: space-between;
}

#partners-contact form > div > input{
	width: 48%;
}

#partners-contact ol {
	list-style-type: none;
	counter-reset: li;
	margin-left: 0px;
	padding-left: 0px;
	font-family: Geomanist;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}

#partners-contact li:before {
	counter-increment: li;
	content: counter(li, decimal-leading-zero)'.';
	color: #ec6941;
	margin-right: 0.25em;
}

#partners-info{
	margin: 120px 0px;
	display: flex;
	justify-content: space-between;
}

#partners-info > :first-child{
	border-radius: 8px 0px 0px 8px;
	min-width: 380px;
	background-size: auto 100%;
	background-position: center;
	height: 575px;
}

#partners-info > :last-child{
	border-top: 1px solid grey;
	margin-left: 40px;
	padding: 30px;
}

#partners-info > :last-child > p{
	font-family: Geomanist;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	padding-right: 20px;
}

#partners-info span, .tiplist span{
	font-family: "SourceSansPro";
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
}

#partners-info img {
	width: 25px;
	height: 25px;
	margin-right: 15px;
}

.tiplist img, .triple-tiplist img{
	flex-basis: 37px;
	min-width: 37px;
	height: 37px;
	margin-top: -6px;
	align-self: flex-start;
	margin-left: -12px;
}

#partners-info > :last-child > div > div, .tiplist > div > div{
	display:flex;
	align-items: center;
	margin-bottom: 10px;
}

.tiplist > div > div > div{
	font-family: Geomanist;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	align-self: flex-start;
}

.triple-tiplist :last-child >div >div{
	align-self: flex-start;
}

.tiplist {
	margin-top: 30px;
	padding: 30px;
}

.double-tiplist{
	margin-top: 30px;
	padding: 30px;
}

.double-tiplist .tiplist{
	width: 48%;
	padding: 0px;
}

.double-tiplist-inner{
	display: flex;
	justify-content: space-between;
}

.double-tiplist > :nth-child(2){
	font-family: Geomanist;
	font-size: 32px;
	font-weight: 700;
	line-height: 36px;
}

.double-tiplist > p, .double-tiplist > :nth-child(2){
	width: 50%;
}

.double-tiplist .tiplist > :first-child{
	font-family: Geomanist;
	font-size: 25px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 30px;
	padding-left: 20px;
}

.triple-tiplist{
	padding:30px;
	display: flex;
	justify-content: space-between;
}

.triple-tiplist > :first-child{
	flex-basis: 33%;
}

.triple-tiplist > :first-child > div{
	font-family: Geomanist;
	font-size: 32px;
	font-weight: 700;
	line-height: 36px;
}

.triple-tiplist > :first-child > p{
	font-family: Geomanist;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.triple-tiplist > :last-child{
	flex-basis: 64%;
	display: flex;
	flex-wrap: wrap;
	padding-top: 120px;
}

.triple-tiplist > :last-child > div{
	flex-basis: 49%;
	min-width: 49%;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}


@media screen and (max-width: 37.45em) {
	.double-tiplist > p, .double-tiplist > :nth-child(2){
		width: 100%;
	}
	
	.double-tiplist-inner{
		flex-direction: column;
	}
	
	.double-tiplist .tiplist{
		width: 100%;
	}
	
	#partners-info{
		flex-direction: column;
	}
	
	#partners-info > :first-child{
		border-radius: 8px 8px 0px 0px;
		width: 100%;
		background-size: auto 100%;
		background-position: center;
		height: 400px;
	}
	
	#partners-info > :last-child{
		margin-left: 0px;
	}
	
	#partners-contact{
		flex-direction: column;
	}
	
	#partners-contact form div{
		flex-direction: column;
	}
	
	#partners-contact form > div > input{
		width: 100%;
	}
	
	#partners-contact input[type='submit']{
		width: 90%;
		padding: 12px;
		margin: 30px auto 40px;
		display: block;
	}
}


/* Main CTA Slider
--------------------------------------------- */
.wh-marker button{	
	position: absolute;
	bottom:60px;
}

.main-banner-arrower{
	position:absolute;
	right:0px;
	bottom:17px;
}

.main-banner-arrower :first-child{
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.main-banner-arrower{
	cursor: pointer;
}

.tries{
	position: absolute;
    height: 100%;
    width: 38%;
	margin-top: 450px;
	margin-left:35px;
}

.triesimage{
	position: absolute;
    height: 100%;
    width: 38%;
}

.cta-slider{
	margin-top: -50px;
	position:relative;
	overflow: hidden;
	max-width: 100%;
	height:500px;
	margin-bottom:50px;
}

.cta-slider-inner{
	display: flex;
	height:100%;
}

.cta-slider-panel{
	margin-right: 30px;
	display: flex;
	border-radius: 6px;
	background: #f7f2f9;
}

.cta-slider-panel div:first-child{
	width: 100%;
	min-height: 100%;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
}

.cta-slider-panel:first-child div:last-child{
	visibility: visible;
}

.ribbon{
	display: none !important;
}

.bfridaypopup{
	display:none !important;
}

.cta-slider-panel div:last-child{
	position:absolute;
	height:100%;
	padding: 120px 55px 0px 35px;
	width:35%;
	visibility: hidden;
}

#main-slider-dots{
	position: absolute;
	display: flex;
	top: 0px;
	left: 50%;
	padding-top: 15px;
	padding-left: 30px;
}

.sliderdot{
	opacity:1;
}


@media screen and (max-width: 37.5em){
	.cta-slider-panel div:last-child{
		position: unset;
	}
	
	.main-banner-arrower {
		position: absolute;
		right: 50px;
		bottom: 26px;
	}
	
	.wh-marker{
		height: 310px !important;
		top:300px;
		padding-top:5px !important;
	}
	
	.wh-marker button{
		position:absolute;
		bottom:25px;
	}
	
	.cta-slider-panel{
		height: 600px;
		flex-direction: column;
	}
	
	.cta-slider-panel > div:first-child{
		background-size: auto 100% !important;
		height: 280px !important;
		background: #f8f8f8;
	}
	
	.cta-slider > img{
		display:none;
		visibility: hidden;
	}
	
	.cta-slider > .tries{
		display:none;
		visibility: hidden;
	}
	
	.cta-slider {
		margin-left: -35px;
		margin-right: -35px;
		height: 600px;
		max-width: none;
	}

}

@media screen and (max-width: 37.45em) {
	
	#main-slider-dots{
		justify-content: center;
		top: 240px;
		padding-left: 0px;
		left: 0px;
		right: 0px;
	}
	
	.cta-slider-panel{
		margin-right: 30px;
		display: flex;
		flex-direction: column;
		border-radius: 6px;
		background: #f7f2f9;
	}

	.cta-slider-panel div:first-child{
		width: 100%;
		min-height:0px;
		height:240px;
	}

	.cta-slider-panel div:last-child{
		width: 100%;
		padding: 35px;
	}
}


/* Checkout Page
--------------------------------------------- */
.checkout-addons-card > :first-child {
    font-family: 'Geomanist-Bold';
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: center;
}

.checkout-addons-card > :nth-child(2){
	width:100%;
}

.checkout-addons-card {
	width:235px;
	align-items:center;
	position:relative;
	margin:5px;
    flex-basis: 235px;
    height: 396px;
    border-radius: 6px;
    background: #f8f8f8;
    padding: 30px;
    border-color: #e5eef9;
    border-top: 14px solid #e5eef9;
    display: flex;
    flex-direction: column;
}

.checkout-addons-row > .checkout-addons-card:nth-child(1){
	border-color: #f7f5e6;
}

.checkout-addons-card:nth-child(3){
	border-color: #fbe8f2;
}

.checkout-addons-card:nth-child(4){
	border-color: #f7f2f9;
}

.checkout-addons-row {
    display: flex;
    flex-wrap: wrap;
}

.checkout-addons-card > * {
    margin-bottom: 10px;
}

.checkout-card-section{
	font-size:14px;
    display: flex;
    justify-content: space-between;
}

.checkout-card-section > :last-child{
    width: 35%;
    text-align: right;
    color: #ec6941;
}

.checkout-addprice{
	flex-basis: 25%;
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
    align-items: baseline;
	margin-top:20px;
}

.checkout-addons-card button { 
    position: absolute;
    bottom: 15px;
}

.checkout-addprice :first-child{
	margin-bottom:0px;
}

.checkout-offices-bigpanel > :first-child{
    font-family: 'Geomanist-Bold';
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
	text-align: center;
	flex-basis:100%;
}

.checkout-offices-bigpanel > *{
	margin-bottom:auto;
	font-size:14px;
}

.checkout-offices-bigpanel-right{
	margin-top: 0px;
	flex-basis: 28%;
}

.checkout-offices-bigpanel-right > :last-child{
	margin-top: 0px;
}

.checkout-offices-bigpanel .checkout-card-section > :last-child {
    width: auto;
}

.checkout-offices-bigpanel-left {
	width: 65%;
}
.checkout-offices-bigpanel-left > h6 {
	margin:15px 0px 0px 0px;
    font-family: 'SOURCESANSPRO';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.checkout-addons-bottom .checkout-card-section {
    width: 100%;
}

.checkout-offices-bigpanel-left > h6:first-child {
	margin-top:0px;
}

.checkout-offices-bigpanel {
    align-items: center;
    position: relative;
    margin: 5px;
    height: 396px;
    border-radius: 6px;
    flex-basis: 733px;
    padding: 30px;
    border: 1px solid #ec6941;
    border-top: 14px solid #ec6941;
    display: flex;
	flex-wrap:wrap;
    justify-content: space-around;
}
.checkout-addons-bottom {
    display: flex;
}

.checkout-addprice > :nth-child(2), .checkout-addprice > :nth-child(3){
  color: #c0c0c0;
}

@media screen and (max-width: 37.45em) {
	.checkout-offices-bigpanel {
		margin:20px;
		flex-wrap: nowrap;
		flex-direction: column;
		flex-basis: auto;
		height: auto;
	}
	.checkout-addons-bottom {
		flex-direction: column;
	}
	.checkout-offices-bigpanel > :first-child{
		text-align:left;
	}
	.checkout-offices-bigpanel > * {
		width:100%;
	}
	.checkout-addons-row, .checkout-addons-bottom{
		justify-content:center;
		align-items: center;
	}
	.checkout-addons-card {
		flex-basis: auto;
	}
}




#wh-checkout-form > a > h3{
	margin: -20px 0px 0px 20px;
}

#wh-checkout-form .header h4{
	cursor: pointer;
}

.wh-success-banner{
	width: 100%;
    border-radius: 6px;
    background: #f8f8f8;
    display: flex;
    min-height: 450px;
}

.wh-success-banner > div:first-child{
	border-radius: 6px 0px 0px 6px;
    flex-basis: 39%;
    background-size: auto 100%;
}

.wh-success-banner > div:last-child{
	flex-basis: 61%;
    padding: 40px;
}


.checkout-block {
	padding: 30px;
	border-top: 2px solid black;
}

.header {
	display: flex;
	justify-content: space-between;
}

.header > :nth-child(2){
	padding-top:15px;
}

.header > :last-child{
	flex-basis: 25%;
	display:flex;
	justify-content: flex-end;
	align-items:baseline;
}

.header > :first-child{
	flex-basis: 50%;
	justify-content: flex-start;
}

.header > :last-child > :last-child{
	color: grey;
}

.checkout-offices{
	display:flex;
	margin: 0px -25px;
	justify-content: space-between;
}

.checkout-offices-column{
	flex-basis: 31%;
	display: flex;
	flex-direction: column;
	position: relative;
	padding-bottom: 40px;
}

.checkout-offices-column :last-child{
	position:absolute;
	bottom:0px;
	left:0px;
}

.checkout-offices-column > :nth-child(1){
	height: 200px;
	width: 100%;
	border-radius: 6px;
	background-size: 100% auto;
	background-position: center;
	margin-bottom: 10px;
}

.checkout-offices-column > :nth-child(2){
	font-family: "Geomanist-Bold";
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}

.checkout-offices-column > :nth-child(3){
	color: #c0c0c0;
	font-family: "SourceSansPro";
	font-size: 13px;
	font-weight: 400;
	line-height: 12px;
}

.checkout-offices-column > :nth-child(4){
	font-family: "SourceSansPro";
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.grouped-inputs{
	display:flex;
	justify-content: space-between;
}

.grouped-inputs > input{
	flex-basis: 49%;
}

.collapsable input, .collapsable select{
	margin-bottom: 15px;
	padding: 10px 10px;
}

.data-form button, .checkout-payment button{
	margin-top: 25px;
}

.data-form{
	width: 49%;
}

.checkout-payment{
	display: flex;
	justify-content: space-between;
}

.checkout-payment :first-child{
	flex-basis: 49%;
}

.checkout-payment :first-child > :last-child{
	margin-bottom: 25px;
}

.checkout-finish-block {
	border-radius: 12px;
	border: solid 1px #ec6941;
	background: #f8f8f8;
	padding: 35px;
	flex-basis: 48%;
}

.checkout-finish-block > div{
	display: flex;
	margin-bottom: 5px;
}

.checkout-finish-block > div:nth-child(2){
	border-bottom: 1px solid grey;
	margin-bottom: 15px;
	padding-bottom: 5px;
}


@media screen and (max-width: 37.45em) {
	.h4{
		text-align:center;
	}
	.checkout-block {
		padding: 5px 0px 15px;
	}
	
	.checkout-block h4 {
		line-height: 24px;
		font-size: 20px;
		font-family: Geomanist-Bold;
		margin-bottom: 10px;
	}
	
	.checkout-block h2 {
		width: 40%;
		margin-bottom: 0px;
	}
	
	.checkout-offices-column > :nth-child(2){
		font-size: 14px;
	}
	
	.grouped-inputs {
		flex-direction: column;
	}
	
	.wh-success-banner{
		flex-direction:column
	}

	.wh-success-banner > div:first-child{
		min-height: 250px;
		border-radius: 6px 6px 0px 0px;
		background-size: 100% auto;
	}
	
	.main-navigation ul li:hover:first-child, .main-navigation ul li:first-child.focus {
		margin-bottom: 200px;
	}
	
	.checkout-offices-column > :nth-child(1){
		height: 120px;
    	background-size: 100% auto;
	}

	.triple-tiplist > :last-child{
		flex-basis: 100%;
		display: flex;
		flex-wrap: nowrap; 
		flex-direction: column;
		padding-top: 0px;
		padding-left: 35px;
	}
	
	.triple-tiplist{
		flex-direction: column;
	}
	
	.checkout-offices{
		flex-direction:column;
		width: 95%;
		margin: auto;
	}
	
	.checkout-block .header span {
		flex-basis: 100%;
		margin-bottom: 5px;
		justify-content: left;
	}
	
	.checkout-offices button{
		width:50%;
		position:inherit !important;
		margin:auto;
		margin-bottom:30px;
	}
	
	.data-form{
		width:100%;
		margin:auto;
	}
	
	.checkout-payment{
		flex-direction: column;
	}
	
	.checkout-block > .header{
		flex-wrap: wrap;
	}
	
	.checkout-block > .header > :first-child{
		flex-basis: 100%;
	}
	
	.checkout-block > .header > :nth-child(2){
		flex-basis: 60%;
		padding-top: 0px;
	}
	
	.checkout-price {
		margin-top: 20px !important;
		flex-basis:100% !important;
		justify-content: normal !important;
	}
}



/* Virtual Plans
--------------------------------------------- */

.number-pagination{
	font-family: Geomanist;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.number-pagination span{
	color: #ec6941;
}

.os-banner > .os-banner-right{
	background-image: url(http://workhub-test.local/wp-content/uploads/2020/09/ospacesbanner.png);
    min-height: 100%;
    min-width: 40%;
    background-size: auto 100%;
    border-radius: 6px 6px 6px 0px;
	background-repeat: no-repeat;
}

.os-banner{
	margin-top: 120px;
	margin-bottom: 120px;
	display: flex;
	border-radius: 6px;
	background: #e5eef9;
}

.os-banner-left > h2{
	font-size: 36px;
	font-weight: 700;
	line-height: 48px;
	margin-top: 20px;
}

.os-banner-left >span{
	font-family: Geomanist;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.os-banner-left > img{
	width: 32px;
	height: 36px;
	margin-bottom: 40px; 
}

.os-banner-left{
	display: flex;
	flex-direction: column;
	flex-basis: 60%;
	max-width: 60%;
	min-width: 60%;
	padding: 35px;
}

.virtual-features{
	margin: 60px -35px;
	display: flex;
	border-radius: 6px;
	background: #e5eef9;
}

.virtual-features > div:first-child{
	min-width: 350px;
	min-height: 550px;
	background-size: auto 100%;
	background-position: center;
	border-radius: 6px 0px 0px 6px;
}

.virtual-features > div:last-child{
	padding: 40px;
}

.virtual-features > div:last-child > div:last-child {
	display: flex;
	flex-wrap: wrap;
}

.virtual-features > div:last-child > div:last-child > div {
	display: flex;
	flex-basis: 48%;
	margin-bottom: 10px;
}

.virtual-features > div:last-child > div:nth-child(2){
	font-family: Geomanist-Bold;
	font-size: 32px;
	font-weight: 700;
	line-height: 36px;
}

.order-block{
	margin: 60px auto;
	width: 500px;
	height: 400px;
	border-radius: 6px;
	border: solid 1px #ec6941;
	background: #ffffff;
	box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.3);
	padding: 60px;
}

.order-block > p{
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 24px !important;
	text-align: center !important;
}

.order-block .m-y-button{
	margin-top: 5px;
	margin-bottom: 35px;
}

.order-block >  .planprice{
	max-height: 40px;
	display: flex;
	margin: auto;
	align-items: baseline;
	justify-content: center;
}

.m-y-button{
	margin: auto;
	margin-top: 170px;
	display:flex;
	justify-content:center;
	background: #f8f8f8;
	border-radius: 28px;
	width: 180px;
	height: 40px;
	cursor: pointer;
	position: absolute;
    border: 1px solid #ec6941;
}

h4.m-y {
    position: absolute;
    font-size: 22px;
    margin-top: 70px;
    max-width: 230px;
}

.m-y-button > div{
	width: 140px;
	border-radius: 28px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.changepopup{
	position: absolute;
	width: 90% !important;
	right: -80%;
	height: auto;
	bottom: 30px;
}

.changepopupmobile{
	display:none !important;
}

.m-y-selected{
	background: #ec6941;
	color: white;
}

.yearly{
	display: none;
}

.monthly > p, .yearly > p{
	max-width: 650px;
	margin-bottom: 60px;
	font-family: Geomanist;
	font-size: 25px;
	font-weight: 400;
	line-height: 36px;
}

.whplanseparator{
	width:100%;
	margin: 6px 0px 30px !important;
	border-top: 5px solid #404040 !important;
}

.wh-productbox img{
	margin-top: auto;
    max-height: 200px;
}

.virtual-slide img {
    max-height: 175px;
    margin-top: 20px;
    padding: 0px 20px;
    margin-bottom: 30px;
    width: auto;
    max-width: 100%;
}


.wh-slide-cont{
	width: 100%;
	height: 200px;
	margin: 20px 0px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.wh-productbox {
	margin-bottom:35px;
    width: 31%;
	min-width: 280px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 8px;
    border-top: 8px solid #fbe8f2;
    padding: 35px;
    height: 500px;
	background-color: #f8f8f8;
}

.wh-productbox > :first-child{
	margin-bottom: 15px;
}

.wh-virtual-product-array{
	display:flex;
	margin-top:35px;
	justify-content:space-around;
	flex-wrap:wrap;
}

.whfullwidth{
	max-width:10000px !important;
	margin-bottom: 100px !important;
}

.virtual-plan-table{
	border-spacing: 0px !important;
	margin-top: 70px;
}

.virtual-plan-table button{
	min-width: 85%;
	margin: 20px 0px;
	background-color: transparent;
    color: #ec6941;
	font-size:18px;
}

.virtual-plan-table button:hover{
	color: white;
	background-color:black;
	border-color:black;
}

.virtual-plan-table td{
	border-top: solid 2px #c0c0c0;
    margin-left: auto;
	padding: 8px;
	text-align: center;
}

.virtual-plan-table td img{
	height:36px;
	width: 36px;
}

.virtual-slide-term img{
	height:36px;
	width: 36px;
}

.virtual-plan-table th div{
	display: flex;
	margin: auto;
	align-items: baseline;
	justify-content: center;
}

.wh-product-price{
	display: flex;
	margin-top: auto;
	align-items: baseline;
	justify-content: center;
}

.virtual-plan-table th p{
	min-height: 110px;
	font-weight: 400;
}

.virtual-plan-table th span, .wh-product-price > span{
	    color: black;
    font-family: 'Geomanist';
	font-size: 13px;
	font-weight: 400;
	line-height: 12px;
}

.virtual-plan-table img{
	width: 32px;
	height: 32px;
}

.virtual-plan-table td:first-child{
	font-family: "Geomanist";
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	width: 160px;
	text-align: left;
	display: flex;
    align-items: center;
	justify-content: space-between;
}

.virtual-plan-table img:hover + .tooltiptext {
	visibility: visible;
}

.tooltiptext {
    visibility: hidden;
    width: 230px;
    background-color: #ec6941;
    color: white;
    font-size: 13px;
    padding: 0px 15px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    line-height: 18px;
	margin-left: 210px;
	margin-top: 110px;
}

.virtual-plan-table td:first-child img{
	width: 22px;
	height: 22px;
	margin: 10px;
	cursor: pointer;
}

.virtual-plan-table td:nth-child(even), .virtual-plan-table th:nth-child(even){
	background: #f8f8f8;
	width: 250px;
	padding: 10px;
}

.virtual-plan-table td:nth-child(odd), .virtual-plan-table th:nth-child(odd){
	width: 15px;
}

.virtual-plan-table td:first-child, .virtual-plan-table th:first-child{
	width: 225px;
}

.virtual-plan-table th:nth-child(even){
	border-radius: 5px 5px 0px 0px;
	border-top: 12px solid black;
	padding-top: 30px;
}

.virtual-plan-table th:nth-child(2), .virtual-slide:nth-child(1), .wh-productbox:nth-child(2){
	border-color: #e5eef9;
}

.virtual-plan-table th:nth-child(4), .virtual-slide:nth-child(2), .wh-productbox:nth-child(2){
	border-color: #fbe8f2;
}

.virtual-plan-table th:nth-child(6), .virtual-slide:nth-child(3), .wh-productbox:nth-child(2){
	border-color: #f7f2f9;
}

.virtual-plan-table th:nth-child(8), .virtual-slide:nth-child(4), .wh-productbox:nth-child(2){
	border-color: #f7f5e6;
}

.virtual-plan-table h5{
	font-family: Geomanist-bold;
	font-size: 20px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 0px;
}

.virtual-plan-table a{
	 font-size: 16px;
	font-weight: 400;
	line-height: 12px;
	text-decoration: underline;
	cursor: pointer;
	text-decoration-color: #ec6941;
}

.virtual-plan-table h3{
	font-family: Geomanist;
	margin-bottom:15px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.virtual-plan-table h4, .order-block h4, .wh-product-price h4{
	color: #ec6941;
	overflow: initial;
	margin-right: 5px;
}

.virtual-slider-inner {
	
	margin-right:0px;
    display: flex;
    flex-basis: calc(400% + 80px);
    min-width: calc(400% + 80px);
}

.virtual-slider > img{
	position: absolute;
    z-index: 10;
    right: 0px;
    top: 70px;
}

.virtual-slider > img:first-child{
	display:none;
    right: auto;
	left:0px;
	-webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.virtual-slider {
	position:relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    margin-top: 50px;
}

.virtual-slide {
    flex-basis: 25%;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-top: 15px solid black;
    border-radius: 8px;
    padding: 30px;
    background: #f8f8f8;
	margin-right:20px;
}

.virtual-slide div:nth-child(4) {
    align-items: baseline;
    justify-content: center;
}

.virtual-slide div:nth-child(4) :first-child {
    color:#ec6941;
}

.virtual-slide div:nth-child(4) :last-child {
    color: grey;
}

.virtual-slide > a {
    margin: 20px;
}

.virtual-slide > div {
    display: flex;
}

.virtual-slide-term > span {
    padding-top: 5px;
    width: 100%;
}

@media screen and (max-width: 37.45em) {
	
	
	.virtual-slide img {
		margin-top: 0px;
		padding: 0px 0px;
		margin-left:20px;
	}
	
	.changepopup{
		display:none !important;
	}
	
	.changepopupmobile{
		position: absolute;
		width: 70% !important;
		right: 15%;
		height: auto;
		top: 100%;
		display:flex !important;
	}
	
	
	.virtual-features > div:first-child {
		border-radius: 6px 6px 0px 0px;
	}
	
	.virtual-features{
		flex-direction: column;
		margin: 0px;
	}
	
	.virtual-features > div:last-child > div:last-child{
		flex-direction:column;
	}
	
	.os-banner > .os-banner-right{
		min-height: 400px;
		width: 100%;
		border-radius: 0px;
	}
	
	.os-banner{
		flex-direction:column-reverse;
		background-color:white;
	}
	
	.os-banner-left {
		max-width:100%;
		background: #e5eef9;
	}
	
	.m-y-button {
		margin-bottom: 120px;
	}
}

/* Single Location Page
--------------------------------------------- */

#location-info{
	align-items: flex-start;
	display:flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

#location-info h4{
	margin-bottom:20px;
}

#location-info p{
	font-family: "SourceSansPro";
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 0px;
}

#location-info > div > span, #contact-lateral span{
	color: #ec6941;
	font-family: Geomanist;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

#location-info > div{
	padding: 35px;
	background: #f8f8f8;
	width: 59%;
	display: flex;
	flex-direction: column;
}

#location-info > :last-child{
	width: 39%;
	background: #f7f5e6;
	height: auto;
}

#location-info > :last-child p a{
	color: #ec6941;
}

#location-info > :last-child p{
		margin-top: 20px;
		margin-bottom: 30px;
		font-size: 16px;
}

.entry-titles{
	width: 70%;
}

.entry-titles p{
	font-family: Geomanist;
	font-size: 25px;
	font-weight: 400;
	line-height: 36px;
}

#location-page-slider > img{
	height:35px;
	width: 35px;
    position: absolute;
    left: 754px;
	margin: 0 !important;
	cursor: pointer;
    top: 336px;
}

#location-page-slider > :first-child{
	left:4px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	display: none;
}

#location-page-slider{
	padding-left: 10px;
	overflow: hidden;
	position: relative;
	margin-top: 120px;
	margin-bottom: 80px;
	margin-left: -20px;
}

#location-page-slider-inner{
	height: 600px;
	display: flex;
	transition: all 0.8s ease-in-out;
}

#location-page-slider-inner > div{
	flex-basis: 750px;
	min-width: 750px;
	height: 600px;
	border-radius: 6px;
	margin-right: 10px;
	margin-left: 10px;
	background-size: auto 100%;
	background-position: center;
}

.amenities-list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px
}

.amenities-list > div{
	flex-basis: 31%;
	display: flex;
	height: 20px;
	margin: 8px 6px 8px 0px;
	align-items: center;
}

.amenities-list > div img{
	height: 20px;
	width: 20px;
	margin-right: 10px;
}

.amenities-list > div span{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: "SourceSansPro";
	font-size: 16px;
	font-weight: 400;
}

#location-info .officespaces-floors{
	margin-top: -20px;
	margin-bottom: 30px;
}

#contact-lateral{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

#contact-lateral> div{
	display: flex;
	flex-direction: column;
}

#contact-lateral> div > a{
	text-decoration: underline;
	font-size: 16px;
}

@media screen and (max-width: 37.45em) {
	#location-info{
		flex-direction: column;
	}
	
	#location-info > div{
	min-width:100%;
	flex-basis: 100%;
	margin-bottom: 40px;
	}

	#location-info .amenities-list > div{
		flex-basis: 48%;
	}

	#location-info .officespaces-floors > div{
		flex-wrap: wrap;
	}

	#location-info .officespaces-floors > div > div{
		min-width: 48%;
	}

	#location-info .officespaces-floors > div > :first-child{
		flex-basis: 100%;
		display: flex;
		flex-direction: row;
		margin-bottom: 15px;
		margin-top: 30px;
	}

	#location-info .officespaces-floors > div > :first-child :first-child{
		margin-right: 40px;
	}
	
	#contact-lateral{
		display: none;
	}
	
	#location-info > :last-child > :nth-child(3){
		display: none;
	}
	
	#location-info .black-button{
		min-width: 90%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	#location-page-slider-inner > div{
		flex-basis: calc(100vw - 70px);
		min-width: calc(100vw - 70px);
		max-width: calc(100vw - 70px);
	}
	
	#location-page-slider > img{
		left: unset;
		right: 0px;
	}

	#location-page-slider > :first-child{
		left:0px;
	}
	
}



/* Location Page Cards
--------------------------------------------- */
#location-cards-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#location-cards-container > div{
	background-color: #f8f8f8;
}

.location-page-card {
	border-radius: 8px;
	width: 48%;
	height: 895px;
	margin-bottom: 40px;
	position: relative;
}

#meetingroom-footer > .location-page-card {
	height: 815px;
}


.location-page-card > :first-child{
	height: 335px;
	width: 100%;
	background-size: auto 100%;
	background-position: center;
	border-radius: 8px 8px 0px 0px;
}

.post-card{
	height:auto !important;
}

.post-card-in{
	height:auto !important;
	padding-bottom: 85px !important;
    background-color: #f8f8f8;
    border-radius: 0px 0px 8px 8px;
}


.post-card-in button{
	border: none !important;
}

.blog-page .location-page-card > :first-child{
	height: 250px;
}

.location-page-card > :last-child{
	position:absolute;
	bottom:35px;
	left:35px;
}

.post-card-in span {
    font-family: 'Geomanist-Bold';
    font-size: 23px;
}

.location-page-card > :nth-child(2){
	padding: 35px;
	height: 565px;
    position: relative;
	display: flex;
	flex-direction: column;
	align-items: space-between;
}

#meetingroom-footer > .location-page-card > :last-child{
	height: 495px;
}

.blog-page .location-page-card > :last-child{
	height: 360px;
}

.location-page-card > :last-child > p{
	font-family: "SourceSansPro";
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.location-page-card > :last-child > :nth-child(4){
	font-family: "SourceSansPro";
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

.location-page-card > :last-child > :nth-child(2){
	font-family: Geomanist-Bold;
	font-size: 30px;
	font-weight: 600;
	line-height: 32px;
}

.location-page-card > :last-child > div{
	display: flex;
	flex-wrap: wrap;
}

.location-page-card > :last-child a{
	position: absolute;
	bottom: 35px;
}

.location-page-card > :last-child > div > div{
	flex-basis: 31%;
	display: flex;
	height: 20px;
	margin: 8px 6px 8px 0px;
	align-items: center;
}

.location-page-card > :last-child > div > div img{
	height: 20px;
	width: 20px;
	margin-right: 10px;
}

.location-page-card > :last-child > div > div span{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: "SourceSansPro";
	font-size: 16px;
	font-weight: 400;
}

.workhub-choose-us > :first-child{
    flex-basis: 30%;
}

.workhub-choose-us > :last-child{
	display: flex;
    flex-wrap: wrap;
    flex-basis: 72%;
    margin: 20px -70px 0px 40px;
}

@media screen and (max-width: 37.45em) {
	.location-page-card {
		border-radius: 8px;
		width: 100%;
		height: auto !important;
		margin: 35px;
	}
	.location-page-card > :last-child > div > div{
		flex-basis: 47%;
	}
	
	.location-page-card > :last-child a{
		position: unset;
		margin-top: 30px;
		width: 100%;
		text-align: center;
	}
	
	.location-page-card > :last-child{
		height: auto !important;
	}
	
	.location-page-card button{
		width: 90%;
		padding: 14px 0px;
	}
}

/* Home section
--------------------------------------------- */

.post-page-right{
	min-width: 35%;
    height: fit-content;
	padding:35px;
    margin-left: 35px;
	background:#f8f8f8;
	border-radius: 8px;
}

.post-page .entry-content *{
	max-width: 100% !important;
}

.post-page{
	display:flex;
}

.home-section{
	padding: 20px 35px 0px;
}


.home-section > div{
	display: flex;
	margin-bottom: 80px;
}


/*.home-section > div > :nth-child(2){
	display: flex;
	flex-wrap: wrap;
	flex-basis: 72%;
	margin: 20px -70px 0px 40px;
}*/

.home-section button{
	margin-top: 30px;
}

.equipment{
	width: 50%;
	padding: 8px;
	padding-left: 30px;
	height: 52px;
	display: flex;
	align-items: center;
}

.equipment span{
	height: 24px;
	font-family: 'Geomanist';
    font-weight: 600;
    font-size: 14px;
}

.equipment img{
	width: auto;
	height: 32px;
	margin-right: 20px;
}

.home-section button{
	margin-bottom: 40px;
}

.arr-info span{
	color: #ec6941;
}

.arr-info{
	font-family: Geomanist;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	display: flex;
	justify-content: space-between;
}

.arrower{
	margin-right: 15px;
	display: flex;
	justify-content: flex-end;
}

.arrower img{
	height: 36px;
	cursor: pointer;
	margin: 0px 5px;
}

.arrower img:first-child{
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

@media screen and (max-width: 37.45em) {
	.equipment{
		width: 100%;
	}
	
	.home-section > div > :nth-child(2){
		width: 100%;
		flex-direction: column;
		flex-basis: 100%;
		margin:0;
	}
	
	.home-section > div{
		flex-direction: column;
	}
	
	.home-section button{
		width: 90%;
		display: block;
		margin: 30px auto 30px;
		
	}
}

/* Virtual Offices Banner
--------------------------------------------- */
#virtual-plans-banner{
	margin-top: 80px;
	height: 500px;
	display: flex;
	width: 100%;
}

#virtual-plans-banner > :first-child{
	width: 50%;
	background: #fbe8f2;
    border-radius: 8px 0px 0px 8px;
	height: 100%;
}

#virtual-plans-banner > :last-child{
	width: 50%;
	background: #fbe8f2;
    border-radius: 0px 8px 8px 0px;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 80px 60px 0px 50px;
}

#virtual-plans-banner > :last-child > img{
	width: 32px;
	height: auto;
	padding-bottom: 30px;
}

#virtual-plans-banner > :first-child > img{
	height: 100%;
	width: auto;
}

#virtual-plans-banner > :last-child > :nth-child(3){
	color: #ec6941;
	font-family: "Geomanist-Bold";
	font-size: 36px;
	font-weight: 400;
	line-height: 42px;
}

#virtual-plans-banner > :last-child > button{
	max-width: 200px;
	margin-top: 50px;
}

@media screen and (max-width: 37.45em) {
	.post-page{
		flex-direction:column;
	}
	#virtual-plans-banner{
		height: auto;
		display: flex;
		width: 100%;
		flex-direction: column;
	}
	
	#virtual-plans-banner > :last-child{
		width: 100%;
		border-radius: 0px 0px 8px 8px;
		height: auto;
		margin-top: -20px;
		z-index: -2;
		padding: 60px 50px 30px 30px;
	}
	
	#virtual-plans-banner > :first-child{
		background: transparent;
		border-radius: 8px 0px 0px 0px;
		width: 100%;
	}
	
	#virtual-plans-banner > :first-child img{
		height: auto;
		width: 100%;
	}
	
	#virtual-plans-banner > :last-child button{
		max-width: 100%;
		padding: 20px 0px;
	}
	
}



/* Office Spaces Section
--------------------------------------------- */
.greyed{
	color: darkgrey !important;
}


.left-officespaces{
	flex-basis: 55% !important;
}

.officespaces-amenities{
	display: flex;
	flex-direction: column;
}

.officespaces-amenities > span{
	font-weight: 700;
}

.officespaces-amenities > div{
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	
}

.officespaces-amenities > div > div{
	height: 17px;
	margin-top: 15px;
	flex-basis: 33%;
	font-size: 15px;
	display: flex;
	align-items: center;
}

.officespaces-amenities > div > div > span{
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.officespaces-amenities img{
	width: 17px;
	height: 17px;
	margin-right: 8px;
}

.officespaces-floors{
	margin-top: 40px;
	display: flex;
	flex-direction: column;
}

.officespaces-floors > div{
	display: flex;
	margin-bottom: 8px;
}

.officespaces-floors > div > div{
	align-items: center;
	flex-basis: 25%;
	display: flex;
	color: #ec6941;
	font-family: "SourceSansPro";
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.officespaces-floors > div > :first-child{
	align-items: flex-start;
	padding-top: 25px;
}

.officespaces-floors > div > :first-child{
	flex-direction: column;
	flex-basis: 40%;
	color: black;
}

.officespaces-floors > div > :first-child > :last-child{
	color: #65D935;
}

.officespaces-floors > div > :last-child{
	flex-basis: 35%;
}

.officespaces-floors > div > :first-child :first-child{
	font-weight: 700;
}

.officespaces-floors > div > div img{
	width: 32px;
	height: 32px;
	padding-right: 8px;
}

.officespace-slider > img{
	height: 24px;
    position: absolute;
    right: 10px;
	margin: 0 !important;
	cursor: pointer;
    top: 153px;
}

.officespace-slider > :first-child{
	left:10px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	right: auto;
	display: none;
}

.officespace-slider{
	overflow: hidden;
	position: relative;
}

.officespace-slider-inner{
	height: 450px;
	display: flex;
	transition: all 0.8s ease-in-out;
}

.officespace-slider-inner > div{
	width: 500px;
	height: 360px;
	border-radius: 6px;
	margin-right: 10px;
	margin-left: 10px;
	background-size: auto 100%;
	background-position: center;
}

.officespace-slider-inner > div > p{
	margin-top: 375px;
	margin-left: 20px;
	color: #c0c0c0;
	font-family: Geomanist;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}



/* Meeting Rooms Section
--------------------------------------------- */
#meeting-slider{
	position: relative;
	overflow: hidden;
}

#meeting-slider-inner{
	transition: all 0.8s ease-in-out;
	display: flex;
}

#meeting-slider-inner > div{
	width: 335px;
	margin-right: 25px;
	display: flex;
	flex-direction: column;
}

#meeting-slider-inner > div :first-child{
	height: 200px;
	width: 335px;
	border-radius: 6px;
	background-size: 100% auto;
	background-position: center;
	margin-bottom: 10px;
	cursor:pointer;
}

#meeting-slider-inner > div > span{
	font-family: "Geomanist-Bold";
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}

#meeting-slider-inner > div > :nth-child(3){
	color: #c0c0c0;
	font-family: "SourceSansPro";
	font-size: 13px;
	font-weight: 400;
	line-height: 12px;
}	

#meeting-slider-inner > div > :nth-child(4){
	font-family: "SourceSansPro";
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

#meeting-dots{
	display: flex;
	justify-content: center;
	flex-direction: unset;
	width: 100%;
	margin-top: 40px;
}

#meeting-dots .dot{
	flex-basis: auto !important;
	margin: 3px !important;
}

#meeting-dots :last-child{
	display: none;
}

.meeting{
	opacity: 1;
}

@media screen and (max-width: 37.45em) {
	#meeting-dots :last-child{
		display: block;
	}
	
	#meeting-slider-inner{
		padding-left: calc(50% - 167.5px);
	}
	
	.officespaces-floors > div > div {
		flex-direction:row !important;
		flex-basis: 50%;
	}
	
	.officespaces-floors > div > :first-child :first-child{
		margin-right: 20px;
	}
	
	.officespaces-floors > div {
		flex-wrap: wrap;
	}
	
	.officespaces-floors > div > :first-child{
		flex-basis: 100%;
	}
	
	.officespaces-amenities > div > div{
		flex-basis: 50%;
		font-size: 12px;
	}
}



/* Locations Section
--------------------------------------------- */
#locations-slider{
	position: relative;
	overflow: hidden;
}

#locations-slider-inner{
	transition: all 0.8s ease-in-out;
	display: flex;
}

#locations-slider-inner > div{
	width: 335px;
	margin-right: 25px;
	display: flex;
	flex-direction: column;
}

#locations-slider-inner > div :first-child{
	height: 335px;
	width: 335px;
	border-radius: 6px;
	background-size: auto 100%;
	background-position: center;
	margin-bottom: 10px;
}

#locations-slider-inner > div > span{
	font-family: "Geomanist-Bold";
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}

#locations-slider-inner > div > :nth-child(3){
	color: #c0c0c0;
	font-family: "SourceSansPro";
	font-size: 13px;
	font-weight: 400;
	line-height: 12px;
}	

#locations-slider-inner > div > :nth-child(4){
	font-family: "SourceSansPro";
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.location-card > :nth-child(5), .location-card > :nth-child(5) a{
	color: #ec6941;
	font-family: Geomanist;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	text-transform: uppercase;
	pointer-events: none;
	margin-top: auto;
}

#location-dots{
	display: flex;
	justify-content: center;
	flex-direction: unset;
	width: 100%;
	margin-top: 40px;
}

#location-dots .dot{
	flex-basis: auto !important;
	margin: 3px !important;
}

#location-dots :last-child{
	display: none;
}

.location{
	opacity: 1;
}

@media screen and (max-width: 37.45em) {
	#location-dots :last-child{
		display: block;
	}
	
	#locations-slider-inner{
		padding-left: calc(50% - 167.5px);
	}
}


/* Reviews Section
--------------------------------------------- */
#logo-rack{
	margin: 0px 50px;
	justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
	justify-content: center;
}

#logo-rack div{
	width:110px;
	padding:8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#logo-rack div img{
	max-height:75px;
}

#reviews-dots .dot{
	flex-basis: auto !important;
	margin: 3px !important;
}

#reviews-dots :nth-child(n+4){
	display: none;
}

.review{
	opacity: 1;
}

@media screen and (max-width: 37.45em) {
	
	#logo-rack div{
		width: 48%;
		padding: 35px;
	}

	#reviews-dots .dot{
		display: block;
	}
	
	.wp-block-lazyblock-google-reviews{
		margin: 0px -25px;
	}
	.inner-card-frame{
		width: 800%;
		padding: 0px;
	}
	.card-frame{
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		padding-left: 10%;
		padding-right:10%;
	}
	.review-card{
		flex-basis: calc( 12.5% - 20px);
	}
	
}



/* Main cards
--------------------------------------------- */
.wp-block-column{
	margin-top: 35px;
}

.main-card{
	border-radius: 6px;
	height: 100%;
}

.wp-block-lazyblock-main-card{
	height: 100%;
}

.main-card > div{
	display: flex;
    flex-direction: column;
	height: 100%;
}

.main-card img{
	margin-bottom: 35px;
}

.main-card h3, .main-card h4, .main-card p{
	padding: 0px 35px;
	margin-top: 0px;
}

.wp-block-lazyblock-virtual-plan-block{
	text-align: center;
}

.main-card a{
	margin: auto auto 40px 35px !important;
}

.black-card{
	position:relative;
	background-color: #e5eef9;
}

.orange-card{
	position:relative;
	background-color: #F7F5E6;
}

.grey-card{
	position:relative;
	background-color: #f8f8f8;
}

@media screen and (min-width: 37.5em) {
	.officespace-slider-inner > div{
		width: 500px !important;
		padding-left: 23px;
	}
	.orange-card{
		position:relative;
		background-color: #F7F5E6;
		left: -1300px;  /*For animation*/
	}
	.black-card{
		position:relative;
		background-color: #e5eef9; 
		left: -1300px; /*For animation*/
	}
}



/* Contact and faq cards
--------------------------------------------- */
#cookie-law-info-again{
	display: none !important; 
}

#cookie-law-info-bar{
	left: 10px !important;
	bottom: 10px !important;
	top: auto !important;
	margin: 0px !important;
	border: 1px solid #ec6941;
	border-radius: 12px;
	box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.3);
	width: 384px !important;
	padding: 30px 30px 10px !important;
}

#cookie-law-info-bar .cli-bar-btn_container{
	display: flex;
	justify-content: space-between;
	margin-top: 35px !important;
}

#cookie-law-info-bar .cli-bar-btn_container :last-child{
	border-radius: 24px !important;
	background-color: black !important;
	color: white !important;
	font-family: Geomanist !important;
	font-size: 16px !important;
	padding: 10px 35px;
	line-height: 24px;
}

#cookie-law-info-bar h5{
	color: #ec6941;
}

/* Contact and faq cards
--------------------------------------------- */
#contactandfaq{
	overflow:hidden;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

#faq-card h6{
	cursor: pointer;
	color: #ec6941;
    font-size: medium;
    margin: 18px 0px 20px;
	padding-right:25px;
}

#faq-card h6::after, .faq-section > div:first-child::after {
    font-family: dashicons;
    font-size: large;
    text-align: right;
    float: right;
    content: "\f347";
}

.faq-section > div:first-child::after{
	color:black;
	position: absolute;
    right: 40px;
}

#faq-card h6.toggled::after, .toggled::after{
	 content: "\f343" !important;
}

#contact-card, #faq-card{
	border-radius: 6px;
	padding: 30px 35px 85px;
	margin: 40px 0px 0px;
}

#faq-card{
	position: relative;
	background: #e5eef9;
}

#contact-card{
	position: relative;
	background: #f8f8f8;
}

.faq-section{
	border-top: solid 1px;
}

.faq-section span{
	font-family: "Geomanist";
	font-size: 16px;
	color:black;
}

.faq-section > div:first-child{
	display: flex;
    align-items: center;
	cursor: pointer;
    color: #ec6941;
    font-size: 18px;
    margin: 18px 0px 20px;
    padding-right: 25px;
    font-family: 'Geomanist';
	/*font-family: "SourceSansPro";
	font-size: 21px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 25px;
	cursor: pointer; */
}

.faq-answer{
	display: none;
	flex-direction: column;
	margin: 20px 20px 40px 30px;
}

.faq-answer button {
	margin: 30px 0px;
	width:50%;
}

#contact-columns{
	margin: 20px 0px 40px;
	display: flex;
	justify-content: space-between;
}

#contactandfaq > div > a > button, #contactandfaq > div > button{
	position: absolute;
	bottom: 35px;
}

#contact-columns > div{
	display: flex;
	flex-direction: column;
}

#contact-columns > div :first-child{
	color: #ec6941;
	font-size: 13px;
	font-family: Geomanist;
	font-weight: 400;
}

#contact-columns > div :nth-child(2){
	font-size: 13px;
	font-family: "Geomanist";
	font-weight: 400;
}

@media screen and (min-width: 37.5em) {
	#contactandfaq{
		flex-direction: row;
	}
	
	#contactandfaq{
		width:100%;
	}
	
	#contactandfaq > div{
		width:50%;
	}
	
	#contact-columns > div :first-child{
		font-size: 16px;
	}

	#contact-columns > div :nth-child(2){
		font-size: 16px;
	}
	
	#contact-card{
		margin-left: 32px;
	}
	
	.card-righttoleft{
		left:1500px; /*For animation*/
	}
}



/* Covid
--------------------------------------------- */
#covid-bar{
	font-family: Geomanist-Bold;
	font-size: 13px;
	font-weight: 400;
    padding: 9px 25px;
    display: flex;
	max-width: 1200px;
	margin: auto;
    justify-content: space-between;
}

#covid-container{
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	background-color: #f7f2f9;
	position: sticky;
    z-index: 999;
}

@media screen and (min-width: 37.5em) {
	#covid-bar{
		padding: 9px 80px;
	}
}

#covid-bar :nth-child(2){
	padding-right: 10px;
}

#covid-bar div :nth-child(2), #covid-bar div :nth-child(1){
	padding-right: 9px;
}

#covid-bar div :nth-child(2), #covid-bar div :nth-child(3){
	font-family: Geomanist;
}
	
/* Footer
--------------------------------------------- */


.site-footer{
	position: absolute;
	right: 0px;
	left: 0px;
	background-color: #f8f8f8;
	margin-top: 80px;
	padding-bottom: 30px;
}

.site-info{
	display: flex;
	padding-right: 40px;
	padding-top: 40px;
	padding:  50px 80px 10px;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: auto;
}

.site-info a{
	padding-left: 20px;
}

#social-panel{
	margin-left: 100px;
	display: flex;
}

#social-panel > div:first-child{
	margin-right: 100px;
}

#social-icons{
	display:flex;
}

#social-icons a{
	margin:20px 18px 0px 0px;
}

#social-icons img{
	height:25px;
}

.site-footer > div > div{
	width: 50%;
}

.site-footer ul{
	margin: 0px;
    padding: 0px;
    flex-direction: column;
    list-style: none;
    font-family: "SourceSansPro";
    font-size: 14px;
}

.site-footer > :first-child{
	max-width: 1200px;
	margin: auto;
	padding: 40px 80px 0px;
	display: flex;
}

#footer-menus > div > div{
	margin-top: 20px;
}

#footer-menus{
	display: flex;
}

#footer-menus div{
	margin-right: 50px;
}

@media screen and (max-width: 37.45em) {
	.site-footer > :first-child, .site-info{
		padding:40px 25px 0px;
	}	
	
	.site-footer li {
		padding-bottom: 8px;
		font-size: 18px;
	}
	
	#social-panel > div:first-child{
		margin-right:0px;
	}
	
	#social-panel > div:last-child{
		margin-top:30px;
	}
	
	#social-panel{
		flex-direction:column;
	}

	
	.site-footer{
		background-color: #f8f8f8;
	}
	
	#footer-menus > div > div{
		margin-bottom: 30px;
		margin-top: 15px;
	}
	
	#footer-menus, .site-footer > :first-child{
		flex-direction: column;
	}
	
	.site-footer > div > div{
		width: auto;
	}
	
	#social-panel{
		margin-left:0px;
	}
	
	.site-info span{
		width: 100%;
	}
	.site-info :nth-child(2){
		padding-left: 0px;
	}
}

/* Navigation and Branding
--------------------------------------------- */
#mobile-menu{
	display: none;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	color:white;
	background: black;
	padding: 25px;
	padding-top: 62px;
	position: fixed;
	z-index: 1000000;
	flex-direction: column;
	overflow-y: scroll;
}

#mobile-menu li{
	font-family: Geomanist;
	font-size: 18px;
}

#mobile-menu > #social-panel{
	margin-left:0px !important;
}

#mobile-menu #social-panel img {
	margin-top:2px;
	-webkit-filter: invert(.75);
	filter: invert(.75);
}

#mobile-menu #social-panel span{
	color: #ec6941 !important;
	font-family: Geomanist !important;
	font-size: 14px !important;
}

#mobile-menu > :first-child{
	margin-bottom: 80px;
}

#mobile-menu #login-nav{
	display: flex;
	flex-direction: column-reverse;
	margin-top: 60px;
	margin-bottom: 80px;
}

#upper{
	width:100%;
	display: flex;
	justify-content: space-between;
}

#mobile-menu a{
	color: white !important;
}

.site-info > span {
    font-weight: bold;
}

#main-footer a, #social-icons, .site-info a {
    font-size: 16px;
    font-family: 'Geomanist';
}

#masthead{
	font-family: Geomanist;
    display: flex;
    justify-content: space-evenly;
    padding-top: 35px;
    border-bottom: 5px solid #EC6941;
    position: sticky;
    left: 0px;
    right: 0px;
    top: 37.2px;
    background-color: white;
    z-index: 99;
}

.site-branding {
	width: 150px;
	height: 37px;
	margin-right:20px;
}

#menu-mobile-button{
	text-decoration: underline;
    text-decoration-color: #EC6941;
}

#login-nav{
	display:flex;
	list-style-type: none;
}

#login-nav img{
	margin-left:6px;
}

#masthead li{
	margin-right: 20px;
}

#masthead ul :last-child, #login-nav :last-child{
	margin-right: 0px;
}

#masthead li:hover{
	text-decoration: none;
}

#site-navigation-desktop li{
	margin-right:0px !important;	
}

#site-navigation-desktop li:hover{
    background-color: #f8f8f8;
	cursor:pointer;
}

.main-navigation {
	
}

.sub-menu > li {
    padding: 4px;
}

.sub-menu{
	flex-direction: column;
    background-color: white;
    width: 120%;
    margin-left: 15px;
    box-shadow: none;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	font-weight:bold;
	display: block;
	cursor:pointer;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.site-branding {
		
	}

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
	
	#masthead{
		flex-direction: row;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,


.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.centered-text{
	text-align:center;
}

.cta-slider h4, .main-card h4, .location-page-card h5{
	margin-bottom:20px;
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
	font-family: Geomanist;  
	src: url("fonts/Geomanist-Regular.otf");
}

@font-face {
	font-family: Geomanist-Bold;  
	src: url("fonts/Geomanist-Bold.otf");  
}

@font-face {
	font-family: SourceSansPro;  
	src: url("fonts/SourceSansPro-Regular.ttf");  
}


/*--------------------------------------------------------------
# New Site
--------------------------------------------------------------*/
#hero-unit-image{
    margin-top: 10px;
	aspect-ratio: 3 / 1;
    background-position: 50% 58%;
    background-size: cover;
    color: white;
    background-image: url(http://willruiz.es/Workhub/wp-content/uploads/2021/07/workhub-homepage-herounit-scaled.jpg);
    position: relative;
}

#hero-unit-image > div{
	width: 100%;
    text-align: center;
    font-family: 'Geomanist-Bold';
    font-size: xx-large;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#hero-unit-options select {
    width: 200px;
    margin: 0px 30px;
    padding: 0px;
    border: 0px;
    color: grey;
    font-size: 14px;
    padding: 0px 0px 0px 8px;
    border-bottom: 2px solid grey;
    border-radius: 0px;
    height: 25px;
}

#hero-unit-options {
    display: flex;
    padding: 15px;
    justify-content: center;
	align-items:center;
}

#hero-unit-options select * {
    background-color: #f8f8f8;
    box-shadow: none;
    border: none;
	color:black;
}

h1{
	margin-top:30px;
	color:black;
}

.workhub-simple-card a {
    position: absolute;
    bottom: 20px;
    left: 30px;
    right: 30px;
}

.workhub-simple-card p {
    padding: 0px 20px;
    font-family: 'Geomanist';
    font-weight: 600;
    font-size: 14px;
}

.workhub-simple-card > h2 {
    padding: 20px 10px 0px;
    color: black;
    font-size: 22px;
}

.workhub-simple-card > :first-child {
    height: 100px;
    background-position: center;
    background-size: cover;
}

.workhub-simple-card {
    border-radius: 8px;
    border-top: solid #ec6941 12px;
    background-color: #f8f8f8;
    width: 280px;
    text-align: center;
    position: relative;
    padding-bottom: 80px;
}

.workhub-simple-card > div:nth-child(4){
	display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.workhub-simple-card > div > h2{
	margin: 10px 5px 10px;
	color: #ec6941;
}

#hero-unit{
	margin: 0px -100px;
}	

#hero-unit-options h3{
	    font-family: 'Geomanist-Bold';
    	font-size: 20px;
}

.lang-switcher{
    overflow: hidden;
    width: 32px;
    text-align: center;
}

.lang-switcher img{
	margin-left: 0px !important;	
}

#login-nav{
	margin-top:-6px;
}

#site-navigation-desktop li {
   padding: 0px 20px 20px;
}

#masthead > :nth-child(5){
	margin:0px 40px;
}

#masthead{
	justify-content:center;
}

.site-branding{
	margin-right:0px;
}

#login-nav li {
    display: flex;
    align-items: center;
}
.horizontal-card {
    display: flex;
}
.horizontal-card > div:first-child {
    background-position: center;
    background-size: cover;
}
.horizontal-card > div {
	position: relative;
    width: 50%;
    height: 500px;
	padding: 35px;
}
.horizontal-card h4 {
    margin-bottom: 0px;
    font-size: 26px;
}

.horizontal-card p, .horizontal-card ul li{
	font-family: 'Geomanist';
    font-weight: 600;
    font-size: 14px;
}

.horizontal-card div div {
    display: flex;
    max-width: 100%;
    justify-content: space-between;
	position: absolute;
    bottom: 35px;
    right: 35px;
    left: 35px;
}

.horizontal-card div div a {
	width: 28% !important;
}

.horizontal-card div div button {
	width:100%;
    min-width: 0px !important;
	 background-color: transparent;
	color: #ec6941;
}

.horizontal-card:last-child div div a {
    width: 48% !important;
}

.horizontal-card:last-child div div {
	justify-content: start;
}
.wp-block-lazyblock-home-cardeer > div:first-child button {
    background-color: transparent;
    border: 1px solid #EC6941;
    border-radius: 42px;
    color: #ec6941;
    font-weight: bold;
    padding: 4px 10px;
    font-size: 23px;
	margin:20px;
}
.wp-block-lazyblock-home-cardeer > div:first-child {
    display: flex;
    justify-content: center;
	
}

.horizontal-card div div button:first-child {
    background-color: #ec6941;
	color: white;
}

.horizontal-card div div button:hover{
	background-color: black;
	color:white;
	border-color:black;
}


.wp-block-lazyblock-home-cardeer > div:first-child button:last-child{
	opacity:0.58;
}

.whdesktop > div:first-child{
	flex-basis:40%;
}

.whdesktop > div:first-child h4{
	font-size:23px;	
}

.whdesktop > div > p{
	font-family: 'Geomanist';
    font-weight: 600;
    font-size: 14px;
}

.workhub-review-card {
    min-width: 30%;
    margin: 1%;
    background-color: #f8f8f8;
    padding: 50px 40px;	
}

.workhub-review-card > div {
    display: flex;
    justify-content: space-between;
}

.workhub-review-card h4 {
    font-size: 23px;
    color: black;
    height: 72px;
}

.inner-card-frame {
    min-width: 100%;
    display: flex;
    justify-content: space-around;
	scroll-snap-align: center;
}

.snapper {
	scroll-snap-type: x mandatory;
}

.card-frame {
    margin-left: -80px;
    margin-right: -85px;
    overflow-x: scroll;
    overflow-y: hidden;
    height: fit-content;
    margin-bottom: 0px !important;
	align-items: stretch;
}

.whdesktop > div:last-child {
    display: flex;
    flex-basis: 50%;
    flex-wrap: wrap;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.card-frame::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.card-frame {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

div#reviews-dots {
    justify-content: center;
    margin-top: 30px;
}

.wp-block-lazyblock-contact-page > div > div:last-child > div:first-child {
    width: 100%;
    height: 260px;
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
}

.wp-block-lazyblock-contact-page h4{
	color:black;
	font-size:27px;
	overflow:initial;
	margin-bottom:20px;
}

.wp-block-lazyblock-contact-page > div > div:last-child > div:last-child > div > div > span:first-child {
    color: #ec6941;
}

.wp-block-lazyblock-contact-page > div > div:last-child > div:last-child > div > div {
    display: flex;
    flex-direction: column;
    flex-basis: 31%;
	font-size: 13px;
}

.wp-block-lazyblock-contact-page > div > div:last-child > div:last-child > div {
    display: flex;
	justify-content: space-between;
}

.wp-block-lazyblock-contact-page > div > div:last-child > div:last-child {
    background-color: #f8f8f8;
    padding: 40px;
}

.wp-block-lazyblock-contact-page > div {
    display: flex;
	margin: 0px -10px;
	justify-content: space-between;
}

.wp-block-lazyblock-contact-page > p {
    font-size: 23px;
    font-family: 'Geomanist';
    color: #404343;
	margin-bottom:35px;
}

.wp-block-lazyblock-contact-page > div:first-child {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: -40px;
}

.wp-block-lazyblock-contact-page > div > div{
	flex-basis:45%;
}

.wp-block-lazyblock-contact-page form input[type=text], .wp-block-lazyblock-contact-page form textarea{
	width: 45%;
    background-color: #E5EEF9;
    border: none;
}

.wp-block-lazyblock-banner-block > div > div:last-child {
    background-position: center;
    background-size: cover;
    flex-basis: 60%;
}

.wp-block-lazyblock-banner-block > div > div:first-child {
    padding-right: 50px;
	flex-basis:40%;
}

.wp-block-lazyblock-banner-block > div {
    display: flex;
}

.wp-block-lazyblock-banner-block{
	margin:20px 0px;
}

.wp-block-lazyblock-banner-block h4{
	margin-bottom: 10px;
}

p{
	font-family: 'Geomanist';
}

.wp-block-lazyblock-some-of-our-services > div > a > div > img {
    width: 50px;
    padding-bottom: 15px;
}

.wp-block-lazyblock-some-of-our-services > div > a >  div {
	height: 100%;
    justify-content: end;
    display: flex;
    font-family: 'Geomanist-Bold';
    flex-direction: column;
    font-size: 13px;
    align-items: center;
	padding:0px 15px;
}

.wp-block-lazyblock-some-of-our-services > div {
    display: flex;
    justify-content: space-around;
}

.wp-block-lazyblock-some-of-our-services {
    text-align: center;
    margin: 50px 0px;
    padding: 60px;
    background-color: #f8f8f8;
    border-radius: 10px;
}

#service1 {
    border: none;
    border-radius: 0px;
    font-family: 'Geomanist';
    font-size: 20px;
    color: #ec6941;
	padding-bottom:15px;
}

#location1 {
    color: #ec6941;
    border: none;
    font-family: 'Geomanist';
    font-size: 20px;
    border-radius: 0;
	padding-bottom:15px;
}

#hero-unit-options-mobile{
	padding:25px;
	background-color:#f8f8f8;
	text-align:center;
}

#reviews-dots{
	flex-direction:initial !important;
}

#primary article{
	margin:30px;
}

.post-page-right > h5 {
    margin-bottom: auto;
}

.post-page-right > h5:nth-child(3){
	margin-top:15px;
	margin-bottom:10px;
}

.post-page-right > #social-icons img {
    height: 30px;
}

.post-page-right a {
	font-family: 'Geomanist';
    text-decoration: underline #ec6941;
}

#workhub-title > h1 {
    color: #ec6941;
	margin:0px;
}

#workhub-title > img {
    margin-right: 20px;
    height: 100%;
}

#workhub-title{
	margin-bottom:20px;
    display: flex;
    color: #ec6941;
    height: 50px;
    align-items: center;
}

.workhub-small-card > h3 {
    font-size: 20px;
    padding: 10px 0px 5px;
    font-family: 'Geomanist-Bold';
}

.workhub-small-card > div {
    padding-top: min(60%, 350px);
	background-position: center;
	border-radius: 8px 8px 0px 0px;
    background-size: cover;
}

.workhub-small-card {
	cursor:pointer;
    background-color: #f8f8f8;
    border-radius: 8px;
    text-align: center;
    padding-bottom: 10px;
}

.horizontal-card:nth-child(4) {
    display: none; 
}

body{
	font-family: 'Geomanist';
}

.workhub-white-card.horizontal-card{
	flex-direction: column;
}


.header_list{
    list-style: none;
	font-size:18px;
	margin: 0;
    padding: 0;
}
.header_list li{
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: solid 1px #ccc;
}
.header_list li a{
	color:#000;
    display: flex;
    justify-content: space-between;
}
.header_list li a img{
    height: 19px;
}

ul.list-group{
    margin-left: 0;
    padding-left: 15px;
    font-size: 15px;	
}
.table_privacy{
	    font-size: 15px;	
}
.table_privacy tr td{
	width:50%;	
	padding-top: 4px;
	padding-bottom:4px;
	color:#000;
}
.table_privacy tr td ul{
	margin: 0px;
    padding-left: 0px;
    list-style: none;
}
.table_privacy tr td:first-child{
color:#959595;
}

h1.privacy{
	font-size: 22px;
}

html{scroll-behavior:smooth}

@media screen and (max-width: 37.5em) {

	.table_privacy tr{
	    display: flex;
    	flex-direction: column;
		padding-top:15px;
	}
		.table_privacy tr td{
		width:100%;
	}


}

@media screen and (max-width: 37.5em) {
	.wp-block-lazyblock-white-card{
		min-width:100%;
		width:100%;
		border:0px;
	}
	
	.wp-block-column:first-child .whmobile.horizontal-card-head {
		padding-bottom: 20px;
	}
	
	#home-cardeer .whmobile.horizontal-card-head {
		margin-bottom: 0px;
	}
	
	.whmobile.horizontal-card-head {
		border-top: 1px solid black;
	}	
	
	.wp-block-column > .wp-block-lazyblock-white-card {
    margin: -4%;
}
	
	.wp-block-column:last-child .whmobile.horizontal-card-head {
		border-top: 0px !important;
	}
	
	.workhub-white-card.horizontal-card {
		padding-bottom: 0px;
	}
	
	.workhub-white-card{
		display:none;
		border:0px !important;
	}
	.row-column{
		flex-direction:row !important;
	}
	
	.wp-block-columns {
		overflow-x: auto;
		flex-wrap: initial;
		flex-direction: column-reverse;
	}

	.wp-block-columns .wp-block-column:nth-child(2) {}

	.wp-block-columns > .wp-block-column:nth-child(2) > .wp-block-columns {
		flex-direction: row;
		margin-left: -25px;
	}
	#workhub-title > h1 {
		font-size:30px;
	}
	#workhub-title{
		height:40px;
		justify-content:center;
	}
	.horizontal-card{
		display:none;
	}
	.workhub-review-card {
   	 	scroll-snap-align: center;
		min-width: 90%;
		margin: 3% !important;
	}
	.card-frame{
		padding:3%;
		scroll-snap-type: x mandatory;
		flex-direction: initial !important;
		margin:0px !important;
		padding:0px;
	}
	h1{
		text-align:center;
	}
	.workhub-intro-p, .wp-block-lazyblock-some-of-our-services{
		background-color:#f8f8f8;
		padding: 55px;
    	margin: 10px -30px 20px;
		border-radius:0px;
	}
	.wp-block-lazyblock-some-of-our-services > div{
		flex-direction:column;
	}
	.wp-block-lazyblock-banner-block > div {
		flex-direction: column;
		padding: 30px;
	}
	.wp-block-lazyblock-banner-block > div > div:last-child{
		flex-basis: 100%;
    	min-height: 200px;
	}
	.wp-block-lazyblock-banner-block > div > div:first-child{
		padding-right:0px;
	}
	.wp-block-lazyblock-banner-block button{
		width:100%;
	}
	#masthead{
		justify-content: space-between;
		padding-left:15px;
		padding-right:15px;
		flex-flow: row-reverse;
	}
	.wp-block-lazyblock-some-of-our-services > div > a > div > img{
		margin-top:35px;
	}
	#hero-unit {
		margin: 100px -0px 0px;
	}
	#content-div{
		padding: 10px 0px 0px;
	}
	.wp-block-lazyblock-some-of-our-services h4{
		margin-bottom:10px;
	}
	.wp-block-lazyblock-contact-page > div{
		flex-direction:column;
	}
	.wp-block-lazyblock-contact-page > div > div{
		flex-basis:100%;
		padding:0px 35px 35px;
	}
	.wp-block-lazyblock-contact-page form input[type=text], .wp-block-lazyblock-contact-page form textarea{
		width:100% !important;
	}
	.wp-block-lazyblock-contact-page form{
		text-align:center;
	}
	.wp-block-lazyblock-contact-page > div > div > p{
		text-align:center;
	}
	.wp-block-lazyblock-contact-page > div > div:last-child > div:first-child{
		display:none;
	}
	.wp-block-lazyblock-contact-page > div > div:last-child > div:last-child{
		background-color:transparent;
		padding:0px;
	}
	.wp-block-lazyblock-contact-page > div > div:last-child > div:last-child > div > div{
		flex-basis:45%;
		min-width:45%;
		margin-bottom:15px;
	}
	.wp-block-lazyblock-contact-page > div > div:last-child > div:last-child > div{
		flex-wrap:wrap;
	}
	.home-section > div{
		align-items:center;
	}
	.card-frame{
		align-items: stretch !important;
	}
	.wp-block-lazyblock-google-reviews{
		margin:0px;
	}
	#hero-unit-image > div{
		bottom: 80%;
		color: #ec6941;
		padding: 0px 50px;
		top: unset;
		font-size: 28px;
	}
	.wp-block-columns{
		overflow-x: scroll;
		flex-wrap: nowrap;
		scroll-snap-type: x mandatory;
	}
	.wp-block-column {
		scroll-snap-align: center;
		min-width: 85%;
		display: flex;
		margin: 4%;
	}
	.wp-block-column > .wp-block-lazyblock-workhub-simple-card{
		margin:auto;
	}
	.horizontal-card {
    	flex-direction: column;
	}
	.horizontal-card > div{
		width:100%;
		height:auto;
	}
	.horizontal-card > div:first-child{
		height:300px;
	}
	.horizontal-card div div{
		height:auto;
		flex-direction: column;
	}
	.horizontal-card div div{
		bottom: auto;
   		position: initial;
	}
	.horizontal-card div div a, .horizontal-card:last-child div div a {
    	width: 100% !important;
		margin-bottom:20px;
	}
	.horizontal-card-head {
		display: flex;
		justify-content: space-between;
		padding: 10px 20px;
		color: #ec6941;
		font-family: 'Geomanist';
		background-color:#f8f8f8;
	}
	@media screen and (max-width: 455px){
		#hero-unit-image > div {
			bottom: 80%;
			color: #ec6941;
			padding: 0px 20px;
			top: unset;
			font-size: 23px;
		}
	}
	@media screen and (max-width: 350px){
		#hero-unit-image > div {
			font-size: 19px;
		}
	}
	.wp-block-lazyblock-small-card {
		width: 100%;
	}
	.workhub-small-card > div{
		padding-top:100%;
	}
	.workhub-small-card > h3{
		margin-top:20px;
	}
	
	.workhub-small-card > span{
		margin-bottom:20px;
	}
	#post-1499 .wp-block-column {
		margin: 4%;
		min-width: 85%;
		max-width: 85%;
	}
	.wp-block-lazyblock-small-card {
		min-width: 100%;
		/* max-width: 90%; */
	}
}

select#mailPref {
    height: 86px;
    border: #ec6941 2px solid;
    background-color: #f8f8f8;
    white-space: break-spaces;
}

p#mailPref_field {
    float: right;
    width: 28%;
    position: absolute;
    right: 0px;
    top: 144px;
}

.post-1716 .wh-product-table > div > div > h4, .post-2193 .wh-product-table > div > div > h4 {
    max-height: 500px;
    font-size: 21px;
    min-height: 60px;
}
.post-1716 .wh-product-table > div > div:first-child, .plan-changer, .post-2193 .wh-product-table > div > div:first-child, .plan-changer{
    height: 275px;
}
 
/* *
 *					NEW HEADER
 * */

.header-submenu{
	background-color:#f8f8f8;
	height:400px;
	padding-top:35px;
	position:absolute;
	width:1180px;
	padding: 35px 100px 0px;
	display:flex;
	top:85px;
}
.header-submenu > div:first-child{
	flex-basis:320px;
	display:flex;
    height: fit-content;
    align-items: center;
}

.header-submenu > div:first-child > a{
	display:flex;
    height: fit-content;
    align-items: center;
}

.header-submenu img{
	width:40px;
}

.header-submenu h3{
	font-family: 'Geomanist-Bold';
    font-size: 20px;
	padding: 10px 5px 0px;
}

.header-submenu > div:last-child{
	display:flex;
    flex-basis: 100%;
	flex-wrap:wrap;
	
}
.header-submenu > div:last-child > div{
	flex-basis:33%;
	display:flex;
	flex-direction:column;
	
}

.header-submenu > div:last-child > div > a:first-child{
	text-decoration:underline;
	font-weight:800;
}

.header-submenu > div:last-child > div > a{
	padding-bottom:6px;
}

.header-submenu > div:last-child > div > a:hover{
	text-decoration:underline;
	color:black !important;
	cursor:pointer;
}
.mobile-nav-submenu > span, .mobile-nav-submenu > a {
    font-size: 22px;
    padding-left: 15px;
    font-weight: 100;
}
.mobile-nav-submenu > img {
    width: 40px;
    margin-bottom: -6px;
}
.mobile-nav-submenu {
    padding-bottom: 25px;
}
.no-level {
    display: flex;
}
.mobile-nav-submenu > div {
    padding-left: 80px;
}
.mobile-nav-submenu > div > div, .mobile-nav-submenu > div > a {
    padding-top: 20px;
    font-size: 22px;
	font-weight: 100;
}
.mobile-nav-submenu > div > div > span {
    padding: 6px;
}
span.mobile-nav-selected {
    text-decoration: underline;
    text-underline-offset: 8px;
    font-size: 24px;
    text-decoration-thickness: 4px;
    font-weight: 700;
    text-decoration-color: #ec6941;
}
.mobile-nav-submenu > div > div > a {
    padding-left: 6px;
    padding-bottom: 10px;
    font-weight: 100;
}
div.mobile-nav-selected {
    color: #ec6941;
}

@media screen and (max-width: 37.45em) {
	#location-page > .whmobile > div {
		height: 100%;
		width: 100%;
		background-position: top center;
		background-size: auto 100%;
	}
	
	#location-page > .whmobile {
		position: absolute;
		right: 0px;
		left: 0px;
		height: 600px;
		z-index: -10;
	}
	.location-archive-block > div:first-child {
		flex-wrap: nowrap;
		overflow-y: hidden;
		overflow-x: scroll;
		margin: 200px -35px 0px;
		flex-basis: auto;
		min-height: 1200px;
		padding:0px 40px;
		scroll-snap-type: x mandatory;
	}
	.location-archive-card:last-child{
		margin-right:50px;
	}
	.location-archive-card{
		min-width:70%;
		margin:0px 15px;
		scroll-snap-align: center;
	}
	.location-archive-card > div:first-child{
		height:350px;
	}
	.location-archive-card > div:last-child {
		background-color: #f8f8f8;
		padding: 20px;
		text-align: center;
	}
	.equipment > div {
		width: 32px;
		height: 28px;
		margin-right: 15px;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
	.location-archive-card .orange-button{
		margin:10px;
	}
}

/* ready to change STYLES
 * 
 * 
 */

.wh-location-header{
	display:flex;
}

.wh-location-header > div:first-child{
	flex-basis:40%;
	background-color: #f8f8f8;
	padding:35px;
	border-radius:8px;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.wh-location-header > div:first-child > h3, .wh-location-header > div:first-child > h2, .wh-location-header > div:first-child > h4{
	width:100%;	
}

.wh-location-header a{
	cursor:pointer;
}

.wh-location-header > div:first-child > div{
	display:flex;
	flex-wrap:wrap;
}

.wh-location-header > div:first-child > button{
	margin-bottom:15px;
}

.wh-location-header{
	margin-bottom: 35px;
}

.wh-location-header:last-child > div:last-child {
	display:flex;
	flex-wrap:wrap;
}

.wh-location-header > div:first-child > h4{
	margin-bottom:0px;
}

.wh-location-header > div:first-child > div > h2{
	margin-bottom:0px;
}

.wh-location-header > div:first-child > div{
	margin-bottom:15px;
}

.wh-location-header > div:first-child > div > img{
	margin-right:10px;
	margin-left:20px;
}

.wh-location-header > div:first-child > div > img:first-child{
	margin-left:0px;
}

.wh-location-header > div:first-child > div > div, .wh-location-header:last-child > div:last-child > div{
	display:flex;
	flex-basis:50%;
	padding-top: 5px;
    height: 28px;
    font-size: 12px;
}

.wh-location-header > div:first-child > div > div > img, .wh-location-header:last-child > div:last-child > div img{
	max-width:23px;
	min-width:23px;
}

.wh-location-header > div:first-child > div > div > span, .wh-location-header:last-child > div:last-child > div span{
	padding: 2px 0px 0px 5px;
}

.wh-location-header > div:last-child{
	flex-basis:60%;
}

.wh-location-header > div:first-child a{
	text-decoration:underline !important;
	text-decoration-color: #ec6941 !important;
}

.wh-location-header:last-child > div{
	flex-basis:50%;
}

.wh-location-header:last-child > div:first-child{
	background-color: transparent;
	padding:0px;
}

.wh-location-slider-outer{
	position:relative;
	margin-left:35px;
	overflow:unset;
}

.wh-location-slider-outer img{
	position:absolute;
	width:26px;
	height:26px;
	top:46%;
	left:-15px;
	background-color: white;
    border-radius: 1000%;
	cursor:pointer;
	-webkit-transform: scaleX(-1);
  	transform: scaleX(-1);
	display:none;
}

.wh-location-slider-inner::-webkit-scrollbar, .available-offices-slider::-webkit-scrollbar{
	display:none;
}

.wh-location-slider-outer img:first-child{
	left: unset;
	right:-15px;
	display:block;
	-webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.wh-location-slider-inner{
	height:100%;
	width:100%;
	overflow:hidden;
	display:flex;
}

.wh-location-slider-inner > div{
	min-height:100%;
	min-width:100%;
	background-size:cover;
	background-position:center;
	border-radius:8px;
}

.available-office-card {
    background-color: #f8f8f8;
    min-width: 230px;
    margin-right: 25px;
	border-radius:8px;
	padding:25px;
	text-align:center;
}

.available-office-card > div:first-child{
    height: 200px;
    margin: -25px;
    border-radius: 8px 8px 0px 0px;
	display: flex;
    align-items: flex-end;
	background-size: cover;
	background-position: center;
}

.available-office-card > div:first-child > div > span{
	color:black;
	padding-left:20px;
}

.available-office-card > div:first-child > div{
	background-color:rgba(255, 255, 255, 0.4);
	height:40px;
	width:100%;
	display: flex;
    align-items: center;
    justify-content: center;
}

.available-office-card h4{
	margin-top:55px;
}

.available-office-card button{
	margin-top:25px;
}

.available-office-card > div:nth-child(3) {
	display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.available-office-card > div:nth-child(3) h2{
    margin: 10px 5px 10px;
    color: #ec6941;
}
	
.available-offices-slider{
    height: auto !important;
	display: flex;
    overflow-x: scroll;
    margin: 30px;
	cursor: grab;
    scroll-snap-type: x mandatory;
}

.wh-location-contact {
    display: flex;
    border-radius: 8px;
    border: solid 2px #ec6941;
    background-color: #f8f8f8;
    padding: 35px;
}

.wh-location-contact > div:first-child {
    flex-basis: 65%;
}

.wh-location-contact > div:last-child {
    flex-basis: 30%;
    margin-left: 45px;
}

.wh-location-contact form > a{
	flex-basis:50%;
}

.wh-location-contact form input[type=text]{
	background-color: #E5EEF9;
    border: none;
}

.wh-location-contact form input[type=submit]{
	margin-left: 30px;
    margin-bottom: 5px;
}

.wh-location-contact form input[type=checkbox]{
	margin-left:10px	
}

.wh-location-contact > div:first-child > div > div {
    display: flex;
    flex-direction: column;
	margin-right:30px;
}

.wh-location-contact > div:first-child > div > div :first-child {
    color: #ec6941;
}

.wh-location-contact > div:first-child > div {
    display: flex;
    margin-top: 10px;
}

.wh-location-contact div:nth-child(3) {
    height: 220px;
    width: 100%;
	background-position:center;
	background-size: cover;
}

.wh-location-contact > div:nth-child(2) > div, .wh-location-contact > div:nth-child(3) > div {
    display: flex;
}

.wh-location-contact > div:nth-child(2) > div > span, .wh-location-contact > div:nth-child(3) > div > span {
    font-size: 40px;
    margin-right: 10px;
    cursor: pointer;
    margin-top: -10px;
}

.wh-location-contact > div:nth-child(2) > div > p, .wh-location-contact > div:nth-child(3) > div > p {
    margin-top: 0px;
}

.monthly > span{
	font-size: 16px;
}

.workhub-white-card {
    border-radius: 8px;
    border: solid 2px #ec6941;
    padding: 25px;
    font-size: 15px;
    height: 450px;
}

.workhub-white-card span {
	font-family: 'Geomanist-Bold';
    font-weight: bold;
    font-size: 21px;
}

.wh-product-table{
	display: flex;
	margin-top:75px;
    width: 100%;
    justify-content: space-between;
}

.wh-product-table > div > div:first-child, .plan-changer {
    height: 250px;
    flex-direction: column;
    position: relative;
    border-top: 12px solid black;
    border-radius: 8px;
    padding: 10px 20px;
    justify-content: center;
}

.wp-block-lazyblock-post-boxes-table .plan-changer{
	height:auto;
	min-height: 250px;
	width:auto;
	margin:30px 100px;
	border-top: none !important;
}
.wp-block-lazyblock-post-boxes-table .plan-changer h4{
	text-align: center;
    margin: 100px;
}

.wp-block-lazyblock-post-boxes-table .plan-changer .changer{
	left: calc(50% - 90px);
}

.plan-changer h4{
	font-size:22px;
}

.wh-product-table > div {
	min-width: 200px;
    text-align: center;
}

.featured {
    border: 2px solid #ec6941;
	border-radius:8px;
	margin-top:-2px;
}

.featured button{
	color:white !important;
	background-color:#ec6941 !important;
}

.wh-product-table > div:nth-child(3) > div:first-child, .po-box:nth-child(2), .po-box:nth-child(6), .ras-card:nth-child(2){
	border-top: 12px solid #e5eef9;
}

.wh-product-table > div:nth-child(5) > div:first-child, .po-box:nth-child(3), .ras-card:nth-child(3){
	border-top: 12px solid #fbe8f2;
}

.wh-product-table > div:nth-child(7) > div:first-child, .po-box:nth-child(4), .ras-card:nth-child(4){
	border-top: 12px solid #f7f2f9;
}

.wh-product-table > div:nth-child(9) > div:first-child, .po-box:nth-child(1), .po-box:nth-child(5), .ras-card:nth-child(5), .ras-card:nth-child(1){
	border-top: 12px solid #f7f5e6;
}

.wh-product-table .dashicons-saved{
	font-size:30px;
	font-weight:bold;
}

.featured-product {
    width: calc(100% + 4px);
    justify-content: space-around;
    color: white;
    background-color: #ec6941;
    padding: 6px 20px;
    text-align: center;
    border-radius: 8px 8px 0px 0px;
    position: absolute !important;
    top: -50px;
}

.wh-product-table > div:first-child {
    text-align: left;
	min-width: 200px;
}

.wh-product-table > div > div:last-child{
	border-radius:0px 0px 8px 8px;
}

.changer div:last-child {
    background-color: #ec6941;
    border: 2px solid #ec6941;
    width: 100px;
    text-align: center;
    border-radius: 45px;
    padding: 10px;
    color: #f8f8f8;
    margin-left: -34px;
}

.changer{
	cursor: pointer;
    position: absolute !important;
    bottom: 25px;
    right: 10px;
}

.changer div:first-child {
    color: #ec6941;
    border: 2px solid #ec6941;
    border-radius: 45px;
    padding: 10px;
    background-color: #f8f8f8;
    padding-right: 40px;
}

.wh-product-table .monthly{
	display:none;
	font-size:20px;
	text-align:center;
	margin-top:30px;
}

.wh-product-table > div > div {
    height: 60px;
    border-top: 3px solid lightgrey;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.wh-product-table button {
    color: #ec6941;
    background-color: transparent;
    border: 2px solid #ec6941;
    min-width: 140px;
}

.wh-product-table > div > div:first-child > div, .changer {
    display: flex;
    position: relative;
	align-items: baseline;
	margin-top: 15px;
}

.wh-product-table > div > div:first-child > div > h4{
	color:#ec6941;
}

.wh-product-table button:hover{
	color: black !important;
	border: 2px solid black;
}

.wh-product-table > div:first-child > div:first-child {
    border-top: none;
	background-color: transparent;
}

.wh-product-table > div:nth-child(even) {
    min-width: 10px;
}

.wh-product-table > div:first-child > div {
    justify-content: left;
	background-color: transparent !important;
}

.wh-product-table > div:nth-child(even) > div:first-child {
    border-top: 0px;
}

.wh-product-table > div:nth-child(odd) > div {
    background-color: #f8f8f8;
}

.wp-block-lazyblock-post-boxes-table > div:last-child {
    height: 950px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-width: 100%;
}

.po-box {
    flex-basis: 31%;
    background-color: #f8f8f8;
    border-radius: 8px;
    padding: 15px 35px 35px;
    text-align: center;
    height: 450px;
    border-top: 15px solid black;
}

.po-box > div:nth-child(3) {
    min-height: 200px;
    background-size: contain;
    background-position: center;
	background-repeat: no-repeat;
	margin:10px 0px;
}

.po-box > .monthly, .po-box > .yearly {
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: 100%;
}

.wp-block-lazyblock-white-card, .workhub-white-card{
	height:100%;
}

.ras-table {
    background-color: #f8f8f8;
    border-top: 12px solid #ec6941;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 35px 10px;
}

.wh-price {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: baseline;
    margin: 10px 0px;
}

.wh-price h4 {
    margin-bottom: 0px;
    color: #ec6941;
}

.ras-table-blocks {
    display: flex;
    margin-bottom: 25px;
}

.ras-table > button {
    margin: auto;
}

.ras-table-blocks > a{
	margin-right:15px;
	text-decoration:underline;
	text-decoration-color:#ec6941;
}

.ras-card:hover{
	border-color:black;
}

.ras-card > button:hover {
    color: white;
	background-color:black;
	border-color:black;
}

.ras-card {border: 2px solid transparent;border-top: 12px solid #ec6941;margin: 5px;border-radius: 8px;min-height: 100%;background-color: white;padding: 20px 15px 35px;}

.ras-card h4 {
    font-size: 20px;
    margin-bottom: 0px;
}

.ras-card h3 {
    padding: 0px 5px;
    font-size: 12px;
}

.ras-card button {
    background-color: transparent;
    color: #ec6941;
    margin-top: 10px;
    min-width: 100%;
}

.faq-searcher {display: flex;justify-content: space-between;background: #f8f8f8;border-radius: 8px;}

.faq-searcher>div {
    padding: 35px;
    flex-basis: 100%;
}

.faq-searcher input#searcher {
    margin-bottom: 20px;
    background-color: #e5eef9;
}

.faq-searcher input#searcher:focus {
    border-color: black!important;
}

.faq-searcher span {
    text-decoration: underline;
    text-decoration-color: #ec6941;
    cursor: pointer;
    padding: 10px;
}

.faq-searcher span:hover {
    color: #ec6941;
}

.tos-panel {
	position:absolute;
	background-color:#f8f8f8;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	border-radius:8px;
	padding:30px;
}

.tos-panel > div:last-child {
    position: absolute;
	cursor:pointer;
    font-size: 45px;
    right: 0px;
    top: 0px;
    padding: 15px;
    margin-right: 35px;
    margin-top: 15px;
}

.wp-block-lazyblock-contact-page form{
	margin-bottom:20px;
}

.tos-panel > div:last-child > span {
    font-size: 45px;
    color: #ec6941;
}

.tos-panel > div:nth-child(3) {
    padding-left: 30px;
    overflow-y: scroll;
    flex-basis: 101%;
}

.wp-block-lazyblock-contact-page {
	position: relative;
    margin-top: 90px;
}

.wp-block-lazyblock-contact-page > div >div > a {
    text-decoration: underline;
    text-decoration-color: #ec6941;
    cursor: pointer;
}

#tos-form .wp-editor-wrap {
    width: 800px;
}

@media screen and (max-width: 37.45em) {
	.columneer{
		flex-direction:column-reverse;
	}
	
	.ras-table-blocks {
		flex-direction: column;
	}

	.ras-card {
		border: 2px solid #ececec !important;
		position: relative;
		padding-bottom: 25px;
	}

	.ras-card > h4 {
		width: 60%;
	}

	.ras-card h3 {
		width: 60%;
		font-size: 16px;
	}

	.ras-card .wh-price {
		width: 40%;
		flex-direction: column;
		position: absolute;
		align-items: center;
		top: calc(50% - 48px);
		right: 15px;
	}

	.ras-card > div > h4 {
		font-size: 30px;
	}
	
	.wp-block-lazyblock-post-boxes-table > div:last-child{
		overflow-x: scroll;
		flex-wrap: nowrap;
		scroll-snap-type: x mandatory;
		padding-left:10%;
	}
	
	.po-box{
		scroll-snap-align: center;
		min-width: 80%;
		margin-right:20px;
		margin-left:20px;
	}
	
	.wh-product-table > div > div{
		border-top:none;
	}
	.wh-product-table {
		overflow-x: scroll;
		padding-top: 50px;
		padding-left: 10%;
		padding-bottom:40px;
		scroll-snap-type: x mandatory;
	}
	
	.wh-product-table span.whmobile:last-child {
		font-size: 15px;
		text-align:left;
		margin-left:20px;
		margin-top:4px;
	}

	.wh-product-table > div {
		scroll-snap-align: center;
		min-width: 80%;
		margin-right:20px;
		margin-left:20px;
	}
	
	.wh-product-table > div > div:not(:first-child) {
		align-items: start;
	}

	.wh-product-table > div > div {
		justify-content: left;
		padding: 5px 30px;
	}
	div#wh-location-head {
		flex-direction: column-reverse !important;
	}

	.wh-location-slider-outer {
		min-height: 350px;
		margin-right: 0px !important;
		margin-bottom: 40px;
	}

	.wh-location-slider-outer img {
		width: 32px;
		height: 32px;
	}

	.wh-location-slider-inner {
		min-height: 350px;
	}

	.wh-location-header > div:first-child > div:last-child {
		display: none;
	}
	
	div#wh-location-contact {
		flex-direction: column-reverse;
	}
	
	#location-page .horizontal-card > div > :first-child{
		max-width:25px;
		min-height:25px;
		max-height:25px;
		min-width:25px;
		margin-right:10px;
	}
	
	#location-page .horizontal-card > div {
		height: auto;
		padding-top: 0px;
		padding-bottom: 3px;
		height: auto;
		padding-top: 0px;
		padding-bottom: 15px;
		display: flex;
		align-items: center;
	}
	
	#location-page .horizontal-card-head{
		padding: 15px 65px;
	}

	#location-page .horizontal-card{
		margin-bottom: 150px;
		margin-top:100px;
	}
	
	#wh-location-contact div:first-child {
		margin-bottom: 25px;
	}
	
	.wh-location-header {
		flex-direction: column-reverse;
	}
}

.woocommerce-order-pay #payment > div.form-row {
    display: block !important;
}




.info-section.main-feature-block {
    display: flex;
    align-content: center;
    margin: 0px;
}

.info-section.main-feature-block h4 {
    color: #ec6947;
    margin: 0px 30px 0px 0px;
}

.offer-item.office-head {
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.single-location .offer-item span.sub {
    font-size: 14px;
    font-weight: 400;
    color: rgb(var(--colorSecondaryBase));
    font-family: var(--regularFont);
}

.single-location .text-section {
    margin-bottom: 10px;
}

.single-location .slider-section {margin-top: 15px;}

.intl-tel-input .country-list{
	z-index: 100 !important;
}





