/**
 * Gel 2021.3
 * VB My Trip CSS
 * @version 2021.3.7
 * @created 2021-06-17 by Fritz Green
 * @modified 2021-11-10 by Fritz Green
 */

/*
font-family: Montserrat, Verdana, sans-serif;
font-family: Georgia, Times New Roman, Times, serif;
Brick: #6e2405;
Light Brick: #83270e;
Olive: #737144;
Light Olive: #84824f;
Brown: #855914;
Light Brown: #966a25;
Gold: #c78500;
Medium Gold: #eda81c;
Light Gold: #ffd681;
Lighter Gold: #ffe4ac;
Off Black: #231f20;
Charcoal: #6a6969;
Light Grey: #e0e0e0;
*/

.my-trip-page h1 {
	color: #6e2405;
}
.my-trip-page h1 svg {
	width: 75px;
	max-height: 75px;
	fill: #6e2405;
}

.my-trip-options {
	float: right;
}
.my-trip-options svg {
	max-width: 40px;
	height: 36px;
	margin: -.5rem 0 0 1rem;
	fill: #6a6969;
	cursor: pointer;
}
.my-trip-options svg:hover, .my-trip-options svg:focus {
	fill: #83270e;
}

.my-trip-section {
	width: 100%;
	margin: 1.3rem 0 6rem;
}
h2.my-trip-hdr {
	width: 100%;
	margin: 2.5rem 0 0;
	padding: 0 .6em .2em;
	color: #fff;
	font-size: 1.8em;
	text-transform: unset;
	background: #6e2405;
}

.my-trip-share-box {
	position: relative;
	margin-top: 1rem;
	padding: 1.5rem 1.5rem 1rem;
	background: #ffe4ac;
}
.my-trip-share-box > div {
	position: relative;
	margin: 1em 0 1em 0;
}
.my-trip-share-box label {
	margin: 0;
}
#my-trip-share-url {
	padding: .9em 1em;
	width: 100%;
}
.my-trip-url-copy-btn {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	border: 1px solid #6a6969;
}

.my-trip-list {
	margin: 0;
}
.my-trip-item {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	width: 100%;
	margin: 0;
	padding: 2.4rem 1.5rem 2.4rem 0;
	background: #f0f0f0;
}
.my-trip-item:nth-child(even) {
	background: #fafafa;
}
.my-trip-item-img-a {
	flex: 0 0 20%;
	display: block;
}
.my-trip-item-img-a img {
	display: block;
}

.my-trip-item-details {
	display: block;
	flex: 0 0 66%;
	padding: .7em 1.5rem 0;
	line-height: 2.1em;
}
.my-trip-item-title {
	font-family: Montserrat, Verdana, sans-serif;
	color: #6e2405;
	font-size: 2.4em;
}
.my-trip-item-address {
	color: #231f20;
	font-size: 1.3em;
	text-transform: uppercase;
}
.my-trip-item-title:hover, .my-trip-item-title:focus {
	color: #855914;
}
.my-trip-item-address:hover, .my-trip-item-address:focus {
	color: #855914;
}

.my-trip-item-options {
	flex: 0 0 14%;
	text-align: right;
}
.my-trip-item-options svg {
	width: 32px;
	max-height: 32px;
	margin-left: .2rem;
	fill: #6e2405;
}
.my-trip-item-options svg:hover, .my-trip-item-options:focus svg {
	fill: #6a6969;
}
.my-trip-item-directions svg {
	fill: #c78500;
	max-height: 30px;
}
.my-trip-item-qv svg {
	min-width: 40px;
}
.print-break-line {
	display: none;
}


@media screen and (max-width: 1250px) {
	.my-trip-page h1 svg {
		width: 60px;
		max-height: 60px;
	}
	.my-trip-options svg {
		max-width: 34px;
		height: 32px;
	}
	.my-trip-item {
		padding: 2rem .8em 2rem 0;
	}
	.my-trip-item-details {
		flex: 0 0 60%;
		padding: .45em 1.4rem 0;
		line-height: 1.7em;
	}
	.my-trip-item-options {
		flex: 0 0 20%;
	}
	.my-trip-item-title {
		font-size: 2em;
	}
	.my-trip-item-address {
		font-size: 1em;
	}
	.my-trip-item-options svg {
		width: 26px;
		max-height: 26px;
		margin-left: .1rem;
	}
	.my-trip-item-qv svg {
		min-width: 32px;
	}
}
@media screen and (max-width: 1024px) {
	.my-trip-page h1 svg {
		width: 48px;
		max-height: 48px;
	}
	.my-trip-options svg {
		max-width: 30px;
		height: 28px;
	}
	.my-trip-section {
		margin: 1rem 0 3rem;
	}
	h2.my-trip-hdr {
		font-size: 1.5em;
	}
	/*.my-trip-item {
		padding: 2rem .8em 2rem 0;
	}*/
	.my-trip-item-img-a {
		flex: 0 0 22%;
	}
	.my-trip-item-details {
		flex: 0 0 68%;
		padding: .35em 1rem 0;
		line-height: 1.45em;
	}
	.my-trip-item-options {
		flex: 0 0 6%;
		text-align: center;
		margin-top: -.3rem;
	}
	.my-trip-item-title {
		font-size: 1.55em;
	}
	.my-trip-item-address {
		font-size: .9em;
	}
}
@media screen and (max-width: 768px) {
	.my-trip-page h1 svg {
		width: 40px;
		max-height: 40px;
	}
	.my-trip-share-box label {
		font-size: .9em;
	}
}
@media screen and (max-width: 650px) {
	.my-trip-info-options p {
		margin: .5em 0 0;
	}
	.my-trip-options svg {
		max-width: 22px;
		height: 20px;
		margin: 0.3rem 0 0 1rem;
	}
	h2.my-trip-hdr {
		font-size: 1.2em;
	}
	.my-trip-section {
		margin: .5rem 0 1.5rem;
	}
	.my-trip-item {
		padding: 1.5rem .5em .5rem 0;
	}
	.my-trip-item-img-a {
		flex: 0 0 28%;
		margin-top: .1rem;
	}
	.my-trip-item-details {
		flex: 0 0 62%;
		padding: 0 .5rem 0 1rem;
		line-height: 1.2em;
	}
	.my-trip-item-title {
		font-size: 1.3em;
	}
	.my-trip-item-address {
		font-size: .8em;
	}
	.my-trip-item-options {
		margin-top: -.55rem;
	}
	.my-trip-item-options svg {
		width: 23px;
		max-height: 23px;
	}
}
@media screen and (max-width: 600px) {
	.my-trip-url-copy-btn {
		position: relative;
		margin: .3em 0 0;
	}
}
@media screen and (max-width: 432px) {
	.my-trip-page h1 svg {
		width: 32px;
		max-height: 32px;
	}
}
@media screen and (max-width: 360px) {
	.my-trip-item-details {
		padding: 0 .5rem 0 .5rem;
		line-height: 1em;
	}
	.my-trip-item-title {
		font-size: 1.1em;
	}
	.my-trip-item-address {
		font-size: .7em;
	}
	.my-trip-item-options svg {
		width: 20px;
		max-height: 20px;
	}
	.my-trip-item-qv svg {
		min-width: 26px;
	}
}

/* Print Styles */

@media print {
	.my-trip-info-options, .my-trip-item-options {
		display: none;
	}
	.my-trip-page h1 {
		font-size: 5em;
		margin: 0;
	}
	.my-trip-page h1 svg {
		fill: none;
		stroke: black;
	}
	.my-trip-section {
		margin: unset;
	}
	.my-trip-item {
		padding: .2em 0;
	}
	.my-trip-item-img-a img {
		max-width: 75%;
	}
	.my-trip-item-details {
		font-size: .55em;
	}
	.my-trip-item li {
		padding: 1rem .8em 1rem 0;
	}
	h2.my-trip-hdr {
		padding: 0;
	}
	.my-trip-section {
		page-break-inside: avoid;
	}
	.print-break-line {
		display: block;
		margin: 0;
		padding: 0;
	}
}