.buttonizer-group-0-0-1 {
	bottom: 50px !important;
	right: 13px !important;
}

.post-1303 .entry-content {
	padding: 25px 0!important;
}

@media screen and (max-width: 400px) {.intro .textwidget h1 {
    font-size: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
}
}

@media screen and (max-width: 400px) {
	.intro .textwidget h2 {
	font-size: 16px;
}
	.keyvisual {
		height: 20vh;
	}
}

@media screen and (max-width: 400px) {
	.intro .textwidget {
		vertical-align: baseline;
	}
}

@media screen and (max-width: 400px) { .intro .actions {
	padding-top: 16px;
	}
}

@media screen and (max-width: 500px) {
	.intro .btn.large {
    margin: 0 0 15px;
	}
}

@media screen and (max-width: 500px) {
	.actions .btn:nth-child(2n) {
		width: 60% !important;
	}
}

@media screen and (max-width: 600px) {
.buttonizer-label {
	overflow: hidden!important;
	overflow-x: hidden!important;
	overflow-y: hidden!important;
	}
}

@media screen and (max-width: 600px) {
	.woocommerce ul.order_details,
	.woocommerce table.shop_table,
	.woocommerce table.shop_table tr {
		display: flex;
		flex-direction: column;
	}
}
@media screen and (max-width: 600px) {
	.woocommerce table.shop_table tr td,
	.woocommerce table.shop_table tr td span {
	text-align: end;
	font-weight: 700 !important;
	}
}

.taxi-section {
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	}

.taxi-section__header {
	position: relative;	
}
.taxi-section__header:after {
	content: '';
  display: block;
	margin-top: 20px;
	border-bottom: 1px solid #DFDFD0;
    -webkit-box-shadow: 0 1px 0 rgb(127 127 127 / 60%);
    -moz-box-shadow: 0 1px 0 rgba(127,127,127,.6);
    box-shadow: 0 1px 0 rgb(127 127 127 / 60%);
}

@media screen and (max-width: 521.91px) {
	.taxi-section__header:after {
	margin-top: 10px;
	}
}

.taxi-section__title {
	font-size: 48px !important;
	text-transform: uppercase !important;
	font-weight: 700;
	color: #ffffff;
	text-shadow: -2px -2px 2px rgba(255,255,255,.1), 2px 2px 2px rgba(0,0,0,.5);
	width: 100%;
	position: absolute;
	top:50%;
left:50%;
transform:translate(-50%, -50%);
}

@media screen and (max-width: 767.91px) {
	.taxi-section__title {
	font-size: 36px !important;
	}
	.intro {
		min-height: 40vh;
	}	
}

@media screen and (max-width: 600px) {
	.keyvisual {
		height: 25vh;
	}
	.intro {
		min-height: 80vh;
		height: 80vh;
	}
}

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

	.intro {
		min-height: 78vh;
		height: 78vh;
	}
}

@media screen and (max-width: 521.91px) { 
	.taxi-section__title {
		font-size: 24px !important;
		transform:translate(-50%, -70%);
	}
}

.taxi-section__subtitle {
	font-size: 28px !important;
	text-transform: uppercase !important;
	font-weight: 500;
	color: #ffffff;
	text-shadow: -2px -2px 2px rgba(255,255,255,.1), 2px 2px 2px rgba(0,0,0,.5);
	width: 100%;
		position: absolute;
	top:80%;
left:50%;
transform:translate(-50%, -50%);
}

@media screen and (max-width: 767.91px) {
	.taxi-section__subtitle {
		font-size: 16px !important;
	}
	.intro .textwidget {
		padding-top: 100px;
	}
}

@media screen and (max-width: 521.91px) { 
	.taxi-section__subtitle {
		font-size: 16px !important;
		color: #000000;
		text-shadow: none;
		position: relative;
		transform:translate(-50%, 20%);
	}
}

.taxi-section__text {
	text-align: left;
	padding-top: 20px;
}

.taxi-section__paragraph {
	line-height: 26px!important;
}

.taxi-section__list {
	padding-left: 26px;
	font-weight: 700;
}

@media screen and (max-width: 521.91px) {
	.taxi-section__list {
	padding-left: 0;
}
}

.taxi-section__carousel {
	margin-bottom: 25px;
}

.taxi-section__paragraph_highlighted {
	background-color: #333;
	color: #eee;
	padding: 35px 25px;
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 18px;
	font-style: italic;
	line-height: 22px!important;
	border-radius: 5px;
	
}

.taxi-section__feature {
	font-style: italic;
	font-weight: 500;
	background-color: #eee;
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
}

.intro {
	background-size: cover;
}

.wp-block-latest-posts {
	grid-template-columns: repeat(3, 1fr);
  margin: 30px auto;
  grid-gap: 10px;
  display: grid;
}

#subscribe-email {
	display: inline-block;
	width: 30%;
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 1023.91px) {
	#subscribe-email {
		width: 55%;
}
}

@media screen and (max-width: 521.91px) {
	#subscribe-email {
		width: 100%;
}
}

#subscribe-submit {
	display: inline-block;
}

#subscribe-email input {
	margin: 0 auto;
}

.jetpack_subscription_widget h3 {
	padding-top: 1em;
	font-weight: 700;
	text-transform: uppercase;
}