root{
	--blue-font: #246f93;
	--primary-blue-bg: #829dac;
	--primary-dark-blue-bg: #202d34;
	--highlight-bg-grey-beige: #BFBAAD;
}


.page-block {
	padding: 50px 0;
}

@media only screen and (max-width: 1024px) {
	.page-block {
		padding: 25px 0;
	}
}

.d_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* TITLE BANNER
================================================== */

.title-banner--section {
	background-color: #829dac;
	text-align: center;
	padding: 50px 20px;
}

.title-banner--row {
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 0;
}

.title-banner--section h1 {
	color: #fff;
	text-align: center;
	font-size: 48px;
	font-family: rubik-regular, sans-serif;
	margin: 0;
}

.title-banner--section .subtitle {
	font-size: 22px;
	font-family: libre-franklin-reg;
	color: #fff;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.3;
	margin-bottom: 15px;
}

.title-banner--section .subtitle.boxed-white {
	border-radius: 5px;
	padding: 12px;
	background-color: #627781;
}

.buttons-col {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}

a.banner-button:link,
a.banner-button:visited,
a.banner-button:focus,
a.banner-button:active {
	font-weight: 600;
	letter-spacing: 5%;
	font-family: libre-franklin-reg,sans-serif;
	padding: 14px 50px;
	color: #fff;
	background-color: #404f56;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s;
}

a.banner-button:hover {
	background-color: #536067;
	text-decoration: none;
}

a.banner-button.wide {
	padding: 14px 80px;
}

a.banner-button.big {
	padding: 24px 56px;
}

@media only screen and (max-width: 680px) {
	.title-banner--section {
		padding: 30px 20px;
	}

	.title-banner--section h1 {
		color: #fff;
		font-size: 32px;
	}

	a.banner-button {
		width: 100%;
	}

	a.banner-button.wide {
		padding: 14px 20px;
	}

	a.banner-button.big {
		padding: 20px 20px;
	}
}

/* << END >> TITLE BANNER =================*/


/* CONTENT IMAGE
================================================== */

.content-image--row {
	gap: 30px;
}

@media only screen and (min-width: 1025px) {
	.content-image--row.row-reverse {
		flex-direction: row-reverse;
	}
}

.content-image--col {
	flex: 1;
}

.content-image--col.image-col {
	position: relative;
}

.content-image--col.image-col img{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.regular-text--wrapper,
.highlight-text--wrapper{
	font-family: libre-franklin-reg, sans-serif;
	color: #000;
	font-size: 20px;
}


.regular-text--wrapper p,
.regular-text--wrapper ul,
.regular-text--wrapper ul li,
.highlight-text--wrapper p,
.highlight-text--wrapper ul,
.highlight-text--wrapper ul li {
	font-size: 20px;
	line-height: 1.3;
}


.regular-text--wrapper p:last-child,
.regular-text--wrapper ul:last-child {
	margin-bottom: 0;
}

.regular-text--wrapper.regular_text_checkmark_list p {
	display: flex;
	gap: 5px;
}

.regular-text--wrapper h2{
	line-height: 1.4;
	font-size: 44px;
	font-family: libre-franklin-reg, sans-serif;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.regular-text--wrapper h3{
	line-height: 1.4;
	font-size: 28px;
	font-family: libre-franklin-reg, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.regular-text--wrapper ul,
.highlight-text--wrapper ul {
	padding-left: 25px;
	margin-bottom: 20px;
}

.regular-text--wrapper ul li,
.highlight-text--wrapper ul li {
	margin-bottom: 10px;
	list-style: disc;
}

.highlight-text--wrapper {
	margin-top: 20px;
	padding: 15px;
	background-color: #eee9df;
}


.content-col--btn-wrapper {
	margin-top: 30px;
	display: flex;
}

.content-col--btn-wrapper a:link,
.content-col--btn-wrapper a:visited,
.content-col--btn-wrapper a:focus,
.content-col--btn-wrapper a:active {
	font-weight: 600;
	letter-spacing: 5%;
	font-family: libre-franklin-reg, sans-serif;
	padding: 16px 32px;
	color: #fff;
	background-color: #829dac;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s;
}

.content-col--btn-wrapper a:hover {
	background-color: #627781;
	text-decoration: none;
}

/* SIDEBAR FORM OPTION */

.sidebar_form .container:after{
	display: none;
}

.sidebar_form .content-image--container {
	display: flex;
	justify-content: space-between;
}

.sidebar_form .content-image--row {
	flex-direction: column;
	width: 62%;
}

.sidebar_form-container {
	width: 30%;
}

@media only screen and (max-width: 1200px) {
	.sidebar_form .content-image--row {
		flex-direction: column;
		width: 55%;
	}

	.sidebar_form-container {
		width: 40%;
	}
}

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

	.sidebar_form .content-image--container {
		flex-direction: column;
		gap: 30px;
	}

	.sidebar_form .content-image--row,
	.sidebar_form-container {
		flex-direction: column;
		width: 100%;
	}
}

@media only screen and (max-width: 680) {
	
	#sidebar_form-container {
		margin-top: 30px;
	}
}

/* END >> SIDEBAR FORM OPTION */

@media only screen and (max-width: 1024px) {
	.content-image--row {
		flex-direction: column;
	}

	.content-image--col {
		flex: auto;
	}

	.content-image--col.image-col {
		height: 400px;
	}
}

@media only screen and (max-width: 680px) {
	.content-image--col.image-col {
		height: 300px;
	}

	.regular-text--wrapper h3 {
		font-size: 24px;
	}

	.regular-text--wrapper h2 {
		font-size: 32px;
	}
}




/* << END >> CONTENT IMAGE =================*/




/* BACKGROUND IMAGE BANNER BLOCK
================================================== */


.bg-image-banner--section {
	position: relative;
	padding: 50px 0;
}

.bg-image-banner--overlay {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background-color: #eee9df;
	opacity: 0.85;
}

.bg-image-banner--section img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bg-image-banner--row {
	position: relative;
	z-index: 5;
	flex-direction: column;
	align-items: center;
}

.bg-image-banner--section h2 {
	line-height: 1.4;
	font-size: 44px;
	font-family: libre-franklin-reg, sans-serif;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-align: center;
}

.bg-image-banner--text {
	text-align: center;
}

.bg-image-banner--text * {
	font-family: libre-franklin-reg, sans-serif;
	color: #000;
	font-size: 20px;
	line-height: 1.4;
}

@media only screen and (max-width: 1024px) {

	.bg-image-banner--section {
		position: relative;
		padding: 30px 0;
		background-color: #eee9df;
	}

	.bg-image-banner--section h2 {
		font-size: 32px;
	}
}

/* << END >> BACKGROUND IMAGE BANNER BLOCK =================*/





/* DOORS IMAGES
================================================== */

.doors-images--row {
	gap: 40px;
}

@media only screen and (min-width: 1281px) {
	.doors-images--row.row-reverse {
		flex-direction: row-reverse;
	}
}

.doors-images--col.big-image-col {
	position: relative;
	display: flex;
	justify-content: start;
	align-items: start;
	flex: 1;
}

.doors-images--row.row-reverse .doors-images--col.big-image-col {
	justify-content: end;
}

.doors-images--col.big-image-col img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.big-image-title {
	position: relative;
	z-index: 5;
	padding: 12px 50px;
	font-size: 20px;
	background-color: #fff;
	font-family:libre-franklin-reg, sans-serif;
	text-transform: uppercase;
	color: #000;
	margin-top: 30px;
	font-weight: 600;
}

.doors-images--col.small-images-col {
	gap: 40px;
	flex-direction: column;
}

.doors-images--col.small-images-col .small-images--row{
	display: flex;
	gap: 30px;
}

.doors-images--col.small-images-col .small-images--row .small_image--container{
	width: 130px;
	display: flex;
	flex-direction: column;
}

.doors-images--col.small-images-col .small-images--row .small_image--container .description{
	font-family: libre-franklin-reg, sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
}

.doors-images--col.small-images-col .small-images--row .small_image--container .img-wrap{
	width: 100%;
	height: 250px;
	position: relative;
	margin-bottom: 20px;
}

.doors-images--col.small-images-col .small-images--row .small_image--container .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media only screen and (max-width: 1280px) {
	.doors-images--row {
		flex-direction: column;
		align-items: center;
	}

	.doors-images--col.big-image-col  {
		flex: auto;
		height: 400px;
	}

	.doors-images--col.small-images-col .small-images--row {
		justify-content: center;
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 1024px) {

	.doors-images--col.big-image-col  {
		height: 300px;
	}
}


@media only screen and (max-width: 769px) {

	.big-image-title {
		width: 100%;
		padding: 12px;
		font-size: 18px;
		background-color: #ffffffab;
		line-height: 1.3;
		text-align: center;
	}
	.doors-images--col.big-image-col {
		width: 100%;
	}
}



/* << END >> DOORS IMAGES =================*/




/* COUNTERTOPS IMAGES
================================================== */

.countertops-images--section-title {
	line-height: 1.4;
	font-size: 44px;
	font-family: libre-franklin-reg, sans-serif;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 40px;
}

.countertops-images--row {
	gap: 40px;
}

.countertops-images--col {
	flex: 1;
}

.countertops-images--col .countertop {
	display: flex;
	gap: 20px;
	margin-bottom: 30px;
}

.countertops-images--col .countertop:last-child {
	margin-bottom: 0;
}

.countertops-images--col .countertop .img-wrap {
	width: 270px;
	min-width: 270px;
	height: 135px;
}

.countertops-images--col .countertop .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.countertops-images--col .countertop .text-wrap h3 {
	font-size: 20px;
	font-family: libre-franklin-reg, sans-serif;
	color: #000;
	margin: 0 0 10px;
}

.countertops-images--col .countertop .text-wrap .text,
.countertops-images--col .countertop .text-wrap .text p {
	font-size: 16px;
	font-family: libre-franklin-reg, sans-serif;
	color: #000;
	line-height: 1.3;
}


@media only screen and (max-width: 1024px) {

	.countertops-images--row {
		flex-direction: column;
		gap: 30px;
	}

	.countertops-images--col {
		flex: auto;
		width: 100%;
	}

	.countertops-images--section-title {
		font-size: 32px;
	}

}



@media only screen and (max-width: 680px) {

	.countertops-images--col .countertop {
		flex-direction: column-reverse;
	}

	.countertops-images--col .countertop {
		gap: 10px;
	}

	.countertops-images--col .countertop .text-wrap .text p:last-child{
		margin-bottom: 0;
	}

	.countertops-images--col .countertop .img-wrap {
		width: 100%;
		min-width: 100%;
	}
}

/* << END >> COUNTERTOPS IMAGES  =================*/



/* TILES IMAGES
================================================== */


.tiles-images--section-title {
	line-height: 1.4;
	font-size: 44px;
	font-family: libre-franklin-reg, sans-serif;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.tiles-images--row {
	gap: 30px;
	justify-content: center;
}

.tiles-images--col {
	width: 175px;
}

.tiles-images--col .img-wrap {
	width: 100%;
	height: 180px;
	margin-bottom: 15px;
}

.tiles-images--col .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tiles-images--col .text,
.tiles-images--col .text p{
	text-align: center;
	font-size: 16px;
	font-family: libre-franklin-reg, sans-serif;
	color: #000;
	line-height: 1.3;
}

.tiles-images--col .text p{
	margin-top: 0;
	margin-bottom: 0;
}


@media only screen and (max-width: 1024px) {


	.tiles-images--section-title {
		font-size: 32px;
	}
}

/* << END >> TILES IMAGES =================*/




/* SINKS FAUCETS KNOBS
================================================== */

.sinks-faucets-knobs-images--section-title {
	line-height: 1.4;
	font-size: 44px;
	font-family: libre-franklin-reg, sans-serif;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.sinks-faucets-knobs-images--row {
	gap: 45px;
}

.sinks-faucets-knobs--col {
	width: calc(33.3333% - 30px);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.sinks-faucets-knobs--col .img-wrap {
	flex: 1;
}

.sinks-faucets-knobs--col .text-wrap,
.sinks-faucets-knobs--col .text-wrap p {
	text-align: center;
	font-size: 16px;
	font-family: libre-franklin-reg, sans-serif;
	color: #000;
	line-height: 1.3;
}

.sinks-faucets-knobs--col .text-wrap p {
	margin-bottom: 0;
	margin-top: 0;
}

@media only screen and (max-width: 1200px) {

	.sinks-faucets-knobs--col {
		width: calc(50% - 23px);
	}
}

@media only screen and (max-width: 1024px) {
	.sinks-faucets-knobs-images--section-title {
		font-size: 32px;
	}
}

@media only screen and (max-width: 680px) {

	.sinks-faucets-knobs--col {
		width: 100%;
	}
}

/* << END >> SINKS FAUCETS KNOBS =================*/




/* MEASURE PROCESS
================================================== */

.measure-process--section {
	padding: 50px 0;
	background: linear-gradient(
		to bottom,
		#f4f4f4 0%,
		#e9e9e9 40%,
		#f4f4f4 100%
	);
}

.quote-form--title-group,
.measure-process--title-group {
	margin-bottom: 40px;
}

.measure-process--section-title {
	line-height: 1.4;
	font-size: 44px;
	font-family: libre-franklin-reg, sans-serif;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-align: center;
}

.quote-cta--title-group {
	padding: 30px;
	background-color: #829dac;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.quote-form--section-title {
	line-height: 1.4;
	font-size: 44px;
	font-family: libre-franklin-reg, sans-serif;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 30px;
	text-align: center;
}


.request-quote-cta--wrapper {
	display: flex;
}

.request-quote-cta--wrapper .cta-banner-button {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	border-radius: 40px;
	font-family: libre-franklin-reg, sans-serif;
	background-color: #f76818;
	color: #fff;
	padding: 20px 30px;
	transition: all 0.3s;
}

.request-quote-cta--wrapper .cta-banner-button:hover {
	background-color: #ff9800;
}

.process-section-text,
.process-section-text p,
.quote-form--section-text,
.quote-form--section-text p {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	font-family: libre-franklin-reg, sans-serif;
	color: #000;
	line-height: 1.3;
}

.process-section-text p,
.quote-form--section-text p {
	margin-bottom: 0;
	margin-top: 0;
}


.measure-process--cols-row {
	gap: 50px;
	margin-bottom: 75px;
}

.measure-process--col {
	display: flex;
	flex-direction: column;
	flex: 1;
	background-color: #fff;
}

.measure-process--col .img-wrap {
	width: 100%;
	height: 300px;
}

.measure-process--col .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.measure-process--col .text-wrap {
	padding: 30px 40px;
}

.measure-process--col .text-wrap .title {
	font-size: 16px;
	font-weight: 600;
	font-family: libre-franklin-reg, sans-serif;
	color: #000;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 20px;
}

.measure-process--col .text-wrap .text p,
.measure-process--col .text-wrap .text ul li{
	font-size: 16px;
	font-family: libre-franklin-reg, sans-serif;
	color: #000;
	line-height: 1.3;
}

.measure-process--col .text-wrap .text ul {
	padding-left: 25px;
}

.measure-process--col .text-wrap .text ul li {
	list-style: disc;
	margin-bottom: 12px;
}

a.download_file:link,
a.download_file:visited,
a.download_file:focus,
a.download_file:active {
	display: flex;
	align-items: center;
	width: fit-content;
	gap: 10px;
	margin: 30px auto 0;
	font-weight: 600;
	font-family: libre-franklin-reg, sans-serif;
	padding: 14px 32px;
	color: #fff;
	background-color: #829dac;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s;
}

a.download_file:hover {
	text-decoration: none;
	background-color: #627781;
}


/* Form settings */

.quote-form--wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 400px;
	background-color: #829dac;
	padding: 30px;
	color: #fff;
}

#gform_wrapper_5 .gform_heading .gform_title{
	font-family: libre-franklin-reg, sans-serif;
	text-align: center;
	text-shadow: 1px 1px #000;
}

#gform_wrapper_5 .gform_required_legend{
	color: #000;
	text-align: center;
}

#gform_wrapper_5 .gform-field-label{
	font-size: 13px;
	color: #000;
	font-family: libre-franklin-reg, sans-serif;
}

#top #gform_wrapper_5 input, #top .gform_wrapper select {
	height: 40px;
}

#gform_wrapper_5 .ginput_container_fileupload{
	padding: 12px;
	background-color: #fff;
}

#gform_wrapper_5 .gform_fileupload_rules{
	font-size: 13px;
	color: #000;
	font-family: libre-franklin-reg, sans-serif;
	font-weight: 600;
}


#gform_wrapper_5.gravity-theme .gform_drop_area {
	background-color: #404f56;
	padding: 15px;
	font-family: libre-franklin-reg, sans-serif;
}

#gform_preview_5_14 {
	font-size: 13px;
	color: #627781;
	font-family: libre-franklin-reg, sans-serif;
}

#gform_submit_button_5 {
	font-size: 14px;
	font-family: libre-franklin-reg, sans-serif;
	background-color: #404f56;
	color: #fff;
	line-height: 1;
}

#gform_submit_button_5:hover {
	background-color: #627781;
}

#gform_wrapper_5 .gform-footer {
	margin-top: 30px;
	padding-left: 12px;
	padding-right: 12px;
}



@media only screen and (max-width: 1200px) {
	.measure-process--cols-row {
		gap: 30px;
	}
}

@media only screen and (max-width: 1024px) {
	.measure-process--section {
		padding: 25px 0;
	}

	.measure-process--section-title,
	.quote-form--section-title {
		font-size: 32px;
		margin-bottom: 10px;
	}

	.measure-process--cols-row {
		flex-direction: column;
		align-items: center;
	}

	.measure-process--col {
		flex: auto;
		width: 100%;
		max-width: 400px;
	}
}

@media only screen and (max-width: 680px) {
	.measure-process--col .text-wrap {
		padding: 30px 20px;
	}
}


/* << END >> MEASURE PROCESS  =================*/




/* LIST BANNER
================================================== */

.list-banner--section-title {
	line-height: 1.4;
	font-size: 44px;
	font-family: libre-franklin-reg, sans-serif;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.list-banner--row {
	flex-direction: column;
	gap: 10px;
	padding: 30px;
	background-color: #eee9df;
}

.list-banner--section .list-col {
	flex: 1;
}

.list-banner--row .lists-title{
	line-height: 1.4;
	font-size: 20px;
	font-weight: 600;
	font-family: libre-franklin-reg, sans-serif;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.list-cols--wrapper {
	gap: 30px;
}

.list-banner--section .list-col ul {
	padding-left: 25px;
}

.list-banner--section .list-col ul li {
	margin-bottom: 10px;
	list-style: disc;
	font-size: 16px;
	font-family: libre-franklin-reg, sans-serif;
	color: #000;
	line-height: 1.3;
}


@media only screen and (max-width: 1024px) {
	.list-banner--section-title {
		font-size: 32px;
	}

	.list-banner--row {
		padding: 30px 20px;
	}

	.list-cols--wrapper {
		flex-direction: column;
		gap: 0;
	}

	.list-banner--section .list-col ul {
		padding-left: 12px;
	}

	.list-banner--section .list-col {
		flex: auto;
	}
}



/* << END >> LIST BANNER =================*/





/* REMODEL COLUMNS
================================================== */

.remodel-columns--row {
	gap: 20px;
}

.remodel-column {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.remodel-column .col-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	padding: 50px 30px;
	background: linear-gradient(
		to bottom,
		rgba(145, 145, 145, 0) 0%,
		rgba(145, 145, 145, 0.4) 60%,
		rgba(145, 145, 145, 0.7) 100%
	);
}

.remodel-column .img-wrap {
	width: 100%;
	height: 350px;
}

.remodel-column .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.remodel-column .text-wrap .title{
	color: #246f93;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
	font-family: libre-franklin-reg, sans-serif;
	margin-bottom: 20px;
	line-height: 1.3;
}

.remodel-column .text-wrap .text,
.remodel-column .text-wrap .text p,
.remodel-column .text-wrap .text ul li {
	font-size: 20px;
	font-family: libre-franklin-reg, sans-serif;
	color: #000;
	line-height: 1.3;
}

.remodel-column .text-wrap .text ul {
	padding-left: 25px;
}

.remodel-column .text-wrap .text ul li {
	list-style: disc;
	margin-bottom: 8px;
}

.remodel-column .btn-wrap {
	margin-top: 30px;
	width: 60%;
}

.remodel-column .btn-wrap a:link,
.remodel-column .btn-wrap a:visited,
.remodel-column .btn-wrap a:focus,
.remodel-column .btn-wrap a:active {
	display: flex;
	text-align: center;
	font-weight: 600;
	letter-spacing: 5%;
	font-family: libre-franklin-reg,sans-serif;
	padding: 14px 24px;
	color: #fff;
	background-color: #404f56;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s;
}

.remodel-column .btn-wrap a:hover {
	text-decoration: none;
	background-color: #536067;
}


@media only screen and (max-width: 1024px) {
	.remodel-columns--row {
		flex-direction: column;
		gap: 30px;
	}
}

@media only screen and (max-width: 680px) {
	.remodel-column .btn-wrap {
		width: 100%;
	}

	.remodel-column .col-content {
		padding: 50px 20px;
	}
}

/* << END >> REMODEL COLUMNS =================*/




/* COMPARISON TABLE
================================================== */

.comparison-table--row {
	flex-direction: column;
	gap: 30px;
}

.comparison-table--section .section-title {
	line-height: 1.4;
	font-size: 32px;
	font-weight: 600;
	font-family: libre-franklin-reg, sans-serif;
	color: #000;
	letter-spacing: 1px;
	text-align: center;
}

.comparison-table--section .note {
	text-align: center; 
	font-size: 18px;
	font-family: libre-franklin-reg, sans-serif;
	color: #000;
	line-height: 1.3;
}

.comparison-table--section .buttons-col a:link,
.comparison-table--section .buttons-col a:visited,
.comparison-table--section .buttons-col a:focus,
.comparison-table--section .buttons-col a:active {
	font-weight: 600;
	letter-spacing: 5%;
	font-family: libre-franklin-reg, sans-serif;
	padding: 20px 50px;
	color: #fff;
	background-color: #404f56;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s;
}

.comparison-table--section .buttons-col a:hover {
	background-color: #536067;
	text-decoration: none;
}

.comparison-table--wrapper {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.comparison-table--wrapper table {
	margin-bottom: 0;
	min-width: 650px;
	width: 100%;
	border-collapse: collapse;
}

.comparison-table--wrapper th {
	width: 33.3333%;
	height: 80px;
	vertical-align: middle;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
	font-size: 18px;
	font-family: libre-franklin-reg, sans-serif;
	background-color: #404f56;
}

.comparison-table--wrapper td {
	text-transform: capitalize;
	height: 60px;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	font-family: libre-franklin-reg, sans-serif;
	color: #000;
}


@media only screen and (max-width: 680px) {
	.comparison-table--wrapper table {
		min-width: 100%;
	}

	.comparison-table--wrapper th {
		height: auto;
		font-size: 15px;
	}

	.comparison-table--wrapper td {
		height: auto;
		font-size: 15px;
	}

	.comparison-table--section .buttons-col {
		display: none;
	}
}


@media only screen and (max-width: 575px) {
	.comparison-table--section .buttons-col a {
		width: 100%;
	}
}

/* << END >> COMPARISON TABLE =================*/
