.repeater-content-wrap .row {
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0;
}

.repeater-content-wrap .image {
	position: relative;
	width: 50%;
	overflow: hidden;
}

.repeater-content-wrap .image img, .repeater-content-wrap .image iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.repeater-content-wrap .content {
	width: 50%;
	padding: 20px 0;
	padding-right: 100px;
}

.repeater-content-wrap .row:nth-of-type(even) .content, .repeater-content-wrap .row.even .content {
	padding-right: 0;
	padding-left: 100px;
}

.repeater-content-wrap .row .content h2 {
	margin-bottom: 20px;
}


.repeater-content-wrap .button {
	margin: 15px 5px 5px 0;
}

@media screen and (max-width:1300px) {
	.repeater-content-wrap .content {
		padding-right: 40px;
	}

	.repeater-content-wrap .row:nth-of-type(even) .content, .repeater-content-wrap .row.even .content {
		padding-left: 40px;
	}
}

@media screen and (max-width:1020px) {
	.repeater-content-wrap .row.odd {
		flex-direction: column-reverse;
	}
	.repeater-content-wrap .image {
		width: 100%;
		height: 0px;
		padding-bottom: 50%;
	}
	.repeater-content-wrap .content {
		width: 100%;
		padding: 20px 0 0 !important;
	}
}

@media screen and (max-width:450px) {
	.repeater-content-wrap .button {
		width: 100%;
		margin: 5px 0 0;
		text-align: center;
	}
}


.plx-models .model {
	margin-bottom: 25px;
}

.showsite-buttons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: -4px;
}

.showsite-buttons a.button,
.showsite-buttons button {
	width: calc(50% - 8px);
	min-width: 141px;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	margin: 4px;
}

@media(max-width: 380px) {
	.showsite-buttons a.button,
  .showsite-buttons button {
		width: 100%;
	}
}


@media (max-width: 768px) {
	.our-showsite > .row {
			gap: 0px !important;
	}
}


/* Social icons */
.social-icon-wrapper .social-links svg {
  width: 30px;
	height: 30px;
}

.termly-styles-message-e9e76f, .termly-styles-main-bf5ef8 p {
	font-size: 12px;
}
.termly-styles-buttons-bb7ad2 .t-declineButton {
	color: #000 !important;
	background: transparent !important;
	border-color: #000 !important;
}
.termly-styles-root-e8c31b .termly-styles-container-e8c42f h3 {
	font-size: 18px;
}
.termly-styles-root-e8c31b .termly-styles-container-e8c42f table {
	border: none;
}
.termly-styles-root-e8c31b .termly-styles-container-e8c42f table thead th {
	background: #000;
}
.termly-styles-root-e8c31b .termly-styles-container-e8c42f table tr:first-of-type {
	border-color: #eee;
}

.termly-styles-root-e8c31b .termly-styles-container-e8c42f table th, .termly-styles-root-e8c31b .termly-styles-container-e8c42f table td {
	max-width: initial;
	text-align: left;
}

.termly-styles-root-e8c31b .termly-styles-container-e8c42f table tbody {
	display: table-row-group;
}

.termly-styles-root-e8c31b .termly-styles-container-e8c42f table .termly-styles-nameCell-c33ed8, .termly-styles-root-e8c31b .termly-styles-container-e8c42f table .termly-styles-nameCell-c33ed8 a {
	font-size: 14px;
}
