/*
Theme Name: Sitting Rooms
Theme URI:
Author: Dan Morrison
Author URI: https://www.milkmedia.com.au
Description: a booking rooms theme
Version: 1.0
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready
*/

/* ==========================================================================
   HTML5 Boilerplate styles - (generated via initializr.com)
   ========================================================================== */
html, button, input, select, textarea {
	color: #222;
	-webkit-font-smoothing: antialiased;
}
body {
	font-size: 18px;
	line-height: 1.4;
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	color:#333;
}
p{
	line-height:1.5;
	margin-bottom:15px;
}
a{
	outline-style:none;
}
a:hover{
	text-decoration:none;
    transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    -webkit-transition: .25s ease-out;
    -o-transition: .25s ease-out;
}
a:focus { outline: none; }
a:visited { text-decoration:none; }

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
img {
	vertical-align: middle;
	max-width: 100%;
	height: auto !important;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #333;
	font-weight:300;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #333;
	font-weight:300;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #333;
	font-weight:300;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #333;
	font-weight:300;
}
.text-center{text-align:center;}
.text-right{text-align:right;}
.text-left{text-align:left;}
.bold-title{
	font-weight:700;
}
/* ---------------------------------------- */
/* C O M M O N  S T Y L E
/* ---------------------------------------- */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-5ths {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}
/* ---------------------------------------- */
/* H E A D E R  S T Y L E
/* ---------------------------------------- */
header{
	background:url(../img/texture-tile.jpg) repeat center center;
	width:100%;
	display:block;
	min-height:50px;
	-moz-box-shadow: 0 3px 6px rgba(0,1,1,.55);
	-webkit-box-shadow: 0 3px 6px rgba(0,1,1,.55);
	box-shadow: 0 3px 6px rgba(0,1,1,.55);
	border-bottom:1px solid #6f706f;
}
.logo-wrapper{
	display:block;
	position:relative;
}
.info-top-wrapper{
	list-style:none;
	padding:0;
	display:block;
	text-align:right;
	margin-top:25px;
}
.info-top-wrapper li{
	display:inline-block;
	vertical-align:middle;
	padding:0 30px;
}
.info-top-wrapper li .phone-number{
	display:block;
	font-size:30px;
	font-weight:700;
	color:#c1c1c1;
}
.info-top-wrapper li .phone-number a {
	color:#c1c1c1;

}

.info-top-wrapper li .email-address{
	font-size:15px;
	font-weight:700;
	color:#c1c1c1;
}
.info-top-wrapper li .email-address a{
	font-size:15px;
	font-weight:700;
	color:#c1c1c1;
}
.info-top-wrapper li .email-address a:hover { color:#3d71a3; }
.info-top-wrapper li:first-child{
	border-right:1px solid #c1c1c1;
}
.info-top-wrapper li .link-login{
	color: #c1c1c1;
	font-size: 14px;
	font-weight: 700;
	text-transform:uppercase;
}
.info-top-wrapper li .link-login i{
	margin-right:10px;
	font-size: 20px;
}
.main-menu{
	margin: 0;
}
.main-menu li{
	display:inline-block;
	margin-right:15px;
	position: relative;
}
.main-menu li a{
	color: #c2c2c2;
	font-size: 14px;
	font-weight: 700;
	text-transform:uppercase;
	padding: 5px 0 10px;
	display: block;
}
.main-menu li.current-menu-item > a,
.main-menu li.current_page_ancestor > a {
	color: #3d71a3;
}
.main-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: -15px;
	width: 200px;
	padding: 15px;
	background: url('../img/texture-tile.jpg');
	z-index: 10000;
	left: -2000%;
	opacity: 0;
	-webkit-transition: opacity .3s, left 0s;
	-webkit-transition-delay: left 0s;
	transition: opacity .3s, left 0s;
	transition-delay: left 0s;
}
.main-menu .sub-menu li {
	width: 100%;
}
.main-menu li:hover .sub-menu {
	left: -15px;
	opacity: 1;
	-webkit-transition-delay: left .3s;
	transition-delay: left .3s;
}
li.social-top { padding-right:0px; }
.list-social{
	text-align:right;
	vertical-align:middle;
}
.list-social li{
	display:inline-block;
	margin:0 5px;
	padding: 0px;
	border:none !important;
}
.list-social li a{
	display:block;
	width:35px;
	height:35px;
	background:#fff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	text-align:center;
	color:#a1a1a1;
	line-height:1.8;
	font-size: 20px;
}
.list-social li a:hover {
	opacity: .5;
    transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
}
.call-out-wrapper{
	background:#dce1e3;
	display:block;
	padding:10px 0;
	width:100%;
}
.call-out-wrapper p{
	color: #111111;
	font-size: 25px;
	font-weight:300;
	margin:0;
	text-align:center;
}
.call-out-style-2 h2{
	color: #212121;
	font-size: 24px;
	font-weight: 700;
}
.call-out-style-2 p{
	color: #333;
	font-size: 14px;
	font-weight: 400;
}

/* ---------------------------------------- */
/* S L I D E R   S T Y L E
/* ---------------------------------------- */
.slider-wrapper{
	width:100%;
	display:block;
	position:relative;
}

/* ---------------------------------------- */
/* B X  S L I D E R   S T Y L E
/* ---------------------------------------- */
.img-slider-big{
	width:350px;
	height:222px;
	float:left;
	margin-right:15px;
}
.bxslider{

}
.bx-pager{
	display:block;
}
.bx-pager a{
	width:65px;
	height:45px;
	display:block;
	overflow:hidden;
}
.bx-pager a img{
	width:100%;
	width: 65px;
	height: 40px;
}
.bx-pager a img:hover{
	opacity:.8;
}
/* ---------------------------------------- */
/* S E T T I N G   R O O M    S T Y L E
/* ---------------------------------------- */
.setting-rooms-wrapper{
	background-color: #131313;
	-moz-box-shadow: 0 3px 6px rgba(0,1,1,.55);
	-webkit-box-shadow: 0 3px 6px rgba(0,1,1,.55);
	box-shadow: 0 3px 6px rgba(0,1,1,.55);
	display:block;
	width:100%;
	padding:20px 0;
	/* HIDE FOR FIRST LAUNCH */
	display:none;
}
.setting-rooms{
	text-align:center;
}
.setting-rooms label{
	display:block;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-align:left;
}
.setting-rooms input[type="submit"]{
	color: #fff;
	font-size: 14px;
	text-transform:uppercase;
	background-color: #3d71a3;
	padding:10px 15px;
	border:1px solid #fff;
	font-weight:600;
}
.setting-rooms input[type="submit"]:hover{
	opacity:.8;
}
.setting-rooms .submit-form input[type="submit"]{
	margin-left: 100px;
	vertical-align: bottom;
}
.setting-rooms .form-field-style{
	display:inline-block;
	margin:0 20px;
}
.setting-rooms.page-room-style{
	text-align:right;
	border-top: 1px solid #000;
	margin-top:10px;
	padding-top:15px;
}
.setting-rooms.page-room-style .form-field-style{
	margin:0 0 0 20px;
}
.setting-rooms.page-room-style label{
	display:inline-block;
	color:#000;
	vertical-align:middle;
	margin-right:10px;
}
.setting-rooms.page-room-style .submit-form input[type="submit"]{
	margin-left:0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding: 8px 15px;
	vertical-align:middle;
}
#room-type, #room-size, #start-day, #end-day, #room-rate{
	width: 180px;
	background-color: #ccc;
	color: #000;
	font-size: 14px;
	padding:5px 10px;
	border:1px solid #fff;
}
#room-size{
	width: 100px;
}
#start-day, #end-day{
	width: 140px;
	background: #ccc url(../img/date.png) no-repeat center right;
}
.setting-rooms.page-room-style #room-rate, .setting-rooms.page-room-style #start-day, .setting-rooms.page-room-style #end-day{
	border:1px solid #000;
}

/*-- BUTTON FOR WHILE BOOK NOW (TEMPORARY) --*/
.book-now {
	text-align:right;
	border-top: 1px solid #000;
	margin-top:10px;
	padding-top:15px;
}
.book-now a {
	color: #fff;
	font-size: 14px;
	text-transform:uppercase;
	background-color: #3d71a3;
	padding:8px 20px;
	border:1px solid #fff;
	font-weight:600;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.book-now a:hover {
	background-color:#428bca;
	transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    -webkit-transition: .25s ease-out;
    -o-transition: .25s ease-out;
}


/* ---------------------------------------- */
/* L I S T   R O O M   S T Y L E
/* ---------------------------------------- */
.list-room{
	display:block;
	border:1px solid #000;
	background:#eee;
	padding:20px;
	margin-bottom:30px;

}

#wrapper ul.list-info-room li, #wrapper ul.bxslider li {

	padding-left:0px;
}


.title-room{
	color: #131313;
	font-size: 21px;
	font-weight: 700;
	margin:0;
}
.subtitle{
	color: #212121;
	font-size: 16px;
	font-weight: 700;
	margin-top: 15px;
}
.list-info-room li{
	display:block;
	color: #000;
	font-size: 14px;
	margin-bottom:3px;
}

/* ===== SINGLE STYLE ====== */
.single-post h2 {
	border-bottom: 1px solid #cccccc; padding-bottom:10px;
}
.single-post .post-featured img{
	max-width: 100%;
	height: auto;
}
#sidebar ul.widgets {
	list-style: none;
}
table#wp-calendar {
	width: 100%;
	padding: 0
}

.bcm-header {
	background: url('../img/texture-tile.jpg');
}

.bcm-header .container {
	background: url('../img/bcm-header.jpg') no-repeat center;
	background-size: cover;
	color: #fff;
	text-align: center;
	padding-bottom: 30px;
	width:100%;
}

.bcm-header h2 {
	color: #fff;
}
.btn {
	margin-top: 20px;
}
.bcm-header .post_content {
	max-width: 800px;
	margin: 40px auto 0;
}

.bcm-sidebar {
	padding:0;
}

#sidebar .background {
	background: #f4f4f5;
	padding:15px;
}

.bcm-sidebar h4 {
	font-size: 16px;
}
.bcm-sidebar .slide {
	padding: 0 10px;
}
.bcm-sidebar .article {
	margin-bottom: 20px;
}

#sidebar .bcm-form {
	padding:15px;
	font-size:14px;
}

#sidebar .bcm-form input,
#sidebar .bcm-form select,
#sidebar .bcm-form textarea {
	width:100%;
}

#sidebar .bcm-form input[type=submit] {
	width:auto;
}



.did-you-know {
	margin-top: 50px;
}
.did-you-know .slide {
	margin-bottom: 20px;
}
.bcm-sidebar p {
	font-size: 14px;
}
.did-you-know span {
	font-size: 12px;
	color: #428bca;
	font-weight: bold;
}
/* ---------------------------------------- */
/* P A G E   S T Y L E
/* ---------------------------------------- */
.single-post { padding-bottom:20px; }
.single-post h2 { color: #212121; font-size: 24px; font-weight: 700; }
.single-post h3 { color: #212121; font-size: 18px; font-weight: 700; }

.single-post ul,ol { }
.single-post ul li, .single-post ol li { font-size:14px; font-weight: 500; margin-bottom:15px; position: relative; }
.single-post ul {
	list-style: none;
	padding: 0;

}
#wrapper li {
	padding-left: 20px;
}
#wrapper ul li:before {
	content: "";
	width: 11px;
	height: 11px;
	display: block;
	background: url(../img/bullet.jpg) no-repeat;
	position: absolute;
	top: 4px;
	left: 0px;

}

.coworking-wrapper .single-post ul li {
    position: relative;
    transform-style: preserve-3d;
}

.coworking-wrapper .single-post ul li:before {
    content: normal;
    width: 0;
    height: 0;
    display: inline;
}

@media (max-width: 360px) {
    .coworking-wrapper .single-post ul li {
        font-size: 12px
    }
}

.coworking-wrapper .single-post ul li > span {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.btn-primary {
	background: #428bca !important;
}

.bcm-wrapper h2 {
	text-align: center;
	color: #414042;
	border-bottom: none;
	font-weight: normal;
	padding: 0;
	margin: 40px 0;
}

.bcm-wrapper h3 {
	color: #414042;
	font-weight: normal;
	padding: 0;
	margin: 20px 0;
}

.bcm-wrapper .embed {
	width:100%;
	height:500px;
	margin-bottom:20px;



}

@media (max-width:767px){

	.bcm-wrapper .embed {
		height:300px !important;
	}
}


.facility .box h3 {
	background: #428bca;
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding: 20px 10px;
	margin: 0;
}

@media (max-width: 360px) {
	.facility .box h3.small {
		font-size: 12px;
	}
}

@media (min-width: 768px) {
    .coworking-wrapper .facility .box h3.small {
        min-height: 115px;
    }
}

.facility .box ul {
	margin: 0 0 30px;
	text-align: center;
}


#wrapper .facility .box ul li:before {
	background:none;

}
.components .col-md-4:nth-child(3n+1){
	clear: left;
}

.components .box {
	margin-bottom: 30px;
}

.facility .box li {
	padding: 20px 10px;
	background: #ebebec;
	margin: 0;
}
.facility .box li:nth-child(2n) {
	background: #f6f6f6;
}
.facility .box li:before {
	display: none;
}

.facility h4 {
	color: #428bca;
}

.post_content h1 { color: #212121; font-size: 18px; font-weight: 700; margin-bottom:8px }
.post_content p { font-size:14px; font-weight: 500; margin-bottom:8px  }

.profile { min-height:220px; height:auto; }
/* Images */
.alignleft { float: left; margin-right:10px; }
.alignright { float: right; margin-left:10px; }

/* FEATURED IMAGE --*/
.post-featured { height:auto; overflow:hidden; margin-bottom:15px; }
/*.post-featured img { margin-top:-15% }*/

/*-- FEATURES INTERNAL --*/
.first { margin-left:-15px }

/*-- CONTACT FORMS --*/
.wpcf7 input[type="select"] { font-size:14px; padding-top:5px; padding-bottom:5px; }
.wpcf7 input[type="submit"] {
	color: #fff;
	font-size: 14px;
	text-transform:uppercase;
	background-color: #3d71a3;
	padding:8px 20px;
	border:1px solid #fff;
	font-weight:600;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.wpcf7 input:hover[type="submit"] {
	background-color:#428bca;
	transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    -webkit-transition: .25s ease-out;
    -o-transition: .25s ease-out;
}

/*-- SIDEBAR --*/
.widgets { padding-left:20px; }
.widgets li:before {
	display: none !important;
}
.widgets h1 { color: #212121; font-size: 18px; font-weight: 700; }

.google-maps {
	position: relative;
	padding-bottom: 75%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
    }
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
    }

.getting-there { margin-top:15px; }
.getting-there td { padding-bottom:15px; vertical-align:top; }
.getting-there img { margin-top:3px; }


/* ---------------------------------------- */
/* T E S T I M O N I A L  S T Y L E
/* ---------------------------------------- */
.side-testimonial h1 { font-size:20px; color:#428bca }
.testimonials-widget-testimonials2 h1 { font-size:20px; color:#428bca }
.testimonials-widget-testimonials2 blockquote { margin: 0 0 6px; font-size:14px; line-height:22px; padding:0; margin: 0 0 10px 8px; border-left: none; font-style:italic }
.testimonials-widget-testimonials2 .author { font-weight:700; }
.testimonials-widget-testimonials2 .alignright { margin-bottom:10px; }
/*.side-testimonial p { margin: 0 0 6px; } .quote { font-style:italic; } */


/* ---------------------------------------- */
/* C A T E G O R Y  A R C H I V E  S T Y L E
/* ---------------------------------------- */
.cat-contain { margin-top:15px; margin-bottom:15px; float:left }
.cat-thumbnail { padding-left:0; }
.cat-content { padding-right:0; }
.cat-contain h1 { margin-top:0; color: #212121; font-size: 18px; font-weight: 700; margin-bottom:8px }
.cat-contain p { font-size:14px; font-weight: 500; margin-bottom:8px }
.cat-info { font-size:12px !important; }

/* ---------------------------------------- */
/* F E A T U R E S  S T Y L E
/* ---------------------------------------- */
.features-wrapper{
	padding:50px 0;
	width:100%;
	display:block;
	position:relative;
}
.features span.img-features img{
	width:100%;
}
.features h2.title{
	color: #131313;
	font-size: 19px;
	font-weight:700;
	border:none;
	padding-bottom:0px;
	text-transform: uppercase;
}
.features p{
	color: #212121;
	font-size: 19px;
	line-height:1.4;
	font-weight:400;
}
.features .read-more{
	font-size:17px;
	font-weight:700;
}
.img-features img{
	width:100%;
}


/* ---------------------------------------- */
/* F O O T E R   S T Y L E
/* ---------------------------------------- */
footer{
	background: url(../img/texture-tile.jpg) repeat center center;
	width:100%;
	padding:20px 0 0;
	background-color: #131313;
	-moz-box-shadow: 0 -3px 6px rgba(0,0,1,.55);
	-webkit-box-shadow: 0 -3px 6px rgba(0,0,1,.55);
	box-shadow: 0 -3px 6px rgba(0,0,1,.55);
}
.copyright{
	width:100%;
	padding:10px 0;
	background-color: #000;
	margin-top:20px;
}
.text-copyright{
	text-align:right;
	color: #999;
	font-size: 14px;
	font-weight: 600;
	margin: 10px;
}
.list-social.footer-social{
	text-align:left;
	margin-top:20px;
}
.list-social.footer-social li{
	display:inline-block;
	margin:0 10px 0 0;
}
.widget-wrapper{}
.widget-wrapper h1.title-widget{
	color: #c1c1c1;
	font-size: 25px;
	font-weight: 700;
	text-transform:uppercase;
	margin-bottom:20px;
}
.list-info-location li{
	display:block;
}
.list-info-location li .icon{
	font-size:28px;
	color:#fff;
	overflow:hidden;
	display:inline-block;
	float:left;
	margin-right:10px;
	line-height:35px;
}
.list-info-location li .info{
	font-size: 17px;
	color:#fff;
	overflow:hidden;
	vertical-align:middle;
	padding-top: 5px;
}
.list-info-location li .info a{
	display:block;
}
.submenu-footer li{
	display:inline-block;
	padding:0 15px;
	border-right:2px solid #999;
	line-height: .9;
}
.submenu-footer li:first-child{
	padding-left:0;
}
.submenu-footer li:last-child{
	border:none;
}
.submenu-footer li a{
	color: #999;
	text-transform:uppercase;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}
.submenu-footer li a:hover{
	color: #3d71a3;
}

.list-news li{
	display:block;
	margin-bottom:20px !important;
	overflow: hidden;
}
.list-news li .img-news{
	width:85px;
	height:65px;
	display:block;
	float:left;
	margin-right:10px;
}
.img-news a:hover {  /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */ filter: alpha(opacity=50); /* Netscape */ -moz-opacity: 0.5; /* Safari 1.x */ -khtml-opacity: 0.5; /* Good browsers */ opacity: 0.5; }
.list-news li p{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height:1.3;
}
.list-news li p span{
	display:block;
	margin-top:5px;
	color: #a9a9a9;
}
.list-news li p span i{
	margin-right:10px;
}
.list-news li p span a{
	float:right;
	color:#428bca;
}
.list-news li p span a:hover{
	color:#3d72a4;
}
a.news-title  { color: #fff; }
a.news-title:hover { color: #428bca; }

.list-faci li{
	display:block;
	margin-bottom:10px;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	text-transform:uppercase;
}
.list-faci li i{
	margin-right:15px;
}
.list-faci li a{
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	text-transform:uppercase;
}
.list-faci li a i{
	margin-right:15px;
}

/* ===== CUSTOM ====== */
.ui-datepicker {
	z-index: 999 !important;
}



#wrapper ul.list-info-room li:before,#wrapper ul.bxslider li:before {
	display: none;
	content:"";
	background:none !important;
}

ul.list-info-room li span {
	display: inline-block;
	min-width: 100px;
}
ul.list-info-room li span.time {
	width: 130px;
	font-weight: normal;
}
ul.list-info-room li span.rate {
	width: 110px;
	font-weight: normal;
}
ul.list-info-room li span.room-price {
	text-align: right;
}
.room-description {
	font-size: 14px;
}
.bx-pager a.active{
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	/* IE 5-7 */
	filter: alpha(opacity=70);
	/* Netscape */
	-moz-opacity: 0.7;
	/* Safari 1.x */
	-khtml-opacity: 0.7;
	/* Good browsers */
	opacity: 0.7;
}

@media (max-width:767px){
.main-menu { display:none; }
li.social-top { margin-top:10px; padding-left:0; }
.cat-contain { margin-top: 8px; margin-bottom: 8px; }
.cat-thumbnail { padding-right:0; margin:0 auto; }
.cat-content { padding-left:0; margin-top:10px; }
}

@media (max-width:767px){
/*-- HEADER --*/
.logo-wrapper img { width:80%; }
.info-top-wrapper { text-align:center; margin-top:8px; }
.info-top-wrapper li:first-child { border-right: none; }
.list-social { text-align: center; }
.call-out-wrapper p { font-size: 18px; }
/*-- FEATURES --*/
.features-wrapper { padding: 20px 0; }
.features-wrapper .col-md-4 { margin-bottom:35px; }
	/*-- FEATURES INTERNAL --*/
	.internal { padding:0 }
	.first { margin-left:0px }

/*-- PAGES --*/
.widgets { padding-left:0px; }

/*-- ROOMS --*/
.img-slider-big { width:100%; }
.bx-pager a { display:inline-block; }


/*-- FOOTER --*/
footer .col-md-4 {padding-left: 15px; padding-right: 15px; }
.list-faci li { font-size:18px; }
.submenu-footer li { padding: 0 8px; line-height: .6; }
.submenu-footer li a { font-size: 11px; }
}




/* 27/1/15 Updates */

.block {
	display: block;
}

.m-t-20 {
	margin-top: 20px;
}

.m-b-20 {
	margin-bottom: 20px;
}

.xs-p-l-15 {
	padding-left:15px;
}

@media (min-width:992px){
	.xs-p-l-15 {
		padding-left:0;
	}
}



html.flexbox .flex-row {
	display:flex;
	flex-wrap:wrap;
}

html.flexbox .course-archive {
	display:flex;
	min-height: 0;
}

.flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.course-archive {
	min-height: 250px;
	font-size:14px;
}

@media (min-width:992px){
	.course-archive {
		padding-left:0;
		min-height: 250px;
	}
}

@media (max-width:992px){
	.course-archive {

		min-height: 0;
	}
}


body.home {
	background:#000000;
}

body.home #wrapper {
	background:#ffffff url('../img/home-bg.jpg');
	background-size: cover;
}

.home footer {
	padding-top:0;
}

.list-social, .main-menu, .list-info-location, .submenu-footer, .list-news, .list-faci, .list-info-room{
	padding:0;
	list-style:none;
}
.info-top-wrapper li .link-login:hover, .main-menu li a:hover{
	color:#3d71a3;
}
.features h2.title, .features p, .setting-rooms input[type="submit"]{
	font-family: "Lato";
}


/* NEW HOMEPAGE STYLES */

.home-container {
	max-width: 812px;
	padding-top:40px;
	padding-bottom:40px;
}

.home-container h1 {
	text-align: center;
	margin-bottom:26px;
}

.home-container h2 {
	text-align: center;
	font-size:23px;
	line-height: 31px;
	margin-top:0;
	margin-bottom:33px;
}

.home-container .main-content {
	font-size: 16px;
}

.home-container .main-content header {
	min-height: inherit;
	background: transparent;
	width: auto;
	box-shadow: none;
	border: none;
}

.home-container .main-content a {
	white-space: nowrap;
}

.home-container .main-content .area {
	padding-bottom: 4px;
}

.home-container .main-content .area:last-child {
	padding-bottom: 25px;
}

.home-container .main-content h3 {
	font-size: 16px;
	font-weight: bold;
}

.home-container .keystart {
	background:#ffffff;
	padding: 30px 30px 14px;
	font-size:13px;
	line-height: 23px;
}

.home-container .keystart .ldquo {
	color:#428bca;
	font-family: Arial;
	float:left;
	font-size:45px;
	margin-bottom: -5px;
	margin-right:5px;
	line-height: 20px;
	position: relative;
}

.home-container .keystart .by-line {
	color:#428bca;
	font-size:12px;
	margin-bottom:0

}

.home-container .keystart img {
	max-width: 85px;
	margin-top:10px;
}

.home-container .cta .inner {
	margin-left:20px;

}



.home-container .cta .btn {
	display: block;
	background:#428bca;
	width:100%;
	text-align: center;
	padding:30px 14px;
	color:#ffffff;
	margin:0 auto 40px;
	border-radius: 0;
	font-size:15px;
	transition:0.3s all;
}

.home-container .cta .btn:hover {
	background:#333;
}

.home-container .cta .feature {
	text-align: center;
}

.home-container .cta .feature img {
	margin:0px auto;
	display: block;
}

.home-container .sub-title {
	margin-top: 35px;
}

.m-t-neg-16 {
	margin-top:-16px;
}

.home-container .cta-wrapper {
    background-color: #DCE1E3;
}

@media (min-width: 768px) {
    .home-container .cta-wrapper {
        height: 525px;
        padding-bottom: 0;
    }
}

@media (min-width: 992px) {
    .home-container .cta-wrapper {
        height: 490px;
        padding-bottom: 0;
    }
}

.home-container .cta-wrapper header {
    text-align: center;
    padding: 0 10px;
    background-color: #428BCA;
    background-image: none;
    box-shadow: none;
    border: none;
}

.home-container .cta-main {
    padding: 0 15px 50px 15px;
    background-color: #DCE1E3;
}

.home-container .cta-new {
    padding-bottom: 50px;
}

.home-container .cta-wrapper header h3 {
    margin-bottom: 0;
    padding: 5px 0 10px 0;
    color: #fff;
    font-size: 22px;
    line-height: 1.35;
}

@media (min-width: 490px) and (max-width: 767px) {
    .home-container .cta-wrapper .package-text-wrap {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-container .cta-wrapper header h3 {
        font-size: 20px;
    }
}


.home-container .cta-wrapper .text {
    padding-top: 25px;
    font-size: 14px;
    line-height: 1.5;
}

.home-container .cta-wrapper .button {
    padding-top: 15px;
    text-align: center;
}

.home-container .cta-wrapper .disclaimer {
    text-align: center;
    margin-bottom: 0;
    padding-top: 30px;
    font-size: 12px;
}

@media (min-width: 768px) {

    .home-container .cta-wrapper .button {
        position: absolute;
        bottom: 80px;
        left: 50%;
        padding-top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .home-container .cta-wrapper .disclaimer {
        position: absolute;
        bottom: 27px;
        left: 50%;
        width: 85%;
        padding-top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

}

@media (max-width:767px){


	.home-container .cta .feature {

	}

	.home-container .cta .inner {
		margin-left:0;
	}

	.home-container .keystart {
		margin-top:30px
	}

	.home-container .cta .btn {
		padding:15px;
		margin-bottom:30px;
		font-size:12px;
	}
}

/* Workplace Recovery Extra */

.work-recovery h1 {
	padding: 10px 0 15px 0;
	color: #fff;
	text-transform: uppercase;
}

.work-recovery .packages-wrapper {
	width: 390px;
	min-width: 390px;
	overflow-x: auto;
}

@media (min-width: 390px) {
	.work-recovery .packages-wrapper {
		width: 100%;
	}
}

.work-recovery .col-xs-5ths {
	padding: 0 5px;
}

@media (min-width: 768px) {
	.work-recovery .col-xs-5ths {
		padding: 0 10px;
	}
}

@media (min-width: 992px) {
	.work-recovery .col-xs-5ths {
		padding: 0 15px;
	}
}

.work-recovery .table-main h3 {
	position: relative;
	font-size: 12px;
	height: 75px;
	max-height: 75px;
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.work-recovery .table-main h3 span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.work-recovery .table-main .cell-text {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
	bottom: 0;
	width: 100%;
}

@media (min-width: 640px) {

	.work-recovery .table-main h3 {
		position: static;
	}

	.work-recovery .table-main h3 span {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

}

.work-recovery .table-main h3.small {
	font-size: 12px;
	padding: 0;
	padding-top: 10px;
}

@media (min-width: 640px) {

	.work-recovery .table-main h3 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.work-recovery .table-main h3 {
		font-size: 18px;
		height: 59px;
		max-height: 59px;
	}

	.work-recovery .table-main h3.small {
		font-size: 15px;
		padding: 0;
		padding-top: 10px;
	}

}

@media (min-width: 992px) {

	.work-recovery .table-main h3 {
		font-size: 18px;
	}

	.work-recovery .table-main h3.small {
		font-size: smaller;
	}

}

.work-recovery .table-main > ul > li {
	text-align: center;
	position: relative;
	height: 170px;
	padding: 20px 5px !important;
	font-size: 12px;
	overflow: hidden;
    transform-style: preserve-3d;
}

@media (min-width: 520px) {
	.work-recovery .table-main > ul > li {
		font-size: 14px;
	}
}

@media (min-width: 768px) {
	.work-recovery .table-main > ul > li {
		height: 150px;
		padding: 20px 15px !important;
	}
}

@media (min-width: 992px) {
	.work-recovery .table-main > ul > li {
		height: 97px;
	}
}

.work-recovery .table-main > ul > li:before {
	position: static !important;
	content: '';
	display: inline-block !important;
	width: auto !important;
	height: auto !important;
	vertical-align: middle;
	margin-right: -0.25em;
}

@media (min-width: 600px) {
	.work-recovery .table-main > ul > li:before {
		height: 100% !important;
	}
}

.work-recovery .table-main > ul > li span:first-of-type {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (min-width: 600px) {
	.work-recovery .table-main > ul > li span:first-of-type {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		display: inline-block;
		vertical-align: middle;
	}
}

.work-recovery .yes.fa-check {
	color: #028102;
	font-size: 16px;
	font-weight: bold;
}

.work-recovery .no.fa-times {
	color: #ff0202;
	font-size: 16px;
	font-weight: bold;
}

.work-recovery .notes {
	margin-top: 5px;
}

.work-recovery .notes ul:before {
	background: none;
}

.work-recovery .notes li {
	font-size: 13px;
	margin-bottom: 5px;
}

.work-recovery .notes li:before {
	background: none !important;
}

.coworking .col-xs-3 {
    padding-left: 8px;
    padding-right: 8px;
}

.coworking .additional-extras .box li {
    height: auto;
    min-height: 75px;
}

.coworking .yes.fa-check {
    color: #028102;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}

.coworking .box .height-20 {
    height: auto;
    min-height: 20px;
}

h3.small {
    font-size: 14px;
    font-weight: bold;
    min-height: 85px;
}

h3.small span.sml {
    font-size: 12px;
}

.coworking .blue {
    background: #428bca;
    margin-bottom: 20px;
}
.coworking .blue h3 {
    color: white;
}

.coworking h4 {
    font-size: 18px;
    text-align: center;
}
.coworking .box ul {
    margin: 0;
}

.coworking .box li {
    height: 100px;
}

.coworking .box {
    margin-bottom: 30px;
}

.bcm-header {
    margin-bottom: 30px;
}

.wpcf7 p {
    display: inline;
    margin-bottom: 0;
}

.wpcf7 input, .wpcf7 select {
    margin: 12px 0;
    width: 100%;
}

.wpcf7 .col-md-3, .wpcf7 .col-md-12, .wpcf7 .col-md-6 {
    padding-left: 0;
}

.form-label {
    width: 100px ;
}

@media only screen and (min-width: 988px) {
    .table-main {
        /*min-height: 860px;*/
        background: #f6f6f6;
    }
}

div.wpcf7-response-output {
    margin: 0;
    padding: 0;
}
div.wpcf7-mail-sent-ok {
    border: none;
}

.bcm-header .container {
    padding-bottom: 0;
}
.bcm-header h2 {
    color: white;
    margin: 30px 0 15px 0;
}
.bcm-header h4 {
    color: white;
    font-weight: bold;
    text-decoration: underline;
    margin: 15px 0 30px 0;
}

.page-template-page-co-working-php .post-content p {
    font-size: 15px;
}

@media only screen and (max-width: 700px) {
    .coworking .box li {
        height: 150px;
    }

    h3.small {
        min-height: 150px;
    }

    .coworking .box .height-20 {
        height: 80px;
    }
}

@media only screen and (min-width: 500px) and (max-width: 991px) {

    .coworking .box li {
        height: 180px;
    }

    .coworking .box .height-20 {
        height: 100px;
    }

}

@media only screen and (min-width: 992px) {

    .coworking .box li {
        height: 150px;
    }

    .coworking .box .height-20 {
        height: 80px;
    }

}

@media only screen and (max-width: 500px) {
    .coworking .col-xs-3 {
        padding-left: 2px;
        padding-right: 2px;
    }
    h3.small {
        min-height: 200px;
    }
    .coworking .box li {
        height: 200px;
    }
    .coworking .box.extras li {
        height: 150px;
    }
}