/*
 Theme Name: Akaina Talent
 Theme URI: http://akainatalent.com/
 Description: Child theme
 Author: Tim Harris & Bardin Ellis
 Author URI: https://akainatalent.com/
 Template: Divi
 Version: 1.0.1
*/
 
/* =Theme customization starts here
------------------------------------------------------- */


/* General - optimize for mobile 
 * ====================================== */
/* Large H2 heading */
.large-heading h1, .large-heading h2 {
    font-size: 7em !important;
    line-height: 0.9;
}
/* Italic large Garamond */
.garamond-subheading {
   font-size: 5em !important; 
    line-height: 1;
}

/* Large text at top of page */
.large-text p, .large-text h2 {
    font-size: 4em !important; 
    line-height: 1;
}
.subsection h2 {
	font-size: 20px !important; 
	font-weight: 400!important; 
	line-height: 34px;
	padding-bottom: 24px; 
	border-bottom: 1px solid #1c2a2a; 
}
.subsection-light h2 {
	font-size: 20px !important; 
	font-weight: 400!important; 
	line-height: 34px;
	padding-bottom: 24px; 
	border-bottom: 1px solid #E9DFCE; 
}
.medium-heading p {
    font-size: 2.9em !important;
    line-height: 1;
    font-weight: 200;
}
/* Standard Text */
.standard-text {
	
}
.small-uppercase-heading {
	font-size: 32px; 
	line-height: 1;
}

.difference-icon {
}

.section-padding-top {
	padding-top: 150px !important; 
}
.section-padding-bottom {
	padding-bottom: 150px !important;
}
.legal h3, .legal h4 {
	padding-top: 20px;
	padding-bottom: 16px;
}
.legal p a, .legal li a {
	color: #FA5050; 
}
.legal p a:hover, .legal li a:hover {
	color: #FA5050; 
	text-decoration: underline; 
}
table, tr, td {
	border-color: transparent !important; 
}
.custom-list li {
	line-height: 1.3;
	margin-bottom: 10px; 
}

/* End General */
/* Buttons 
 * ========================================= */

/* Style for button1 with image before */
.button1 {
    position: relative; /* needed for ::before positioning */
    display: inline-flex;
    align-items: center; /* vertically center image and text */
    padding-left: 20px !important; /* space for the image */
    border: none; /* optional */
    cursor: pointer;
    text-decoration: none;
	padding-left: 80px !important; 
}

.button1::before {
    content: "" !important;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background-image: url(https://akainatalent.com/wp-content/uploads/2026/03/btn-beige-red.svg);
    background-size: contain;
    background-repeat: no-repeat;
	margin-left: 0!important; 
}
/* Style for dark button2 with image before */
.button2 {
    position: relative; /* needed for ::before positioning */
    display: inline-flex;
    align-items: center; /* vertically center image and text */
    padding-left: 20px !important; /* space for the image */
    border: none; /* optional */
    cursor: pointer;
    text-decoration: none;
	padding-left: 80px !important; 
}

.button2::before {
    content: "" !important;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background-image: url(https://akainatalent.com/wp-content/uploads/2026/03/dark-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
	margin-left: 0!important; 
}
/* Style for red button3 with image before */
.button3 {
    position: relative; /* needed for ::before positioning */
    display: inline-flex;
    align-items: center; /* vertically center image and text */
    padding-left: 20px !important; /* space for the image */
    border: none; /* optional */
    cursor: pointer;
    text-decoration: none;
	padding-left: 80px !important; 
}

.button3::before {
    content: "" !important;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background-image: url(https://akainatalent.com/wp-content/uploads/2026/03/button3.svg);
    background-size: contain;
    background-repeat: no-repeat;
	margin-left: 0!important; 
}
/* Style for white button4 with image before */
.button4 {
    position: relative; /* needed for ::before positioning */
    display: inline-flex;
    align-items: center; /* vertically center image and text */
    padding-left: 20px !important; /* space for the image */
    border: none; /* optional */
    cursor: pointer;
    text-decoration: none;
	padding-left: 80px !important; 
}

.button4::before {
    content: "" !important;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background-image: url(https://akainatalent.com/wp-content/uploads/2026/03/Artboard-6.svg);
    background-size: contain;
    background-repeat: no-repeat;
	margin-left: 0!important; 
}
.btn-hover {
	left: 0; 
	position: relative; 
	transition: left 0.3s ease;
}
.btn-hover:hover {
    left: 40px;
    transition-duration: 0.8s;
}
blockquote p {
    font-size: 60px;
    border-left: 0;
    font-family: 'EB GARAMOND', serif;
    color: #FA5050;
    line-height: 1 !important;
    border-bottom: 1px solid #1c2a2a;
    padding-bottom: 50px !important;
    border-top: 1px solid #1c2a2a;
    padding-top: 45px;
}
blockquote {
	padding-left: 0; 
	margin-left: 0; 
	border: none; 
}
.post-content h3 {
	margin-bottom: 10px; 
	margin-top: 20px;
}
.post-content ul li {
    line-height: 30px;
    margin-bottom: 15px;
}
 /* End button ========================================= */

h1 span, h2 span, h3 span {
	color: #fa5050 !important; 
}

.container.et_menu_container {
    z-index: 99;
    max-width: 90%;
    border-bottom: 1px solid #7e6c5f;
}
    .et_mobile_menu li.current_page_item a {
        color: #fa5050;
    }
.et_mobile_menu li a:hover {
	        color: #fa5050;
	opacity: 1!important; 
}
.et_mobile_menu li a {
	text-transform: lowercase; 
}
.mobile_menu_bar:before {
    color: #7e6c5f !important; 
    font-size: 42px;
}
.et_mobile_menu li a:hover, .nav ul li a:hover {
    background-color: transparent;
}
#main-header .et_mobile_menu {
    background-color: transparent !important; 
}


#main-header, #et-top-navigation {
    font-family: 'Outfit', Helvetica, Arial, Lucida, sans-serif;
    padding-top: 40px;
}
#main-header {
	box-shadow: none!important; 
	padding-top: 80px;
}
#main-footer .container {
    text-align: left;
    position: relative;
    max-width: 90%;
    width: 90%;
}
#footer-widgets .footer-widget li { 
	padding-left: 0;
}
.section-unfair-advantage {
	
}
.single .et_pb_text ul li {
    padding-bottom: 15px;
    line-height: 1.2;
}
.garamond-small-heading p {
	font-size: 32px; 
	line-height: 1;
}
.section-unfair-advantage h3 {
    font-size: 30px !important;
    line-height: 1;
	min-height: 130px;
}
#footer-widgets .footer-widget li:before {
	display: none; 
}
.widget_media_image img {
	height: 100px !important; 
}
.et_mobile_menu {
	border-top: 0; 
}
.et_mobile_menu {
    background-color: transparent;
    box-shadow: none;
}
.et_mobile_menu li a {
    color: #d1c3b3;
}
.textwidget .et_pb_button {
    color: #fff;
    background: #1c2a2a;
    border: none;
    text-align: left;
    padding: 4px 22px 4px 10px;
    min-width: 140px;
    display: block;
    border-radius: 0;
}
.et_pb_scroll_top.et-pb-icon {
    background: #1c2a2a;
    -webkit-border-top-left-radius: 30px !important;
    -webkit-border-bottom-left-radius: 30px !important;
}

#main-footer .footer-widget h4 {

    margin-bottom: 25px;
}
@media only screen and (min-width: 981px) {
    #main-footer {
        min-height: 385px;
    }
}
@media only screen and (min-width: 981px) {
    #main-footer, .et-l--footer {
        z-index: 0;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
    }

}


.home .et_pb_row_24 {
        max-width: 80%;
    }
.home .et_pb_text_43 {
	max-width: 100%; 
}

.home .et_pb_row_24.et_pb_row {
    padding-bottom: 0px !important;
}
/* Force Divi hamburger menu on desktop */
@media (min-width: 981px) {

  /* Hide the desktop menu */
  #top-menu {
    display: none !important;
  }

  /* Show the hamburger icon */
  #et_mobile_nav_menu {
    display: block !important;
  }

  /* Fix alignment */
  .mobile_nav {
    display: block !important;
  }
/* Set hamburger dropdown width and align right */
    #mobile_menu {
        width: 200px;
        left: auto !important;
        right: 0;
        padding: 20px 0;
        text-align: right;
        font-weight: 300;
    }
.et_mobile_menu li a {
    border-bottom: 0px;
    padding: 6px 5%;
    font-size: 24px;
}
}
/* End */


/* Responsive - 981px to 1200px 
 * ====================================== */
/* Desktop
 * ====================================== */

@media only screen and (min-width: 980px) and (max-width: 1200px) {
/* Large H2 heading */
.large-heading h2 {
    font-size: 4em !important; 
    line-height: 0.9;
}

/* Italic large Garamond */
.garamond-subheading {
    font-size: 3em !important;
    line-height: 1;
	font-family: 'Garamond', serif;
}

/* Large text at top of page */
.large-text p {
    font-size: 2.4em !important;
    line-height: 1;
}
.subsection {
}
.medium-heading p {
    font-size: 2.4em !important;
    line-height: 1;
    font-weight: 200;
}
/* Standard Text */
.standard-text {
	
}
.small-uppercase-heading p {
    font-size: 28px !important;
    line-height: 1;
}
.difference-icon {
}

.section-padding-top {
	padding-top: 120px !important; 
}
.section-padding-bottom {
	padding-bottom: 120px !important;
}

.et_pb_number_counter .percent p {
    font-size: 140px !important;
}
}
/* End General */



/* Responsive - 300px to 767px 
 * ====================================== */
/* Mobile
 * ====================================== */

@media only screen and (min-width: 300px) and (max-width: 767px) {
/* Large H2 heading */
.large-heading h1, .large-heading h2 {
    font-size: 36px !important; 
    line-height: 1;
}

/* Italic large Garamond */
.garamond-subheading {
    font-size: 30px !important; 
    line-height: 1;
}

/* Large text at top of page */
.large-text p {
    font-size: 36px !important; 
    line-height: 1;
}
.subsection {
}
.medium-heading p {
    font-size: 2.4em !important;
    line-height: 1;
    font-weight: 200;
}
	.medium-heading h3 {
		font-size: 36px; 
		line-height: 1 !important; 
	}
/* Standard Text */
.standard-text {
	
}
.small-uppercase-heading p {
    font-size: 28px !important;
    line-height: 1;
}
.difference-icon {
}

.section-padding-top {
	padding-top: 40px !important; 
}
.section-padding-bottom {
	padding-bottom: 40px !important;
}

.et_pb_number_counter .percent p {
        font-size: 80px !important;
    }
}
/* End General */

/* Blog */
.et_pb_blog_0 .et_pb_post div.post-content a.more-link {
    padding-top: 10px;
    display: block;
}

.et_pb_post {
	display: flex;
	flex-direction: column;
}
.et_pb_image_container {
    margin: 0;
}
.et_pb_post .entry-featured-image-url {
    margin-bottom: 10px;
}
.et_pb_blog_item {
	padding: 0;
	margin: 20px;
}
.et_pb_post .et_pb_image_container, .et_pb_post .entry-featured-image-url {
	order: 1;
}
.et_pb_post .entry-title {
	order: 3;
}
.et_pb_post .post-meta {
	order: 2;
}
.et_pb_post .post-content {
	order: 4;
}



/* Hover columns */
/* hover-columns-1 */
.hover-columns-1 .column-hover .heading p {
	color: #595f5a; 
}

.hover-columns-1 .col-hover-text, .col-hover-text p {
	color: #595f5a; 
}
/* Default state */
.hover-columns-1 .column-hover .heading p,
.hover-columns-1 .col-hover-text,
.hover-columns-1 .col-hover-text p {
    color: #595f5a;
}

/* Hover state (when column is hovered) */
.hover-columns-1 .column-hover:hover .heading p {
	color: #FA5050!important;
}
.hover-columns-1 .column-hover:hover .col-hover-text,
.hover-columns-1 .column-hover:hover .col-hover-text p {
    color: #E9DFCE!important;
}

/* Stack images */
.column-hover {
    position: relative;
}

/* Default image visible */
.column-hover .img-default {
    display: block;
    transition: opacity 0.3s ease;
}

/* Hover image hidden initially */
.column-hover .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* On hover: swap */
.column-hover:hover .img-default {
    opacity: 0;
}

.column-hover:hover .img-hover {
    opacity: 1;
}


/* hover-columns-2 */
.hover-columns-2 .column-hover .heading p {
	color: #b6a899; 
}

.hover-columns-2 .col-hover-text, .col-hover-text p {
	color: #b6a899 !important; 
}
/* Default state */
.hover-columns-2 .column-hover .heading p,
.hover-columns-2 .col-hover-text,
.hover-columns-2 .col-hover-text p {
    color: #1c2a2a;
}

/* Hover state (when column is hovered) */
.hover-columns-2 .column-hover:hover .heading p {
	color: #1c2a2a!important;
}
.hover-columns-2 .column-hover:hover .col-hover-text,
.hover-columns-2 .column-hover:hover .col-hover-text p {
    color: #1c2a2a!important;
}
.col-line .et_pb_divider:before {
	border-top-color: #b6a899 !important;
}
.col-line:hover .et_pb_divider:before 	{
	border-top-color: #1c2a2a !important; 
}
/* Default */
.column-hover .et_pb_divider {
    border-color: #b6a899 !important; 
    transition: border-color 0.3s ease;
}

/* Hover */
.column-hover:hover .et_pb_divider {
    border-color: #1c2a2a !important; 
}
.col-hover-text .et_pb_divider:before {
    border-top-color: #b6a899 !important;
    border-top-width: 1px;
}
.col-hover-text:hover .et_pb_divider:before {
    border-top-color: #1c2a2a !important;
}
.col-hover-text li {
    margin-bottom: 15px;
}

/* 
.custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #fa5050;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 999999;
    transition: transform 0.08s ease-out;
}


body {
    cursor: none;
}
*/


/* Circle Zoom */
.zoom-img {
  overflow: hidden; /* prevents image spilling out */
}

.zoom-img img {
  transition: transform 0.4s ease;
}

.zoom-img:hover img {
  transform: scale(1.05); /* adjust zoom level */
}

.et_pb_image .et_pb_image_wrap img[src*=".svg"] {
    width: 100% !important;
    height: auto !important;
}

.home .et_pb_text_44 {
    max-width: 100%;
}


/* Mobile responsive fixes */

@media only screen and (max-width: 767px) {
	#main-header {
    padding-top: 0;
}
#main-header .et_mobile_menu {
    background-color: #1C2A2A !important;
}
	.et_pb_widget {
    float: none;
	}
	
.et_mobile_menu li a, .nav li li a {
    font-size: 20px;
}
    .large-text p, .large-text h2 {
        font-size: 26px !important;
        font-weight: 200 !important;
        line-height: 1.1;
    }
.garamond-small-heading p {
	font-size: 24px !important; 
	line-height: 1.2 !important; 
}
	.home .et_pb_row_24.et_pb_row {
    padding-bottom: 30px !important;
    padding-top: 0px !important;
}
	.textwidget .et_pb_button {
    min-width: 200px;
	}
.widget_media_image img {
    height: auto !important;
    max-width: 100px !important;
}	
    .custom-list li, .col-hover-text li {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 10px;
    }
/* Buttons 
 * ========================================= */

/* Style for button1 with image before */
.button1 {
    position: relative; /* needed for ::before positioning */
    display: inline-flex;
    align-items: center; /* vertically center image and text */
    padding-left: 20px !important; /* space for the image */
    border: none; /* optional */
    cursor: pointer;
    text-decoration: none;
	padding-left: 40px !important; 
}

.button1::before {
    content: "" !important;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-image: url(https://akainatalent.com/wp-content/uploads/2026/03/btn-beige-red.svg);
    background-size: contain;
    background-repeat: no-repeat;
	margin-left: 0!important; 
}
/* Style for dark button2 with image before */
.button2 {
    position: relative; /* needed for ::before positioning */
    display: inline-flex;
    align-items: center; /* vertically center image and text */
    padding-left: 20px !important; /* space for the image */
    border: none; /* optional */
    cursor: pointer;
    text-decoration: none;
	padding-left: 40px !important;  
}

.button2::before {
    content: "" !important;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-image: url(https://akainatalent.com/wp-content/uploads/2026/03/dark-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
	margin-left: 0!important; 
}
/* Style for red button3 with image before */
.button3 {
    position: relative; /* needed for ::before positioning */
    display: inline-flex;
    align-items: center; /* vertically center image and text */
    padding-left: 20px !important; /* space for the image */
    border: none; /* optional */
    cursor: pointer;
    text-decoration: none;
	padding-left: 40px !important;  
}

.button3::before {
    content: "" !important;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-image: url(https://akainatalent.com/wp-content/uploads/2026/03/button3.svg);
    background-size: contain;
    background-repeat: no-repeat;
	margin-left: 0!important; 
}
/* Style for white button4 with image before */
.button4 {
    position: relative; /* needed for ::before positioning */
    display: inline-flex;
    align-items: center; /* vertically center image and text */
    padding-left: 20px !important; /* space for the image */
    border: none; /* optional */
    cursor: pointer;
    text-decoration: none;
	padding-left: 40px !important; 
}

.button4::before {
    content: "" !important;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-image: url(https://akainatalent.com/wp-content/uploads/2026/03/Artboard-6.svg);
    background-size: contain;
    background-repeat: no-repeat;
	margin-left: 0!important; 
}
.btn-hover {
	left: 0; 
	position: relative; 
	transition: left 0.3s ease;
}
.btn-hover:hover {
    left: 40px;
    transition-duration: 0.8s;
}
	.button1, .button2, .button3, .button4 {
		font-size: 22px !important; 
	}
.section-unfair-advantage h3 {
	min-height: 10px;
}
    .medium-heading p, .medium-heading h3 {
        font-size: 24px !important;
        line-height: 1.2;
        font-weight: 300;
    }
#main-footer .container {
    max-width: 80%;
    width: 80%;
}
#main-footer .footer-widget h4 {
    margin-bottom: 5px;
    font-size: 24px;
    margin-top: 20px;
}
#footer-info, #footer-info a {
    color: #7e6c5f;
    font-size: 16px;
}
.logo-section .et_pb_row {
    display: flex;
	}
.custom-cursor {
display: none; 
}
    .home .et_pb_text_42 {
        margin-left: 16px !important;
        width: 86%;
    }
/* Hide default cursor */
body {
    cursor: default;
}
.footer-widget, .footer-widget li, .footer-widget li a, #footer-info {
    font-size: 18px;
}
	
.zoom-img:hover img {
  transform: scale(1.01); /* adjust zoom level */
}
.home .et_pb_row_23.et_pb_row {
    padding-top: 40px !important;
}
.home .et_pb_column_45 p {
    font-size: 32px;
    line-height: 1.1;
}
.home .et_pb_text_44 p {
        font-size: 20px;
        line-height: 27px;
    }
.entry-content p {
    font-size: 20px;
    line-height: 1.4;
}
.post-content ul li {
    line-height: 1.3em;
    margin-bottom: 15px;
    font-size: 20px;
}
	.smaller-heading p, .smaller-heading {
		font-size: 25px !important; 
		line-height: 1.3 !important;
	}
.difference-icon .et_pb_image_wrap img[src*=".svg"] {
    width: 100% !important;
    height: auto !important;
    max-width: 60px !important;
}
    #hiring-gaps-section .et_pb_text {
        width: 100%;
        padding: 0 !important;
        margin: 0 !important;
        margin-top: 40px !important;
    }
    .home .et_pb_column_45 p {
        font-size: 32px;
        line-height: 1.1;
        padding-bottom: 0 !important;
    }

#hiring-gaps-section .et_pb_row_25 {
    padding-top: 0px !important;
    padding-bottom: 40px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.home .et_pb_text_48 p {
    font-size: 22px !important;
    line-height: 28px !important;
}
}

