.custom-logo{
	width: 300px;
	height: auto;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container{
	border: none; /* menu remove red border */
}

#wp--skip-link--target > div > div:nth-child(1) > div > div:nth-child(1) > p:nth-child(4){
	font-size: 19px !important;
}

#wp--skip-link--target > div > div:nth-child(1) > div > div:nth-child(1) > p:nth-child(5){
	font-size: 19px !important;
}

#wp--skip-link--target > div > div:nth-child(1) > div > div:nth-child(1) > div.wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex > div > a{
	background: #2e8B57 !important;
}

#wp--skip-link--target > div > div:nth-child(3) > div > div:nth-child(2) > div.wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex > div > a{
	background: #2e8B57 !important;
}

#wp--skip-link--target > div > div:nth-child(3) > div > div:nth-child(2) > p{
	font-size: 19px !important;
}

.wp-block-post-title a {    
	text-decoration: none;
	color: #2e8b57
}

.wp-block-post-excerpt__excerpt{
	font-size: 19px;
}

.taxonomy-post_tag a{
	color: #ec9688;
}

.alignwide > img{
	display: none;
}

/* .on-the-road div ul li figure img{
	width: 80% !important;
} */

.home main .sharedaddy {
	display: none;
}

.travel-block .wp-block-post-excerpt__more-link{
	display: none;
}

.on-the-road .wp-block-post-excerpt__more-link{
	display: none;
}

.travel-block div ul li h2 {
	height: 190px;
}

@media only screen and (min-width: 601px) and (max-width: 760px) {
	.travel-block div ul li h2{
		height: 460px;
	}
}

@media (width: 768px){
	.travel-block div ul li h2{
		height: 490px;
	}
}

@media (width: 820px){
	.travel-block div ul li h2{
		height: 490px;
	}
}

@media (width: 1024px){
	.travel-block div ul li h2{
		height: 390px;
	}
}

.on-the-road div ul li h2 {
	height: 110px;
}

#chartdiv {
	background-color: #e0f7fa;
}


.taxonomy-post_tag{
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-travel-map h4{
	padding-left: 4vw !important;
}

.home-travel-map{
	padding-left: 0vw !important;
	padding-right: 1vw !important;
}