/***************************************************
	Widget plugin - styling for user waterfall review box
***************************************************/

/*** Trip Report Related Itinerary ***/
#trip-report-related-itinerary {
	outline: none;
	border-style: none;
	overflow: hidden;
}

#trip-report-related-itinerary-text h3 {
	font-size: 1.8rem;
	margin-bottom: 20px;
}

#trip-report-related-itinerary-acf {
/*        padding: 0 10px 10px 5px; /* fine if yuzo pro widget below this widget; otherwise have to make adjustments */
}
/*
#trip-report-related-itinerary-acf a.title,
#trip-report-related-itinerary-acf a.title:visited {
	color: inherit;
	font-size: 14px;
	font-family: inherit;
	text-decoration:none;
} */ /*overruled by display-posts.css, which has same statements */

#trip-report-related-itinerary-acf .display-posts-listing img {
        object-fit: cover;
        float: left;
        display: block;
        margin: 0 10px 10px 0;
        width: 120px;
        height: 120px;
        overflow: hidden;
        margin-bottom: 22px;
}
