/*
 Theme Name:   GeneratePress Child
 Template:     generatepress
*/

/* YACHTPRESENTATION STYLING FOR LIST & DETAIL - DESKTOP & TABLET ONLY */

/* - General - */

p:empty {
	display: none;
}

/* boat list styling */

.items.highlight-boats {
    display: flex;
    flex-wrap: wrap;
}


.ra_yacht {
    width: 100%;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
    border: 1px solid #e3e3e3;
}

.ra_yacht > a {
	display: flex;
	width: 100%;
	color:#333;
}

	.ra_yacht img {
		display: block;
	}

	.ra_yacht .yf-holder-info {
	    background: #fff;
	    min-height: 204px;
	    width: 100%;
	    padding: 20px 60px 25px 30px;
	    position: relative;
	    transition: 0.2s;
	}
		.ra_yacht:hover .yf-holder-info {
			background: #f7f8f9;
		}
		.ra_yacht .yf-holder-info i.icon-btn-holder-boat {
		    position: absolute;
		    right: 0px;
		    bottom: 0px;
		    height: 100%;
		    display: flex;
		    align-items: center;
		    background: #d1d1d1;
		    padding-right: 10px;
		    padding-left: 10px;
		    color: #fff;
		    font-size: 26px;
		    transition: 0.2s;
		}
		.ra_yacht:hover .yf-holder-info i.icon-btn-holder-boat {
			background: #31398e;
			color:#fff;
		}

		.ra_yacht .yf-holder-info h3 {
			font-size: 32px;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 1;
			overflow: hidden;
			margin-bottom: 3px !important;
		}

		.ra_yacht .yf-holder-info .list-boat-desc {
		    display: -webkit-box;
		    -webkit-box-orient: vertical;
		    -webkit-line-clamp: 3;
		    overflow: hidden;
		    color:#333;
		}

		.ra_yacht .yf-holder-info .list-boat-specs {
		    position: absolute;
		    bottom: 20px;
		    display: flex;
		    font-size:14px;
		}
			.ra_yacht .yf-holder-info .list-boat-specs p {
				margin-bottom: 0px;
				margin-right: 20px;
			}

			.ra_yacht .yf-holder-info .list-boat-specs i {
				color:#31398e;
				margin-right: 3px;
			}

	.ra_yacht .ra_foto_holder {
	    display: block;
	    height: auto;
	    min-width: 300px;
	    max-width: 300px;
	    background-position: center;
	    background-size: contain;
	    background-repeat: no-repeat;
	    position: relative;
	    border-right: 1px solid #e3e3e3;
	    overflow: hidden;
	}

		.ra_yacht .ra_foto_holder:after {
		    content: "";
		    position: absolute;
		    top: 0;
		    right: 0;
		    bottom: 0;
		    left: 0;
		    background: inherit;
		    background-size: contain;
		    transform-origin: center;
		    display: flex !important;
		    z-index: 0;
		    transition: 0.4s;
		}

		.ra_yacht:hover .ra_foto_holder:after {
			transform: scale(1.1);
		}


/* detail page styling */

.boat-detail-header {
    display: flex;
    min-height: 75vh;
}
	.boat-detail-header > div {
		width:50%;
	}

	.boat-detail-header .boat-header-left > div {
	    height: 50%;
	    background-size: 80%;
	    background-repeat: no-repeat;
	    background-position: center;
	}

	.boat-detail-header .boat-header-left > div:first-child {
		border-bottom:1px solid #e3e3e3;
	}

	.boat-detail-header .boat-header-right {
	    padding: 40px 50px 40px 50px;
	    display: flex;
	    align-items: center;
	    border-left: 1px solid #e3e3e3;
	}
		.boat-detail-header .boat-header-right > div {
			max-width: 800px;
		}

		.boat-detail-header .boat-header-right .navigatie-cta-boot {
			font-weight: 600;
			margin-bottom: 30px;
		}

		.boat-detail-header .boat-header-right .more-info-click {
		    border-radius: 100px;
		    padding-left: 20px !important;
		    padding-right: 20px !important;
		    transition: 0.4s;
		    color: #fff !important;
		    letter-spacing: 0px !important;
		    background: #31398e;
		    padding-top: 8px;
		    padding-bottom: 10px;
		    font-weight: 600;
		    margin-bottom: 10px;
		    display: inline-block;
		}
			.boat-detail-header .boat-header-right .more-info-click i {
				margin-right: 2px;
			}
			.boat-detail-header .boat-header-right .more-info-click:hover {
				background:#1d1d1b;
			}

.boat-detail-cta-holder {
    padding: 17px 40px 20px 40px;
    background-color: #f7f8f9;
    display: flex;
    align-items: center;
}
	.boat-detail-cta-holder > div:first-child a {
	    margin-right: 30px;
	    font-size: 16px;
	}

	.boat-detail-cta-holder > div:last-child {
		margin-left: auto;
	}
		.boat-detail-cta-holder > div:last-child a {
		    border-radius: 100px;
		    border: 2px solid #31398e;
		    padding-left: 20px !important;
		    padding-right: 20px !important;
		    transition: 0.4s;
		    color: #31398e !important;
		    letter-spacing: 0px !important;
		    font-weight: 600;
		    padding-top: 6px;
		    padding-bottom: 8px;
		    display: inline-block;
		    margin-left: 10px;
		}

			.boat-detail-cta-holder > div:last-child a:hover {
				color: #fff !important;
				background:#31398e;
			}


.max-width-detail-page {
	max-width: 1310px;
	padding-left: 50px;
	padding-right: 50px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.boat-detail-basic-specs-holder > div {
    display: flex;
    padding-bottom: 90px;
    padding-top: 100px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

	.boat-detail-basic-specs-holder > div > div {
		width:50%;
		max-width: 50%;
		min-width: 50%;
		margin-bottom: 40px;
	}
		.boat-detail-basic-specs-holder > div > div:first-child span {
			display: block;
		}

		.boat-detail-basic-specs-holder > div > div:nth-child(odd) {
			padding-right: 30px;
		}
		.boat-detail-basic-specs-holder > div > div:nth-child(even) {
			padding-left: 30px;
		}

	.boat-detail-basic-specs-holder h2 {
		font-size: 30px;
		margin-bottom: 5px !important;
	}

	.boat-detail-basic-specs-holder p {
		font-size: 14px;
	}

	.boat-detail-basic-specs-holder .style-text-pre p {
		white-space: pre-line;
	}


.boat-detail-basic-specs-holder > div:after {
    background-image: url("/wp-content/uploads/logo.webp");
    position: absolute;
    left: 0;
    top: 28%;
    width: 100%;
    height: 220px;
    content: "";
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.035;
    pointer-events: none;
}


.boat-detail-all-photos-holder {
    background: #f7f8f9;
    padding-top: 70px;
    padding-bottom: 60px;
}

	.boat-detail-all-photos-holder h2 span {
	    font-family: Segoe UI, Helvetica Neue, Helvetica, sans-serif;
	    display: block;
	    width: 100%;
	    font-size: 22px;
	    font-style: normal;
	    line-height: 28px;
	    margin-bottom: 7px !important;
	    color: #31398e;
	    font-weight: 400;
	}

.youtube-holder, .panorama-holder {
	background:#f7f8f9;
	padding-bottom: 60px;
}

.videoWrapper:not(:last-child) {
	margin-bottom: 50px;
}


.panorama {
	min-height: 600px;
}


.boat-detail-all-photos-holder .inner-photo-holder {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.boat-detail-all-photos-holder .photo-of-object {
    width: calc(33.333% - 30px);
    transition: 0.4s;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    display: flex;
}
		.boat-detail-all-photos-holder .photo-of-object img {
			display: block;
		}
		.boat-detail-all-photos-holder .photo-of-object:hover {
			opacity: 0.7;
		}

.boat-detail-specification {
	padding-top: 70px;
	padding-bottom: 80px;
}

	.boat-detail-specification h2 span {
	    font-family: Segoe UI, Helvetica Neue, Helvetica, sans-serif;
	    display: block;
	    width: 100%;
	    font-size: 22px;
	    font-style: normal;
	    line-height: 28px;
	    margin-bottom: 7px !important;
	    color: #31398e;
	    font-weight: 400;
	}

	.boat-detail-specification h3 {
	    font-size: 28px;
	}


.boat-detail-specification #specs {
	margin-top: 30px;
}

.boat-detail-specification .specs_wrap {
    display: flex;
}
	.boat-detail-specification .specs_wrap:not(:last-child) {
		margin-bottom: 50px;
	}
	.boat-detail-specification .specs_wrap h3 {
	    min-width: 350px;
	    max-width: 350px;
	    padding-right: 30px;
	    width: 100%;
	}

	.boat-detail-specification .specs-to-right-holder {
	    width: 100%;
	    column-count: 2;
	    border-left: 1px solid #e3e3e3;
	    padding-left: 35px;
	    padding-top: 3px;
	    padding-bottom: 3px;
	}
		.boat-detail-specification .specs-to-right-holder .rowbg {
		    display: flex;
		    margin-bottom: 15px;
		}

			.boat-detail-specification .specs-to-right-holder .rowbg .spec_label {
			    min-width: 200px;
			    max-width: 200px;
			    width: 100%;
			    padding-right: 20px;
			    font-weight: 600;
			}

			.boat-detail-specification .specs-to-right-holder .rowbg .spec_value {
			    display: flex;
			    align-items: center;
			}
				.boat-detail-specification .specs-to-right-holder .rowbg .spec_value img {
					margin-right: 5px;
				}

			.boat-detail-specification .specs-to-right-holder .rowbg:last-child {
			    display: inline-flex;
			    margin-bottom: 10px;
			}

.boat-detail-specification a {
    border-radius: 100px;
    border: 2px solid #31398e;
    padding-left: 20px !important;
    padding-right: 20px !important;
    transition: 0.4s;
    color: #31398e !important;
    letter-spacing: 0px !important;
    font-weight: 600;
    padding-top: 6px;
    padding-bottom: 8px;
    display: inline-block;
    margin-left: auto;
    margin-top: 30px;
}
	.boat-detail-specification a:hover {
	    color: #fff !important;
	    background: #31398e;
	}

.footer-form-holder {
    background: #f7f8f9;
    padding-top: 60px;
    padding-bottom: 60px;
}
	.footer-form-holder > div {
		display: flex;
	}
		.footer-form-holder > div > div {
			width: 50%;
		}
		.footer-form-holder > div > div .head-under-title {
			margin-bottom: 10px;
			display: block;
		}

		.footer-form-holder > div > div:last-child {
			display: flex;
			align-items: center;
		}

		.footer-form-holder > div > div:last-child a {
			margin-right: 30px;
		}

		.footer-form-holder > div > div:first-child {
		    padding-right: 50px;
		}

#yfcontactform table, #yfcontactform td, #yfcontactform th, #sendtofriendform table, #sendtofriendform td, #sendtofriendform th {
	border:0;
}

body #yfcontactform, body #sendtofriendform {
    padding: 20px 30px;
    background: #fff;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    border: 1px solid #e3e3e3;
}
	#yfcontactform h3, #sendtofriendform h3 {
		font-size: 35px;
	}
	#yfcontactform h3 span, #sendtofriendform h3 span {
	    font-family: Segoe UI, Helvetica Neue, Helvetica, sans-serif;
	    display: block;
	    width: 100%;
	    font-size: 22px;
	    font-style: normal;
	    line-height: 28px;
	    margin-bottom: 7px !important;
	    color: #31398e;
	    font-weight: 400;
	}

	#yfcontactform input[type="text"], #yfcontactform textarea, #sendtofriendform input[type="text"], #sendtofriendform textarea {
	    width: 100%;
	    border-radius: 3px;
	}

	span.text-align-center.center-text-margin.smaller-text-form {
	    font-size: 14px;
	    margin-left: 10px;
	}

	#yfcontactform input[type="submit"], #sendtofriendform input[type="submit"] {
	    border-radius: 100px;
	    border: 2px solid #31398e;
	    padding-left: 20px !important;
	    padding-right: 20px !important;
	    transition: 0.4s;
	    color: #fff !important;
	    letter-spacing: 0px !important;
	    font-weight: 600;
	    padding-top: 6px;
	    padding-bottom: 8px;
	    display: inline-block;
	    background:#31398e;
	    text-transform: capitalize;
	}
		#yfcontactform input[type="submit"]:hover, #sendtofriendform input[type="submit"]:hover {
			color: #31398e !important;
			background: #fff;
			border: 2px solid #31398e;
		}

#sendtofriendform h4 {
	margin-bottom: 0px;
}

.alert-danger {
    background: red;
    border-radius: 10px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    margin-bottom: 10px;
}
	.alert-danger ul {
		margin-bottom: 0px;
	}


.mfp-content {
    background: whitesmoke;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
    .mfp-close-btn-in .mfp-close {
        transition: 0.2s;
        border-bottom-left-radius: 5px;
    }
    .mfp-close-btn-in .mfp-close:hover {
        background: red;
        color: #fff;
    }


@media screen and (min-width: 1000px) and (max-width: 1099px) {
	.boat-detail-cta-holder > div:last-child a {
	    font-size: 14px;
	}
	.boat-detail-specification .specs-to-right-holder {
	    column-count: 1;
	}
}

@media screen and (min-width: 1100px) and (max-width: 1150px) {
	.boat-detail-specification .specs-to-right-holder {
	    column-count: 1;
	}
}