.wp-block-button__link{
	color:#fff;
	font-weight:bold;
	-webkit-transition:0.25s;
	transition:0.25s;
}

.wp-block-button__link.has-balfours-orange-background-color:hover{
	background:#9f704c;
}

.wp-block-cover{
	min-height:0!important;
}

.entry-content > .wp-block-group{
	padding:40px 0;
}

@media(min-width:783px){
	.entry-content > .wp-block-group{
		padding:80px 0;
	}
}

.pp-tours{
	display:flex;
	flex-wrap:wrap;
	row-gap:30px;
}

.pp-tours .tour{
	flex-basis:100%;
	-webkit-transition:0.25s;
	transition:0.25s;
}

.pp-tours .tour:hover{
	transform:scale(1.1);
}

.pp-tours a{
	text-decoration:none;
}

.pp-tours .tour-image{
	position:relative;
}

.pp-tours .tour-name{
	color:#fff;
	background:#1c6b8c;
	-webkit-transition:0.25s;
	transition:0.25s;
}

.pp-tours .tour-name h3{
	margin: 0;
    margin-top: -7px;
    padding: 5px 20px;
	color:#fff;
}

.pp-tours a:hover .tour-name{
	background:#233848;
}

ul.wp-block-list{
	margin:0;
}

@media(min-width:600px){
	.pp-tours .tour{
		flex-basis:48%;
		margin:0 1%;
	}
}

@media(min-width:783px){
	.pp-tours .tour{
		flex-basis:31.333%;
	}
}