/*
Theme Name: RACGP
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: Expert Advice Matters
Author: Orchard Marketing
Author URI: https://www.orchard.com.au/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");
/* Utility Classes */
.center-text {
    text-align: center;
}

.no-btn-padding {
    padding-bottom: 0;
}

.no-btm-margin {
    margin-bottom: 0 !important;
}

/* Header Custom Styles */
header:not(.with_hover_bg_color) nav.main_menu > ul > li:hover > a {
    font-weight: 500;
    opacity: 1 !important
}

nav.main_menu ul li.active a {
    font-weight: 500;
}

/* Typography Custom Styles */
h1 {
    color: #000000;
    font-weight: 500;
    line-height: 4rem; /* reduce size to remove gap between text */
    margin: 0;
}

h1 span.inner-title {
    background-color: #ffffff;
    -webkit-box-shadow: 1rem 0px 0px #ffffff, -1rem 0px 0px #ffffff;
    box-shadow: 1rem 0px 0px #ffffff, -1rem 0px 0px #ffffff;
    box-decoration-break: clone;
    padding: 0.5rem 0;
}

h1 span.strikethrough {
    display: inline-block;
    font-weight: 300;
    position: relative;
}

h1 span.strikethrough:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 6px;
    top: 50%;
    background: #4598ca;
}

h1 span.bigger-title {
    color: #ffffff;
    font-size: 62px;
    font-weight: 500;
}

h1 span.bigger-title span.bigger-title-blue {
    color: #4598ca;
}

.focus-title .elementor-widget-container .elementor-text-editor h1 {
    font-size: 55px;
    font-weight: 500;
}

@media screen and (max-width: 1000px) {
    .logo_wrapper {
        left: 10%
    }

    .mobile_menu_button {
        float: right;
        margin-right: 0;
        margin-top: 5px;
    }

    .mobile_menu_button span i {
        font-size: 35px;
        color: #fff;
    }
}

@media screen and (max-width: 480px) {
    .logo_wrapper {
        left: 25%
    }

    h1 {
        font-size: 26px;
        line-height: 3rem;
    }
}


/* Accordions custom style */
.elementor-tab-title {
    padding-left: 30px !important;
}

.elementor-accordion-item .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
    position: absolute !important;
    left: 1px !important;
}

.elementor-tab-content {
    padding-left: 30px !important;
}

.elementor-tab-content ul {
   font-family: Lato, sans-serif;
    font-weight: 300;
}