/*!
Theme Name: Rehearsal
Theme URI: http://wpthemecube.com/rehearsal
Author: ThemeCube
Author URI: https://themeforest.net/user/themecube
Description: Rehearsal Music Studio WordPress Theme
Version: 1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rehearsal
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/* GENERAL */

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Light.eot');
    src: url('fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gilroy-Light.woff2') format('woff2'),
        url('fonts/Gilroy-Light.woff') format('woff'),
        url('fonts/Gilroy-Light.ttf') format('truetype'),
        url('fonts/Gilroy-Light.svg#Gilroy-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-ExtraBold.eot');
    src: url('fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('fonts/Gilroy-ExtraBold.woff') format('woff'),
        url('fonts/Gilroy-ExtraBold.ttf') format('truetype'),
        url('fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Glacial Indifference';
    src: url('fonts/GlacialIndifference-Regular.eot');
    src: url('fonts/GlacialIndifference-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/GlacialIndifference-Regular.woff2') format('woff2'),
        url('fonts/GlacialIndifference-Regular.woff') format('woff'),
        url('fonts/GlacialIndifference-Regular.ttf') format('truetype'),
        url('fonts/GlacialIndifference-Regular.svg#GlacialIndifference-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Glacial Indifference';
    src: url('fonts/GlacialIndifference-Bold.eot');
    src: url('fonts/GlacialIndifference-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/GlacialIndifference-Bold.woff2') format('woff2'),
        url('fonts/GlacialIndifference-Bold.woff') format('woff'),
        url('fonts/GlacialIndifference-Bold.ttf') format('truetype'),
        url('fonts/GlacialIndifference-Bold.svg#GlacialIndifference-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


body {
	font-family: "Glacial Indifference", sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Gilroy", sans-serif;
}

a {
	color: #444444;
}

a:hover {
	color: #ffbb00;
}

input:focus,
select:focus,
a:focus {
	outline: none;
}


.btn-primary,
.btn-primary.disabled, .btn-primary:disabled {
	background-color: #ffd754;
	border-color: #ffd754;
}

.btn-primary:hover {
	background-color: #ffbb00;
	border-color: #ffbb00;
}

.br-0 {
	border-radius: 0;
}

.br-w {
	border: 1px solid #ffffff;
}

/****/
.kc-image-overlay i {
	border: 0 !important;
}

.owl-carousel .owl-item img {
	max-width: 100%;
	display: block;
}

.brands-carousel .owl-item {
	padding-left: 10px;
	padding-right: 10px;
}

.kc_counter_box h4 {
	letter-spacing: 4px;
}

.kc-feature-boxes figure.content-image img {
	max-width: 100%;
    height: auto;
}

.dark_rounded .pp_close:hover,
.dark_rounded a.pp_next:hover {
	text-decoration: none;
}

.box-shadow-none {
	box-shadow: none !important;
}

#tribe-events-pg-template, .tribe-events-pg-template {
	margin-top: 8em;
}

.tribe-events-button {
	margin-bottom: 2em;
}

#tribe-bar-form .tribe-bar-submit input[type=submit],
.tribe-events-calendar thead th {
	background-color: #000000;
}

@media screen and (min-width: 769px) {
	#tribe-events-content-wrapper {
		padding:0 20px;
	}
}

#wbk-date-container .wbk-input-label {
	font-size: 20px !important;
}

/*****/

.btn-primary {
	color: #ffffff !important;
}

.dotted_bg {
	background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6) 1px, transparent 1px, transparent 100%);
	background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6) 1px, transparent 1px, transparent 100%);
	background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6) 1px, transparent 1px, transparent 100%);
	background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6) 1px, transparent 1px, transparent 100%);
	-webkit-background-size: 3px 3px;
	-moz-background-size: 3px 3px;
	background-size: 3px 3px;
}
.bw {
	-webkit-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
}

.blended {
  background-blend-mode: multiply;
}

.inner {
	display: table-cell;
	vertical-align: middle;
	z-index: 2;
	position: relative;
}

.no-padding,
.kc_row.no-padding .kc_column {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.leaflet-container {
	width: calc(100vw - 15px) !important;
}

@media screen and (max-width: 767px) {
	.leaflet-container {
		width: 100% !important;
	}
}

h1,h2,h3,h4,h5,h6 { font-weight: 800; }


/* PRELOADER */
.preload {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%; 
	z-index: 9999;
	display: table;
	background: #212529;
}

.preload-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

/* END OF PRELOADER */


/* NAVIGATION */

header.site-header {
	clear: both;
}

.navbar-custom .nav-link,
.navbar-custom .dropdown-item {
	font-family: "Gilroy", sans-serif;
	font-weight: bold;

}
.navbar-custom .navbar-toggler i {
	font-size: 25px;
}

.navbar-custom .navbar-toggler:focus {
	outline: none;
}

@media screen and (max-width: 767px) {
	.navbar-brand {
		flex-grow: 2
	}
}

.navbar-custom .nav-link,
.navbar-custom .dropdown-item {
	color: #6f6f6f;
}

.navbar-custom .dropdown-item:hover {
	background-color:transparent;
	color: #ffbb00;
}

.navbar-brand img {
	height: 70px;
	width: auto;
}

.single-product .navbar-custom,
.tribe-events-page-template .navbar-custom,
.navbar-custom.fixed-top {
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}

/* Navigation Depth 3 */
ul.dropdown-menu li > ul.dropdown-menu{
	left: 100%;
	top: 0;
}

ul.dropdown-menu.dropdown-menu-right li:hover > ul.dropdown-menu.dropdown-menu-right{
	display: inline-table !important;
    left: -100% !important;
}

ul.dropdown-menu li:hover > ul.dropdown-menu,
ul.dropdown-menu li:focus > ul.dropdown-menu{
	display: block
}

/* Dropdown Menu */
.dropdown-menu {
	border: 0;
	border-radius: 0;
}

@media screen and (min-width: 768px) {
	.dropdown-menu {
		box-shadow: 0 1px 17px rgba(0, 0, 0, 0.1);
    	padding: 15px 0;
	}
}

@media screen and (max-width: 767px) {
	
	a.dropdown-item,
	a.dropdown-item.dropdown-toggle {
		padding-left: 0;
	}

}

/* Dropdown menu 3 depth right arrow */

.dropdown-toggle::after {
	font-family: 'feather';
	content: "\e842";
	font-size: 14px;
	border: 0;
	margin-right: .5rem;
	vertical-align: 0;

}

.dropdown-menu li.menu-item-has-children > a::after {
	font-family: 'feather';
	content: "\e844";
	font-size: 14px;
	border: 0;
	margin-right: .5rem;
	vertical-align: 0;
}


/* END OF NAVIGATION */


/* FOOTER */

.site-footer {
	color: #f0f0f0;
	background-color: #000000;
	padding: 0;
}

.site-footer a,
.site-footer a:hover {
	text-decoration: none;
}

.site-footer ul {
	list-style-type: none;
	padding-left: 0;
}

.site-footer ul li ul {
	padding-left: 15px;
}

footer.site-footer {
	display: inline-block;
	width: 100%;
}

@media screen and (max-width: 767px) {
	footer.site-footer {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
}

.site-footer h5 {
	color: #ffffff;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: 2px;
	clear:both;
}

.site-footer .widget {
	margin-bottom: 15px;
}

.site-footer .nice-select {
		color: #000000;
		display: block;
	    width: 100%;
	    margin-bottom: 30px;
	    white-space: normal;
	}


/* Subfooter */

.subfooter {
	padding: 20px 0;
	background-color: #000000;
}

.subfooter a,
.subfooter a:hover {
	color: #ffffff;
	text-decoration: none;
	vertical-align: middle;
	vertical-align: -webkit-baseline-middle;
}

.subfooter a:hover {
	color: #ffbb00;
}

.subfooter ul {
	margin-bottom: 0;
}

.subfooter ul li:not(:last-child) {
    margin-right: .5rem;
}

.subfooter ul li {
    display: inline-block;

}

/* Scroll to Top */

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9499; /* 9997 */
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    display: none;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top:hover {
    background: #e9ebec;
}

#back-to-top.show {
    opacity: 1;
}

#back-to-top.show {
	display: block !important; 
}

/* END OF FOOTER */

/* SINGLE PAGE */

.single-page-header {
	/*padding: 40px 0; */
	background: #f5f7fa;
	position: relative;
	display: table;
	width: 100%;
	height: 150px;
	word-break: break-word;
	-ms-word-wrap: break-word;

	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page .entry-content {
	margin-top: 30px;
	margin-bottom: 30px;
}


/* END OF SINGLE PAGE */

/* BLOG */

.blog-posts {
	background-color: #f5f7fa;
	padding-top: 30px;
}

.blog-posts .page,
.blog-posts .post {
	background: #ffffff;
	position: relative;
	box-shadow: 0 0 10px 2px rgba(222, 222, 222, 0.3);
}

.blog-posts .page,
.blog-posts .product {
	background: #ffffff;
	position: relative;
	box-shadow: 0 0 10px 2px rgba(222, 222, 222, 0.3);
	padding: 30px;
	margin-bottom: 30px;
}

.blog-posts .post .entry-footer,
.blog-posts .post header {
	padding: 30px;
}

.blog-posts .post .entry-footer {
	clear: both;
}

.blog-posts .post .entry-content,
.blog-posts .post .entry-summary {
	padding: 0 30px;
}

.blog-posts .post iframe {
	width: 100%;
}

.blog-posts i,
.single-post i {
	font-size: 20px;
	margin-right: 5px;
	/*vertical-align: text-bottom;*/
}

.wp-caption {
	max-width: 100%;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image,
.alignnone,
figure.wp-caption img {
	max-width: 100%;
	height: auto
}

a.post-thumbnail {
	display: block;
	/*margin-bottom: 2em;*/
}

figure.wp-caption.alignnone {
	width: 100% !important;
	height: auto;
}

.aligncenter {
	display: block;
	margin-left: auto !important; 
	margin-right: auto !important;
	max-width: 100%;
	height: auto;
}

.alignleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}

.alignright {
	display: block;
	float: right;
    margin-left: 30px;
    margin-bottom: 20px;
}

p .alignright.size-thumbnail {
	display: block;
	float: none;
	margin-left: auto;
}

.wp-caption-text {
	margin-top: 5px;
    font-style: italic;
}

article.post {
	margin-bottom: 30px;
}

.gallery-caption,
.bypostauthor {
	visibility: visible;
}

article.post table,
article.type-page table {
	border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

#wp-calendar td,
#wp-calendar th,
article.post table td,
article.post table th,
article.type-page table td,
article.type-page table th {
    padding: .5rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

 article .woocommerce table td,
 article .woocommerce table th {
	border-top: 1px solid transparent !important; 
}

.post pre {
    border: 1px solid #212529;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.post a:hover,
.entry-title a:hover,
.entry-meta a:hover,
.entry-footer a:hover,
.more-link:hover,
.page-links a:hover,
.nav-links a:hover {
	text-decoration: none;
}

.page-header-archive,
.page-header-search {
	/*margin-top: 30px;*/
	padding-bottom: 30px;
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color), 
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
	color: #ffffff;
}

.wp-block-button {
    display: inline-block;
    margin-bottom: 10px;
}

.wp-block-archives-dropdown .nice-select {
	float: none;
	display: inline-block;
	margin-bottom: 10px;
}


/* Pagination - Navigation */

.says, .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.pagination {
    font-size: 19px;
    font-size: 1.1875rem;
    position: relative;
}

.pagination .nav-links {
	margin-left: auto !important;
	margin-right: auto !important;
	margin: 0 0 34px 0;
}

.pagination .page-numbers {
	background: #ffffff;
    letter-spacing: 0.013157895em;
    line-height: 1;
    margin: 0 0.7368421053em 0 -0.7368421053em;
    padding: 7px 10px;
    text-transform: uppercase;
}

.page-numbers.current,
.pagination a.page-numbers:hover {
	color: #ffffff;
	background: #212529;
	webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.page-numbers i {
	margin-right: 0;
}

.page-links {
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}

.page-links a {
	background-color: #212529;
    border-color: #212529;
    border-radius: 2px;
    color: #ffffff !important;
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
}

.page-links a:hover,
.page-links a:focus {
    background-color: #ffbb00; /* primary color */
    border-color: transparent;
    color: #fff
}

.entry-meta span,
.entry-footer span {
	margin-right: 15px;
	font-size: 15px;
}

.post-navigation .nav-links .nav-previous:before {
	font-family: 'feather';
	content: '\e849';
	padding-right: 5px;
	font-size: 40px;
	vertical-align: middle;
}


.post-navigation .nav-links .nav-next:after {
	font-family: 'feather';
	content: '\e847';
	padding-left: 5px;
	font-size: 40px;
	vertical-align: middle;
}

/* Gallery */

.gallery {
	display: block;
	float: none;
}

.gallery-item {
	display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-icon img {
	margin: 0 auto;
}

h2.entry-title {
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}

.sticky::after {
	width: 0;
	height: 0;
	border-top: 6em solid #ffd754;
	border-left: 6em solid transparent;
}

.sticky::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
}

.more-link {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 2px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	color: #212529 !important;
	background-color: transparent;
	background-image: none;
	border-color: #212529;
}

.more-link:hover {
	color: #ffffff !important;
	background-color: #212529;
	border-color: #212529;
}

.more-link:focus, .more-link.focus {
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.widget input[type="search"],
.post input[type="password"]{
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.widget input[type="search"]:focus,
.post input[type="password"]:focus {
	    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.widget input[type="submit"],
.widget button[type="submit"],
.post input[type="submit"] {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: inherit;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

.widget input[type="submit"],
.widget button[type="submit"],
.post input[type="submit"] {
  color: #fff;
  background-color: #ffd754;
  border-color: #ffd754;
}

.widget input[type="submit"]:hover,
.widget button[type="submit"]:hover,
.post input[type="submit"]:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.widget input[type="submit"]:focus,
.widget button[type="submit"]:focus,
.post input[type="submit"]:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}


/* Sidebar */

#secondary {
	padding-bottom: 20px;
}

#secondary .widget {
	margin-bottom: 25px;
    border-bottom: 5px solid #f0f0f0;
    background: #ffffff;
    padding: 20px;
    position: relative;
    display: inline-block;
    width: 100%;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
}

.single #secondary .widget {
	background-color: #f5f7fa;
}

#secondary h5.widget-title {
	display: block;
	padding-bottom: 1px;
}

#secondary h5.widget-title:after {
	content: "";
    display: block;
    width: 17%;
    height: 3px;
    background-color: #ffd754;
    margin-top: 9px;
    margin-bottom: 7px;
}

@media screen and (min-width: 576px) {
	#secondary .form-inline .form-control {
		width: 133px;
	}
}

.widget ul {
	list-style-type: none;
	padding-left: 0;
}

.widget ul li, .widget ol li {
    padding: 0.2em 0;
}

.widget ul li ul {
    padding-left: 15px;
} 

.widget ul li a:hover {
	text-decoration: none;
}

.textwidget img {
	width: 100%;
	height: auto;
}

.textwidget select {
	width: 100%;
}

.sidebar .nice-select {
	display: block;
	width: 100%;
	margin-bottom: 30px;
	white-space: normal;
	height: auto;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar td,
#wp-calendar th {
    padding: 5.7px;
}

#wp-calendar a:hover {
	text-decoration: none;
}

#wp-calendar caption {
    text-align: center;
    caption-side: top;
}

#wp-calendar #next {
	text-align: right;
}

a.tag-cloud-link {
	font-size: 14px !important;
    border: 1px solid;
    padding: 3px 5px;
    display: inline-block;
    margin-bottom: 5px;
}

a.tag-cloud-link:hover {
	color: #ffffff !important;
	background: #ffd754;
	border: 1px solid #ffd754;
	text-decoration: none;
	webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.widget_rss ul li {
	margin-bottom: 15px;
}

.widget .url,
.widget .rsswidget {
	font-weight: bold;
}

.widget input[type="search"] {
	width: 10em;
	max-width: auto;
}

/* End of Sidebar */

/* Single Post */

article.single-post {
	margin-top: 0;
}

.single-post .post-thumbnail {
	margin-bottom: 1rem;
}

.singlepostheader {
	background: #f5f7fa;
	position: relative;
	display: table;
	width: 100%;
	height: 150px;
	margin-bottom: 2rem;
	word-break: break-word;
	-ms-word-wrap: break-word;

	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.single-post .sidebar .widget {
	margin-top: 0;
}

/* End of Single Post */


/* Comments */

.comments-area {
	margin-top: 40px;
	border: 1px solid #f0f0f0;
	padding: 25px;
}

.comments-area h3 {
	font-size: 1.5rem;
}

.comments-area h4 {
	font-size: 1.2rem;
}

.comments-area .form-submit {
	padding-left: 0;
}

.post-navigation .nav-links {
	display: flex;
    justify-content: space-between;
    margin-top: 30px;
    border: 1px solid #f0f0f0;
    padding: 15px;
}

ol.medias {
	padding-left: 0;
}

.media-content {
	padding:20px;
	background: #f9f9f9;
	position: relative;
	border: 1px solid #f0f0f0;

}

.media-content time {
	position: absolute;
	top:20px;
	right: 20px;
	letter-spacing: 1px;
}

ol.medias .pingback {
	list-style: none;
	margin-bottom: 15px;
}

ol.medias li.pingback:last-child {
	margin-bottom: 40px;
}

h4.media-heading a:hover,
.comment-edit-link:hover {
	text-decoration:none;
}

.comment-content a {
	font-weight: bold;
}

/* End of Comments */ 


/* END OF BLOG */

/* 404 */

.error-404 {
	min-height: 600px;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.error-404 .page-header {
	padding-top: 7rem;
}

.error-404 i {
	font-size: 4rem;
}

@media screen and (max-width: 767px) {
	.gallery-item {
		max-width: 100%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 100%;
	}
}


/* Single Space */

.header-studio {
	display: table;
	width: 100%;
	height: 500px;
	min-height: 500px;
	overflow:hidden;

	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.header-studio .inner {
	display: table-cell;
	width: 100%;
	vertical-align: bottom;
	padding-bottom: 50px;
}

.header-studio h1, .header-studio span {
    color: #ffffff;
    background: #000000;
    padding: 15px;
    display: inline-block;
    margin-bottom: 4px;
}

@media screen and (min-width: 768px) {
	.header-studio .col-lg-6 {
		padding-left: 0 !important;
	}
}

.single-space .kc_accordion_section>.kc_accordion_header {
	border: 0 !important;
}

.single-space .kc_accordion_section > .kc_accordion_content {
	border: 0 !important;
}

.single-space .kc_accordion_content .kc-panel-body {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.single-space .kc_accordion_header>a {
	padding-left: 0;
}

.single-space .kc_accordion_header a i {
	vertical-align: middle;
}

.wbk-inner-container p {
	margin-bottom: 0 !important;
}

.single-space #wbk-service-container {
	display: none !important;
}

.gear .gear-icon {
	color:#000000;
	font-size: 50px;
	line-height: 50px;
}

.gear .gear-list {
	font-size: 15px;
	line-height: 21px;
}

/* Mini Feature Box Shortcode */

.mini-box {
	background-color: transparent;
	text-align: center;
	position: relative;
    padding: 10px 15px;
    border-radius: 7px;
}

.mini-box:hover {
	background-color: #ffd754;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

i.mini-box-icon {
	color: #d6d6d6;
	font-size: 60px;
}

.mini-box:hover i.mini-box-icon {
	color: #000000;
}

h3.mini-box-title {
	color: #000000;
	font-size: 24px;
	line-height: 26px;
	word-break: break-word;
}

.mini-box:hover h3.mini-box-title {
	color: #000000;
}

p.mini-box-content {
	color: #b4b4b4;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.mini-box:hover p.mini-box-content {
	color: #ffffff;
}

.mini-box > a {
	z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* Spaces List */

.space-thumb {
	position: relative;
	box-shadow: 0 0 30px 0 rgba(0,0,0,.07);
}

h3.space-title,
h3.space-title a {
	color: #000000;
}

h3.space-title a:hover {
	text-decoration: none;
}

.space-thumb p.price {
	color: #b4b4b4;
    margin-bottom: 10px;
}

.space-thumb .caption {
	background-color: #ffffff;
	padding: 1rem;
}


/* Space Carousel */

.center-sliderr .slick-track {
	padding-bottom:20px;
}

.center-sliderr .space-thumb {
	opacity: 0.7;
	transition: all 300ms ease;
	margin-top: 4%;
	margin-bottom: 4%;
}

.center-sliderr .slick-center .space-thumb{
	-moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    opacity: 1;
    transform: scale(1.08);
    z-index: 999;
}

@media screen and (max-width: 767px) {
	.center-sliderr .space-thumb { opacity: 1; }
}

/* Single Member */

#member-detail {
	background:#ffffff;
	box-shadow: 0px 3px 5px rgba(0,0,0,.1);
	z-index: 9998;
}

@media screen and (max-width: 767px) {
	.mfp-wrap {
		overflow-y: scroll;
	}
}

#member-detail h2 {
	font-weight: 800;
	margin-bottom: 0;
	padding-top: 25px;
}

#member-detail img {
	width:100%;
	height:auto;	
}

#member-detail .job-title.lead {
	color: #b4b4b4;
	margin-bottom:10px;
}

#member-detail .social{
	margin-bottom:10px;
}

#member-detail .social a {
	opacity:0.8;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
			transition: all 0.3s;
}

#member-detail .social a:hover {
	opacity:1;
}


#member-detail .mfp-close {
	color:#ffffff;
	background:#000000;
	opacity:1;
	padding: 0;
	line-height: 44px;
}

#member-detail .mfp-close:active {
	top: 0;
}

#member-detail #contentz {
	height:235px;
	margin-bottom:15px;
	overflow:hidden;
    overflow-y:auto;
} 

#member-detail .speaker-talks a {
	color: #545454;
	font-weight: 600;
}

#member-detail .speaker-talks a:hover {
	color: #262626;
	text-decoration: none;
}

/* Member List Thumb */


.member-thumb {
	position: relative;
}

.member-thumb figcaption {
	position: relative;
}

.member-thumb h4 {
	margin-top: 20px;
	margin-bottom: 3px;
}

.member-thumb h4 a {
	color: #000000;
}

.member-thumb h4 a:hover {
	color: #000000;
	text-decoration: none;
}

.member-thumb .title {
	font-size: 12px;
	letter-spacing: 3px;
	color:#b4b4b4;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.member-thumb ul.social {
	margin-left: 0 ;
}

.member-thumb .social a {
	color: #b4b4b4;
}

.member-thumb .social a:hover,
.member-thumb .social a:focus {
	color: #ffd754;
	text-decoration: none;
}


.member-thumb .social.list-inline li {
	padding-right: 0;
	padding-left: 0;
}

/*****/

figure.member-thumb {
	background: #ffffff;
}

figure.member-thumb img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	border: 1px solid transparent;
}

figure.member-thumb:hover img {
	opacity: 0.7;
}

figure.member-thumb figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 3px;
	background: #ffd754;
	opacity: 0.5;
	content: '';
	-webkit-transform: translate3d(0,43px,0);
	transform: translate3d(0,43px,0);
}

figure.member-thumb figcaption::before {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.member-thumb:hover figcaption::before {
	opacity: 0.7;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

/* Team Carousel */

.center-sliderr .member-thumb {
	opacity: 0.7;
	transition: all 300ms ease;
	margin-top: 4%;
	margin-bottom: 4%;
}

.center-sliderr .slick-center .member-thumb{
	-moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    opacity: 1;
    transform: scale(1.08);
    z-index: 999;
}

@media screen and (max-width: 767px) {
	.center-sliderr .member-thumb { opacity: 1; }
}

/* Testimonial */

.testimonial {
	padding: 45px 45px 25px 45px;
	background: #ffffff;
	border-radius: 7px;
	margin: auto;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
	margin-bottom: 30px;
	z-index: 0;
}

.testimonial::before {
	position: absolute;
	color: #ffd754;
	bottom: -20px;
	left: -25px;
	font-family: 'feather';
	content: '\e849';
	font-size: 185px;
	line-height: 160px;
	opacity: 0.5;
	-webkit-transform: translate3d(0,36px,0);
	transform: translate3d(0,36px,0);
	z-index: -1;
}

.testimonial h3 {
	margin-top: 0;
}

.testimonial h5 {
	margin-bottom: 0;
}

.testimonial .lead {
	font-size: 18px;
	color: #b4b4b4;
}

.center-sliderr .slick-track {
  display: flex;
}
.center-sliderr .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}