/**
 * Theme Name: CHC Elemenor
 * Description: Child theme for elementor
 * Author: Juhi Patel
 * Theme URI: https://adelseo.com.au/
 * Author URI: https://adelseo.com.au/
 * Template: blocksy
 * Text Domain: chc-elemenor
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */

/*@import url('//fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Prata&display=swap');*/
@import url('//fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
/*@import url('fonts/Roboto-Regular.ttf.css');*/
:root {
    --backgroundColor: #fff;
    --buttonFontWeight: 700;
    --fontFamily: 'Open Sans', sans-serif;
    --fontFamilySecondary: 'Roboto', serif;
    --fontSize: 16px;
    --lineHeight: 1.7;
    --mainColor: #3b2b7c;
    --hoverColor: #88d0cf;
    --secondaryColor: #d2d3d5;
    --contentAreaSpacing: 40px;
    --bodyTextColor: #222222;
    --white: #ffffff;
    --boldFont: 700;
    --normalFont: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    --lineHeight: 1.5;
}

h1 {
    --fontSize: 32px
}

h2 {
    --fontSize: 28px
}

h3 {
    --fontSize: 24px
}

h4 {
    --fontSize: 22px
}

h5 {
    --fontSize: 18px
}

h6 {
    --fontSize: 14px
}

a {
    outline: none !important;
}

b,
strong {
    font-weight: var(--boldFont);
}

label {
    --fontSize: var(--fontSize);
    font-weight: var(--boldFont);
}

*,
 ::before,
 ::after {
    outline: none !important;
}

.elementor-form .elementor-field-group {
    margin-bottom: 30px;
}

.elementor-form .elementor-field-type-radio .elementor-field-option label,
.elementor-form .elementor-field-type-checkbox .elementor-field-option label {
    font-weight: var(--normalFont);
}

.elementor-form .elementor-field-textual {
    border-radius: 0;
    padding: 10px;
}

.elementor-form .elementor-size-sm {
    border-radius: 0;
    font-size: var(--fontSize);
    padding: 10px;
}

.elementor-page .content-area {
    --contentAreaSpacing: 0;
}

.post-template-default.elementor-page #primary,
.content-area {
    --contentAreaSpacing: 40px;
}

.elementor-default .elementor-top-section {
    padding-bottom: 30px;
    padding-top: 30px;
}

.elementor-heading-title {
    line-height: var(--lineHeight);
}

p:last-of-type {
    margin-bottom: 0;
}

p:last-of-type+ul,
p:last-of-type+ol {
    margin-top: var(--contentSpacing);
}

.elementor-button {
    background-color: var(--mainColor);
    border-radius: 0;
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    line-height: var(--lineHeight);
    padding: 10px 30px;
}

.elementor-button:hover {
    background-color: var(--hoverColor);
    color: var(--bodyTextColor);
}


/* ___ Top Bar ___ */

#top-bar #contact-link a {
    background-color: var(--white);
    padding: 7px 30px;
}


/* ___ Header ___ */

#main-header .menu-logo img {
    max-width: 200px;
}

#main-header .elementor-widget-wrap {
    align-items: center;
    justify-content: center;
}

#main-header .menu-item a {
    height: 100%;
}


/* ___ Home Page ___ */

#main-slider .swiper-slide-inner {
    display: flex;
    max-width: 100%;
}

.home #main-container .hero-section {
    display: none;
}


/* #main-slider .swiper-slide-contents {
    align-items: self-start;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    max-width: 650px;
    padding: 40px;
} */

#main-slider .swiper-slide-contents {
    align-items: self-start;
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
    max-width: 600px;
    padding: 30px;
}

#main-slider .elementor-slide-heading {
    font-family: var(--fontFamilySecondary);
    font-weight: 400;
    line-height: normal;
}

#main-slider .elementor-slide-description {
    line-height: 1.5;
}

.home .home-section {
    padding: 60px 0;
}

.home #main-cta {
    background-color: #fff;
}

.home-section h2,
#main-cta .elementor-heading-title {
    color: var(--secondaryColor);
    font-family: var(--fontFamilySecondary);
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 15px;
}

.inner-title-section h2 {
    color: var(--secondaryColor);
    font-family: var(--fontFamilySecondary);
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 15px;
}

/*.ct-container {
    padding-bottom: 0px;
    padding-top: 0px;
}*/

#solutions-section {
    padding-bottom: 0;
}

#solutions-section h2 {
    margin-bottom: 0;
}

#process-section h2 {
    padding-bottom: 0;
}

#process-steps::after {
    background-color: var(--hoverColor);
    content: "";
    left: 0;
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
}

#process-steps .elementor-container::before,
#process-steps .elementor-container::after {
    background-color: #fff;
    border: 3px solid var(--secondaryColor);
    border-radius: 15px;
    content: "";
    height: 15px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    width: 15px;
    z-index: 10;
}

#process-steps .elementor-container::before {
    left: 0;
}

#process-steps .elementor-container::after {
    right: 0;
}

#process-steps .elementor-widget-wrap::before,
#process-steps .elementor-widget-wrap::after {
    background-color: var(--secondaryColor);
    border-radius: 15px;
    content: "";
    height: 15px;
    left: 0;
    margin: -7px auto 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 15px;
    z-index: 10;
}

#process-steps .elementor-icon-box-icon {
    margin-top: 15px;
}

#process-steps .elementor-icon-box-title {
    font-size: 18px;
    margin-bottom: 5px;
}

#process-steps .elementor-icon-box-description {
    font-size: 14px;
}

#testimonials-section .elementor-main-swiper {
    width: 100%;
}

#blog-section .elementor-post__title {
    font-size: 18px;
    padding-bottom: 10px;
}

#blog-section .elementor-post__read-more {
    font-size: 14px;
}


/* ___ Footer ___ */

#footer-section {
    font-size: 14px;
}

.footer-logos .e-gallery-image {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto 130px;
}

#footer-section .footer-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer-section .footer-menu ul ul {
    margin-top: 10px;
    padding-left: 20px;
}

#footer-section .footer-menu ul li {
    margin-bottom: 10px;
}

#footer-section .footer-menu ul li a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
    text-transform: uppercase;
}

#footer-cta {
    padding: 30px 0;
}

#footer-cta .elementor-heading-title {
    font-size: 22px;
    font-weight: 400;
}

#main-footer {
    color: var(--white);
    font-size: 15px;
    padding: 60px 0;
}

#main-footer .elementor-heading-title {
    font-size: 22px;
    font-weight: 500;
}


/* ___ Page ___ */

#main-container .hero-section {
    background-position: 50% 50%;
}

.secondary-font .elementor-heading-title,
.secondary-font .elementor-cta__title {
    font-family: var(--fontFamilySecondary);
    font-weight: 400;
}

.elementor-slideshow__title {
    font-size: 24px;
}

.elementor-slideshow__footer {
    opacity: 1 !important;
}

/* ___ Single Post ___ */

.post-template-default.elementor-page #primary .elementor-top-section {
    padding-bottom: 0;
    padding-top: 0;
}

.post-template-default.elementor-page #sidebar {
    padding-top: 10px;
}


/* __ Form __ */

#main-container .caldera-grid .form-group {
    margin-bottom: 20px;
}

#main-container .caldera-grid .form-group label.control-label {
    color: #5a5b5b !important;
    font-weight: 700;
}

#main-container .caldera-grid input {
    outline: none !important;
}

#main-container .caldera-grid .form-control {
    -webkit-appearance: none;
    box-shadow: none !important;
    background-color: #fff !important;
    border-radius: 0 !important;
    border: 1px solid #d9d9d9 !important;
    box-sizing: border-box;
    color: #5a5b5b;
    font-family: inherit;
    padding: 10px !important;
    vertical-align: middle;
    width: 100%;
    height: auto !important;
    outline: none !important;
    font-size: 14px;
}

#main-container .caldera-grid .btn {
    -webkit-appearance: none;
    vertical-align: middle;
    border-radius: 0;
    box-shadow: none !important;
    color: #fff !important;
    background-color: #1e355e !important;
    padding: 10px 30px;
    font-weight: 700;
    border: none !important;
    outline: none !important;
    font-family: inherit;
    white-space: normal;
}

#main-container .caldera-grid .btn:hover {
    background-color: #f8d14e !important;
}

#main-container .caldera-grid .help-block {
    font-size: 14px;
    font-style: italic;
    margin: 0;
}

#main-container .caldera-grid .caldera_ajax_error_block {
    font-style: normal;
}
li.title a {
    font-weight: 700 !important;
}

#main-container .caldera-grid .alert-danger,
#main-container .caldera-grid .alert-error,
#main-container .caldera-grid .alert-info,
#main-container .caldera-grid .alert-success,
#main-container .caldera-grid .alert-warning {
    padding: 20px !important;
    text-shadow: none !important;
    border-radius: 0 !important;
}

/* OLD CSS */

/*New Home Page Css*/
.row.box_block-block {
    width: 100% !important;
    display: flex !important;
}
.col-sm-6.col-md-3.box_block.roundup_box {
    width: 25% !important;
    float: left !important;
}
#footer-nav ul#menu-bottom-nav {
    list-style: none;
    display: flex;
    float: right;
}
#footer-nav ul#menu-bottom-nav li a {
    color: #fff;
    padding-left: 20px;
}

#blog-post .eael-entry-wrapper {
    background: url("title-banner.png");
    background-size: 300px;
    background-position: center;
    background-color: transparent;
    background-repeat: no-repeat;
    z-index: 999999999999 !important;
    padding: 40px;
    margin-top: -50px;
    position: relative;
}
#blog-post .eael-grid-post-holder {
    border: none !important;
}
#blog-post .eael-entry-title {
    width: 230px;
    margin: auto;
}




/* ___ Resposive CSS ___ */


@media all and (max-width: 980px) {
    #top-bar #contact-link a {
        padding: 5px 15px;
    }
    #hero-section h1 {
        font-size: 30px;
        line-height: 34px;
    }
    #footer-nav ul#menu-bottom-nav {
        list-style: none;
        display: block;
        float: left;
    }
}

@media all and (max-width: 767px) {
    #main-header .elementor-menu-toggle {
        outline: none !important;
        top: -55px;
        position: absolute;
        right: 10px;
    }
    #main-header .elementor-nav-menu--dropdown {
        margin-bottom: -10px;
        margin-left: -10px;
        position: relative;
        top: 0 !important;
        z-index: 999;
    }
    #main-header .menu-logo {
        display: none;
    }
    #main-slider .elementor-swiper-button {
        z-index: 99;
    }
    #main-slider .swiper-slide-contents {
        max-width: 100%;
        padding: 20px 50px;
        text-align: center;
        width: 100%;
    }
    #main-slider .elementor-slide-description {
        display: none;
    }
    #main-slider .elementor-slide-heading {
        font-size: 20px;
        margin-bottom: 10px;
        text-align: center;
    }
    #main-slider .elementor-button {
        padding: 8px 20px !important;
    }
    #process-steps::after {
        bottom: 0;
        left: 15px;
        height: 100%;
        right: auto;
        top: 0;
        width: 1px;
    }
    #process-steps .elementor-container::before {
        left: 7.5px;
        top: 0;
    }
    #process-steps .elementor-container::after {
        bottom: 0;
        left: 7.5px;
        top: auto;
        right: auto;
    }
    #process-steps .elementor-row {
        padding-left: 30px;
    }
    #process-steps .elementor-widget-wrap::before,
    #process-steps .elementor-widget-wrap::after {
        left: -42px;
        margin: 0;
        right: auto;
        top: 53px;
    }
    #process-steps .elementor-column-wrap {
        padding: 20px;
    }
    .home .home-section,
    #main-footer {
        padding: 20px 0;
    }
    #home-services .services-list .elementor-widget-icon-box {
        margin-bottom: 10px;
    }
    #home-services .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        display: flex;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #home-services .elementor-widget-icon-box .elementor-icon-box-icon {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0 !important;
        margin-left: 0px !important;
        margin-right: 20px !important;
    }
    .elementor-widget-icon-box .elementor-icon-box-content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    #home-services .elementor-icon-box-title {
        font-size: 20px;
    }
}