/*
Theme Name: COCOA Custom Theme
Theme URI: https://cocoa.gd/
Description: Custom Theme For COCOA
Author: GND Digital
Author URI: https://GNDdigital.com
Version: 1.0.0
Template: Divi
*/

/* FONTS */
html {
	font-size: 62.5%;
}

.ls h1 {
	font-size: 5.5rem;
	font-weight: 400;
	line-height: 1.5;
}

.ls h2 {
	font-size: 4rem;
	font-weight: 300;
	line-height: 1.5;
}

.ls h3 {
	font-size: 3rem;
	font-weight: 300;
	line-height: 1.5;
}

.ls h4 {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
}

.ls p, .ls a, .ls li, .ls .nav li li a,.ls .et_pb_text_inner, h2.ls-about-pg-heading i {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.85;
}

.ls-txt-paddbottom h1, .ls-txt-paddbottom h2, .ls-txt-paddbottom h3, .ls-txt-paddbottom h4 {
	padding-bottom: 0;
}

.ls-list-paddbottom ul li {
	padding-bottom: 1em;
}

/* ---NAV SECTION--- */
div.et_pb_section.ls-nav-header.et_pb_sticky--top{ 
	background-image: unset !important;
}

.ls-nav-header.et_pb_sticky--top .et_pb_menu__logo img {
	content: url(/wp-content/uploads/2026/01/bblogo_dark.png);
}

/* ---FULL SCREEN SLIDER--- */
.ls-full-screen-slider .et_pb_slides {
    height: 100%;
}

.ls-full-screen-slider .et-pb-arrow-prev {
    left: 22px;
	opacity: 1;
}

.ls-full-screen-slider .et-pb-arrow-next {
    right: 22px;
	opacity: 1;
}

/* ---EQUALIZE IMAGE HEIGHT ON SMALLER LAPTOP SCREENS */
.ls-stretch-image, 
.ls-stretch-image .et_pb_image_wrap {
    height: 100%;
}

.ls-stretch-image .et_pb_image_wrap img {
    height: 100%;
    object-fit: cover;
}

/* ---FULLWIDTH IMAGES--- */
.ls-fullwidth-image img {
	height: 70vh;
	max-height: 700px;
	object-fit: cover;
}

/* ---WORK PAGE--- */
.et_pb_gutters2 .ls-work-col.et_pb_column, .et_pb_gutters2.et_pb_row .ls-work-col.et_pb_column {
    margin-right: 25px;
}

.ls-work-col::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s ease-in;
	z-index: 1;
}

.ls-inner-content:hover + .ls-work-col::before,
.ls-work-col:hover::before {
	opacity: 1;
}

.ls-work-col:hover .ls-work-txt-cat,
.ls-work-col:hover .ls-work-txt-title {
	opacity: 1;
	transform: translateY(0px);
}

.ls-location-content {
	height: 70px;
	position: relative;
}

.ls-work-txt-cat {
	opacity: 0;
	position: relative;
	transform: translateY(20px);
	transition: .15s all ease-in;
}

.ls-work-txt-title {
	opacity: 0;
	position: relative;
	transform: translateY(20px);
	transition: .15s all ease-in .2s;
}

.ls-work-txt-cat a {
	color: #ffffff;
	font-size: clamp(1.6rem, calc(1.6rem + ((1vw - 0.36rem) * 0.1282)), 1.8rem);
	line-height: 1.85;
}

.ls-work-txt-title h4 {
	color: #ffffff;
	font-size: clamp(2rem, calc(2rem + ((1vw - 0.36rem) * 0.2564)), 2.4rem);
	line-height: 1.5;
}

/* ---SCALE IMAGES ON HOVER--- */
.ls-image-scale .et_pb_image_wrap,
#ls-category-page .et_pb_post .et_pb_image_container {
    overflow: hidden;
}

.ls-image-scale img,
#ls-category-page .et_pb_post img {
	transition: scale .3s ease-in;
}

.ls-image-scale img:hover,
#ls-category-page .et_pb_post img:hover {
    scale: 1.05;
}


/* ---COCOA PROJECTS PAGE */
.ls-project-image-columns .et_pb_image,.ls-project-image-columns .et_pb_image_wrap {
	height: 100%;
	width: 100%;
}

.ls-project-image-columns span.et_pb_image_wrap img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

/* ---ABOUT US PAGE--- */
.ls .two-column-list {
	display: flex;
    margin-top: 20px;
}

.ls .two-column-list ul:last-child {
	margin-right: auto;
	margin-left: auto;
}


.ls-about-pg-social-icon {
    position: absolute;
    top: 50%;
    left: 50%;
	opacity: 0;
    transform: translate(-50%, -30%);
    transition: all .2s ease-in .1s;
	z-index: 2;
}

.ls-team-column:hover .ls-about-pg-social-icon {
	opacity: 1;
    transform: translate(-50%, -125%);
}

.ls-heading-line::before {
	content: '';
    background-color: #171717;
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 10px;
	transform: translateY(-50%);
}

.ls-heading-line p {
	font-size: clamp(1.2rem, calc(1.2rem + ((1vw - 0.36rem) * 0.1282)), 1.4rem);
	margin-left: 20px;
}

/* ---BLOG & CATEGORY PAGES TEMPLATES--- */
#ls-blog-module .et_pb_post, 
#ls-category-page .et_pb_post {
	display: flex;
	flex-direction: column;
	padding: 0;
}

#ls-blog-module .et_pb_post .et_pb_image_container, 
#ls-blog-module .et_pb_post .entry-featured-image-url,
.et-db #et-boc .et-l #ls-category-page .et_pb_image_container, 
.et-db #et-boc .et-l #ls-category-page .et_pb_post .entry-featured-image-url {
	margin: 0 0 15px;
	order: 1;
}

#ls-blog-module .et_pb_post .post-meta,
#ls-category-page .et_pb_post .post-meta {
	order: 2;
}

#ls-blog-module .et_pb_post .entry-title,
#ls-category-page .et_pb_post .entry-title {
	order: 3;
}

#ls-blog-module .et_pb_post .post-content {
	order: 4;
}

#ls-blog-module .et_pb_post .post-content a.more-link {
	font-weight: 400;
}

#ls-blog-module .et_pb_post .post-content a.more-link::before {
    content: '\4b';
    font-family: "ETModules";
	font-size: 1.5em;
    position: relative;
    top: 6px;
    left: 0px;
    margin-right: 8px;
}

#ls-blog-module .et_pb_post .post-content a.more-link:hover::before {
    content: '\24';
}

#ls-blog-module .et_pb_post .entry-title a, 
#ls-blog-module .et_pb_post h2 a {
	font-weight: 500;
	line-height: 1.3;
}

#ls-blog-module .et_pb_post .post-content p {
	font-weight: 400;
	line-height: 1.74;
}

#ls-blog-module.ls-news-category-text .et_pb_post .entry-title a, 
#ls-blog-module.ls-news-category-text .et_pb_post h2 a {
	font-weight: 400;
	line-height: 1.3;
}

#ls-blog-module.ls-news-category-text .et_pb_post .post-meta a {
	font-weight: 400;
}

/* ---BLOG CATEGORY PAGE--- */
#ls-sidebar button.wp-block-search__button.wp-element-button {
    background-color: #171717;
    color: #ffffff;
    text-transform: lowercase;
}

/* ---BOOK PAGE--- */
span.ls-line-text {
	font-size: 1.4rem;
    letter-spacing: 0.2em;
	text-transform: uppercase;
}

span.ls-line-text::before {
    content: '\4b';
    font-family: 'ETModules';
    font-size: 1.5em;
    position: relative;
    top: 4px;
	margin-right: 5px;
}

/* ---SINGLE PRJECT PAGES--- */
.ls-single-project-image-row .et_pb_image a span:empty {
    display: none !important;
}

/* ---MEDIA QUERIES--- */
@media screen and (max-width: 980px) {
	/* ---FULLWIDTH IMAGES--- */
	.ls-fullwidth-image img {
		height: auto;
	}
	
	/* ---WORK PAGE--- */
	.et_pb_gutters2 .ls-work-col.et_pb_column, .et_pb_gutters2.et_pb_row .ls-work-col.et_pb_column {
		margin-right: 0px;
	}
	
	/* ---ABOUT US PAGE--- */
	.ls-about-achievements-row .et_pb_column {
		width: 100% !important;
	}
	
	.ls-about-achievements-row .et_pb_column:nth-child(2),
	.ls-about-achievements-row .et_pb_column:nth-child(3) {
		margin-bottom: 0;
	}
	
	.ls-about-achievements-row .et_pb_column .et_pb_module .et_pb_text_inner ul {
		padding-bottom: 0;
	}
}

@media screen and (max-width: 767px) {
	/* ---ABOUT US PAGE--- */
	.ls .two-column-list {
		display: block;
	}

	.ls .two-column-list ul:first-child {
		padding-bottom: 0;
	}
}

/* Display field titles above fields */
.et_pb_contact_form_label {
display: block;
}

/* Hide duplicate placeholders */
.et_pb_contact_form_container .input::placeholder {
    opacity:0;
}

/*Hide duplicate titles in radio buttons and checkboxes */
.et_pb_contact_field_options_title {
display:none;
}

/*add focus input field borders to the Divi Contact Form module*/
.pa-contact-form-focus-borders input:focus,
.pa-contact-form-focus-borders textarea:focus {
	border-bottom-width: 2px !important;
    border-bottom-color: #000000 !important;
}