/*
Theme Name: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.27.6
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
*/

/* ============ RESET ============ */
a, body, div, form, h1, h2, h3, h4, h5, h6, html, iframe, img, label, li, p, span, strong, ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: transparent;
}

ul { list-style: none; }

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
}

:focus { outline: 0; }
figure { margin: 0; }
article, footer, header, nav { display: block; }

/* ============ BASE ============ */
body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #666;
    background-color: #fff;
    line-height: 1.7em;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a { color: #2ea3f2; }
a, a:hover { text-decoration: none; }

p { padding-bottom: 1em; }
p:not(.has-background):last-of-type { padding-bottom: 0; }

strong { font-weight: 700; }
iframe { max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
    color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
}

h1 a, h2 a, h6 a { color: inherit; }
h2 { font-size: 26px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

input { -webkit-appearance: none; appearance: none; }

input[type=text], select {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 2px;
    color: #4e4e4e;
}

input.text:focus, input.title:focus, input[type=text]:focus, select:focus, textarea:focus {
    border-color: #2d3940;
    color: #3e3e3e;
}

input[type=text], select { margin: 0; }
button, input, select { font-family: inherit; }
img { max-width: 100%; height: auto; }

/* ============ LAYOUT ============ */
.et_pb_row, .et_pb_slider .et_pb_container {
    max-width: 1280px;
}

.et_pb_row {
    width: 80%;
    margin: 0 auto;
}

.et_pb_section {
    position: relative;
    background-color: #fff;
    background-size: cover;
    background-position: 50%;
}

.et_pb_fullwidth_section {
    padding: 0;
}

.et_section_regular {
    padding: 54px 0;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* ============ COLUMNS ============ */
.et_pb_column {
    float: left;
    position: relative;
}

.et_pb_column_4_4 { width: 100%; }
.et_pb_column_1_2 { width: 47.25%; margin-right: 5.5%; }
.et_pb_column_1_3 { width: 29.6667%; margin-right: 5.5%; }
.et_pb_column_2_5 { width: 35.75%; margin-right: 5.5%; }
.et_pb_column_3_5 { width: 58.75%; }
.et_pb_column_1_5 { width: 16.4%; margin-right: 4.5%; }

.et_pb_column.et-last-child,
.et_pb_column:last-child {
    margin-right: 0 !important;
}

.et_pb_equal_columns {
    display: flex;
    flex-wrap: wrap;
}

/* ============ BUTTONS ============ */
.et_pb_button {
    font-size: 15px;
    border-radius: 0px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 0.3em 1em;
    border: 2px solid;
    transition: all .2s ease-in-out;
    display: inline-block;
    cursor: pointer;
}

.et_pb_button:hover {
    background: rgba(0, 0, 0, .05);
}

.et_pb_button:after {
    font-size: 24px;
}

.et_pb_button_module_wrapper {
    display: inline-block;
}

/* ============ SLIDER ============ */
.et_pb_slider {
    position: relative;
    overflow: hidden;
}

.et_pb_slides {
    position: relative;
    list-style: none;
}

.et_pb_slide {
    position: relative;
    display: none;
    background-size: cover;
    background-position: center;
    min-height: 500px;
}

.et_pb_slide.et-pb-active-slide {
    display: block;
}

.et_pb_slide_description {
    text-align: center;
    padding: 16% 10% 10%;
}

.et_pb_slide_title {
    font-size: 46px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 20px;
}

.et_pb_slide_title a {
    color: #fff;
}

.et-pb-slider-arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
}

.et-pb-arrow-prev, .et-pb-arrow-next {
    position: absolute;
    font-size: 50px;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.et-pb-arrow-prev { left: 22px; }
.et-pb-arrow-next { right: 22px; }

.et-pb-arrow-prev:hover, .et-pb-arrow-next:hover {
    opacity: 1;
}

.et-pb-controllers {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.et-pb-controllers a {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 5px;
    text-indent: -9999px;
    transition: background 0.3s;
}

.et-pb-controllers a.et-pb-active-control {
    background: #fff;
}

/* ============ BLURB ============ */
.et_pb_blurb_content {
    max-width: 550px;
    margin: 0 auto;
}

.et_pb_blurb_position_left .et_pb_blurb_content {
    display: flex;
    align-items: flex-start;
}

.et_pb_blurb_position_left .et_pb_main_blurb_image {
    margin-right: 15px;
    flex-shrink: 0;
}

.et_pb_main_blurb_image img {
    max-width: 100%;
    height: auto;
}

.et_pb_blurb_description {
    padding-top: 10px;
}

/* ============ TEXT MODULE ============ */
.et_pb_text_inner {
    position: relative;
}

.et_pb_text_align_center {
    text-align: center;
}

.et_pb_text_align_left {
    text-align: left;
}

.et_pb_text_align_right {
    text-align: right;
}

/* ============ HEADING MODULE ============ */
.et_pb_heading_container {
    margin-bottom: 10px;
}

.et_pb_module_heading {
    margin: 0;
    padding-bottom: 10px;
}

/* ============ IMAGE MODULE ============ */
.et_pb_image_wrap {
    display: block;
}

.et_pb_image_wrap img {
    max-width: 100%;
    height: auto;
}

/* ============ DIVIDER ============ */
.et_pb_divider {
    margin: 0 0 15px;
}

.et_pb_divider_internal {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.et_pb_divider_hidden .et_pb_divider_internal {
    border: none;
}

/* ============ SEARCH ============ */
.et_pb_searchform {
    display: flex;
}

.et_pb_searchform .et_pb_s {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 14px;
}

.et_pb_searchform .et_pb_s::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.et_pb_searchsubmit {
    display: none;
}

/* ============ SOCIAL MEDIA ============ */
.et_pb_social_media_follow {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 8px;
    flex-wrap: wrap;
}

.et_pb_social_media_follow li a.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-decoration: none;
    transition: background 0.3s;
}

.et_pb_social_media_follow li a.icon:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* ============ MENU ============ */
.et_pb_menu_inner_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.et_pb_menu__logo img {
    max-height: 80px;
    width: auto;
}

.et_pb_menu__wrap {
    display: flex;
    align-items: center;
}

.et-menu-nav ul {
    display: flex;
    list-style: none;
    gap: 25px;
}

.et-menu-nav ul li a {
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: color 0.3s;
}

.et-menu-nav ul li a:hover {
    color: #619a38;
}

.et_mobile_nav_menu {
    display: none;
}

/* ============ NEWSLETTER ============ */
.et_pb_newsletter_form {
    max-width: 700px;
    margin: 0 auto;
}

.et_pb_newsletter_fields {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.et_pb_newsletter_field {
    flex: 1;
    min-width: 150px;
}

.et_pb_newsletter_field input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 14px;
}

.et_pb_newsletter_field input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.et_pb_newsletter_button_wrap {
    display: flex;
    align-items: center;
}

.et_pb_newsletter_button {
    padding: 12px 25px;
    background: #faa61a;
    color: #fff;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.et_pb_newsletter_button:hover {
    background: #e89400;
}

/* ============ PARALLAX ============ */
.et_pb_section_parallax {
    position: relative;
    overflow: hidden;
}

.et_parallax_bg_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.et_parallax_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.et_pb_section_parallax .et_pb_row {
    position: relative;
    z-index: 1;
}

/* ============ SECTION DIVIDERS ============ */
.et_pb_top_inside_divider,
.et_pb_bottom_inside_divider {
    position: absolute;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 2;
}

.et_pb_top_inside_divider { top: 0; }
.et_pb_bottom_inside_divider { bottom: 0; }

/* ============ SCROLL TOP ============ */
.et_pb_scroll_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #619a38;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 9999;
}

.et_pb_scroll_top.et-visible {
    opacity: 1;
}

/* ============ RESPONSIVE ============ */
@media only screen and (min-width: 1600px) {
    .et_pb_row { padding: 32px 0; }
    .et_pb_section { padding: 64px 0; }
    .et_pb_fullwidth_section { padding: 0; }
}

@media only screen and (max-width: 980px) {
    .et_pb_column_1_2,
    .et_pb_column_1_3,
    .et_pb_column_2_5,
    .et_pb_column_3_5,
    .et_pb_column_1_5 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .et_pb_row {
        width: 90%;
    }

    .et_pb_equal_columns {
        flex-direction: column;
    }

    .et_mobile_nav_menu {
        display: block;
    }

    .et_pb_menu__menu {
        display: none;
    }

    .ta-nav-cta {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .et_pb_slide_title {
        font-size: 30px;
    }

    .et_pb_newsletter_fields {
        flex-direction: column;
    }

    .et_pb_text_align_right {
        text-align: center;
    }

    .et_pb_text_align_left {
        text-align: center;
    }
}
