#gwdyd_search_form form [type="submit"] {
	display: none !important;
}

#serp_pagination {
    gap: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.yacht-serp-template .fa.fa-heart,
.yacht-serp-template .fa.fa-heart-o {
    position: relative;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
}

.yacht-serp-template .fa.fa-heart:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 25 25'%3E%3Ccircle cx='12.5' cy='12.5' r='12' stroke='%23223a42'/%3E%3Cpath fill='%23223a42' d='M18.56 8.24a3.66 3.66 0 0 0-5.22 0l-.84.85-.85-.85a3.66 3.66 0 0 0-5.21 0 3.76 3.76 0 0 0 0 5.27l.84.86 5.22 5.27 5.22-5.27.84-.86a3.76 3.76 0 0 0 0-5.27'/%3E%3C/svg%3E%0A");
    width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}

.yacht-serp-template .fa.fa-heart-o:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 25 25'%3E%3Ccircle cx='12.5' cy='12.5' r='12' stroke='%23223a42'/%3E%3Cpath stroke='%23223a42' stroke-miterlimit='10' stroke-width='2' d='M18.56 8.24a3.66 3.66 0 0 0-5.22 0l-.84.85-.85-.85a3.66 3.66 0 0 0-5.21 0 3.76 3.76 0 0 0 0 5.27l.84.86 5.22 5.27 5.22-5.27.84-.86a3.76 3.76 0 0 0 0-5.27Z'/%3E%3C/svg%3E%0A");
    width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}

.yacht-serp-template .hidden-accessible {
    display: none;
}

#noresults {
	text-align: center;
}

#noresults_contact_button,
.yacht-serp-template-ctas a,
#gwdyd_search_form_submit {
    padding: 0.5em 1em;
    display: inline-block;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    background-color: #DF8B70;
    color: #223A42 !important;
    font-size: 14.2px;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    border: 1px solid #DF8B70;
	border-radius: 100px;
    font-weight: 600 !important;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

#noresults_contact_button:hover,
.yacht-serp-template-ctas a:hover,
#gwdyd_search_form_submit:hover {
    background-color: rgba(0,0,0,0);
    color: #DF8B70 !important;
}

.yacht-serp-template {
    position: relative;
    gap: 1em;
    margin: 1em 0;
    padding: 1em;
    background-color: #fefefe;
    overflow: hidden;
}

.yacht-serp-template > .ct-link-button {
	position: absolute;
    right: 0px;
    top: 0px;
}

.yacht-serp-template-img {
    -o-object-fit: cover;
       object-fit: cover;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    aspect-ratio: 1;
    max-width: 207px;
    width: 100%;
}

.yacht-serp-loading {
    width: 100%;
    height: 250px;
    background-color: #d8d8d8;
	background: -o-linear-gradient(left, #eee 0%, #ccc 50%, #eee 100%);
	background: -webkit-gradient(linear, left top, right top, from(#eee), color-stop(50%, #ccc), to(#eee));
	background: linear-gradient(to right, #eee 0%, #ccc 50%, #eee 100%);
	background-size: 200% 100%;
	-webkit-animation: gradient-flow 2s linear infinite;
	        animation: gradient-flow 2s linear infinite;
    position: relative;
    overflow: hidden;
    display: block;
	margin: 1em 0;
}

@-webkit-keyframes gradient-flow {
  0% {
    background-position: 100% 0; /* Start with the gradient off to the right */
  }
  100% {
    background-position: -100% 0; /* Move the gradient off to the left */
  }
}

@keyframes gradient-flow {
  0% {
    background-position: 100% 0; /* Start with the gradient off to the right */
  }
  100% {
    background-position: -100% 0; /* Move the gradient off to the left */
  }
}

.yacht-serp-template-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
}

.yacht-serp-template-texts {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 60%;
	        flex: 1 1 60%;
    max-width: 60%;
}

.yacht-serp-template-rhs {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 40%;
	        flex: 0 1 40%;
    max-width: 40%;
    text-align: center;
}

.yacht-serp-template-texts h1 {
    font-size: 34px !important;
}

.yacht-serp-template-texts h1 a {
    font-family: "Sentinel", Sans-serif;
}

.yacht-serp-template-prices {
    font-family: 'Sentinel';
    font-style: italic;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1em;
    margin-bottom: 25px;
}

.yacht-serp-template-prices > div:nth-child(1) {
    width: 100%;
}

.yacht-serp-template-special-ribbon {
    -webkit-transform: translateY(-100%) rotate(90deg) translateX(70.7106781187%) rotate(-135deg);
        -ms-transform: translateY(-100%) rotate(90deg) translateX(70.7106781187%) rotate(-135deg);
            transform: translateY(-100%) rotate(90deg) translateX(70.7106781187%) rotate(-135deg);
    -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left;
    background-color: #223A42;
    color: #ffffff;
    font-weight: 600;
    padding: 5px 50px;
    inset-inline-start: -2rem;
    inset-block-start: -2rem;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 767px) {
	.yacht-serp-template {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.yacht-serp-template-columns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.yacht-serp-template-texts,
	.yacht-serp-template-rhs {
		max-width: 100%;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
	}
	.yacht-serp-template-img {
		margin-left: auto;
    	margin-right: auto;
	}
    .yacht-serp-template-img {
        width: 100%;
        max-width: 100%;
    }
}