/*
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.3em;
    line-height: 1.1em;
    margin-bottom: .1em;
}
h2, .h2, .banner h2, h2.uppercase {
    font-size: 2.6em;
    line-height: 1.15em;
    margin-bottom: .15em;
}
h3, .h3, .banner h3, h3.uppercase {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-bottom: .2em;
}
h4, .h4, .banner h4, h4.uppercase {
    font-size: 1.2em;
    line-height: 1.3em;
    margin-bottom: .25em;
}
.uppercase{
    letter-spacing: 0 !important;
}
.no-margin p, .no-margin h3{
    margin-bottom: 0;
}

/** HEADER + MENU + OFF CANVAS **/

.transparent .nav-dark .nav>li>a{
    color: #fff;
}
.transparent .nav-dark .nav>li>a:hover, .nav-column>li>a:hover, .nav-dropdown>li>a:hover, .nav-vertical-fly-out>li>a:hover, .off-canvas .sidebar-menu a:not(.button):not(.social-icons a):hover{
    color: var(--alert-color);
}
.nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a{
    color: #000;
}
.logo-left .logo{
    margin-right: 40px;
}
.transparent .header-main .header-inner:after{
    height: 2px;
    background-color: rgba(255, 255, 255, 0.45);
    position: absolute;
    display: block;
    width: 100%;
    bottom: 5px;
    right: -70px;
}
.nav-size-large>li>a {
    font-size: 1em;
}
.nav-spacing-large>li {
    margin: 0 11px;
}
.header-nav-main.nav-left>li>a{
    text-transform: uppercase;
}
.has-dropdown .icon-angle-down{
    display: none;
}
#top-bar .header-button-1 a{
    font-size: 1.25em;
}
#top-bar .header-button-1 a:hover{
    opacity: 1;
    color: var(--alert-color);
}
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content{
    background-color: #fff;
}
.off-canvas .sidebar-menu a:not(.button):not(.social-icons a){
    color: #000;
    text-transform: capitalize;
    font-size: .95em;
}
.off-canvas .header-button-2 a{
    display: block;
    font-size: 1.15em;
}

/** BUTTONS **/

.button {
    letter-spacing: 0;
}
.button.is-large:not(.icon)>i{
    margin-right: .05em;
}
.button.white i, .button.primary i, .button.secondary i, .button.plain i{
    color: var(--alert-color);
}
.button.primary:hover{
    background-color: var(--secondary-color) !important;
}
.box-text .button{
    margin-top: 0;
}

/** OTHER STYLES **/

.hero-gradient:before{
    content: '';
    display: block;
    z-index: 1;
    position: absolute;
    height: 100%;
    overflow: hidden;
    width: 100%;
    mix-blend-mode: multiply;
    background: linear-gradient(to right, rgba(0,0,0,0.76) 0%,rgba(0,0,0,0.75) 2%,rgba(14,74,0,0.59) 30%,rgba(14,74,0,0.58) 32%,rgba(14,74,0,0.39) 51%,rgba(8,41,0,0.25) 65%,rgba(0,0,0,0.16) 82%,rgba(0,0,0,0.07) 100%);
    /* Permalink: https://colorzilla.com/gradient-editor/#000000+2,0e4a00+30,0e4a00+51,000000+82&0.76+0, */
}
.section-boxed{
	margin-right: 2%;
	margin-left: 2%;
	width: inherit;
}
.row-divided>.col+.col:not(.large-12){
    border-width: 3px;
}
.white-top:before{
    content: '';
    display: block;
    z-index: 1;
    position: absolute;
    height: 100%;
    overflow: hidden;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 47%,rgba(255,255,255,0) 100%);
    /* Permalink: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+47*/
}
ul li.bullet-arrow, ul li.bullet-checkmark, ul li.bullet-cross, ul li.bullet-star{
    border: none;
    padding: 4px 0 4px 20px;
    margin-left: 9px;
}
ul li.bullet-arrow:before, ul li.bullet-checkmark:before, ul li.bullet-star:before{
    color: var(--alert-color);
}
.stack ul{
    margin-bottom: 0;
}
.nav-dropdown .menu-item-has-children>a, .nav-dropdown .nav-dropdown-col>a, .nav-dropdown .title>a{
    font-size: .9em;
}
legend{
    border: none;
    text-transform: none;
}
.gfield-choice-input{
    margin-bottom : 0 !important;
}
.gform_wrapper.gravity-theme .gfield_header_item, .gform_wrapper.gravity-theme .gform_fileupload_rules, .gform_wrapper.gravity-theme .ginput_complex label{
    font-size: 13px;
    font-weight: 500;
}
.gform_required_legend{
    display: none;
}
.gform_fileupload_rules{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
}

/** BLOG STYLES **/

.blog-single .entry-header-text .is-divider, .byline {
    display: none;
}
.blog-wrapper.page-wrapper{
    padding-bottom: 0;
}
.blog-wrapper .post-sidebar{
    background-color: #f3f3f3;
    padding-top: 30px;
    border-top: 5px solid var(--primary-color);
}
.blog-wrapper>.row.row-large {
    max-width: 1500px !important;
}
span.widget-title{
    letter-spacing: 0;
}
.widget .is-divider{
    max-width: 100%;
    background-color: var(--secondary-color);
    height: 2px;
}
.widget>ul>li+li{
    border-top: none;
}
.widget>ul>li>a{
    padding: 4px 0;
}
h1.page-title{
    text-transform: none;
    font-size: 2em;
}
.blog-single .box-shadow, .blog-single .box-shadow-2, .blog-single .box-shadow-2-hover:hover, .blog-single .row-box-shadow-2 .col-inner, .blog-single .row-box-shadow-2-hover .col-inner:hover{
    box-shadow: none;
}
.blog-single h1.entry-title{
    font-size: 3em;
}
blockquote{
    font-size: 100%;
    font-style: inherit;
    border-color: var(--secondary-color);
    margin-left: 10px;
    color: inherit;
    border-width: 5px;
}

/*************** SECTION 2 - MOBILE QA FIXES ONLY  ***************/
@media only screen and (max-width: 549px) {
    h1, .h1, .banner h1, h1.uppercase {
		font-size: 2.3em;
    }
    h2, .h2, .banner h2, h2.uppercase {
		font-size: 1.8em;
    }
    h3, .h3, .banner h3, h3.uppercase {
		font-size: 1.5em;
    }
    h4, .h4, .banner h4, h4.uppercase {
		font-size: 1.1em;
    }
    p .alignleft, p .alignright, .entry-content .alignleft, .entry-content .alignright{
        display: block;
        margin-bottom: .5em;
        margin-left: auto;
        margin-right: auto;
    }
    .blog-archive>.row{
        flex-direction: column-reverse;
    }
    .blog-archive .post-sidebar, .blog-single .post-sidebar{
        max-width: 94%;
        margin: 0 auto 10px;
        padding-bottom: 10px;
    }
    h1.page-title{
        font-size: 1.6em;
    }
    .blog-single h1.entry-title{
        font-size: 2.2em;
    }
}

/*************** 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.0em;
    }
    h2, .h2, .banner h2, h2.uppercase {
		font-size: 2.2em;
    }
    h3, .h3, .banner h3, h3.uppercase {
		font-size: 1.6em;
    }
    h4, .h4, .banner h4, h4.uppercase {
		font-size: 1.15em;
    }
    p .alignleft, .entry-content .alignleft {
        display: inline;
        float: left;
        margin-right: 1.5em;
    }
    p .alignright, .entry-content .alignright{
        display: inline;
        float: right;
        margin-left: 1.5em;
    }
    .blog-archive>.row{
        flex-direction: column-reverse;
    }
    .blog-archive .post-sidebar, .blog-single .post-sidebar{
        max-width: 94%;
        margin: 0 auto 10px;
        padding-bottom: 10px;
    }
    h1.page-title{
        font-size: 1.8em;
    }
    .blog-single h1.entry-title{
        font-size: 2.7em;
    }
}

/*************** SECTION 4 - Midsize 2  ***************/
@media only screen and (min-width: 850px) and (max-width: 1115px) {
    .nav-size-large>li>a {
        font-size: .85em;
    }
    .nav-spacing-large>li {
        margin: 0 4px;
    }
    .logo-left .logo{
        margin-right: 5px;
    }
    #logo {
        width: 170px !important;
    }
    #masthead .header-button-2 a{
        font-size: 1em;
    }
    #masthead .header-button a{
        padding: 0 10px;
        font-size: .9em;
    }
}


/*************** SECTION 5 - Midsize 1  ***************/
@media only screen and (min-width: 1115px) and (max-width: 1325px) {
    .nav-size-large>li>a {
        font-size: .9em;
    }
    .nav-spacing-large>li {
        margin: 0 9px;
    }
    .logo-left .logo{
        margin-right: 20px;
    }
    #logo {
        width: 270px !important;
    }
}

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