/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** SECTION 1 - START HERE   ***************/

h1, .h1, .banner h1, h1.uppercase {
    font-size: 4.5em;
    line-height: 1em;
    margin-bottom: .25em
}
h2, .h2, .banner h2, h2.uppercase {
    font-size: 3.0em;
    line-height: 1.05em;
    margin-bottom: .25em;
}
h3, .h3, .banner h3, h3.uppercase {
    font-size: 1.6em;
    line-height: 1.2em;
    margin-bottom: .3em;	
}
h4, .h4, .banner h4, h4.uppercase {
    font-size: 1.15em;
    line-height: 1.3em;
    margin-bottom: .35em;
}
.uppercase{
    letter-spacing: 0 !important;
}
strong, b{
    font-weight: 700;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong{
    font-weight: 800;
}
.no-pad p {
    margin-bottom: 0 !important;
}

/** HEADERS + MENUS **/

.header-bg-container:after {
    content: '';
    border-bottom: solid 1px #fff;
    display: block;
    margin-left: 12em;
    position: relative;
    bottom: 0;
    margin-top: 7em;
}
.header-wrapper.stuck .header-bg-container:after {
    display: none;
}
.header:not(.transparent) .header-nav-main.nav > li.active > a, .nav-dark .nav>li>a {
    color: #fff !important;
}
.header-wrapper .nav-dark .nav>li.active>a:hover, .header:not(.transparent) .header-nav-main.nav > li.active > a:hover {
    color: var(--primary-color) !important;
}
#logo:not(.stuck #logo) {
    margin-top: 2em;
}
.button.plain{
    background-color: #fff;
    color: var(--success-color);
}
.button.plain:hover{
    opacity: 1 !important;
    color: var(--primary-color) !important;
}
.off-canvas .html.header-button-2 .button {
    width: 100%;
}
#top-bar a {
    font-size: 1.3em;
    font-weight: bold;
}
#top-bar a:hover, .off-canvas .sidebar-menu a:not(.button):not(.social-icons a):hover {
    color: var(--primary-color) !important;
}
.off-canvas .sidebar-menu a:not(.button):not(.social-icons a) {
    font-size: 1.1em;
    color: #fff;
}

/** BUTTONS **/

.button {
    font-family: 'Funnel Sans', sans-serif;
    letter-spacing: 0em;
    font-weight: 700;
}
.button.white:not(.button.is-outline):not(.button.is-underline):not(.button.is-link) span, .button.white.is-outline:hover span{
    color: var(--success-color);
}

/** OTHER STYLES **/

.bottom-fade:before{
    content: '';
    display: block;
    z-index: 1;
    position: absolute;
    height: 100%;
    overflow: hidden;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 71%,rgba(0,0,0,0.23) 79%,rgba(0,0,0,1) 98%,rgba(0,0,0,1) 100%);
    /*Permalink: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+71,0.23+79,1+98 */
}
.round-bl.section, .round-bl .section-bg{
    border-radius: 0 0 0 150px;
    -moz-border-radius: 0 0 0 150px;
    border-radius: 0 0 0 150px;
}
.bg-tr.section, .bg-tr .section-bg, .bg-tr .section-bg img{
    border-radius: 0 150px 0 0;
    -moz-border-radius: 0 150px 0 0;
    border-radius: 0 150px 0 0;
}
.corners-round>.col-inner, .corners-round .banner, .corners-round .banner-bg, .corners-small .box-image, .corners-round .image-zoom, .corners-round .message-box, .corners-round .message-box-bg-image, .corners-round .message-box-bg-overlay, .corners-round .box-image {
    border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
}
.box-text-top.box-overlay .box-text, .box-text-top.box-shade .box-text {
    padding: 3em 3em 2em;
}
.img-radius img {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.section-boxed{
    margin-right: 2%;
    margin-left: 2%;
    width: inherit;
}
.blue-line h2:after{
    content: '';
    flex: 1;
    margin-left: 1rem;
    height: 2px;
    background-color: var(--secondary-color);
}
.blue-line h2{
	display: flex;
    align-items: center;
}
.row-divided>.col+.col:not(.large-12){
    border-color: #4b4b4b;
    border-width: 3px;
}

/*************** SECTION 2 - MOBILE QA FIXES ONLY  ***************/
@media only screen and (max-width: 549px) {
    h1, .h1, .banner h1, h1.uppercase {
        font-size: 2.5em;
    }
    h2, .h2, .banner h2, h2.uppercase {
        font-size: 2.0em;
    }
    h3, .h3, .banner h3, h3.uppercase{
        font-size: 1.4em;
    }
    h4, .h4, .banner h4, h4.uppercase{
        font-size: 1.05em;
    }
    .header-bg-container:after {
        display: none;
    }
    .transparent #logo img {
        max-height: 120px !important;
    }
    #logo:not(.stuck #logo) {
        margin-top: 0;
    }
    .round-bl.section, .round-bl .section-bg{
        border-radius: 0 0 0 60px;
        -moz-border-radius: 0 0 0 60px;
        border-radius: 0 0 0 60px;
    }
    .bg-tr.section, .bg-tr .section-bg, .bg-tr .section-bg img{
        border-radius: 0 60px 0 0;
        -moz-border-radius: 0 60px 0 0;
        border-radius: 0 60px 0 0;
    }

}

/*************** SECTION 3 - MEDIUM GRID AND UP  ***************/
@media only screen and (min-width: 550px) and (max-width: 850px) {

    h1, .h1, .banner h1, h1.uppercase {
        font-size: 3.4em;
    }
    h2, .h2, .banner h2, h2.uppercase {
        font-size: 2.3em;
    }
    h3, .h3, .banner h3, h3.uppercase{
        font-size: 1.45em;
    }
    h4, .h4, .banner h4, h4.uppercase {
        font-size: 1.1em;
    }
    .header-bg-container:after {
        display: none;
    }
    .transparent #logo img {
        max-height: 120px !important;
    }
    #logo:not(.stuck #logo) {
        margin-top: 0;
    }
    .round-bl.section, .round-bl .section-bg{
        border-radius: 0 0 0 80px;
        -moz-border-radius: 0 0 0 80px;
        border-radius: 0 0 0 80px;
    }
    .bg-tr.section, .bg-tr .section-bg, .bg-tr .section-bg img{
        border-radius: 0 80px 0 0;
        -moz-border-radius: 0 80px 0 0;
        border-radius: 0 80px 0 0;
    }
    
}

/*************** SECTION 4 - DESKTOP AND UP  ***************/
@media only screen and (min-width: 1000px) {

}