/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 04 2023 | 14:35:21 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.royal-three-wide-content {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 0px;
	padding: 10px;
	margin: 0 auto;
	background: var(--royal-white);
}

.royal-three-option {
	padding: 10px;
	background: var(--royal-white);
	transition: all ease 0.3s;
}

.royal-three-option:hover {
	background: rgba(0,0,0,.03);
	text-decoration: none;
}

.royal-three-option-bottom {
	display: flex;
	justify-content: space-between;
	padding: 10px 20px 5px 17px;
}

.royal-three-option-image {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 5 / 3;
}

.royal-three-option-bottom .royal-three-option-text-title {
	font-family: 'Roboto Slab', serif;
	color: var(--royal-darkgray);
	font-size: 1.9rem;
	display: block;
	font-weight: 300;
}

.royal-three-option-text-sub {
	font-family: 'Roboto', sans-serif;
    color: var(--royal-darkgray);
    font-size: 1.075rem;
    display: block;
    font-weight: 300;
    letter-spacing: 1px;
}

.royal-three-option-bottom-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.royal-three-option-bottom-right-arrow svg {
	fill: var(--royal-darkgray);
}

/* -------------------------------------------------------------------- */
@media (max-width: 2000px) {

	.royal-three-option-image {
	}
	
}

/* -------------------------------------------------------------------- */
@media (max-width: 1600px) {

	.royal-three-option-image {
	}
	
}

/* -------------------------------------------------------------------- */
@media (max-width: 1399px) {

	.royal-three-option-bottom .royal-three-option-text-title {
	font-size: 1.5rem;
	}
	
	.royal-three-option-text-sub {
    font-size: 0.9rem;
	}


}

/* -------------------------------------------------------------------- */
@media (max-width: 1199px) {
	
	.royal-three-wide-content {
	grid-template-columns: 1fr;
	padding: 0px;
	}
	
	.royal-three-option {
	display: flex;
	border-bottom: solid 1px #DDD;
	padding: 15px
	}
	
	.royal-three-option-image {
	width: 200px;
/* 	height: 118px; */
	flex-shrink: 0;
	}
	
	.royal-three-option-bottom {
    width: 100%;
	padding: 20px 10px 20px 20px;
	}

	.royal-three-option-bottom-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	}
	
	.royal-three-option-bottom-right {
	width: 40px;
	}
	
}

/* -------------------------------------------------------------------- */
@media (max-width: 800px) {
	
	.royal-three-option {
    padding: 10px;
	}
	
	.royal-three-option-image {
	width: 100px;
/* 	height: 60px; */
	}
	
	.royal-three-option-bottom {
	padding: 5px 5px 5px 10px;
	}
	
	.royal-three-option-bottom .royal-three-option-text-title {
    font-size: 1.2rem;
	}
	
	.royal-three-option-text-sub {
    font-size: 0.8rem;
	}
	
	.royal-three-option-bottom-right {
	width: 30px;
	}
	
}

