/*
Theme Name: Corporate House
Description: Corporate House Web Site
Author: Twofold
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:
*/

::selection {
  background: #7cc242;
	color: #fff; color: rgba(255,255,255,0.85);
}

.d-table {
	display: table;
}
.d-table-cell {
	display: table-cell;
}

.bold, .strong {
	font-weight: bold;
}

.nowrap {
	white-space: nowrap;
}

.btn {
	padding-left: 15px;
	padding-right: 15px;
}

.align-items-center {
	align-items: center;
}
.valign-middle {
	vertical-align: middle;
}


.lSAction > a {
	opacity: 0.75;
}
.lSSlideOuter .lSPager.lSGallery li {
	border: 2px solid #ccc;
	display: flex;
	align-items: center;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
	border-radius: 0;
  border: 2px solid #004677;
}


.strong-view.bold {
	font-weight: normal;
}


.page-testimonials,
.reviews {
	display: none;
}

.page-testimonials.show,
.reviews.show {
	display: block;
}

.testimonial-entry img {
    	max-width: 200px;
   	 max-height: 100px;
}

.testimonial-entry em {
font-family: 'Merriweather', Georgia, "Times New Roman", Times, serif;
    	font-weight: 300;
}
.testimonial-entry,
.reviews-entry {
	overflow: hidden;
	padding-top: 20px;
}

.ui-datepicker {
	display: none;
}
.ui-datepicker .ui-datepicker-header, .ui-widget-header {
  background-color: #004677;
	background: linear-gradient(0deg, rgba(0,54,103,1) 0%, rgba(0,70,119,1) 50%, rgba(16,86,135,1) 100%);
}
.ui-state-active, .ui-widget-content .ui-state-active,
.ui-datepicker-calendar .ui-state-active {
  background: #7cc242 !important;
  background-color: #7cc242 !important;
	border-color: #7cc242 !important;
	color: #fff !important;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	color: #222;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	height: 100%;
	text-align: center;
	width: 100%;
}


/* CSS Flex */
.flex-row {
	display: flex;
}
.flex-row, .flex-row-xs, .flex-row-sm, .flex-row-md, .flex-row-lg {
	flex-wrap: wrap;
	margin-left: -30px;
	margin-right: -30px;
}
.flex-direction-reverse {
	flex-direction: row-reverse;
}
.flex-col {
	flex: 1;
	margin: 30px;
	position: relative;
}
@media (max-width:767px){
	.flex-row-xs { display: flex; }
}
@media (min-width:768px){
	.flex-row-sm { display: flex; }
}
@media (min-width:992px){
	.flex-row-md { display: flex; }
}
@media (min-width:1200px){
	.flex-row-lg { display: flex; }
}
/* CSS Flex */


/* CSS Flex form */
@media (min-width:768px){
	.form-row {
		display: flex;
		flex-wrap: wrap;
		margin-left: -5px;
		margin-right: -5px;
	}
	.form-col {
		flex: 1;
		padding-left: 5px;
		padding-right: 5px;
	}
}
/* CSS Flex form */


#header .navbar .btn:focus {
	background: #639e33;
}
#header .navbar .dropdown-menu .dropdown-menu {
  top: 4px;
  left: 160px;
}

#feature.feature-home .feature-content {
	text-shadow: 0 4px 8px #000;
}
#feature.feature-home .feature-content h1 {
	text-shadow: 0 2px 4px #000;
}
#feature.feature-home .feature-content p {
	letter-spacing: 1px;
}
#feature.feature-home .feature-content .btn {
	text-shadow: none;
}

#feature.feature-home .pins-container {
	position: absolute; left: 0; top: 0;
	width: 100%; height: 100%;
}
#feature.feature-home .pins-container a {
	color: #fff;
	transition: padding .3s;
}
#feature.feature-home .pins-container a:hover {
	opacity: 0.87;
	padding-bottom: 5px;
}
#feature.feature-home .pins-container .pin {
	background: url(img/location-pin.png) center top no-repeat;
	display: inline-block;
	line-height: 1.5em;
    max-width: 70px;
	padding-top: 40px;
	position: absolute;
	text-shadow: 0 4px 4px #000;
	transform: translateX(-50%);
}
#feature.feature-home .pins-container .pin:nth-child(odd) {
	bottom: 20%;
}
#feature.feature-home .pins-container .pin:nth-child(even) {
	bottom: 12%;
}
#feature.feature-home .pins-container.pins-1 .pin-0 {
    left: 40%;
}
#feature.feature-home .pins-container.pins-2 .pin-0 {
    left: 33%;
}
#feature.feature-home .pins-container.pins-2 .pin-1 {
    left: 66%;
}
#feature.feature-home .pins-container.pins-3 .pin-0 {
    left: 25%;
}
#feature.feature-home .pins-container.pins-3 .pin-1 {
    left: 50%;
}
#feature.feature-home .pins-container.pins-3 .pin-2 {
    left: 75%;
}
#feature.feature-home .pins-container.pins-4 .pin-0 {
    left: 20%;
}
#feature.feature-home .pins-container.pins-4 .pin-1 {
    left: 40%;
}
#feature.feature-home .pins-container.pins-4 .pin-2 {
    left: 60%;
}
#feature.feature-home .pins-container.pins-4 .pin-3 {
    left: 80%;
}
#feature.feature-home .pins-container.pins-5 .pin-0 {
    left: 10%;
}
#feature.feature-home .pins-container.pins-5 .pin-1 {
    left: 30%;
}
#feature.feature-home .pins-container.pins-5 .pin-2 {
    left: 50%;
}
#feature.feature-home .pins-container.pins-5 .pin-3 {
    left: 70%;
}
#feature.feature-home .pins-container.pins-5 .pin-4 {
    left: 90%;
}
#feature.feature-home .pins-container.pins-6 .pin-0 {
    left: 4%;
}
#feature.feature-home .pins-container.pins-6 .pin-1 {
    left: 22%;
}
#feature.feature-home .pins-container.pins-6 .pin-2 {
    left: 42%;
}
#feature.feature-home .pins-container.pins-6 .pin-3 {
    left: 58%;
}
#feature.feature-home .pins-container.pins-6 .pin-4 {
    left: 78%;
}
#feature.feature-home .pins-container.pins-6 .pin-5 {
    left: 96%;
}

#feature.feature-home .pins-container.pins-7 .pin-0 {
    left: 5%;
}
#feature.feature-home .pins-container.pins-7 .pin-1 {
	left: 18.6%;
}
#feature.feature-home .pins-container.pins-7 .pin-2 {
	left: 34.2%;
}
#feature.feature-home .pins-container.pins-7 .pin-3 {
	left: 50%;
}
#feature.feature-home .pins-container.pins-7 .pin-4 {
	left: 65.6%;
}
#feature.feature-home .pins-container.pins-7 .pin-5 {
	left: 81.2%;
}
#feature.feature-home .pins-container.pins-7 .pin-6 {
    left: 95%;
}

.home-gallery {
	background: #004677;
}
.home-gallery [class*="col-"] {
	padding: 0;
}
.home-gallery a.item {
	display: block;
}
.home-gallery a.item img {
	width: 100%;
}
/*.home-gallery a.item {
	overflow: hidden;
	padding-bottom: 65%;
	position: relative;
}
.home-gallery a.item img {
	position: absolute;
    top: 0; left: 0;
}*/

.sb-slidebar {
    	z-index: 90 !important;
}

.content-main:first-child .fotorama {
	margin-top: 0;
}

.well-success {
	padding: 40px;
}

.well-success,
.well-success .btn-white {
	background-color: #7cc242;
}

.well-success h6,
.well-success h3 {
	color: #FFF;
}
.content-main .alignright {
float: right;
margin: 0 0 30px 30px;
max-width: 200px;
height: auto;
}



/* BEGIN: Feature Services Grid (e.g. Homepage, COVID-19) */
.FeaturedService {
  padding: 50px 0 25px;
}
.FeaturedService .service {
  padding: 0 15px 15px;
}
.FeaturedService .service-inner {
  background-color: #F5F5F5;
  text-align: center;
}
.FeaturedService .service .service-thumbnail {
  border: 0;
  height: 0;
  padding: 0 0 67%;
  position: relative;
  width: 100%;
}
.FeaturedService .service .service-thumbnail .img {
  background-size: cover;
  background-position: center;
  height: 100%;
  position: absolute;
  width: 100%;
}
.FeaturedService .service .service-body {
  padding: 30px 15px;
}
.FeaturedService .service .service-body .description {
  color: #7cc242;
  font-family: "Proxima", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.FeaturedService .service .service-body .name {
  font-size: 24px;
  margin-top: 10px;
}
.FeaturedService .service .service-body .content {
  overflow: hidden;
}
@media (min-width: 768px) {
  .FeaturedService .service .service-body .cta .btn { max-width: 100%; min-width: 100%; width: 100%; }
}
/* END: Feature Services Grid */







/* BEGIN co-working office page */
	.coworking-space-locations-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
	}
	.coworking-space-locations-grid>*{
		max-width:300px;
	}
	@media (min-width:768px){
		.coworking-space-locations-grid {
			grid-template-columns: repeat(3, 1fr);
		}
	}
/* ENDOF co-working office page */

/* BEGIN virturl office page */
form#masterVirtualOfficeSubscriptionForm select option[disabled],
form.virtualOfficeSubscription select option[disabled]{
	display: block;
}

#masterVirtualOfficeSubscriptionForm {
	border: 2px solid #004677;
	padding: 15px;
}
#masterVirtualOfficeSubscriptionForm .location-name {
	font-size: 1.4em;
	line-height: 1em;
}
#masterVirtualOfficeSubscriptionForm .office-image {
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom:15px;
	padding-bottom:67%;
	width:100%;
}
#masterVirtualOfficeSubscriptionForm .price-range-indicator .note {
	font-size: 0.85em;
	font-style: italic;
}

#masterVirtualOfficeSubscriptionForm ul.office-inclusion {
	padding: 0;
}
#masterVirtualOfficeSubscriptionForm ul.office-inclusion li {
	background: left center no-repeat;
	background-size: 30px 30px;
	display: table;
	line-height: 20px;
	list-style: none;
	margin-bottom: 0.5em;
	min-height: 40px;
	padding-left: 40px;
}
#masterVirtualOfficeSubscriptionForm ul.office-inclusion li .inner {
	display: table-cell;
	vertical-align: middle;
}

form.virtualOfficeSubscription .optionsContainer {
	padding-bottom: 10px;
}
form.virtualOfficeSubscription select {
	width: 100%;
}
form.virtualOfficeSubscription .btn {
	min-width: auto;
}

.vo-grid-container {
	display: grid;
	grid-gap: 15px;
}
.vo-grid-item {
	max-width: 576px;
	overflow: hidden;
}

@media (min-width:576px){
	.vo-grid-container {
		grid-template-columns: auto auto;
	}
}
@media (min-width:768px){
	.vo-grid-container {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (min-width:992px){
	.vo-grid-container {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (min-width:1200px){
	.vo-grid-container {
		grid-template-columns: repeat(4, 1fr);
	}
}
/* END virturl office page */


li.no-arrow:before,
.single-location .image-gallery ul li:before {
	content: '';
	display: none;
}

.single-location .content-main .location-galleries-container .heading {
	margin: 20px 0 10px;
	clear: both;
}
.single-location .content-main .location-galleries-container [class*="col-"] {
	padding: 5px;
}
.single-location .content-main .location-galleries-container .item img {
	width: 100%;
}


.single-location .content-main .tabbed-content-container ul.nav-tabs li:before {
	content: '';
}
.single-location .content-main .tabbed-content-container .nav-tabs,
.single-location .content-main .tabbed-content-container .nav-tabs > li > a,
.single-location .content-main .tabbed-content-container .nav-tabs > li.active > a {
	border: 0;
}
.single-location .content-main .tabbed-content-container .nav-tabs > li > a {
	background-color: #b3b3b3;
	color: #fff;
	display: block;
}
.single-location .content-main .tabbed-content-container .nav-tabs > li.active a {
	background-color: #f5f5f5;
	color: #7cc242;
	display: block;
}
.single-location .content-main .tabbed-content-container .tab-content {
	background-color: #f5f5f5;
	margin-top: 5px;
	padding: 20px;
}

.single-location .content-main .bottom-description {
	background-color:#0A69A8;
	color:#fff;
	padding:20px;
}
.single-location .content-main .bottom-description p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.single-location .content-sidebar .item {
	margin-bottom: 25px;
}
.single-location .content-sidebar .item.rounded-corner {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.single-location .content-sidebar .enquiry-top-container {
	color: #fff;
	padding: 20px;
}
.single-location .content-sidebar .enquiry-top-container .btn {
	max-width: 480px;
	width: 100%;
}

.single-location .content-sidebar .inclusion-container {
	border: 1px solid #064775;
	padding: 20px;
}
.single-location .content-sidebar .inclusion-container .header {
	color: #71b646;
	font-weight: bold;
	font-size: 1.4em;
}
.single-location .content-sidebar .inclusion-container ul.inclusion-list {
	columns: 1;
}
.single-location .content-sidebar .inclusion-container ul.inclusion-list li {
	background: left top no-repeat;
  background-size: 35px 35px;
	font-size: 1em;
	margin-bottom: 2em;
	min-height: 42px;
	padding-left: 52px;
	vertical-align: middle;
}

.single-location .content-main .office-gallery-container {
	margin-bottom: 30px;
}
.single-location .content-main .office-gallery-container .lSSlideWrapper li img,
.single-location .content-main .office-gallery-container .lSPager li img {
	height: auto;
	width: 100%;
}
.single-location .content-main .office-gallery-container .lSPager li a {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.5%;
	position: relative;
	width: 100%;
}
.single-location .content-main .office-gallery-container .lSPager li a img {
  position: absolute; top: 0; left: 0;
  object-fit: cover;
  width: 100%; height: 100%;
}

.single-location .content-sidebar .form-tour-container {
	background-color: #0A69A8;
	padding: 20px;
}
.single-location .content-sidebar .form-tour-container .header,
.single-location .content-sidebar .form-tour-container .header * {
	color: #fff;
}
.single-location .content-sidebar .form-tour-container {
	color: #fff;
}
.single-location .content-sidebar .form-tour-container ul li {
	font-size: 15px;
}
.single-location .content-sidebar .form-tour-container .gform_wrapper div.charleft {
	color: #ccc;
}

.single-location .content-sidebar .map-container {
	overflow: hidden;
	height: auto;
}
.single-location .content-sidebar .map-container .header {
	font-size: 0.875em;
	padding-top: 20px;
	padding-bottom: 20px;
}
.single-location .content-sidebar .map-container .header a {
	color: #fff;
	text-transform: uppercase;
}
.single-location .content-sidebar .map-container .header .icon-location {
	color: #7cc242;
}
.single-location .content-sidebar .map-container #map {
	background-color: transparent;
	height: 400px;
}


@media screen and (max-width: 474px) {
.alignright {
	width: 150px;
	margin: 0 0 30px 0;
}
}
.navbar .navbar-nav > li > a.link-phone {
    color: #7cc242;
    font-weight: bold;
    font-size: 20px !important;
}
#sticky {
 display: none;
}
#sticky a {
   color: #FFFFFF;
   display: block;
   padding: 20px;
   font-size: 12px;
   letter-spacing: 0.05em;
   text-transform: uppercase;
   font-weight: bold;
   border-radius: 4px;
   background: #7cc242;
   background: rgba(124, 194, 66, 0.9);
   line-height: 1.2;
}
#sticky a i {
  font-size: 24px;
  margin-bottom: 4px;
}

#sticky a:hover,
#sticky a:focus {
   background-color: #639e33;
   text-decoration: none;
}

.woocommerce #respond input#submit,
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce button.button.alt, .woocommerce button.button.alt.disabled,
.woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    background-color: #7cc242;
    color: #fff;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce button.button.alt:hover, .woocommerce button.button.alt.disabled:hover,
.woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
    background-color: #5ca222;
    color: #fff;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #004677;
	color: #fff;
	min-width: 150px;
	min-height: 45px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #001637;
	color: #fff;
	min-width: 150px;
	min-height: 45px;
}


.woocommerce-price-suffix {
	font-weight: 500;
	text-transform: none;
}
.woocommerce ul.products li.product::before,
.woocommerce-page ul.products li.product::before {
	content: '';
	display: none;
}
.woocommerce div.product form.cart .variations {
	margin-bottom: 0.25em;
}
.woocommerce div.product form.cart span.price {
	font-size: 1.5em;
}

.woocommerce table.extra-options input,
.woocommerce table.extra-options textarea {
    padding: 0 7px;
	width: 100%;
}
.woocommerce table.extra-options textarea {
	height: 7em;
	line-height: 1.2em;
	padding-top: 7px;
	padding-bottom: 7px;
}
.woocommerce .quantity .qty,
.woocommerce input[type="number"],
.woocommerce table.extra-options input[type="number"] {
    line-height: 1.25em;
	padding: 1px;
	text-align: center;
	width: 5em;
}

.woocommerce table.extra-options,
.woocommerce table.wccpf_fields_table {
    margin-bottom: 0.5em;
}
.woocommerce table.extra-options td.label {
	vertical-align: top;
}
.woocommerce div.product form.cart .variations td.label,
.woocommerce table.extra-options td.label label,
.woocommerce table.wccpf_fields_table td.wccpf_label label {
	color: #444;
	font-weight: 700;
}
.woocommerce table.extra-options td.label span {
	font-weight: normal;
}
.woocommerce table.extra-options td.label,
.woocommerce table.wccpf_fields_table td.wccpf_label,
.woocommerce div.product form.cart .variations td.label {
	display: table-cell;
    text-align: left;
	width: 33%;
	white-space: normal;
}
.woocommerce-error li:before,
.woocommerce-info li:before,
.woocommerce-message li:before {
	content: '';
	display: none;
}
.woocommerce table.extra-options td.value,
.woocommerce table.wccpf_fields_table td.wccpf_value {
	display: inline-block;
	min-width: 75%;
	max-width: 100%;
	padding-bottom: 7px;
}
.woocommerce div.product form.cart .variations .quantity input {
	line-height: 1.25em;
}
.woocommerce div.product form.cart .variations .quantity input,
.woocommerce table.extra-options input,
.woocommerce table.extra-options textarea,
.woocommerce table.wccpf_fields_table td.wccpf_value input,
.woocommerce table.wccpf_fields_table td.wccpf_value textarea {
	border-radius: 5px !important;
    border: 1px solid #a6a6a6 !important;
}
.woocommerce table.extra-options .thwepo-date-picker {
	cursor: text;
}

.woocommerce form .form-row .woocommerce-input-wrapper {
	display: block;
  width: 100%;
}


/* Master Slider */
.ms-thumb-frame img {
	height: auto !important;
	margin-top: 0 !important;
}



/* START: Userlike Live Chat */
/*#userlike #userlike-popup,
#userlike a#userlike-tab {
    right: 210px !important;
}
#fixedBottomModalToggle {
	display: none;
	height: 48px;
	line-height: 48px;
	padding-top: 4px!important;
	padding-bottom: 0!important;
	font-weight: normal;
}*/
/* END: Userlike Live Chat */


.stick {
	display: inline-block !important;
    position: fixed;
    top: 130px;
    right: 10px;
    z-index: 900;
}
@media screen and (max-width: 991px) {
  .stick {
      top: 80px;
  }
}
@media (max-width:1199px) {
}
@media (max-width:1499px) {
  .navbar-nav li.menu-item-home {
	  display: none;
  }
}

@media screen and (max-width: 767px) {
	#feature.feature-home,
	.feature.feature-home {
		height: 320px;
	}
	#content.content-home {
		margin-top: 320px !important;
	}
	#sticky {
		display: none;
	}
	.woocommerce td.product-name dl.variation {
    display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.woocommerce td.product-name dl.variation dt {
		justify-self: flex-start;
		text-align: left;
	}
	.woocommerce td.product-name dl.variation dd {
		justify-self: flex-end;
		text-align: right;
	}
}

@media screen and (min-width: 768px) {
	#feature.feature-home .feature-content .col-sm-12 {
		padding-top: 0;
	}
}
@media screen and (min-width: 768px) and (max-width:991px) {
	.single-location .content-sidebar .inclusion-container ul.inclusion-list {
		columns: 2;
		column-gap: 50px;
	}
}
@media screen and (min-width: 992px) {
	.content-sidebar .inclusion-container li {
		font-size: 0.8em;
	}
}
@media (min-width:1500px) {
	.hidden-xl {
		display: none!important;
	}
	.visible-xl {
		display: block!important;
	}
}
