/**
* Plugin Name: Display Map
* Plugin URI: https://fifteenit.co.uk/
* Description: Plugin created by Fifteen IT Ltd for Globecar to add additional functionality to display the maps etc for Globecar UK etc.
* Version: 1.0
* Author: Chris Chaney
* Author URI: http://fifteenit.co.uk/
**/


.acf-map {
			width: 100%;
			height: 400px;
			border: #ccc solid 1px;
			margin: 20px 0;
		}
		
		.marker-image {
			float: left;
			max-width: 100px !important;
			width:100px !important;
			padding: 0 !important;
			box-sizing:border-box;
			margin-right:10px !important;
		}
		
		.marker-text {
			float:right;	
			max-width:calc(100% - 100px);
			font-size:10pt;
			padding-right:10px;
		}
		
		/* fixes potential theme css conflict */
		.acf-map img {
		   max-width: inherit !important;
		}

	.favorites-list {
	    display:flex;
		justify-content: space-evenly;
		flex-wrap:wrap;
		align-items: flex-start;
	}

	.favorites-list > li {
		display:flex;
		max-width:400px;
	}

	.itinerary-thumb {
		margin-right:10px;
		min-width:150px;
	}
	
	.leftborder {
		padding-right:8pt;	
	}