/*
Theme Name: BlankSlate Child
Theme URI: https://opencollective.com/blankslate
Template: blankslate
Author: Bryan Hadaway
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/bhadaway/blankslate/issues. Thank you.
Tags: accessibility-ready,one-column,two-columns,custom-menu,featured-images,microformats,sticky-post,threaded-comments,translation-ready
Version: 2024.2.1722491360
Updated: 2024-08-01 05:49:20

*/
:root {
    --darkBlue: #0E263A;
    --lightBlue: #6FA8D6;
    --white: #FFFFFF;
    --transparent: #00000000;
    --aqua: #CFE1DD;
}

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://use.typekit.net/dcq7kqk.css");

/* General Style */
ul {
    margin-bottom: 0;
    padding-left: 0;
}
/* Global Fonts */
/* Heading 1 */
.seasons-90pt-bold {
    font-family: the-seasons, sans-serif;
    font-size: 3.1875rem;
    font-size: clamp(3.1875rem, 2.417763157894737rem + 3.207236842105263vw, 5.625rem);
    line-height: normal;
    font-weight: 700;
}
/* Heading 2 */
.seasons-80pt-bold {
    font-family: the-seasons, sans-serif;
    font-size: 3.1875rem;
    font-size: clamp(3.1875rem, 2.6151315789473686rem + 2.3848684210526314vw, 5rem);
    line-height: 1em;
    font-weight: 700;
}
/* Heading 3 */
.seasons-45pt-bold {
    font-family: the-seasons, sans-serif;
    font-size: 2.125rem;
    font-size: clamp(2.125rem, 1.9078947368421053rem + 0.9046052631578948vw, 2.8125rem);
    line-height: 1.125em;
    font-weight: 700;
}
/* Heading 4 */
.archivo-16pt-medium {
    font-family: "Archivo", sans-serif;
    font-size: 0.875rem;
    font-size: clamp(0.875rem, 0.8355263157894737rem + 0.1644736842105263vw, 1rem);
    line-height: 2em;
    font-weight: 500;
    letter-spacing: 1.2px;
}
/* Heading 5 */
.archivo-36pt-light {
    font-family: "Archivo", sans-serif;
    font-size: 1.5625rem;
    font-size: clamp(1.5625rem, 1.3453947368421053rem + 0.9046052631578948vw, 2.25rem);
    line-height: normal;
    font-weight: 300;
}
/* Body copy */
.archivo-18pt-regular {
    font-family: "Archivo", sans-serif;
    font-size: 1.0625rem;
    font-size: clamp(1.0625rem, 1.042763157894737rem + 0.08223684210526315vw, 1.125rem);
    line-height: 1.5em;
    font-weight: 400;
}
/* Button copy */
.button-18pt {
    font-family: "Archivo", sans-serif;
    font-size: 1rem;
    font-size: clamp(1rem, 0.9605263157894737rem + 0.1644736842105263vw, 1.125rem);
    line-height: 1.1em;
    font-weight: 500;
}
.button-16pt {
    font-family: "Archivo", sans-serif;
    font-size: 0.875rem;
    font-size: clamp(0.875rem, 0.8355263157894737rem + 0.1644736842105263vw, 1rem);
    line-height: 1em;
    font-weight: 500;
    letter-spacing: 0;
}
/* Uppercase */
.uppercase {
    text-transform: uppercase;
}
/* Breakpoint 1480px */
.wide-screen {
    max-width: 1480px !important;
}


body {
	padding-top: 107px;
}


div[data-elementor-type="header"] {
	position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 9999;
    width: 100%;	
}


div[data-elementor-type="wp-page"] {
	overflow-x: hidden;
}



/* Header Section */
.header-wrapper .col-12.d-flex {
    height: 120px;
    gap: 50px;
}
/* Header Sub Menu Button */
.header-menu-button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: transparent;
    transition: background .3s ease;
}
.header-menu-button.cross:hover {
    background: #CFE1DD80;
}
.header-menu-button svg {
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: height 0.3s ease;
}
.header-menu-button.cross svg {
    height: 44px;
}
.header-menu-button.cross .line1 {
    transform: translateX(4px) translateY(-5px) rotate(45deg);
}

.header-menu-button.cross .line2 {
    transform: translateX(3px) translateY(11px) rotate(-45deg);
}
.header-menu-button svg g {
    transform-origin: center;
    transition: transform 0.3s ease;
}
.header-menu-button svg g path {
    transition: transform 0.3s ease, fill 0.3s ease;
}
.header-menu-button:hover svg g path {
    fill: #6FA8D6;
}

/* Header Menu Items */
.header-menu {
    width: 100%;
}
.header-menu .d-flex {
    gap: 50px;
}
.header-menu ul li {
    list-style: none;
}
.header-menu ul li a {
    color: var(--darkBlue);
    text-decoration: none;
}

ul.d-flex.flex-row.align-items-center.justify-content-between {
    width: 100%;
}
ul.d-flex.flex-row.align-items-center.justify-content-between > div {
    display: flex;
}
ul.d-flex.flex-row.align-items-center.justify-content-between > li {
    margin-left: auto;
}
.header-home img {
    padding-left: 60px;
}
/* Header Call Button */
.btn.btn-success {
    color: var(--darkBlue);
    border: 1px solid var(--darkBlue);
    border-radius: 8px;
    background-color: var(--transparent);
    padding: 15px 20px;
    transition: color .3s ease, border-color .3s ease;
} 
.btn.btn-success:hover {
    color: var(--lightBlue);
    border-color: var(--lightBlue);
}

/* Hide Footer Form */
.page-id-271 #footer-form,
.page-id-308 #footer-form,
.page-id-316 #footer-form,
.page-id-322 #footer-form {
    display: none;
}


/* Products Shortcode Style */
/* Sidebar Products Page */
.sidebar {
    height: 100%;
    max-width: 150px;
    position: relative;
    overflow: hidden !important;
}

/* Products Exterior Colours */
.exterior_colours_wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 12px;
    row-gap: 12px;
    max-width: 240px;
}
.exterior_colours_wrapper div {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #707070;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    transform: rotate(180deg);
}

/* Banner GSAP */
.banner_container {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_content {
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    z-index: 999 !important;
    opacity: 0;
    height: 400px !important;
    max-width: 1600px !important;
    width: 100% !important;
    transform: translateX(-50%);
}
.section1 {
    height: 100vh;
    position: relative;
    background-color: #0E263A;
    overflow: hidden;
}
.section1 #cerc-cover {  
    background-image: url('https://cworthymarine.com/wp-content/uploads/2024/08/Mask-Group-64.png');
    background-position: center;
    background-size: cover;
    clip-path: inset(10% 10% 10% 10% round 8px);
    z-index: 999;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale(.2);
}

/* Shortcode Brands Repeater */
.brand_content  {
    display: flex;
    flex-direction: column;
    gap: 200px;
    max-width: 1140px;
    margin: 0 auto;
}
.brand_content .wrapper-single {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 120px;
    position: relative;
}
.brand_content .set-image {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    flex-direction: column;
}
.brand_content .set-image img, 
.brand_content .set-image .overlay {
    width: 100%;
    height: 100%;
}
.brand_content .set-image .overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: 100%;*/
    max-width: 500px;
    /*height: 100%;*/
    max-height: 500px;
    background: #CFE1DD;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    mix-blend-mode: color;
    z-index: 999 !important;
}
.brand_content .set-image img {
    position: relative;
    z-index: 1; 
    border-radius: 50%;
    /*width: 100%;*/
    max-width: 500px;
    object-fit: cover;
    /*max-height: 500px;*/
}
.brand_content .wrapper-single .content {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}
.brand_content .wrapper-single .content h2 {
    color: #CFE1DD;
    font-family: var(--e-global-typography-6befbbc-font-family), Sans-serif;
    font-size: var(--e-global-typography-6befbbc-font-size);
    font-weight: var(--e-global-typography-6befbbc-font-weight);
    line-height: var(--e-global-typography-6befbbc-line-height);
    margin-bottom: 0;
    text-transform: uppercase;
    text-wrap: balance;
}
.brand_content .wrapper-single .content p {
    color: #CFE1DD;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    margin-bottom: 0;
}
.brand_content .wrapper-single .content a {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    position: relative;
}
.brand_content .wrapper-single .content a::after {
    content: '';
    position: absolute;
    right: -48px;
    top: 6px;
    background-image: url('https://cworthymarine.com/wp-content/uploads/2024/08/Path-25.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 18px;
    transition: right .3s ease;
}
.brand_content .wrapper-single .content a:hover::after {
    right: -53px !important;
}





:root {
	--menu-bg: #E7F0EE;
	--menu-hover: #6FA8D6;
}

body.locked {
	overflow: hidden;
    height: 100vh;
}

#megamenu {
	visibility: hidden;
}
#megamenu.active {
	visibility: visible;
}

.menu {
	position: fixed;
    height: calc(100dvh - 110px);
    width: 100%;
    background-color: #fff;
    z-index: 99999;
    padding: 0 0 50px 0;
    overflow: hidden;
}
.menu .container {
	height: 100%;
    width: 100%;
    max-width: 1720px;
    padding: 0 60px;
    overflow-y: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
.menu .container::-webkit-scrollbar {
	display: none;
}
ul#main-menu {
	font-family: var(--e-global-typography-text-font-family);
	list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    position: relative;
    overflow-y: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
ul#main-menu::-webkit-scrollbar {
	display: none;
}
ul#main-menu > li {
	text-transform: uppercase;
    width: 20%;
}

ul#main-menu > li > *:not(ul) {
	color: inherit;
    display: block;
    padding: 15px 10px 15px 0;
    font-size: 16px;  
    letter-spacing: calc(1rem* 0.001* 75);
    cursor: pointer;
    position: relative;
}
ul#main-menu > li > *:not(ul) .indicator {
	display: none;
	position: absolute;
    right: 0;
    top: 14px;
}

ul#main-menu > li > *:not(ul):hover {
	color: var(--menu-hover);
}

ul#main-menu > li.active > *:not(ul) {
	color: var(--menu-hover);
}

ul#main-menu > li.active > ul.first-level {
	display: flex;
}


ul#main-menu > li > img {
	list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 20%;
    width: 80%;
    height: 100%;
    background-color: var(--menu-bg);
    border-radius: 8px;
    overflow: hidden;
/*     display: none; */   
    z-index: 1;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}



ul#main-menu > li:hover > img {
	opacity: 1;
    visibility: visible;
}
	
  



ul.first-level {
	list-style: none;
    padding: 0;
    margin: 0;	
	position: absolute;
	top: 0;
	left: 20%;
    width: 80%;
    height: 100%;
    background-color: var(--menu-bg);
    border-radius: 8px;
    overflow: hidden;
    display: none;
    z-index: 1;
/*     min-height: 600px; */
}
ul.first-level > li {
	text-transform: none;
    width: 60%;
    padding: 0 50px;
}
ul.first-level > li.heading > *:not(ul) {
	text-transform: uppercase;
    display: block;
    padding: 60px 0 20px;
    font-size: 14px;
    letter-spacing: calc(1rem* 0.001* 75);
}

ul.first-level > li.heading > .back {
    display: none;
}
ul.first-level > li.heading:first-child > .back {
	display: inline-block;
	border: 0;
	padding-bottom: 0;
}

ul.first-level > li.heading > .back svg {
	transform: rotate(-180deg);
    width: 15px;
    position: relative;
    top: -1px;
    margin-right: 10px;	
}

ul.first-level > li.image {
	overflow: hidden;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0 !important;
    width: 40%;
}
ul.first-level > li.image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
ul.first-level > li.image > *:not(img) {
	display: none;
}

ul.first-level > li.cta {
	width: 100%;
    height: 100%;
	padding: 0 !important;
}

ul.first-level > li.cta img {
	height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
ul.first-level > li.cta > *:not(img):not(ul) {
	position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    background-color: #fff;
    padding: 10px 10px;
    min-width: 200px;
    text-align: center;
    border-radius: 8px;
    color: inherit;
}

ul.first-level > li.active > ul.second-level {
	display: flex;
}

ul.second-level {
	list-style: none;
    margin: 0;
    padding: 0;
    columns: 2;    
}
ul.second-level > li > *:not(ul) {
	color: inherit;
    display: inline-block;
    padding: 14px 0;
    font-size: 22px;
    cursor: pointer;
    line-height: 1.2;
}
ul.second-level > li > *:not(ul) .indicator {
	display: none;
	position: absolute;
	right: 0;
	top: 18px;
}

ul.second-level > li > *:not(ul):hover {
	color: var(--menu-hover);
}



ul.second-level > li > img {
	display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    height: 100%;
    width: 40%;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
ul.second-level > li:hover > img {
/* 	display: block; */
	opacity: 1;
    visibility: visible;
}




ul.second-level > li.all {
	position: absolute;
    left: 50px;
    bottom: 50px;	
}
ul.second-level > li.all > a {
	background-color: #fff;
    font-size: 18px;
    padding: 15px 20px;
    border-radius: 8px;
    text-align: center;
}
ul.second-level > li.all > a:hover {
	background-color: #6FA8D6;
	color: #fff;
}


ul.second-level > li.active > ul.third-level {
	display: flex;
}


ul.third-level {
	list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: var(--menu-bg);
    border-radius: 8px;
    flex-wrap: wrap;
    z-index: 2;
}

ul.third-level > li {
	width: 60%;
    padding: 0 50px;
}

ul.third-level > li.heading > *:not(ul) {
	text-transform: uppercase;
    display: block;
    padding: 60px 0 20px;
    font-size: 14px;
    letter-spacing: 2px;
}

ul.third-level > li.heading > .back {
    display: inline-block;
    padding-bottom: 0;
}

ul.third-level > li.heading > .back svg {
	transform: rotate(-180deg);
    width: 15px;
    position: relative;
    top: -1px;
    margin-right: 10px;	
}

ul.third-level > li.products {
	width: 40%;
    padding: 4px;
}
ul.third-level > li.products .product {
	display: none;
	background-color: #fff;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 30px 55px;
    border-radius: 8px;
    color: inherit;
    text-decoration: none;
}
ul.third-level > li.products .product.active {
	display: flex;
}

ul.third-level > li.products .product .title {
	text-transform: uppercase;
	letter-spacing: calc(1rem* 0.001* 75);
	font-size: 14px;
	font-weight: 500;
}
ul.third-level > li.products .product .title a {
	text-decoration: none;
	color: inherit;
}
ul.third-level > li.products .product .imageHolder {
	display: flex;	
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}
ul.third-level > li.products .product .detailsHolder {
	display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
ul.third-level > li.products .product .detailsHolder p {
	font-size: 24px;
    font-weight: 500;
    width: 50%;
}
ul.third-level > li.products .product .detailsHolder .label {
	font-size: 16px;
    font-weight: 400;
    display: block;
}
ul.third-level > li.products .product a.btn {
	display: inline-block;
    margin: 0;
    text-align: left;
    background-color: var(--menu-bg);
    width: max-content;
    margin-bottom: 18px;
    font-size: 18px;
    padding: 15px 20px;
    border-radius: 8px;
    text-align: center;
    line-height: 1;
}
ul.third-level > li.products .product a.btn:hover {
	background-color: #6FA8D6;
	color: #fff;
}



ul.fourth-level {
	list-style: none;
    margin: 0;
    padding: 0;    
    columns: 2;
}
ul.fourth-level > li > *:not(ul) {
	color: inherit;
    display: inline-block;
    padding: 12px 0;
    font-size: 22px;
    cursor: pointer;
    line-height: 1.2;
}

ul.fourth-level > li > *:not(ul):hover {
	color: var(--menu-hover);
}

ul.fourth-level > li.all {
	position: absolute;
    left: 50px;
    bottom: 50px;	
}

ul.fourth-level > li.all > a {
	background-color: #fff;
    font-size: 18px;
    padding: 15px 20px;
    border-radius: 8px;
    text-align: center;
}
ul.fourth-level > li.all > a:hover {
	background-color: #6FA8D6;
	color: #fff;
}






@media screen and (max-width: 1024px) {
	
	ul.first-level > li {
	    width: 100%;
	}	
	ul.first-level > li.image {
	    display: none;
	}

	ul.third-level > li {
	    width: 100%;
	}
	ul.third-level > li.products {
	    display: none;
	}
	
}



@media screen and (max-width: 768px) {
	
	body {
		padding-top: 107px;
	}
	
	.menu {
		padding: 0;
		height: calc(100dvh - 86px);
	}
	
	
	.menu .container {
	    padding: 0;
		overflow-y: scroll;
	}
	
	
	ul#main-menu {
		overflow: hidden;
	}
	    
		

	ul#main-menu > li {
	    width: calc(100% - 30px);
        border-bottom: 1px solid #D6DADD;
        margin: 0 15px;
	}
	
	ul#main-menu > li > *:not(ul) {
	    padding: 15px 0;
	    display: block;
	}
	
	ul#main-menu > li > *:not(ul) .indicator {
		display: block;	
	}
	
	
	ul#main-menu > li:first-child a {
	    margin-top: 0;
	}
	

	
	ul#main-menu > li.active > ul.first-level {
	    left: 0;       
	}
	
	
	ul.first-level {
	    left: 100%;
	    width: 100%;
	    background-color: #fff;
	    z-index: 1;
	    display: flex;
	    transition: 0.5s;
	    
	    padding: 0 15px 45px;
        height: auto;
        
        flex-direction: column;
        border-radius: 8px;
	}
	ul.first-level > li {
        width: 100%;
        padding: 0;
        height: 100%;
        overflow-y: scroll;
    }
    ul.first-level > li.cta {
	    display: none;
	}
	ul.first-level > li.heading > *:not(ul) {
	    border-bottom: 1px solid #D6DADD;
	}
	ul.first-level > li.heading:first-child > .back {
	    display: inline-block;
	    border: 0;
	    padding-bottom: 0;
	    padding-top: 0;
	}
	ul.second-level {
	    columns: 1;
	}
    ul.second-level > li > *:not(ul) {
	    padding: 20px 0;
	    font-size: 17px;
	    display: block;
	    position: relative;
	}	
	ul.second-level > li > *:not(ul) .indicator {
		display: block;	
	}
	ul.second-level > li.all {
		position: relative;
	    left: 0;
	    bottom: 0;	
	}
	ul.second-level > li.all > a {
	    background-color: #6FA8D6;
	    font-size: 14px;
	    color: #fff;
	    margin-top: 25px;
	}
	ul.second-level > li.active > ul.third-level {
	    left: 0;
	}
	ul.third-level {
		left: 100%;
	    background-color: #fff;
	    display: flex;
	    transition: 0.5s;
	    padding: 0 15px;
        height: 100%;
        overflow: scroll
	}
	ul.third-level > li {
		padding: 0;	
	}
	
	ul.third-level > li.heading > *:not(ul) {
        border-bottom: 1px solid #D6DADD;
    }
    
    ul.third-level > li.heading > .back {
		border: 0; 
		padding-top: 0;
    }
		
	
	ul.fourth-level {
	    columns: 1;
	}
	ul.fourth-level > li > *:not(ul) {
		padding: 20px 0;
	    font-size: 17px;
	    display: block;
        position: relative;
	}
	
	ul.fourth-level > li.all {
		position: relative;
	    left: 0;
	    bottom: 0;	
	}
	ul.fourth-level > li.all > a {
	    background-color: #6FA8D6;
	    font-size: 14px;
	    color: #fff;
	    margin-top: 25px;
	}
	
	
	.section1 #cerc-cover {
	    clip-path: unset;
	    transform: scale(1);
	}
	.banner_content {
	    left: 0 !important;
        opacity: 1 !important;
        transform: none !important;
	}
	
	
	
}









@media (max-width: 1024px) {
    .brand_content {
        gap: 120px;
    }
}
@media (max-width: 768px) {
	
	
	
	#main-menu img {
		display: none !important;
	}
	
	
	
    .brand_content {
        gap: 60px;
    }
    .brand_content .wrapper-single {
        grid-template-columns: 1fr;
        row-gap: 40px;
    }
    .brand_content .set-image {
        align-items: center;
        max-width: 500px;
        margin: 0 auto;
    }
    .brand_content .set-image img, 
    .brand_content .set-image .overlay {
        max-width: 320px;
    }
    .brand_content .wrapper-single .content {
        justify-self: center;
        gap: 20px;
        align-items: center;
    }
    .brand_content .wrapper-single .content h2 {
        text-align: center;
    }
    .brand_content .wrapper-single .content p {
        text-align: center;
    }
    .brand_content .wrapper-single .content a {
        margin-left: -30px;
    }
}