/* ------------------------------------------------------------------------------------------------------------------------ */
/* -- XSMALL DEVICE ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------ */
@media screen and (min-width:320px) {
	.crush_sliders_slide.chesterfield_basic_title {
		display: table;
	}
	.crush_sliders_slide.chesterfield_basic_title .crush_slider_background {
		display: table-row;
	}
	.crush_sliders_slide.chesterfield_basic_title .crush_slider_content {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		height: 100%;
	}
	.crush_sliders_slide.chesterfield_basic_title .title {
		background: #fff;
		color: #000;
		line-height: 1;
		padding: 8px 12px;
		display: inline-block;
		margin: 0;
		font-size: 25px;
		font-weight: bold;
		text-transform: uppercase;
	}
	.crush_sliders_slide.chesterfield_basic_title .title.line1 {
		margin-left: -60px;
	}
	.crush_sliders_slide.chesterfield_basic_title .title.line2 {
		margin-left: 60px;
	}
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* -- SMALL DEVICE -------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------ */
@media screen and (min-width:450px) {
	.crush_sliders_slide.chesterfield_basic_title .title {
		font-size: 25px;
	}
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* -- MEDIUM DEVICE ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------ */
@media screen and (min-width:690px) {
	.crush_sliders_slide.chesterfield_basic_title .title {
		font-size: 35px;
	}
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* -- LARGE DEVICE -------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------ */
@media screen and (min-width:999px) {
	.crush_sliders_slide.chesterfield_basic_title .title {
		font-size: 45px;
	}
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* -- XLARGE DEVICE ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------ */
@media screen and (min-width:1200px) {
	.crush_sliders_slide.chesterfield_basic_title .title {
		font-size: 55px;
	}
}