.work-block .work-container, .welcome-block .content, .team-block, .talk-block .cont, .stats-block .cont, .slider-block .arrow-wrapper, .slider-block .slider .slick-list .slick-track .item .landing-content, .slider-block .slider .slick-list .slick-track .item .content, .skips-block .larger-skip, .skips-block .skips-swiper, .skips-list-block .cont, .services-block, .quotes-block .cont, .quotes-block .intro, .projects-block .swiper, .process-block, .news-block, .maps-block .content, .intro-block .container, .info-block .cont, .image-content-block .content, .icons-block, .gallery-block .gallery, .gallery-block h2, .form-block .bg .content, .double-image-block .content, .curriculum-block, .contact-block, .contact-bar-block .cont, .choose-block .cont, .call-our-team-block, .breadcrumbs-block, .boxes-block .boxes, .boxes-block h2, .bar-block .container, .areas-block .cont, .accordion-block .accord {
max-width: 1180px;
width: 100%;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box;
}
.work-block .work-container > a, .talk-block .cont a, .slider-block .slider .slick-list .slick-track .item .content .cont .col a, .panel-block .panel-slider .item .cont a, .news-block .news .item a, .left-right-block .content .item .col a.btn, .info-block .cont .col .text a, .image-boxes-block .boxes .box .container a, .form-block .bg .content form input[type=submit], .contact-block form input[type=submit], .contact-bar-block .cont .col .text a.btn, .accordion-block .accord .item .text a.link {
display: inline-block;
margin: 0;
font-weight: 700;
transition: all 0.3s ease-in-out;
position: relative;
text-decoration: none;
text-transform: uppercase;
font-size: 14px;
border-radius: 30px;
background-color: transparent;
color: var(--h-purple);
padding: 8px 25px;
background-color: var(--s-blue);
border: 2px solid var(--s-blue);
color: white;
}
.work-block .work-container > a:after, .talk-block .cont a:after, .slider-block .slider .slick-list .slick-track .item .content .cont .col a:after, .panel-block .panel-slider .item .cont a:after, .news-block .news .item a:after, .left-right-block .content .item .col a.btn:after, .info-block .cont .col .text a:after, .image-boxes-block .boxes .box .container a:after, .form-block .bg .content form input[type=submit]:after, .contact-block form input[type=submit]:after, .contact-bar-block .cont .col .text a.btn:after, .accordion-block .accord .item .text a.link:after {
content: "";
width: 40px;
height: 20px;
background: transparent url(//www.seaward-travel.co.uk/wp-content/themes/seaward/images/arrow-right.svg) no-repeat right center;
position: absolute;
top: 50%;
right: 40px;
transform: translate(0%, -50%);
background-size: 25px;
opacity: 0;
transition: all 0.4s ease-in-out;
}
.work-block .work-container > a:hover, .talk-block .cont a:hover, .slider-block .slider .slick-list .slick-track .item .content .cont .col a:hover, .panel-block .panel-slider .item .cont a:hover, .news-block .news .item a:hover, .left-right-block .content .item .col a.btn:hover, .info-block .cont .col .text a:hover, .image-boxes-block .boxes .box .container a:hover, .form-block .bg .content form input[type=submit]:hover, .contact-block form input[type=submit]:hover, .contact-bar-block .cont .col .text a.btn:hover, .accordion-block .accord .item .text a.link:hover {
background-color: var(--s-blue);
color: var(--s-yellow);
cursor: pointer;
padding: 8px 45px 8px 25px;
}
.work-block .work-container > a:hover:after, .talk-block .cont a:hover:after, .slider-block .slider .slick-list .slick-track .item .content .cont .col a:hover:after, .panel-block .panel-slider .item .cont a:hover:after, .news-block .news .item a:hover:after, .left-right-block .content .item .col a.btn:hover:after, .info-block .cont .col .text a:hover:after, .image-boxes-block .boxes .box .container a:hover:after, .form-block .bg .content form input[type=submit]:hover:after, .contact-block form input[type=submit]:hover:after, .contact-bar-block .cont .col .text a.btn:hover:after, .accordion-block .accord .item .text a.link:hover:after {
right: 15px;
opacity: 1;
}
.skips-block .skips-swiper .swiper-wrapper .item .order, .skips-list-block .cont .products .item .col .order, .curriculum-block .col .text .button, .bar-block .container .cont a {
display: inline-block;
margin: 0;
font-weight: 600;
transition: all 0.3s ease-in-out;
position: relative;
text-decoration: none;
text-transform: uppercase;
font-size: 13px;
border-radius: 24px;
border: none;
background-color: transparent;
padding: 8px 55px;
color: white;
background-color: var(--s-blue);
border: 2px solid var(--s-blue);
}
.skips-block .skips-swiper .swiper-wrapper .item .order:after, .skips-list-block .cont .products .item .col .order:after, .curriculum-block .col .text .button:after, .bar-block .container .cont a:after {
content: "";
width: 40px;
height: 20px;
background: transparent url(//www.seaward-travel.co.uk/wp-content/themes/seaward/images/arrow-right.svg) no-repeat right center;
position: absolute;
top: 50%;
right: 40px;
transform: translate(0%, -50%);
background-size: 25px;
opacity: 0;
transition: all 0.4s ease-in-out;
}
.skips-block .skips-swiper .swiper-wrapper .item .order:hover, .skips-list-block .cont .products .item .col .order:hover, .curriculum-block .col .text .button:hover, .bar-block .container .cont a:hover {
background-color: var(--s-blue);
color: var(--h-yellow);
cursor: pointer;
padding: 8px 75px 8px 55px;
}
.skips-block .skips-swiper .swiper-wrapper .item .order:hover:after, .skips-list-block .cont .products .item .col .order:hover:after, .curriculum-block .col .text .button:hover:after, .bar-block .container .cont a:hover:after {
right: 15px;
opacity: 1;
}
:root {
--s-blue: #1900A0;
--s-lgrey: #EBEBEB;
--s-grey: #4D4D4D;
--s-yellow: #FFD200;
--h-yellow: #ffd203;
--h-purple: #310083;
--h-lpurple: #5631BC;
--h-llpurple: #b6abef;
--h-grey: #4d4d4d;
}
.has-h-yellow-background-color {
background-color: var(--h-yellow);
}
.has-h-purple-background-color {
background-color: var(--h-purple);
}
.has-h-yellow-color {
color: var(--h-yellow);
}
.has-h-purple-color {
color: var(--h-purple);
}
.dev {
background-color: red;
color: white;
position: absolute;
top: 0;
left: 0;
text-transform: uppercase;
padding: 10px 15px 7px;
font-size: 14px;
z-index: 110;
font-family: "Arial";
font-weight: 600;
}
.accordion-block {
position: relative;
}
.accordion-block .accord .item {
border: 1px solid #cdcdcd;
background-color: white;
padding: 20px 15px;
box-sizing: border-box;
position: relative;
overflow: hidden;
transition: max-height 0.5s ease-in-out;
margin-bottom: 10px;
}
.accordion-block .accord .item span.title {
font-size: 22px;
line-height: 23px;
color: var(--h-purple);
font-weight: 600;
transition: color 0.4s ease-in-out;
}
.accordion-block .accord .item .text {
padding: 10px 0 0;
box-sizing: border-box;
font-size: 20px;
}
.accordion-block .accord .item .text h2 {
font-size: 24px;
}
.accordion-block .accord .item .text span {
width: 100%;
display: block;
margin: 10px 0;
}
.accordion-block .accord .item .text a.link {
position: relative;
margin-top: 10px;
}
.accordion-block .accord .item .toggle {
width: 28px;
height: 28px;
position: absolute;
top: 17px;
right: 17px;
border-radius: 20px;
transition: all 0.3s ease-in-out;
}
.accordion-block .accord .item .toggle:before {
content: "";
width: 50%;
position: absolute;
top: 50%;
left: 50%;
height: 2px;
background-color: var(--h-purple);
transform: translate(-50%, -50%);
border-radius: 15px;
}
.accordion-block .accord .item .toggle:after {
content: "";
width: 50%;
position: absolute;
top: 50%;
left: 50%;
height: 2px;
background-color: var(--h-purple);
transform: translate(-50%, -50%) rotate(90deg);
border-radius: 15px;
transition: all 0.3s ease-in-out;
}
.accordion-block .accord .item .toggle:hover {
cursor: pointer;
}
.accordion-block .accord .item.open .toggle:after {
transform: translate(-50%, -50%) rotate(0deg);
}
.accordion-block .accord .item:hover {
cursor: pointer;
}
.accordion-block .accord .item:hover span.title {
color: var(--solace-orange);
}
.wp-block-column .accordion-block .accord {
padding: 0;
}
@media screen and (max-width: 844px) {
.accordion-block .accord .item span.title {
max-width: 92%;
display: inline-block;
}
.accordion-block .accord .item .text {
padding: 20px 0 0 0;
}
.wp-block-column .accordion-block .accord {
padding: 0;
}
}
.accreditations-block {
padding: 80px 0 100px;
}
.accreditations-block h2 {
text-align: center;
margin-top: 0;
margin-bottom: 60px;
color: var(--h-purple);
}
.accreditations-block .cont {
display: flex;
justify-content: center;
gap: 30px;
}
@media screen and (max-width: 844px) {
.accreditations-block .cont {
flex-wrap: wrap;
}
}
.areas-block {
position: relative;
background-color: var(--h-yellow);
}
.areas-block .cont {
display: flex;
flex-wrap: wrap;
}
.areas-block .cont .col {
width: 50%;
padding: 70px 0;
position: relative;
overflow: hidden;
}
.areas-block .cont .col h4 {
font-size: 48px;
font-weight: 700;
color: var(--h-purple);
margin: 0;
}
.areas-block .cont .col p {
max-width: 95%;
}
.areas-block .cont .col ul {
margin-top: 20px;
-moz-column-count: 3;
-moz-column-gap: 20px;
-webkit-column-count: 3;
-webkit-column-gap: 20px;
column-count: 3;
column-gap: 20px;
}
.areas-block .cont .col ul li {
list-style: none;
padding: 0;
}
.areas-block .cont .col ul li:before {
display: none;
}
.areas-block .cont .col:nth-child(2) {
padding: 0;
}
.areas-block .cont .col:nth-child(2) svg {
height: calc(100% + 40px);
top: -10px;
right: 0;
width: auto;
position: absolute;
}
.cls-4vasdf {
stroke-dasharray: 10;
animation: dash 125s infinite;
}
.cls-3vasdf {
stroke-dasharray: 5;
animation: dash 125s infinite;
}
@keyframes dash {
to {
stroke-dashoffset: 1000;
}
}
@media screen and (max-width: 844px) {
.areas-block .cont {
padding: 30px 0 0;
}
.areas-block .cont .col {
width: 100%;
padding: 0 20px;
}
.areas-block .cont .col ul {
column-count: 2;
-webkit-column-count: 2;
}
.areas-block .cont .col:nth-child(2) {
height: 550px;
padding: 30px 0 0;
}
.areas-block .cont .col:nth-child(2) svg {
width: 100%;
}
}
.bar-block {
position: relative;
width: 100%;
background-color: var(--bs-red);
padding: 30px 60px;
box-sizing: border-box;
}
.bar-block .container .cont {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 30px;
}
.bar-block .container .cont h2 {
color: white;
margin: 0;
padding: 0;
}
.bar-block .container .cont ul {
width: 40%;
}
.bar-block .container .cont ul li {
color: white;
}
.bar-block .container .cont a {
width: 15%;
color: white;
text-align: center;
border-color: white;
font-size: 16px;
font-weight: 300;
padding: 11px 20px 12px;
}
.bar-block .container .cont a:hover {
background-color: white;
color: red;
}
@media screen and (max-width: 844px) {
.bar-block {
padding: 30px 20px;
}
.bar-block .container .cont {
text-align: center;
}
.bar-block .container .cont a {
padding: 15px 55px;
}
}
.boxes-block {
position: relative;
padding: 40px 0;
}
.boxes-block h2 {
padding: 10px 20px;
text-align: center;
}
.boxes-block .boxes {
display: flex;
justify-content: space-between;
position: relative;
gap: 20px;
}
.boxes-block .boxes .box {
width: auto;
min-width: 20%;
padding: 30px;
height: 420px;
box-sizing: border-box;
margin: 15px 0;
display: flex;
flex: 1 1 25%;
flex-wrap: wrap;
align-items: center;
text-decoration: none;
transition: background-color 0.4s ease-in-out, border-color 0.4s ease-in-out;
position: relative;
}
.boxes-block .boxes .box img {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
object-fit: cover;
object-position: center;
transition: all 0.4s ease-in-out;
z-index: -1;
}
.boxes-block .boxes .box .container {
text-align: center;
z-index: 2;
margin-top: auto;
width: 100%;
transition: all 0.4s ease-in-out;
}
.boxes-block .boxes .box .container h3 {
color: white;
margin: 0;
padding: 0 20%;
box-sizing: border-box;
transition: all 0.4s ease-in-out;
}
.boxes-block .boxes .box .container p {
font-size: 16px;
line-height: 21px;
margin-top: 10px;
color: white;
transition: all 0.4s ease-in-out;
}
.boxes-block .boxes .box:hover .container {
margin-bottom: 20px;
}
.boxes-block .boxes .box:hover:after {
background: linear-gradient(0deg, rgba(27, 7, 210, 0.717) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.boxes-block .boxes .box:after {
content: "";
width: 100%;
height: 100%;
z-index: 0;
position: absolute;
bottom: 0;
left: 0;
transition: all 0.3s ease-in-out;
background: black;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.boxes-block:after {
content: "";
width: 100%;
height: 50%;
background-color: var(--s-lgrey);
position: absolute;
bottom: 0;
left: 0;
z-index: -2;
}
.wp-block-column .boxes-block {
padding: 0;
}
@media screen and (max-width: 844px) {
.boxes-block .boxes {
flex-wrap: wrap;
}
.boxes-block .boxes .box {
max-width: 100%;
flex: 1 1 100%;
margin: 0;
}
}
.breadcrumbs-block {
position: relative;
position: relative;
padding: 20px 20px !important;
}
.breadcrumbs-block .dev {
left: -150px;
}
.call-our-team-block {
padding: 60px 20px !important;
position: relative;
}
.call-our-team-block h2 {
margin: 0;
padding: 3px 0;
}
.call-our-team-block h2 a {
text-decoration: none;
color: var(--miag-blue);
}
.call-our-team-block h2 a:hover {
color: var(--miag-dblue);
}
.call-our-team-block p {
margin: 0;
padding: 0;
}
.call-our-team-block p a {
text-decoration: none;
color: var(--miag-grey);
}
.call-our-team-block p a:hover {
color: var(--miag-blue);
}
.choose-block {
position: relative;
padding: 60px 0 40px;
background-color: var(--s-lgrey);
}
.choose-block > h4 {
color: var(--h-purple);
text-align: center;
margin: 0 auto;
font-size: 48px;
font-weight: 700;
}
.choose-block .cont {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
gap: 80px;
margin-top: 40px;
}
.choose-block .cont .item {
width: calc(25% - 40px);
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.choose-block .cont .item .img {
background-color: var(--s-blue);
border-radius: 100px;
display: flex;
align-items: center;
justify-content: center;
height: 110px;
width: 110px;
}
.choose-block .cont .item .img img {
height: 60px;
width: auto;
margin: 0;
}
.choose-block .cont .item .text {
text-align: center;
padding: 20px 0 0;
width: 100%;
}
.choose-block .cont .item .text p {
margin: 0;
padding: 0;
font-size: 19px;
}
@media screen and (max-width: 844px) {
.choose-block .cont {
gap: 40px;
}
.choose-block .cont .item {
width: 100%;
}
}
.contact-bar-block {
background-color: black;
overflow: hidden;
position: relative;
}
.contact-bar-block .bg {
position: absolute;
width: 100%;
height: 100%;
top: -200px;
}
.contact-bar-block .bg img {
width: 100%;
object-fit: cover;
}
.contact-bar-block .cont {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 100px 20px;
}
.contact-bar-block .cont .col {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
z-index: 1;
color: white;
}
.contact-bar-block .cont .col .text {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.contact-bar-block .cont .col .text a.emergency {
font-size: 24px;
line-height: 29px;
font-weight: 700;
padding: 5px 0;
position: relative;
text-decoration: none;
display: flex;
flex-wrap: wrap;
align-items: center;
transition: color 0.3s ease-in-out;
margin: 0;
}
.contact-bar-block .cont .col .text a.emergency:hover {
color: var(--bs-red);
}
.contact-bar-block .cont .col .text a.emergency:before {
content: "";
margin-right: 10px;
background: transparent url(//www.seaward-travel.co.uk/wp-content/themes/seaward/images/phone.svg) no-repeat center center;
background-size: 40px;
width: 40px;
height: 40px;
position: relative;
}
.contact-bar-block .cont .col .text h2 {
margin: 0;
}
.contact-bar-block .cont .col .text a.btn {
margin-top: 30px;
}
.contact-bar-block .cont .col ul li {
margin: 5px 0;
font-family: "Titillium Web", sans-serif;
}
.contact-bar-block .cont .col img {
height: 750px;
width: 105%;
object-fit: cover;
object-position: center;
margin-left: -5%;
z-index: -1;
}
.contact-bar-block .cont:after {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #00000080;
}
@media screen and (max-width: 844px) {
.intro-block .cont {
padding: 0;
}
.intro-block .cont .col {
width: 100% !important;
}
.intro-block .cont .col .text {
padding: 0 20px;
}
.intro-block .cont .col .text a {
margin-top: 20px;
}
.intro-block .cont .col img {
margin-left: 0;
width: 100%;
}
}
[data-type="acf/form"] .form-block {
min-height: 38px;
background-color: #f7f7f7;
}
[data-type="acf/form"] .form-block:after {
content: "";
width: 100%;
height: 100%;
position: absolute;
background-color: transparent;
z-index: 100;
top: 0;
}
.contact-block {
position: relative;
}
.contact-block form {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
position: relative;
padding: 0 0 20px;
}
.contact-block form .col {
width: 49%;
}
.contact-block form label {
width: 100%;
display: inline-block;
font-family: "PT Serif", serif;
font-weight: 500;
font-size: 14px;
line-height: 14px;
color: #757575;
padding: 0;
margin: 15px 0 0;
font-family: "Titillium Web", sans-serif;
}
.contact-block form label span {
width: 100%;
display: inline-block;
margin-top: 10px;
}
.contact-block form label span input {
box-sizing: border-box;
padding: 20px;
width: 100%;
box-sizing: border-box;
border: 1px solid #cecece;
border-radius: 0px;
background-color: white;
transition: background-color 0.3s ease-in-out;
}
.contact-block form label span input:focus {
background-color: #f6f6f6;
}
.contact-block form label span textarea {
box-sizing: border-box;
padding: 20px;
width: 100%;
box-sizing: border-box;
border: 1px solid #cecece;
border-radius: 0px;
background-color: white;
transition: background-color 0.3s ease-in-out;
height: 180px;
}
.contact-block form label .wpcf7-not-valid-tip {
font-size: 12px;
margin: 5px 0;
padding: 0;
display: inline-block;
}
.contact-block form label.full {
width: 100%;
}
.contact-block form input[type=submit] {
border-color: #e0eef7;
width: 55%;
background-color: var(--j-blue);
border: none;
margin-top: 10px !important;
padding: 21px 50px !important;
}
.contact-block form input[type=submit]:hover {
cursor: pointer;
background-color: var(--j-dblue);
padding: 18px 50px 18px 50px;
}
.contact-block form .wpcf7-response-output {
width: 100%;
text-align: center;
border: none;
padding: 0;
position: relative;
bottom: 0;
margin: 0;
font-family: "PT Serif", serif;
color: var(--solace-orange);
}
.contact-block form .wpcf7-spinner {
position: absolute;
bottom: 14px;
left: 50%;
transform: translate(-50%, 0);
}
.contact-block p.disclaimer {
font-size: 12px;
line-height: 20px;
color: #0A2433;
margin: 0;
padding: 0;
}
.wp-block-columns .contact-block {
padding: 0;
}
@media screen and (max-width: 844px) {
.contact-block .intro {
padding: 0 20px;
}
.contact-block .intro h1 {
margin-bottom: 20px;
}
.contact-block .intro p {
line-height: 32px;
}
.contact-block .content {
margin-top: 0;
padding: 0px;
}
.contact-block .content .col {
width: 100% !important;
}
.contact-block .content .col form label {
width: 100%;
}
}
.curriculum-block {
display: flex;
flex-wrap: wrap;
}
.curriculum-block .col {
width: 50%;
position: relative;
min-height: 550px;
}
.curriculum-block .col img {
width: 275px;
height: 330px;
display: inline-block;
object-fit: cover;
object-position: center;
border-radius: 8px;
position: relative;
transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
opacity: 0;
}
.curriculum-block .col .text {
width: 90%;
}
.curriculum-block .col .text .item {
padding-left: 45px;
position: relative;
}
.curriculum-block .col .text .item p {
font-size: 14px;
line-height: 17px;
padding: 5px 0;
margin: 0;
}
.curriculum-block .col .text .item p.title {
font-size: 17px;
color: var(--miag-blue);
margin-top: 6px;
font-family: "Titillium Web", sans-serif;
display: inline-block;
}
.curriculum-block .col .text .item:before {
content: "";
width: 30px;
height: 30px;
background: transparent url(//www.seaward-travel.co.uk/wp-content/themes/seaward/images/circle-tick.svg) no-repeat top center;
background-size: 28px;
position: absolute;
top: 7px;
left: 0;
}
.curriculum-block .col .text .button {
margin-top: 40px !important;
}
.curriculum-block .col img:nth-child(1) {
z-index: 2;
}
.curriculum-block .col img:nth-child(2) {
position: absolute;
left: 200px;
top: 160px;
z-index: 1;
transition-delay: 200ms;
}
.curriculum-block .col.is-inview img {
opacity: 1;
}
.curriculum-block .col.is-inview img:nth-child(1) {
transform: rotate(9deg);
}
.curriculum-block .col.is-inview img:nth-child(2) {
transform: rotate(-5deg);
}
@media screen and (max-width: 844px) {
.curriculum-block .col {
width: 100%;
min-height: auto;
padding-bottom: 20px;
}
.curriculum-block .col img {
left: -40px;
}
.curriculum-block .col img:nth-child(2) {
left: 30%;
}
.curriculum-block .col:nth-child(1) {
padding-bottom: 180px;
}
}
.double-image-block .content {
max-width: 1140px !important;
padding: 0 !important;
}
.double-image-block .content .wp-block-columns {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 0;
gap: 0;
}
.double-image-block .content .wp-block-columns .wp-block-column {
width: 50%;
flex-basis: auto;
flex-grow: initial;
align-items: center !important;
}
.double-image-block .content .wp-block-columns .wp-block-column figure {
height: 100%;
}
.double-image-block .content .wp-block-columns .wp-block-column figure img {
height: 100%;
max-height: 450px;
object-fit: cover;
object-position: center;
}
@media screen and (max-width: 844px) {
.double-image-block {
padding: 0 20px;
}
.double-image-block .content .wp-block-columns .wp-block-column:nth-child(1) {
padding: 20px !important;
box-sizing: border-box;
}
.double-image-block .content .wp-block-columns .wp-block-column:nth-child(2) figure img {
min-height: 380px;
}
}
.download-list-block .cont .item a {
font-size: 14px;
color: var(--obj-grey);
display: inline-block;
margin: 2px 0;
}
.download-list-block .cont .item a[href$=".pdf"] {
background: url(//www.seaward-travel.co.uk/wp-content/themes/seaward/images/pdf.svg) left center no-repeat;
padding: 5px 0 5px 25px;
background-size: 18px;
}
[data-type="acf/form"] .form-block {
min-height: 38px;
background-color: #f7f7f7;
}
[data-type="acf/form"] .form-block:after {
content: "";
width: 100%;
height: 100%;
position: absolute;
background-color: transparent;
z-index: 100;
top: 0;
}
.form-block {
position: relative;
}
.form-block .bg .content {
display: flex;
flex-wrap: wrap;
margin: 0 auto;
box-sizing: border-box;
padding: 0px 20px 40px !important;
justify-content: space-between;
position: relative;
z-index: 10;
align-items: flex-start;
}
.form-block .bg .content .text {
padding: 20px 0;
}
.form-block .bg .content hr {
background-color: black;
height: 1px;
width: 100%;
margin: 30px 0;
}
.form-block .bg .content p strong {
font-size: 18px;
margin-top: 10px;
width: 100%;
}
.form-block .bg .content .info {
display: none;
}
.form-block .bg .content .info.active {
display: block;
}
.form-block .bg .content select {
padding: 16px 20px 17px;
width: 100%;
box-sizing: border-box;
border: none;
font-weight: 500;
outline-width: 0;
border-radius: 5px;
}
.form-block .bg .content form {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
position: relative;
padding: 0 0 20px;
}
.form-block .bg .content form .col {
width: 49%;
display: flex;
flex-wrap: wrap;
}
.form-block .bg .content form .col.full {
width: 100%;
}
.form-block .bg .content form .col.col-3 {
width: 100%;
justify-content: space-between;
}
.form-block .bg .content form .col.col-3 label {
width: 32.5%;
}
.form-block .bg .content form .col.col-4 {
width: 100%;
justify-content: flex-start;
gap: 1.33%;
}
.form-block .bg .content form .col.col-4 label {
width: 24%;
}
.form-block .bg .content form [data-class=wpcf7cf_group] {
width: 100%;
}
.form-block .bg .content form [data-class=wpcf7cf_group] label {
margin-right: 0.7%;
}
.form-block .bg .content form [data-class=wpcf7cf_group] label:nth-child(3) {
margin-right: 0;
}
.form-block .bg .content form [data-id=group-return] {
width: 67%;
}
.form-block .bg .content form [data-id=group-return] label {
width: 48.5% !important;
margin-right: 1.09%;
}
.form-block .bg .content form label {
width: 100%;
display: inline-block;
font-weight: 500;
font-size: 14px;
line-height: 14px;
padding: 0;
margin: 10px 0;
}
.form-block .bg .content form label span {
width: 100%;
display: inline-block;
margin-top: 5px;
}
.form-block .bg .content form label span input {
padding: 20px;
width: 100%;
box-sizing: border-box;
border: none;
border-radius: 5px;
background-color: #ffffff;
transition: background-color 0.3s ease-in-out;
-webkit-appearance: none;
min-height: 3.8rem;
}
.form-block .bg .content form label span input.wpcf7-date {
padding: 19px 20px;
}
.form-block .bg .content form label span input:focus {
background-color: #fdfdfd;
}
.form-block .bg .content form label span textarea {
padding: 20px;
width: 100%;
box-sizing: border-box;
background-color: #fff;
border-radius: 5px;
border: none;
height: 137px;
}
.form-block .bg .content form label .wpcf7-not-valid-tip {
font-size: 12px;
margin: 5px 0;
padding: 0;
display: inline-block;
}
.form-block .bg .content form label.full {
width: 100%;
}
.form-block .bg .content form input[type=submit] {
display: inline-block;
padding: 12px 55px !important;
border: none;
margin-left: auto;
border-radius: 20px;
margin-top: 25px;
}
.form-block .bg .content form input[type=submit]:hover {
cursor: pointer;
padding: 12px 55px !important;
}
.form-block .bg .content form .wpcf7-response-output {
width: 100%;
text-align: center;
border: none;
padding: 0;
position: relative;
bottom: 0;
margin: 0;
font-family: "PT Serif", serif;
color: var(--solace-orange);
}
.form-block .bg .content form .wpcf7-spinner {
position: absolute;
bottom: 14px;
left: 50%;
transform: translate(-50%, 0);
}
.form-block .bg .content form .wpcf7-form-control-wrap {
width: 100% !important;
display: block;
}
.form-block .bg .content form .wpcf7-form-control-wrap label {
margin-top: 0;
width: 100% !important;
}
.form-block .bg .content p.disclaimer {
font-size: 12px;
line-height: 20px;
color: #0A2433;
margin: 0;
padding: 0;
}
.form-block .bg .content ul {
margin-left: 0;
}
.form-block .bg .content ul li {
position: relative;
color: var(--miag-blue);
list-style: none;
padding: 9px 0 6px 45px;
}
.form-block .bg .content ul li:before {
content: "";
width: 30px;
height: 30px;
background: transparent url(//www.seaward-travel.co.uk/wp-content/themes/seaward/images/circle-tick.svg) no-repeat top center;
background-size: 28px;
position: absolute;
top: 7px;
left: 0;
}
.form-block .bg.white .content .col ul li {
color: white;
}
.form-block .bg.white .content .col form label {
color: white;
}
.form-block .bg.white .content .col form input[type=submit] {
background-color: var(--miag-blue);
}
.wpcf7-list-item {
margin: 0;
}
.wpcf7-list-item label {
display: flex !important;
align-items: center;
gap: 10px;
}
.wpcf7-list-item label span {
width: auto !important;
margin-top: 0;
margin-right: 20px;
}
.ui-timepicker-standard {
margin-top: -34px;
border: 1px solid #e3e3e3;
border-top: none;
border-radius: 0 0 5px 5px;
}
.ui-timepicker-standard a {
font-size: 16px;
}
.wp-block-columns .contact-block {
padding: 0;
}
@media screen and (max-width: 844px) {
.form-block .bg .content {
padding: 20px !important;
}
.form-block .bg .content form .col {
width: 100%;
}
.form-block .bg .content form .col label {
width: 100% !important;
}
.form-block .bg .content form input[type=submit] {
width: 100%;
margin-top: 10px;
}
.form-block .bg .content form .wpcf7-form-control-wrap {
text-align: left;
}
}
.gallery-block {
background-color: var(--miag-dblue2);
padding: 40px 0 50px;
position: relative;
}
.gallery-block h2 {
margin-bottom: 30px !important;
}
.gallery-block .gallery {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-start;
gap: 10px;
}
.gallery-block .gallery a {
width: calc(25% - 8px);
height: 230px;
}
.gallery-block .gallery a img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
position: relative;
transition: all 0.3s ease-in-out;
left: 0;
top: 0;
}
.gallery-block .gallery a:hover img {
width: 104%;
height: 104%;
top: -2%;
left: -2%;
}
@media screen and (max-width: 844px) {
.gallery-block .gallery a {
width: calc(50% - 8px);
height: 150px;
}
}
.grid-block {
position: relative;
display: flex;
flex-wrap: wrap;
}
.grid-block .item {
width: 33.333%;
height: 30vh;
max-height: 320px;
}
.grid-block .item img {
object-fit: cover;
object-position: center;
height: 100%;
width: 100%;
}
.icons-block {
position: relative;
}
.icons-block .cont {
display: flex;
flex-wrap: wrap;
gap: 40px;
}
.icons-block .cont a {
flex: 1;
display: flex;
flex-wrap: wrap;
justify-content: center;
text-decoration: none;
transition: all 0.3s ease-in-out;
position: relative;
}
.icons-block .cont a img {
width: 190px;
max-height: 150px;
margin-bottom: 15px;
}
.icons-block .cont a h4 {
width: 100%;
padding: 0 10%;
box-sizing: border-box;
text-align: center;
font-size: 20px;
line-height: 24px;
font-weight: 500;
transition: all 0.3s ease-in-out;
}
.icons-block .cont a:before {
content: "";
width: 1px;
height: 55px;
background-color: black;
bottom: 40px;
right: -20px;
position: absolute;
}
.icons-block .cont a:after {
content: "";
width: 22px;
height: 22px;
margin-top: 10px;
background: transparent url(//www.seaward-travel.co.uk/wp-content/themes/seaward/images/arrow-ball.svg) no-repeat center center;
background-size: 22px;
border-radius: 20px;
transition: all 0.3s ease-in-out;
}
.icons-block .cont a:hover h4, .icons-block .cont a:hover:after {
transform: scale(1.1);
}
.icons-block .cont a:last-child:before {
display: none;
}
@media screen and (max-width: 844px) {
.icons-block {
overflow: hidden;
}
.icons-block .cont a:before {
display: none;
}
.icons-block .cont .item {
height: auto;
width: 50%;
}
}
.image-blocks-block {
position: relative;
}
.image-blocks-block .container {
aspect-ratio: 12/6;
display: grid;
grid-template-columns: auto 50%;
gap: 20px;
grid-template-areas: "l-1 r-1" "l-2 r-1" "l-3 r-2";
}
.image-blocks-block .container .item {
width: 100%;
box-sizing: border-box;
}
.image-blocks-block .container .item img {
height: 100%;
width: 100%;
position: relative;
object-fit: cover;
object-position: center;
display: block;
}
.image-blocks-block .container .item:nth-child(1) {
grid-area: l-1;
}
.image-blocks-block .container .item:nth-child(2) {
grid-area: l-2;
}
.image-blocks-block .container .item:nth-child(3) {
grid-area: r-1;
}
.image-blocks-block .container .item:nth-child(4) {
grid-area: l-3;
}
.image-blocks-block .container .item:nth-child(35) {
grid-area: r-2;
}
.image-blocks-block .container.layout-3 {
grid-template-rows: 50% 50%;
grid-template-areas: "l-1 r-1" "l-2 r-1";
}
@media screen and (max-width: 844px) {
.image-blocks-block .container {
height: auto;
}
.image-blocks-block .container .item {
max-width: 100%;
}
}
.image-boxes-block {
position: relative;
}
.image-boxes-block .boxes {
display: flex;
flex-wrap: wrap;
position: relative;
}
.image-boxes-block .boxes .box {
width: 50%;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
align-items: center;
align-content: flex-start;
text-decoration: none;
transition: background-color 0.4s ease-in-out, border-color 0.4s ease-in-out;
position: relative;
background-color: black;
}
.image-boxes-block .boxes .box img {
width: 100%;
height: 450px;
object-fit: cover;
transition: all 0.4s ease-in-out;
position: relative;
opacity: 0.6;
}
.image-boxes-block .boxes .box .container {
text-align: center;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.image-boxes-block .boxes .box .container h3 {
font-size: 32px;
line-height: 36px;
color: white;
margin: 0;
transition: all 0.4s ease-in-out;
}
.image-boxes-block .boxes .box .container p {
font-size: 14px;
transition: all 0.4s ease-in-out;
}
.image-boxes-block .boxes .box .container a {
color: white;
margin-top: 40px;
border: 2px solid white;
background-color: transparent;
}
.image-boxes-block .boxes .box .container a:hover {
border-color: var(--bs-red);
}
.image-boxes-block .boxes .box:hover {
background-color: black;
}
.image-boxes-block .boxes .box:hover .container img {
filter: brightness(0) invert(1);
}
.image-boxes-block .boxes .box:hover .container h3, .image-boxes-block .boxes .box:hover .container p {
color: white;
}
.wp-block-column .boxes-block {
padding: 0;
}
@media screen and (max-width: 844px) {
.image-boxes-block .boxes .box {
width: 100%;
margin: 0;
}
}
.image-content-block {
position: relative;
}
.image-content-block .content {
max-width: 1140px !important;
padding: 0 !important;
}
.image-content-block .content .wp-block-columns {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 0;
gap: 0;
}
.image-content-block .content .wp-block-columns .wp-block-column {
width: 50%;
flex-basis: auto;
flex-grow: initial;
align-items: center !important;
}
.image-content-block .content .wp-block-columns .wp-block-column:nth-child(1) {
padding: 40px 60px;
box-sizing: border-box;
}
.image-content-block .content .wp-block-columns .wp-block-column:nth-child(1) > .heading:first-of-type h1, .image-content-block .content .wp-block-columns .wp-block-column:nth-child(1) > .heading:first-of-type h2, .image-content-block .content .wp-block-columns .wp-block-column:nth-child(1) > .heading:first-of-type h3 {
margin-top: 10px;
}
.image-content-block .content .wp-block-columns .wp-block-column:nth-child(2) figure {
height: 100%;
}
.image-content-block .content .wp-block-columns .wp-block-column:nth-child(2) figure img {
height: 100%;
object-fit: cover;
object-position: center;
}
.image-content-block .content.arrange-left .wp-block-columns .wp-block-column:nth-child(1) {
order: 2;
}
.image-content-block .content.arrange-left .wp-block-columns .wp-block-column:nth-child(2) {
order: 1;
}
@media screen and (max-width: 844px) {
.image-content-block {
padding: 0 20px;
}
.image-content-block .content .wp-block-columns .wp-block-column:nth-child(1) {
padding: 20px !important;
box-sizing: border-box;
}
.image-content-block .content .wp-block-columns .wp-block-column:nth-child(2) figure img {
min-height: 380px;
}
}
.info-block {
background-color: black;
overflow: hidden;
position: relative;
}
.info-block .bg {
position: absolute;
width: 100%;
height: 100%;
top: -200px;
}
.info-block .bg img {
width: 100%;
min-height: 800px;
object-fit: cover;
}
.info-block .cont {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 100px 20px;
}
.info-block .cont .col {
width: 55%;
display: flex;
flex-wrap: wrap;
align-items: center;
z-index: 1;
color: white;
}
.info-block .cont .col .text a {
margin-top: 30px;
}
.info-block .cont .col ul li {
margin: 5px 0;
font-family: "Titillium Web", sans-serif;
}
.info-block .cont .col img {
height: 650px;
width: 105%;
object-fit: cover;
object-position: center;
margin-left: -5%;
z-index: -1;
}
.info-block .cont .col:nth-child(2) {
z-index: 2;
width: 35%;
}
.info-block .cont:after {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #00000080;
}
@media screen and (max-width: 844px) {
.info-block .bg {
top: auto;
}
.info-block .bg img {
height: 100%;
}
.info-block .cont {
padding: 40px 20px;
}
.info-block .cont .col {
width: 100% !important;
margin: 20px 0;
}
}
.intro-block {
background-color: var(--h-yellow);
padding: 60px 0;
position: relative;
box-sizing: border-box;
}
.intro-block .container {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: center;
text-align: center;
}
.intro-block .container img {
width: 160px;
height: auto;
display: inline-block;
margin-bottom: 20px;
}
.intro-block .container .wp-block-buttons {
display: inline-block;
margin-top: 20px;
}
.left-right-block {
overflow: hidden;
}
.left-right-block .content .item {
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 30px 0;
opacity: 0;
transition: opacity 0.4s ease-in-out;
transition-delay: 0.3s;
}
.left-right-block .content .item .col {
width: 50%;
padding-right: 40px;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: flex-end;
}
.left-right-block .content .item .col img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
opacity: 0;
display: block;
}
.left-right-block .content .item .col .title {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.left-right-block .content .item .col .title .icon {
width: 30%;
}
.left-right-block .content .item .col .title .icon img {
height: 70px;
object-fit: contain;
}
.left-right-block .content .item .col .title h2 {
margin: 0px;
max-width: 65%;
}
.left-right-block .content .item .col a.btn {
margin-top: 20px !important;
display: inline-block !important;
}
.left-right-block .content .item .col .text {
max-width: 530px;
padding: 40px 0;
}
.left-right-block .content .item .col img {
max-width: 530px;
}
.left-right-block .content .item .col:nth-child(2) {
width: 50%;
padding-right: 0;
padding-left: 40px;
justify-content: flex-start;
}
.left-right-block .content .item.is-inview img {
opacity: 1;
}
.left-right-block .content .item.is-inview {
opacity: 1;
}
.left-right-block .content .item:nth-child(even) {
background-color: var(--s-lgrey);
}
.left-right-block .content .item:nth-child(even) .col:nth-child(1) {
order: 2;
padding-right: 0;
padding-left: 40px;
justify-content: flex-start;
}
.left-right-block .content .item:nth-child(even) .col:nth-child(2) {
order: 1;
padding-right: 40px;
padding-left: 0;
justify-content: flex-end;
}
.left-right-block .content .item:nth-child(even).is-inview img {
opacity: 1;
}
.left-right-block .content .item:first-child {
margin: 0;
}
.left-right-block .content .item:last-child {
margin: 0;
}
@media screen and (max-width: 844px) {
.left-right-block .content .item {
margin: 0;
padding: 0;
}
.left-right-block .content .item .col {
width: 100% !important;
padding: 0 !important;
}
.left-right-block .content .item .col .title h2 {
max-width: 100%;
}
.left-right-block .content .item .col .text {
padding: 30px;
}
.left-right-block .content .item .col img {
margin: 0;
}
.left-right-block .content .item .col:nth-child(1) {
order: 1 !important;
}
.left-right-block .content .item .col:nth-child(2) {
order: 2 !important;
}
}
.line-block {
position: relative;
width: 100%;
height: 2px;
background-color: var(--giraffe-purple);
}
.maps-block .content {
border: 1px solid var(--hv-llgrey);
max-width: 1140px !important;
padding: 0 !important;
}
.maps-block .content .wp-block-columns {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 0;
gap: 0;
}
.maps-block .content .wp-block-columns .wp-block-column {
width: 50%;
flex-basis: auto;
flex-grow: initial;
align-items: center !important;
}
.maps-block .content .wp-block-columns .wp-block-column:nth-child(1) {
padding: 40px;
box-sizing: border-box;
}
.maps-block .content .wp-block-columns .wp-block-column:nth-child(1) > .heading:first-of-type h1, .maps-block .content .wp-block-columns .wp-block-column:nth-child(1) > .heading:first-of-type h2, .maps-block .content .wp-block-columns .wp-block-column:nth-child(1) > .heading:first-of-type h3 {
margin-top: 10px;
}
.maps-block .content .wp-block-columns .wp-block-column:nth-child(2) figure {
height: 100%;
}
.maps-block .content .wp-block-columns .wp-block-column:nth-child(2) figure img {
height: 100%;
object-fit: cover;
object-position: center;
}
.maps-block .content .wp-block-columns .wp-block-column:nth-child(2) iframe {
width: 100%;
}
.maps-block .content.arrange-left .wp-block-columns .wp-block-column:nth-child(1) {
order: 2;
}
.maps-block .content.arrange-left .wp-block-columns .wp-block-column:nth-child(2) {
order: 1;
}
@media screen and (max-width: 844px) {
.maps-block {
padding: 0 20px;
}
.maps-block .content .wp-block-columns .wp-block-column:nth-child(1) {
padding: 20px !important;
}
}
.menu-block {
position: relative;
}
.menu-block .items {
padding: 40px 0 40px 40px;
box-sizing: border-box;
}
.menu-block .items a {
display: inline-block;
width: 100%;
font-size: 14px;
padding: 6px 0;
font-weight: 600;
text-decoration: none;
transition: color 0.3s ease-in-out;
}
.menu-block .items a:hover {
color: var(--hv-orange);
cursor: pointer;
}
@media screen and (max-width: 844px) {
.menu-block .items {
padding: 0;
}
}
.mobile-block {
padding: 100px 0;
}
.mobile-block .swiper-wrapper {
width: 100%;
padding-top: 50px;
padding-bottom: 50px;
}
.mobile-block .swiper-wrapper .swiper-slide {
background-image: url(//www.seaward-travel.co.uk/wp-content/themes/seaward/images/phone.svg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
width: 300px;
height: 600px;
margin: 0 40px;
padding: 37px 15px 0;
box-sizing: border-box;
}
.mobile-block .swiper-wrapper .swiper-slide img {
display: block;
width: 271px;
height: 488px;
object-fit: cover;
object-position: top center;
}
.mobile-block .swiper-slide-shadow-left, .mobile-block .swiper-slide-shadow-right {
display: none;
}
@media screen and (max-width: 844px) {
.mobile-block {
padding: 0 0 50px;
width: 100%;
overflow: hidden;
}
}
.news-block {
text-align: center;
}
.news-block .news {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin-bottom: 30px;
}
.news-block .news .item {
flex: 1 1 40%;
background-color: #f6f6f6;
padding: 20px 30px;
box-sizing: border-box;
border-radius: 10px;
text-align: left;
}
.news-block .news .pagination {
width: 100%;
display: flex;
flex-wrap: wrap;
}
.news-block .news .pagination .current {
background-color: var(--hv-orange);
color: white;
height: 30px;
width: 30px;
border-radius: 2px;
display: flex;
align-items: center;
justify-content: center;
}
.news-block .news .pagination a {
background-color: var(--hv-grey);
color: white;
height: 30px;
width: 30px;
border-radius: 2px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 2px;
text-decoration: none;
}
.news-block .news .pagination a:hover {
background-color: var(--hv-orange);
}
.news-block .news .pagination a.next, .news-block .news .pagination a.prev {
background-color: transparent;
width: auto;
color: var(--hv-grey);
margin: 0 10px;
}
.news-block .news .pagination a.next:hover, .news-block .news .pagination a.prev:hover {
color: var(--hv-orange);
}
.panel-block {
position: relative;
}
.panel-block .panel-slider .item {
position: relative;
}
.panel-block .panel-slider .item img {
height: 450px;
object-fit: cover;
object-position: center;
}
.panel-block .panel-slider .item .cont {
position: absolute;
padding: 0 0 0 40px;
box-sizing: border-box;
left: 50%;
top: 50%;
z-index: 2;
transform: translate(0, -50%);
max-width: 650px;
}
.panel-block .panel-slider .item .cont h2 {
color: var(--h-yellow);
font-size: 50px;
line-height: 60px;
margin: 0 0 20px;
}
.panel-block .panel-slider .item .cont p {
color: white;
font-size: 26px;
font-weight: 600;
}
.panel-block .panel-slider .item .cont a {
margin-top: 25px;
}
.panel-block .panel-slider .item:after {
content: "";
width: 65%;
height: 100%;
right: 0;
top: 0;
background: black;
background: linear-gradient(81deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
position: absolute;
z-index: 1;
}
@media screen and (max-width: 844px) {
.panel-block {
overflow: hidden;
}
.panel-block .panel-slider .item .cont {
transform: translate(-50%, -50%);
width: 70%;
padding: 0;
}
.panel-block .panel-slider .item img {
height: 600px;
}
.panel-block .panel-slider .item:after {
width: 100%;
}
}
.process-block {
max-width: 920px;
padding: 40px 0 100px;
}
.process-block .cont {
display: flex;
flex-wrap: wrap;
position: relative;
}
.process-block .cont:after {
content: "";
width: 200vw;
height: 2px;
background-color: var(--f-lblue);
position: absolute;
bottom: -42px;
left: -100vw;
}
.process-block .cont .swiper-wrapper {
justify-content: center;
}
.process-block .cont .swiper-wrapper .item {
width: 20%;
width: 250px;
opacity: 0;
transition: all 0.4s ease-in-out;
}
.process-block .cont .swiper-wrapper .item .circle {
height: 150px;
width: 150px;
border-radius: 150px;
background-color: var(--obj-blue);
display: flex;
align-items: center;
justify-content: center;
position: relative;
color: white;
text-align: center;
text-transform: uppercase;
font-weight: 600;
padding: 20px;
box-sizing: border-box;
margin: 0 auto;
margin-bottom: 30px;
}
.process-block .cont .swiper-wrapper .item .circle img {
width: 80%;
height: 80%;
}
.process-block .cont .swiper-wrapper .item .circle:after {
content: "";
left: 50%;
width: 2px;
height: 20px;
}
.process-block .cont .swiper-wrapper .item h4 {
padding: 0;
margin: 10px 0;
font-size: 20px;
text-align: center;
color: var(--obj-dblue);
}
.process-block .cont .swiper-wrapper .item p {
padding: 0;
margin: 0;
text-align: center;
}
.process-block .cont .swiper-wrapper .item:after {
content: "";
position: absolute;
top: 20px;
height: 270px;
width: 300px;
background-color: transparent;
left: 50%;
z-index: -1;
border-radius: 50%;
border-top: dashed 2px #9b9b9b;
opacity: 0;
}
.process-block .cont .swiper-wrapper .item:nth-child(2n):after {
border-bottom: dashed 2px #9b9b9b;
top: -145px;
border-top: none;
}
.process-block .cont .swiper-wrapper .item:last-child:after {
display: none;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(1) {
transition-delay: 0.2s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(1):after {
transition-delay: 0.4s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(2) {
transition-delay: 0.4s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(2):after {
transition-delay: 0.8s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(3) {
transition-delay: 0.6s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(3):after {
transition-delay: 1.2s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(4) {
transition-delay: 0.8s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(4):after {
transition-delay: 1.6s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(5) {
transition-delay: 1s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(5):after {
transition-delay: 2s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(6) {
transition-delay: 1.2s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(6):after {
transition-delay: 2.4s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(7) {
transition-delay: 1.4s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(7):after {
transition-delay: 2.8s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(8) {
transition-delay: 1.6s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(8):after {
transition-delay: 3.2s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(9) {
transition-delay: 1.8s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(9):after {
transition-delay: 3.6s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(10) {
transition-delay: 2s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(10):after {
transition-delay: 4s;
opacity: 1;
}
@media screen and (max-width: 844px) {
.process-block {
padding: 40px 10vw 100px;
}
}
.projects-vertical-block {
position: relative;
padding: 40px 0;
box-sizing: border-box;
}
.projects-vertical-block .swiper-vertical {
height: 600px;
overflow: hidden;
}
.projects-vertical-block .swiper-vertical .swiper-slide {
padding: 10px;
box-sizing: border-box;
}
.projects-vertical-block .swiper-vertical .swiper-slide img {
width: 100%;
height: 270px;
object-fit: cover;
object-position: center;
box-shadow: 0 0px 10px black;
border-radius: 5px;
}
.projects-vertical-block .swiper-vertical .swiper-button-prev {
position: absolute;
left: 50%;
transform: rotate(90deg) translate(-50%, 0%);
top: 30px;
bottom: auto;
z-index: 100;
}
.projects-vertical-block .swiper-vertical .swiper-button-prev:after {
color: var(--giraffe-purple);
}
.projects-vertical-block .swiper-vertical .swiper-button-next {
position: absolute;
left: 50%;
transform: rotate(90deg) translate(-50%, 0%);
bottom: -10px;
top: auto;
z-index: 100;
}
.projects-vertical-block .swiper-vertical .swiper-button-next:after {
color: var(--giraffe-purple);
}
@media screen and (max-width: 844px) {
.projects-vertical-block .swiper-vertical .swiper-button-prev {
left: calc(50% - 10px);
}
.projects-vertical-block .swiper-vertical .swiper-button-next {
left: calc(50% - 10px);
}
}
.projects-block {
position: relative;
z-index: 12;
}
.projects-block .swiper {
padding: 0 50px 30px;
overflow: visible;
}
.projects-block .swiper .swiper-wrapper .swiper-slide {
display: flex;
flex-wrap: wrap;
opacity: 0.2 !important;
}
.projects-block .swiper .swiper-wrapper .swiper-slide .col {
display: flex;
flex-wrap: wrap;
align-items: center;
padding-left: 55px;
padding-right: 60px;
width: 55%;
box-sizing: border-box;
}
.projects-block .swiper .swiper-wrapper .swiper-slide .col .cont h2 {
color: var(--giraffe-purple);
margin: 10px 0 20px;
}
.projects-block .swiper .swiper-wrapper .swiper-slide .col .cont h3 {
margin: 0;
}
.projects-block .swiper .swiper-wrapper .swiper-slide .col:first-child {
width: 45%;
padding-left: 60px;
}
.projects-block .swiper .swiper-wrapper .swiper-slide .col:first-child img {
width: 100%;
height: 850px;
display: inline-block;
object-fit: contain;
object-position: bottom center;
}
.projects-block .swiper .swiper-wrapper .swiper-slide .col:last-child {
background-color: white;
}
.projects-block .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
opacity: 1 !important;
}
.projects-block .swiper .swiper-scrollbar-drag {
background-color: var(--giraffe-purple);
}
.projects-block .swiper .swiper-button-next, .projects-block .swiper .swiper-button-prev {
transition: all 0.3s ease-in-out;
}
.projects-block .swiper .swiper-button-next:after, .projects-block .swiper .swiper-button-prev:after {
color: var(--giraffe-purple);
}
.projects-block .swiper .swiper-button-prev {
left: 15px;
}
.projects-block .swiper .swiper-button-next {
right: 15px;
}
.projects-block:after {
content: "";
position: absolute;
bottom: 28px;
left: 0;
width: 200vw;
height: 2px;
background-color: var(--giraffe-purple);
}
@media screen and (max-width: 844px) {
.projects-block {
overflow: hidden;
}
.projects-block .swiper {
padding: 0;
}
.projects-block .swiper .swiper-wrapper .swiper-slide {
padding: 0 0 80px 0px;
}
.projects-block .swiper .swiper-wrapper .swiper-slide .col {
width: 100% !important;
}
.projects-block .swiper .swiper-wrapper .swiper-slide .col img {
height: auto !important;
width: 100% !important;
}
.projects-block:after {
display: none;
}
.projects-block .swiper-scrollbar {
width: calc(100% - 60px);
left: 30px;
}
}
.quotes-block {
position: relative;
padding: 60px 0;
overflow: hidden;
}
.quotes-block .intro {
position: relative;
z-index: 1;
text-align: center;
}
.quotes-block .intro h2 {
margin: 0 0 40px;
}
.quotes-block .cont {
margin-top: 0px;
z-index: 2;
position: relative;
}
.quotes-block .cont .boxes {
display: flex;
flex-wrap: wrap;
gap: 2%;
}
.quotes-block .cont .boxes .box {
width: 100%;
background-color: white;
border-radius: 15px;
padding: 0px 20px 20px;
box-sizing: border-box;
text-align: center;
color: var(--s-blue);
opacity: 0;
transition: all 0.4s ease-in-out;
transition-property: opacity, transform, filter;
transform: translate(0, 40px);
}
.quotes-block .cont .boxes .box p.title {
font-weight: 600;
font-size: 18px;
}
.quotes-block .cont .boxes .box p.quote {
position: relative;
padding: 0px 40px 0;
box-sizing: border-box;
}
.quotes-block .cont .boxes .box p.quote:before, .quotes-block .cont .boxes .box p.quote:after {
content: url(//www.seaward-travel.co.uk/wp-content/themes/seaward/images/quote.svg);
position: absolute;
width: 30px;
height: 21px;
top: 0;
left: 0;
}
.quotes-block .cont .boxes .box p.quote:before {
transform: scale(-1, -1);
}
.quotes-block .cont .boxes .box p.quote:after {
left: auto;
right: 0;
}
.quotes-block .cont .boxes .box:nth-child(1) {
transition-delay: 0.1s;
}
.quotes-block .cont .boxes .box:nth-child(2) {
transition-delay: 0.2s;
}
.quotes-block .cont .boxes .box:nth-child(3) {
transition-delay: 0.3s;
}
.quotes-block .cont .boxes .box:nth-child(4) {
transition-delay: 0.4s;
}
.quotes-block .cont .boxes .box:nth-child(5) {
transition-delay: 0.5s;
}
.quotes-block .cont .boxes .box:nth-child(6) {
transition-delay: 0.6s;
}
.quotes-block .cont .boxes .box:nth-child(7) {
transition-delay: 0.7s;
}
.quotes-block .cont .boxes .box:nth-child(8) {
transition-delay: 0.8s;
}
.quotes-block .cont .boxes .box:nth-child(9) {
transition-delay: 0.9s;
}
.quotes-block .cont .boxes .box:nth-child(10) {
transition-delay: 1s;
}
.quotes-block .cont .slick-dots {
left: 50%;
transform: translate(-50%, 0%);
}
.quotes-block .cont.is-inview .boxes .box {
opacity: 1;
transform: translate(0, 0);
}
.wp-block-column .boxes-block {
padding: 0;
}
@media screen and (max-width: 844px) {
.quotes-block .boxes .box {
width: 100%;
margin: 5px 0;
}
}
.services-block .boxes {
padding: 0px 0;
display: flex;
flex-wrap: wrap;
gap: 2%;
}
.services-block .boxes .box {
width: 32%;
height: 280px;
position: relative;
margin-bottom: 2%;
}
.services-block .boxes .box .image {
height: 100%;
width: 100%;
}
.services-block .boxes .box .image img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
height: 100%;
width: 100%;
transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
}
.services-block .boxes .box .container {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
padding: 40px;
box-sizing: border-box;
text-align: center;
z-index: 2;
}
.services-block .boxes .box .container h3 {
color: white;
}
.services-block .boxes .box .container p {
color: white;
max-height: 0;
opacity: 0;
transition: all 0.4s ease-in-out;
}
.services-block .boxes .box:after {
content: "";
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0);
position: absolute;
top: 0;
left: 0;
z-index: 1;
transition: background-color 0.4s ease-in-out;
}
.services-block .boxes .box:hover .image img {
width: 105%;
height: 105%;
}
.services-block .boxes .box:hover .container p {
max-height: 200px;
opacity: 1;
}
.services-block .boxes .box:hover:after {
background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 844px) {
.services-block .boxes .box {
width: 100%;
}
}
.skips-list-block {
position: relative;
background: var(--h-lpurple);
overflow: hidden;
}
.skips-list-block:before {
content: "";
background: var(--h-lpurple) url(//www.seaward-travel.co.uk/wp-content/themes/seaward/images/skip-tile.svg) repeat center center;
background-size: 350px;
z-index: 1;
width: 130%;
height: 180%;
left: -15%;
top: -30%;
position: absolute;
transform: rotate(-10deg);
}
.skips-list-block .cont {
text-align: center;
padding: 60px 20px;
box-sizing: border-box;
z-index: 2;
position: relative;
}
.skips-list-block .cont h1 {
margin: 0 0 30px;
color: var(--h-yellow);
}
.skips-list-block .cont p {
color: white;
}
.skips-list-block .cont .products {
display: flex;
flex-wrap: wrap;
margin-top: 70px;
}
.skips-list-block .cont .products .item {
background-color: white;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
text-align: left;
text-decoration: none;
margin-bottom: 30px;
border-radius: 15px;
padding: 20px;
box-sizing: border-box;
opacity: 0;
transform: translate(0, 100px);
transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}
.skips-list-block .cont .products .item .col {
padding: 0 20px;
box-sizing: border-box;
}
.skips-list-block .cont .products .item .col p {
padding: 0;
font-size: 25px;
color: black;
}
.skips-list-block .cont .products .item .col p.title {
color: var(--h-purple);
font-weight: 600;
}
.skips-list-block .cont .products .item .col img {
width: 100%;
height: 100%;
}
.skips-list-block .cont .products .item .col .measurements {
margin-bottom: 15px;
}
.skips-list-block .cont .products .item .col .order {
margin-left: auto;
margin-top: auto;
}
.skips-list-block .cont .products .item .col.price p:nth-child(2) {
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
margin: 15px 0;
}
.skips-list-block .cont .products .item .col.price p:nth-child(3) {
font-size: 48px;
color: var(--h-purple);
font-weight: 700;
text-transform: uppercase;
margin: 15px 0;
}
.skips-list-block .cont .products .item:hover .col .order {
background-color: var(--h-purple);
color: var(--h-yellow);
cursor: pointer;
padding: 8px 75px 8px 55px;
}
.skips-list-block .cont .products .item:hover .col .order:after {
right: 15px;
opacity: 1;
}
.skips-list-block .cont .products .item .col:nth-child(1) {
width: 20%;
}
.skips-list-block .cont .products .item .col:nth-child(2) {
width: 30%;
}
.skips-list-block .cont .products .item .col:nth-child(3) {
width: 50%;
display: flex;
flex-wrap: wrap;
}
.skips-list-block .cont .products .item .col:nth-child(3) p {
font-size: 17px;
line-height: 21px;
margin-bottom: 15px;
}
.skips-list-block .cont .products .item:nth-child(1) {
transition-delay: 0.1s;
}
.skips-list-block .cont .products .item:nth-child(2) {
transition-delay: 0.2s;
}
.skips-list-block .cont .products .item:nth-child(3) {
transition-delay: 0.3s;
}
.skips-list-block .cont .products .item:nth-child(4) {
transition-delay: 0.4s;
}
.skips-list-block .cont .products .item:nth-child(5) {
transition-delay: 0.5s;
}
.skips-list-block .cont .products .item:nth-child(6) {
transition-delay: 0.6s;
}
.skips-list-block .cont .products .item:nth-child(7) {
transition-delay: 0.7s;
}
.skips-list-block .cont .products .item:nth-child(8) {
transition-delay: 0.8s;
}
.skips-list-block .cont .products .item:nth-child(9) {
transition-delay: 0.9s;
}
.skips-list-block .cont .products.is-inview .item {
opacity: 1;
transform: translate(0, 0px);
}
.skips-block {
position: relative;
margin: 50px 0;
}
.skips-block .skips-swiper .swiper-wrapper .item {
display: flex;
flex-wrap: wrap;
width: 32%;
opacity: 0;
transform: translate(0, 100px);
border: 1px solid #c8c8c8;
padding: 30px 20px 20px;
box-sizing: border-box;
text-decoration: none;
justify-content: center;
transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}
.skips-block .skips-swiper .swiper-wrapper .item .cont {
text-align: center;
}
.skips-block .skips-swiper .swiper-wrapper .item .cont p {
margin: 0 auto;
padding: 0;
font-size: 25px;
}
.skips-block .skips-swiper .swiper-wrapper .item .cont p.title {
color: var(--h-purple);
font-weight: 600;
}
.skips-block .skips-swiper .swiper-wrapper .item .cont p:nth-child(2) {
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
margin: 15px 0;
}
.skips-block .skips-swiper .swiper-wrapper .item .cont p:nth-child(3) {
font-size: 48px;
color: var(--h-purple);
font-weight: 700;
text-transform: uppercase;
margin: 15px 0;
}
.skips-block .skips-swiper .swiper-wrapper .item .cont p:nth-child(4) {
font-size: 19px;
line-height: 23px;
font-weight: 600;
margin: 0 auto;
margin-top: 20px;
max-width: 80%;
}
.skips-block .skips-swiper .swiper-wrapper .item img {
max-height: 170px;
width: auto;
margin: 20px 0;
}
.skips-block .skips-swiper .swiper-wrapper .item.swiper-slide-visible {
opacity: 1;
}
.skips-block .skips-swiper .swiper-wrapper .item:hover .order {
background-color: var(--h-purple);
color: var(--h-yellow);
cursor: pointer;
padding: 8px 75px 8px 55px;
}
.skips-block .skips-swiper .swiper-wrapper .item:hover .order:after {
right: 15px;
opacity: 1;
}
.skips-block .skips-swiper .swiper-wrapper .item:nth-child(1) {
transition-delay: 0.2s;
}
.skips-block .skips-swiper .swiper-wrapper .item:nth-child(2) {
transition-delay: 0.4s;
}
.skips-block .skips-swiper .swiper-wrapper .item:nth-child(3) {
transition-delay: 0.6s;
}
.skips-block .skips-swiper .swiper-wrapper .item:nth-child(4) {
transition-delay: 0.8s;
}
.skips-block .skips-swiper .swiper-wrapper .item:nth-child(5) {
transition-delay: 1s;
}
.skips-block .skips-swiper .swiper-wrapper .item:nth-child(6) {
transition-delay: 1.2s;
}
.skips-block .skips-swiper .swiper-wrapper .item:nth-child(7) {
transition-delay: 1.4s;
}
.skips-block .skips-swiper .swiper-wrapper .item:nth-child(8) {
transition-delay: 1.6s;
}
.skips-block .skips-swiper .swiper-wrapper .item:nth-child(9) {
transition-delay: 1.8s;
}
.skips-block .skips-swiper .swiper-wrapper.is-inview .item {
opacity: 1;
transform: translate(0, 0px);
}
.skips-block .skips-swiper .swiper-wrapper {
gap: 23px;
}
.skips-block .larger-skip {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 50px;
}
.skips-block .larger-skip p {
font-size: 24px;
font-weight: 600;
color: var(--h-purple);
}
.skips-block .larger-skip p span {
font-size: 40px;
text-transform: uppercase;
font-weight: 700;
}
.skips-block .larger-skip p a {
text-decoration: none;
}
.skips-block .larger-skip p a:hover {
color: var(--h-yellow);
}
.slider-block {
position: relative;
z-index: 10;
background-color: black;
}
.slider-block .bg {
position: absolute;
width: 100%;
height: 100%;
z-index: 0;
}
.slider-block .curve {
position: absolute;
width: 100%;
height: 225px;
bottom: 0;
z-index: 1;
}
.slider-block .curve svg {
height: 100%;
width: 140%;
}
.slider-block #map {
height: 500px;
width: 100%;
}
.slider-block .slider {
padding: 0;
}
.slider-block .slider .slick-list {
overflow: visible;
}
.slider-block .slider .slick-list .slick-track {
overflow: hidden;
}
.slider-block .slider .slick-list .slick-track .item {
position: relative;
display: flex;
align-items: center;
height: 70vh;
max-height: 700px;
min-height: 600px;
overflow: hidden;
}
.slider-block .slider .slick-list .slick-track .item img {
display: block;
object-fit: cover;
object-position: center;
height: 100%;
width: 100%;
right: 0;
position: absolute;
opacity: 0.8;
}
.slider-block .slider .slick-list .slick-track .item .video-cont {
position: relative;
height: 100%;
width: 100%;
background: #000;
overflow: hidden;
z-index: 1;
}
.slider-block .slider .slick-list .slick-track .item .video-cont iframe {
position: absolute;
transform: translate(-50%, -50%);
width: 130%;
height: 130%;
left: 50%;
top: 50%;
}
.slider-block .slider .slick-list .slick-track .item .content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
align-items: center;
justify-content: flex-start;
z-index: 5;
padding: 75px 20px;
}
.slider-block .slider .slick-list .slick-track .item .content .cont {
width: 50%;
transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
transition-delay: 0.2s;
transform: translate(-50%, 0%);
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
opacity: 0;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .col {
width: 100%;
padding: 0 40px 50px 0;
box-sizing: border-box;
justify-content: flex-start;
text-align: left;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .col h1, .slider-block .slider .slick-list .slick-track .item .content .cont .col h2, .slider-block .slider .slick-list .slick-track .item .content .cont .col p {
color: white;
margin: 0 auto;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .col p {
margin: 0 auto;
padding-top: 25px;
font-size: 26px;
line-height: 32px;
max-width: 55%;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .col h1 {
color: white;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .col a {
background-color: var(--s-yellow);
border-color: var(--s-yellow);
color: var(--s-blue);
padding: 15px 35px 13px 35px;
margin: 0 0 0;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .col a:hover {
padding: 15px 55px 13px 35px;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .col .buttons {
padding: 40px 0 0;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .col .buttons span {
color: white;
margin: 0 15px;
font-size: 22px;
line-height: 28px;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .col:nth-child(2) {
width: 50%;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: flex-end;
}
.slider-block .slider .slick-list .slick-track .item .content .cont::after {
content: "";
background-color: rgba(0, 0, 0, 0.6);
position: absolute;
width: 100vw;
height: 100%;
right: 0;
z-index: -1;
padding: 40px 0;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .appendDots {
position: absolute;
bottom: 0;
left: 0;
display: flex;
flex-wrap: wrap;
width: 100%;
align-items: flex-start;
justify-content: flex-start;
}
.slider-block .slider .slick-list .slick-track .item .landing-content {
position: absolute;
top: 80px;
left: 50%;
transform: translate(-50%, 0%);
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: center;
z-index: 1001;
}
.slider-block .slider .slick-list .slick-track .item .landing-content p {
color: white;
width: 100%;
text-align: center;
font-size: 30px;
margin: 0;
padding: 0;
font-weight: 300;
}
.slider-block .slider .slick-list .slick-track .item .landing-content svg {
max-width: 550px;
height: 100px;
}
.slider-block .slider .slick-list .slick-track .item .landing-content svg g path {
fill: white;
}
.slider-block .slider.multi.small .slick-list .slick-track .item .content .cont .col {
padding: 0 0 30px;
}
.slider-block .slider.anim .slick-list .slick-track .item .content .cont {
transform: translate(0%, 0%);
opacity: 1;
}
.slider-block .slider.small .slick-list .slick-track .item {
max-height: 650px;
min-height: 450px;
height: 40vh;
}
.slider-block .slider.small .slick-list .slick-track .item .content {
bottom: 40px;
padding: 0 20px;
transform: translate(-50%, 0%);
top: auto;
}
.slider-block .slider.small .slick-list .slick-track .item .content .cont:after {
width: 200vw;
right: -50vw;
}
.slider-block .slider.small .slick-list .slick-track .item .content .cont .col {
padding: 0;
}
.slider-block .slider.small .slick-list .slick-track .item .content .cont .col p {
margin: 0;
padding: 0;
}
.slider-block .slider.small .slick-list .slick-track .item .content .appendDots {
bottom: -10px;
left: 0;
}
.slider-block .arrow-wrapper {
max-width: 1140px;
position: relative;
}
.slider-block .arrow-wrapper .arrow {
left: 50%;
position: absolute;
transform: translate(-50%, -50%);
width: 35px;
height: 35px;
bottom: 0;
z-index: 13;
}
.slider-block .arrow-wrapper .arrow:after, .slider-block .arrow-wrapper .arrow:before {
content: "";
width: 20px;
height: 2px;
border-radius: 3px;
background-color: white;
transform: rotate(-40deg);
position: absolute;
right: 0;
top: 20px;
transition: all 0.3s ease-in-out;
}
.slider-block .arrow-wrapper .arrow:before {
left: 0;
right: auto;
transform: rotate(40deg);
}
.slider-block .arrow-wrapper .arrow:hover {
cursor: pointer;
}
.slider-block .arrow-wrapper .arrow:hover:after, .slider-block .arrow-wrapper .arrow:hover:before {
top: 25px;
}
@media screen and (max-width: 844px) {
.slider-block {
overflow: hidden;
}
.slider-block .slider {
padding: 0;
}
.slider-block .slider .slick-list .slick-track {
overflow: visible;
}
.slider-block .slider .slick-list .slick-track .item .content {
width: 100%;
padding: 70px 0;
}
.slider-block .slider .slick-list .slick-track .item .content .cont {
width: 100%;
padding: 0 20px;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .col .buttons span {
position: relative;
display: inline-block;
margin: 10px 15px 10px 0;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .appendDots {
left: 20px;
}
.slider-block .slider.small .slick-list .slick-track .item {
min-height: 380px;
}
.slider-block .slider.small .slick-list .slick-track .item .content {
padding: 0;
}
.slider-block .arrow {
transform: translate(-50%, -50%);
display: none;
}
.slider-block .slick-slider .slick-arrow {
display: none !important;
}
}
.stats-block {
position: relative;
text-align: center;
}
.stats-block h2 {
color: var(--giraffe-purple);
}
.stats-block p {
font-size: 22px;
font-family: "Titillium Web", sans-serif;
font-weight: 600;
}
.stats-block .cont {
margin-top: 60px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 20px;
}
.stats-block .cont .item {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
max-width: 300px;
justify-content: center;
}
.stats-block .cont .item img {
display: inline-block;
width: 180px;
max-height: 140px;
}
.stats-block .cont .item h3 {
width: 100%;
text-align: center;
padding: 0;
margin: 15px 0 5px;
font-size: 40px;
color: var(--giraffe-purple);
}
.stats-block .cont .item p {
width: 100%;
text-align: center;
padding: 0;
margin: 0;
font-size: 20px;
font-family: "Titillium Web", sans-serif;
font-weight: 900;
}
.talk-block {
position: relative;
margin: 30px 0;
}
.talk-block .cont {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
.talk-block .cont a {
color: var(--giraffe-grey);
border: 2px solid var(--giraffe-purple);
background-color: white;
}
.talk-block .cont a:hover {
background-color: var(--giraffe-purple);
color: white;
}
@media screen and (max-width: 844px) {
.talk-block .cont h3 {
text-align: center;
}
.talk-block .cont a {
display: inline-block;
margin: 0 auto;
}
}
.team-block .cont {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.team-block .cont .item {
width: 19%;
}
.team-block .cont .item img {
width: 100%;
height: 170px;
display: block;
object-fit: cover;
object-position: center;
}
.team-block .cont .item p {
color: white;
}
@media screen and (max-width: 844px) {
.team-block .cont .item {
width: 100%;
margin: 10px 0;
}
}
.term-dates-block {
position: relative;
padding: 20px 0;
}
.term-dates-block .dev {
right: 0;
left: auto;
}
.term-dates-block h3 {
color: var(--hv-lgrey);
}
.term-dates-block .cont {
padding: 20px 0;
}
.term-dates-block .cont .value {
display: flex;
flex-wrap: wrap;
margin: 7px 0;
position: relative;
}
.term-dates-block .cont .value p {
margin: 0;
padding: 0 0 0 20px;
line-height: 18px;
font-size: 14px;
}
.term-dates-block .cont .value p:after {
content: "";
width: 30px;
height: 100%;
background: transparent url(//www.seaward-travel.co.uk/wp-content/themes/seaward/images/arrow-right-orange.svg) no-repeat left center;
background-size: 12px;
position: absolute;
left: 0;
top: 0;
}
@media screen and (max-width: 844px) {
.term-dates-block {
padding: 0;
}
.term-dates-block .cont {
padding: 0;
}
}
.title-block #top-bg {
position: absolute;
left: 50%;
transform: translate(-50%, 0);
width: 1200px;
z-index: -1;
top: 0;
}
.title-block #top-bg img {
width: 100%;
height: auto;
}
.title-block #top-bg.small {
width: 700px;
}
.title-block .cont {
width: 340px;
margin: 0 auto;
text-align: center;
margin-top: 85px;
margin-bottom: 70px;
padding: 80px 0 60px;
min-height: 145px;
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.title-block .cont h1 {
color: #fff;
padding: 0;
margin: 0;
font-size: 45px;
line-height: 45px;
font-weight: 600;
}
.title-block .cont p {
color: #fff;
padding: 10px 0;
margin: 0;
font-weight: 400;
font-size: 21px;
}
.title-block .cont:after {
content: "";
width: 60px;
height: 60px;
background: transparent url(//www.seaward-travel.co.uk/wp-content/themes/seaward/images/liminal-logo-white.svg) no-repeat center center;
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%, 0);
}
.title-block .dev {
top: 28px !important;
}
@media screen and (max-width: 844px) {
.title-block {
position: relative;
width: 100%;
overflow: hidden;
top: -25px;
}
.title-block .cont {
padding: 120px 0 60px;
}
}
[data-type="acf/title"] {
position: relative;
}
[data-type="acf/title"] #top-bg {
z-index: 0;
}
.welcome-block {
position: relative;
min-height: 450px;
}
.welcome-block:after {
content: "";
width: 200vw;
height: 1px;
background-color: var(--hv-llgrey);
position: absolute;
bottom: 0;
left: 0;
}
.welcome-block .content .wp-block-columns {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 0;
gap: 0;
}
.welcome-block .content .wp-block-columns .wp-block-column {
width: 50%;
flex-basis: auto;
flex-grow: initial;
align-items: center !important;
}
.welcome-block .content .wp-block-columns .wp-block-column:nth-child(1) {
padding: 40px 60px 40px 0;
box-sizing: border-box;
}
.welcome-block .content .wp-block-columns .wp-block-column:nth-child(1) > .heading:first-of-type h1, .welcome-block .content .wp-block-columns .wp-block-column:nth-child(1) > .heading:first-of-type h2, .welcome-block .content .wp-block-columns .wp-block-column:nth-child(1) > .heading:first-of-type h3 {
margin-top: 10px;
}
.welcome-block .content .wp-block-columns .wp-block-column:nth-child(2) figure {
height: 100%;
}
.welcome-block .content .wp-block-columns .wp-block-column:nth-child(2) figure img {
height: 100%;
object-fit: contain;
object-position: center bottom;
}
.welcome-block .content.arrange-left .wp-block-columns .wp-block-column:nth-child(1) {
order: 2;
}
.welcome-block .content.arrange-left .wp-block-columns .wp-block-column:nth-child(2) {
order: 1;
}
.work-block {
padding: 100px 0px 0;
position: relative;
background: black url(//www.seaward-travel.co.uk/wp-content/themes/seaward/images/pattern-bg.jpg) repeat-y center center;
background-size: cover;
}
.work-block .work-container h2 {
color: white;
}
.work-block .work-container > a {
position: relative;
top: -100px;
}
.work-block .work-container .cont {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 40px 0px;
}
.work-block .work-container .cont .item {
width: calc(50% - 10px);
display: inline-block;
text-decoration: none;
transition: all 0.3s ease-in-out;
z-index: 1;
}
.work-block .work-container .cont .item img {
width: 100%;
height: 450px;
object-fit: cover;
object-position: center;
}
.work-block .work-container .cont .item p.tag {
font-family: "Titillium Web", sans-serif;
color: var(--giraffe-purple);
text-transform: uppercase;
padding: 5px 0;
margin: 0;
font-size: 13px;
font-weight: 600;
}
.work-block .work-container .cont .item h3 {
color: white;
padding: 0;
margin: 0 0 40px;
}
.work-block .work-container .cont .item:hover {
transform: scale(1.1);
z-index: 2;
}
.work-block .work-container .cont .item:nth-child(4n+2) img, .work-block .work-container .cont .item:nth-child(4n+3) img {
height: 300px;
}
.work-block .work-container .cont .item:nth-child(4n) {
top: -149px;
position: relative;
}
.work-block .work-container .cont .item:nth-child(5n) {
top: -149px;
position: relative;
}
.work-block .work-container .cont .item:nth-child(6n) {
top: -149px;
position: relative;
}
.work-block .work-container .cont .item:nth-child(7n) {
top: -149px;
position: relative;
}
.work-block .work-container .cont .item:nth-child(8n) {
top: -149px;
position: relative;
}
.work-block .work-container.two {
padding-bottom: 100px;
}
.work-block .work-container.two > a {
top: 0;
}
.work-block .work-container.two .cont .item:nth-child(4n+2) img, .work-block .work-container.two .cont .item:nth-child(4n+3) img {
height: 450px;
}
@media screen and (max-width: 844px) {
.work-block {
padding: 50px 0 0;
}
.work-block .work-container {
padding: 0 20px 60px;
}
.work-block .work-container .cont .item {
width: 100%;
top: 0 !important;
}
.work-block .work-container > a {
top: auto;
bottom: 0;
}
}
[data-type="core/spacer"] .components-resizable-box__container {
background-color: #f7f7f7;
}