/*
Theme Name:     Hampton Court Apartments
Theme URI:      https://;
Description:    Base Theme for Hampton Court Apartments
Author:         eTourism
Author URI:     http://etourism.com.au/
Template:       Divi
Version:        1.000b
*/

.object-fit {
	height: inherit;
}

.object-fit .et_pb_lightbox_image,
.object-fit .et_pb_image_wrap {
	height: inherit;
}

.object-fit .et_pb_gallery_items,
.object-fit .et_pb_gallery_item,
.object-fit .et_pb_gallery_image,
.object-fit .et_pb_gallery_image a {
	height: inherit;
}

.object-fit img {
	object-fit: cover;
	height: inherit;
	max-height: 100%;
}

.strong-view.default .testimonial-inner {
	border: 0!important;
}

.strong-view.default .testimonial-inner {
	text-align: center!important;
}

.strong-view.default .testimonial-content {
	text-align: center;
	font-family: 'Esteban',Georgia,"Times New Roman",serif;
	font-size: 26px;
	line-height: 1.4em;
	margin-bottom: 20px!important;
}

.strong-view.default .testimonial-field {
	display: inline-block;
}

.strong-view.default .testimonial-field.testimonial-company::before {
	content: '-';
	display: inline-block;
	margin: 0 5px;
}

.main-menu .et-menu-nav a::before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 0%;
	height: 4px;
	background: #ffbb17;
	position: absolute;
	bottom: -28px;
	left: 50%;
	transform: translateX(-50%);
	transition: all .2s ease-in-out;
}

.main-menu .et-menu-nav .sub-menu a::before {
	bottom: -0px;
}

.main-menu .et-menu-nav > a:hover::before,
.main-menu .et-menu-nav .current-menu-parent > a::before,
.main-menu .et-menu-nav .current-menu-item > a::before,
.main-menu .et-menu-nav .sub-menu a:hover::before {
	width: 100%;
}

.home-features .et_pb_blurb_container {
	vertical-align: middle!important;
}

.et-pb-arrow-prev:before {
	content: '\23';
}

.et-pb-arrow-next:before {
	content: '\24';
}

.et-pb-arrow-next, .et-pb-arrow-prev {
	color: #ffbb17;
	font-size: 36px;
}

.et-pb-controllers .et-pb-active-control {
	background-color: #ffbb17;
}

.row-reverse.et_pb_row.et_pb_equal_columns>.et_pb_column:first-child {
	order: 2;
}

.location-row .et_pb_column:first-child .et_pb_text {
    transition: all 300ms ease 0ms;
}

.location-row:hover .et_pb_column:first-child .et_pb_text {
	margin-left: 20px!important;
}

.location-row.row-reverse:hover .et_pb_column:first-child .et_pb_text {
    margin-right: 20px!important;
}

.et_pb_gallery_item .et_overlay {
	background-image: url(/wp-content/uploads/2020/03/favicon.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.et_pb_gallery_item .et_overlay::before {
	display: none;
}

.et_pb_blog_grid .et_pb_post {
	position: relative;
}

.et_pb_blog_grid .entry-title {
	position: absolute;
	left: 20px;
	top: 20px;
	right: 40px;
	text-shadow: 2px 2px 5px rgba(0,0,0,1);
	border-left: 4px solid #ffbb17;
	padding-left: 20px;
	transition: all 300ms ease 0ms;
}

.et_pb_blog_grid .et_pb_post:hover .entry-title {
	margin-left: 20px;
	right: 20px;
}

.strong-view.modern .testimonial-content p:last-of-type {
	font-style: normal;
	font-family: 'Esteban',Georgia,"Times New Roman",serif;
	margin-bottom: 40px!important;
}

.strong-view.modern .testimonial-name {
	font-weight: 600!important;
}

.code-100h .et_pb_code_inner {
	height: 100%;
}

.inline-button .et_pb_button_module_wrapper {
	display: inline-block;
	margin-right: 2%;
}

@media (max-width: 980px) {
	.home-features.centered .et_pb_blurb_content {
		display: flex;
		justify-content: center;
	}

	.home-features.centered .et_pb_main_blurb_image {
		margin-bottom: 0;
	}
	
	.et_pb_blog_grid .entry-title {
		position: initial;
		text-shadow: none;
		padding-left: 10px;
		margin-bottom: 10px;
	}
	
	.et_pb_menu .et_mobile_menu {
		top: 120%;
	}
}

@media (max-width: 480px) {
	.strong-view.default.controls-type-sides .testimonial-inner {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	
	.strong-view.default .testimonial-content {
		font-size: 18px;
	}
}