/*
 Theme Name: Akamnbo
 Theme URI: http://localhost/wp/akambo
 Description: Custom theme for Akamnbo.
 Author: BBIM
 Author URI: https://brilliantdigital.com.au/
 License: Everything copyrighted
 Version: 1.1
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, 
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol,
ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --Claret: #7D1232;
    --Pear: #C2D32F;
    --Grey-01: #4A4A49;
    --Grey-02: #666;
    --Grey-03: #EBEBEB;
    --Black: #231F20;
    --Light-Bg: #4b4a4a;
    --white: #fff;
    --font-ubuntu: "Ubuntu", sans-serif;
    --font-roboto: "Roboto", sans-serif;
}

body {
    overflow-x: hidden;
    line-height: 150%;
    font-family: var(--font-ubuntu);
    font-size: 18px; 
    font-weight: 400;
    color: var(--Grey-02);
    background-color: var(--white);
}

p {
    font-family: var(--font-ubuntu);
    color: var(--Grey-02);
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    margin-bottom: 24px;
}

a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    color: var(--Claret);
}

a img {
    outline: none;
    border: none;
}

img {
    max-width: 100%;
}

input:focus,
input:active {
    outline: none;
}

blockquote,
q {
    quotes: none;
}

form,
fieldset {
    border-style: none;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

sup {
    vertical-align: super;
    font-size: smaller;
}
sub {
    vertical-align: sub;
    font-size: smaller;
}

.clearfix {
    clear: both;
}

b,
strong {
    font-weight: 700;
}

i,
em {
    font-style: italic;
}

ol {
    padding-left: 20px;
}

ol li {
    list-style-position: outside;
    list-style-type: decimal;
}

ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.clear {
    clear: both;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.visible-lg {
    display: none;
}

.visible-xs {
    display: block;
}

.pd-120 {padding: 120px 0;}
.pd-100 {padding: 100px 0;}
.pd-80 {padding: 80px 0;}
.pd-60 {padding: 60px 0;}
.pd-50 {padding: 50px 0;}
.pd-40 {padding: 40px 0;}
.pd-20 {padding: 20px 0;}
.pdt-0 {padding-top: 0;}
.pdt-40 {padding-top: 40px;}
.pdt-20 {padding-top: 20px;}
.pdt-60 {padding-top: 60px;}
.pdt-80 {padding-top: 80px;}
.pdt-100 {padding-top: 100px;}
.pdb-0 {padding-bottom: 0;}
.pdb-20 {padding-bottom: 20px;}
.pdb-40 {padding-bottom: 40px;}
.pdb-60 {padding-bottom: 60px;}
.pdb-80 {padding-bottom: 80px;}
.pdb-100 {padding-bottom: 100px;}
.pdb-120 {padding-bottom: 120px;}
.mt-20 {margin-top: 20px;}
.mt-24 {margin-top: 24px;}
.mt-36 {margin-top: 36px;}
.mt-30 {margin-top: 30px;}
.mt-40 {margin-top: 40px;}
.mt-48 {margin-top: 48px;}
.mt-50 {margin-top: 50px;}
.mt-60 {margin-top: 60px;}
.mt-64 {margin-top: 64px;}
.mt-80 {margin-top: 80px;}
.mt-100 {margin-top: 100px;}
.mb-20 {margin-bottom: 20px;}
.mb-24 {margin-bottom: 24px;}
.mb-30 {margin-bottom: 30px;}
.mb-36 {margin-bottom: 36px;}
.mb-40 {margin-bottom: 40px;}
.mb-48 {margin-bottom: 48px;}
.mb-50 {margin-bottom: 50px;}
.mb-56 {margin-bottom: 56px;}
.mb-60 {margin-bottom: 60px;}
.mb-64 {margin-bottom: 64px;}
.mb-80 {margin-bottom: 80px;}
.mb-100 {margin-bottom: 100px;}

.site-btn {
    padding: 14px 24px;
    font-size: 18px;
    line-height: 140%;
    font-family: var(--font-ubuntu);
    font-weight: 500;
    position: relative;
    display: inline-block;
    align-items: center;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-radius: 0px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}

.site-btn svg {
    margin-left: 4px;
}

.primary-btn {
    background-color: var(--Claret);
    color: var(--white);
    border-color: var(--Claret);
}

.primary-btn:hover {
    background-color:  var(--Pear);
    color: var(--Black);
    border-color: var(--Pear);
}


.secondary-btn {
    background-color: var(--Pear);
    color: var(--Black);
    border-color: var(--Pear);
}

.secondary-btn:hover {
    background-color:  var(--Claret);
    color: var(--white);
    border-color: var(--Claret);
}

.white-btn {
    background-color:  var(--white);
    color: var(--Claret);
    border-color: var(--white);
}

.white-btn:hover {
    background-color: var(--Claret);
    color: var(--white);
    border-color: var(--white);
}

.read-more {
    font-family: var(--font-ubuntu);
    display: inline-flex;
    gap: 4px;
    align-items: center;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: var(--Claret);
}

.read-more:hover {
    transform: translateY(3px);
    transition: 0.3s ease-in-out all;
}

.read-more i {
    margin-left: 7px;
}

section .btn,
section .btn-wrap a {
    text-decoration: none;
}

.section ul, section ul,
.section ol, section ol {
    margin-bottom: 15px;
}

.section ul li,
section ul li {
    list-style: none;
    margin-left: 0;
    position: relative;
    padding-left: 28px;
}

.section li,
section li {
    font-family: var(--font-ubuntu);
    color: var(--Grey-02);
    font-size: 18px;
    line-height: 1.5;
}

.section ul li::before,
section ul li::before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: var(--Grey-02);
    border-radius: 9999px;
    position: absolute;
    left: 12px;
    top: 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-ubuntu);
    color: var(--Black);
    margin-bottom: 24px;
    font-weight: 500;
}

h1 {
    font-size: 54px;
    line-height: 120%;
}

h2 {
    font-size: 36px;
    line-height: 120%;
}

h3 {
    font-size: 24px;
    line-height: 120%;
}

h4 {
    font-size: 20px;
    line-height: 120%;
}

h5 {
    font-size: 18px;
    line-height: 140%;
}

h6 {
    font-size: 16px;
    line-height: 150%;
}

.section-title h1,
.section-title h2,
.section-title h3 {
    color: var(--Grey-01);
}

.section-title.dark h1,
.section-title.dark h2,
.section-title.dark h3 {
    color: var(--Black);
}

.section-title h6 {
    font-size: 16px;
    line-height: 150%;
    font-weight: 700;
    color: var(--Claret);
    margin-bottom: 12px;
    text-transform: uppercase;
}

.section-title h2 {
    font-size: 36px;
    line-height: 120%;
    font-weight: 500;
}

.section-title p {
    font-size: 18px;
    line-height: 1.5;
    margin: 24px 0 0 0;
}

.section-title.text-center p {
    margin: 24px auto 0 auto;
}

.page-title {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.bg-image {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
}

.w-full {
    width: 100%;
}
.clearfix {
    clear: both;
}

.clearfix:after {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clear {
    clear: both;
}

.cbp-spmenu-push {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.container {
    max-width: 1254px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.container2 {
    max-width: 1356px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.max-w-full {
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.cbp-spmenu-push {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.round-corner {
    border-radius: 32px;
    overflow: hidden;
}
.color-accent, .color-accent-hover:hover, 
.color-accent-hover:focus, :root .has-accent-color, 
.has-drop-cap:not(:focus):first-letter, 
.wp-block-button.is-style-outline {
    color: var(--Claret) !important;
}

.search-field {
	background-color: var(--white);
	border: 1px solid #E0E0E0;
	border-radius: 0;
	font-family: var(--font-ubuntu);
	font-size: 18px;
	line-height: 150%;
	color: var(--Grey-02);
	padding: 14px 16px;
	width: 100%;
	position: relative;
	max-width: 340px;
}

/* ======================================= */
/* ============== Header ================= */
/* ======================================= */

svg:not(:root) {
    overflow: hidden;
}

svg.icon {
    display: inline-block;
    fill: currentcolor;
    height: 1em;
    position: relative;
    top: -0.0625em;
    vertical-align: middle;
    width: 1em;
}
/* =========================== */
/* ====== Slider Section ===== */
/* =========================== */

.section .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 5px;
    padding: 0;
}

.slick-dots {
    bottom: -50px;
}

.slick-dots li {
    width: auto;
    height: auto;
}

.slick-dots li button{
    border:2px solid #D9D9D9;
    background-color: #D9D9D9;
    -webkit-border-radius: 90px; 
    -moz-border-radius: 90px; 
    border-radius: 90px;
    width: 12px;
    height: 12px;
    padding: 3px;
}

.slick-dots li button::before,
.slick-dots li::before {
    content: none !important;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover,
.slick-dots li button:focus {
    background-color: var(--Grey-01);
    border-color: var(--Grey-01);
}

.slick-prev:before, .slick-next:before {
    content: none;
}

.slick-prev, .slick-next {
    position: relative;
    height: 43px;
    width: 43px;
    border: 2px solid var(--Claret);
    border-radius: 50%;
}

.slick-prev i, .slick-next i {
    font-size: 22px;
    color: var(--Claret);

}

.slick-arrow.slick-disabled {
    border-color: #BBBBBB;
}

.slick-arrow.slick-disabled i {
    color: #BBBBBB;
}

/* ================================ */
/* ========= Other Section ========= */
/* ================================ */

.la-wrap .grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4rem;
    align-items: center;
}

.la-wrap .img-block {
    position: relative;
}

/* ================================ */
/* ========= Media Query ========== */
/* ================================ */


@media screen and (max-width: 1200px) {
    .max-w-full {
        max-width: 100%;
    }
}

@media screen and (max-width: 1100px) {
    h2 {
        font-size: 38px;
        line-height: 120%;
    }
}
@media screen and (max-width: 1024px) {
    .max-w-full,
    .container {
        padding: 0 1.25rem;
    }
    .la-wrap .flex-div {
        align-items: flex-start;
    }    
}

@media screen and (max-width: 900px) {
    .la-wrap .grid-2 {
        grid-template-columns: 1fr;
        grid-gap: 1.5rem;
    }
    .la-wrap .img-block{
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .pd-120 {padding: 64px 0;}
    .pd-100 {padding: 50px 0;}
    .pdb-100 {padding-bottom: 64px;}
    .pd-80 {padding: 40px 0;}
    .pd-60 {padding: 30px 0;}
    .pd-50 {padding: 25px 0;}
    .pd-40 {padding: 20px 0;}
    .pdt-100 {padding-top: 50px;}
    .pdt-60 {padding-top: 30px;}
    .pdb-40 {padding-bottom: 20px;}
    .pdb-60 {padding-bottom: 30px;}
    .mt-40 {margin-top: 20px;}
    .mt-60 {margin-top: 30px;}
    .mt-64 {margin-top: 36px;}
    .mt-80 {margin-top: 40px;}
    .mt-100 {margin-top: 50px;}
    .visible-xs {display: block;}
    h1 {
        font-size: 46px;
        line-height: 120%;
    }
    h2 {
        font-size: 32px;
        line-height: 140%;
    }
    .section-title h2 {
        font-size: 36px;
        line-height: 120%;
    }
    
    
    .section-title h2,
    .wwa-wrap .text-block h2,
    .lr-block .text-block h2 {
        font-size: 32px;
        font-weight: 400;
    }
    .section-title h2 br,
    .wwa-wrap .text-block h2 br,
    .lr-block .text-block h2 br {
        display: none;
    }    
}