body.page-id-108 h3 {
	display: none;
}


/* GUTENBERG EDITS */
.wp-block-buttons.is-content-justification-center {
	text-align: center;
}

.wp-block-buttons .wp-block-button a.wp-block-button__link,
.wp-block-buttons .wp-block-button:nth-of-type(odd) a.wp-block-button__link {
	min-width: 250px;
	padding: 15px 30px;
    border-radius: 0;
    border: 3px solid #000;
    background-color: #000;
    font-size: 1.125rem;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: .3s all;
}

.wp-block-buttons .wp-block-button a.wp-block-button__link:hover,
.wp-block-buttons .wp-block-button:nth-of-type(odd) a.wp-block-button__link:hover {
	background-color: #fff;
	color: #000;
}

.wp-block-buttons .wp-block-button:nth-of-type(even) a.wp-block-button__link {
	background-color: #565656;
	border-color: #565656;
	color: #fff;
}

.wp-block-buttons .wp-block-button:nth-of-type(even) a.wp-block-button__link:hover {
	background-color: #a4a4a4;
}

@media (min-width: 992px) {
	.wp-block-buttons .wp-block-button a.wp-block-button__link {
		min-width: 225px;
	}
}

@media (min-width: 1200px) {
	.wp-block-buttons .wp-block-button a.wp-block-button__link {
		min-width: 250px;
	}
}

@media (max-width: 991px) {
	.wp-block-buttons .wp-block-button {
		display: block;
		margin-bottom: .5rem;
	}
	
	.wp-block-buttons .wp-block-button a.wp-block-button__link,
	.wp-block-buttons .wp-block-button:nth-of-type(odd) a.wp-block-button__link {
		width: 400px;
    	max-width: 100%;
	}
}


/* PROPERTY TABLE STYLING */
.table-responsive thead {
    border-bottom: 2px solid #000;
    margin-bottom: 1.5rem;
    font-size: 1.375rem;
}

.table-responsive thead ul {
	margin: 0;
	margin-bottom: 1.5rem;
	font-weight: 700;
}

.table-responsive table,
.table-responsive thead,
.table-responsive tbody,
.table-responsive tr,
.table-responsive th,
.table-responsive td,
.table-responsive div {
	display: block;
	width: 100%;
	font-weight: 400;
}

.table-responsive ul {
	margin: 0;
	margin-bottom: 2rem;
	padding: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1rem;
}

@media (min-width: 992px) {
	.table-responsive ul {
		font-size: 1.125rem;
	}
	
	.table-responsive ul li {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
		text-align: left;
	}

	.table-responsive ul li:nth-of-type(1) {
		-ms-flex: 0 0 13.666667%;
		flex: 0 0 13.666667%;
		max-width: 13.666667%;
	}

	.table-responsive ul li:nth-of-type(2) {
		-ms-flex: 0 0 20.666667%;
		flex: 0 0 21%;
		max-width: 21%;
	}

	.table-responsive ul li:nth-of-type(3),
	.table-responsive ul li:nth-of-type(4) {
		-ms-flex: 0 0 14.666667%;
		flex: 0 0 14.666667%;
		max-width: 14.666667%;
	}

	.table-responsive ul li:nth-of-type(5) {
		-ms-flex: 0 0 19.333333%;
		flex: 0 0 19.333333%;
		max-width: 19.333333%;
	}

	.table-responsive ul li:nth-of-type(6) {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
}

@media (min-width: 1200px) {
	.table-responsive {
		margin-top: 3.5rem;
		margin-bottom: 4.5rem;
	}
}

@media (max-width: 991px) {	
	.table-responsive table {
		width: 100%;
		border-collapse: collapse;
		display: table;
	}
	
	.table-responsive table thead,
	.table-responsive table tbody {
		display: table-row-group;
	}
	
	.table-responsive table tbody {
		margin-top: 1.5rem;
	}
	
	.table-responsive table tbody > tr:first-of-type ul {
		margin-top: 1.5rem;
	}
	
	.table-responsive table tr {
		display: table-row;
	}
	
	.table-responsive table tr th,
	.table-responsive table tr td {
		display: table-cell;
	}
	
	.table-responsive ul {
		margin-bottom: 1.5rem;
	}
	
	.table-responsive ul li {
		min-width: 120px;
		padding: 0 15px;
	}
	
	.table-responsive ul li:nth-of-type(2),
	.table-responsive ul li:nth-of-type(6) {
		min-width: 185px;
	}
	
	.table-responsive ul li:nth-of-type(4) {
		min-width: 135px;
	}
	
	.table-responsive ul li:nth-of-type(5) {
		min-width: 200px;
	}
}


/* FLOORPLAN BUTTON */
.floorplan a {
	position: relative;
	padding: 8px 20px;
	padding-right: 50px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
	border: 2px solid #000;
    transition: .3s all;
}

.floorplan a:after {
	content: "\f188";
	position: absolute;
	font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    font-size: 20px;
	top: 10px;
    bottom: 6px;
    right: 30px;
    padding-left: 10px;
}

.floorplan a:hover {
	background-color: #000;
    color: #fff;
}