/*
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: 3.5em;
	line-height: 1.2em;
	margin-bottom: .2em;
}
h2, .h2, .banner h2, h2.uppercase{
	font-size: 2.5em;
		line-height: 1.25em;
		margin-bottom: .25em;
}
h3, .h3, .banner h3, h3.uppercase {
	font-size: 1.6em;
		line-height: 1.3em;
		margin-bottom: .3em;
}
h4, .h4, .banner h4, h4.uppercase {
	font-size: 1.1em;
		line-height: 1.35em;
		margin-bottom: .3em;
}
h5, .h5, .banner h5, h5.uppercase {
    font-size: .9em;
}
.uppercase{
    letter-spacing: 0 !important;
}

/* HEADER + MENUS */

.transparent .nav-dark .nav>li>a{
    color: #fff;
}
.transparent .nav-dark .nav>li>a:hover, .button.primary i, .button.alert i, .button.white i{
    color: var(--secondary-color);
}
.nav-size-medium>li>a{
    font-size: 1.05em;
}
.nav-spacing-xlarge>li {
    margin: 0 17px;
}
.html.header-button-1 .header-button a:after, .html.header-button-2 .header-button a:after{
    font-family: 'Font Awesome 5 Free' !important;
    content: '\f30b';
    font-size: 92%;
    margin-left: 3px;
    color: #fff;
}
.off-canvas-left.dark .mfp-content, .off-canvas-right.dark .mfp-content{
    background-color: var(--primary-color);
}
.off-canvas .sidebar-menu a:not(.button){
    color: #fff;
    font-size: 1em;
}
.off-canvas .sidebar-menu a:not(.button):hover{
    color: var(--secondary-color);
}
.sidebar-menu .html.header-button-1 .header-button a{
    display: block;
    font-size: 1.2em;
}
.inline.ux-menu {
    display: block;
    text-align: center!important;
}
.inline .ux-menu-link {
    display: inline-block;
    margin: 0 1em!important;
    text-transform: uppercase;
}

/*Button Styling*/

.button {
	font-family: "Mulish", sans-serif;
	font-weight: 700;
	letter-spacing: 0;
}
.icon-angle-right:before { 
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
    content: '\f30b' !important;
}
.button.white:not(.button.white.is-outline):not(.button.white.is-underline):not(.button.white.is-link) span, .button.white:not(.button.white.is-underline):not(.button.white.is-link):hover span{
    color: var(--primary-color);
}
.dark .button.secondary.is-outline{
    color: #fff;
    border-color: var(--secondary-color);
}
.button.success.is-outline{
    border-color: var(--success-color);
}
.button.alert.is-outline{
    border-color: var(--alert-color);
}
.button.secondary .icon-telegram:before {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
    content: '\f0e0' !important;
}

.primary, input[type=submit], input[type=submit].button {
    background-color: #1f629a;
}

/* OTHER */

.section-boxed{
    width: inherit;
    margin-left: 2%;
    margin-right: 2%;
	border-radius: 20px 20px 0 0;
   	-webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
}
.hero-gradient:before{
    content: '';
    display: block;
    z-index: 1;
    position: absolute;
    height: 100%;
    overflow: hidden;
    width: 100%;
    background: linear-gradient(to bottom, rgba(25,53,68,0) 1%,rgba(22,45,59,0) 37%,rgba(17,34,46,1) 91%,rgba(16,32,44,1) 100%);
    /*Permalink: https://colorzilla.com/gradient-editor/#193544+1,10202c+100&0+37,0+37,1+91*/ 
}
.blue-black-gradient:before{
    content: '';
    display: block;
    z-index: 1;
    position: absolute;
    height: 100%;
    overflow: hidden;
    width: 100%;
    background: linear-gradient(to bottom, rgba(16,32,44,1) 0%,rgba(8,16,24,1) 50%,rgba(21,43,57,1) 100%);
    /*Permalink: https://colorzilla.com/gradient-editor/#10202c+0,081018+50,152b39+100*/ 
}
.corners-small>.col-inner, .corners-small .banner, .corners-small .banner-bg, .corners-small .message-box, .corners-small .message-box-bg-image, .corners-small .message-box-bg-overlay {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
ul li.bullet-arrow, ul li.bullet-checkmark, ul li.bullet-star, ul li.bullet-cross{
    border: none;
    padding: 5px 0 5px 23px;
}
ul li::marker, ol li::marker{
    color: var(--secondary-color);
    font-size: 105%;
}
.col-inner ol li, .col-inner ul li, .entry-content ol li, .entry-content ul li, .entry-summary ol li, .entry-summary ul li{
    margin-left: 1.7em;
}
.small-margin h3{
    margin-bottom: 0;
}
legend{
    border: none;
    text-transform: none;
}
.gfield-choice-input{
    margin-bottom: 0 !important;
}
.gform_required_legend{
    display: none;
}
.gform_wrapper.gravity-theme .gfield_header_item, .gform_wrapper.gravity-theme .gform_fileupload_rules, .gform_wrapper.gravity-theme .ginput_complex label{
    font-size: 13px;
}

.sp-testimonial-pro-wrapper .sp-testimonial-pro-section.sp-tpCarousel{
    padding-bottom: 0 !important;
}
.sp-tpro-modal-testimonial .tpro-client-testimonial, .sp-tpro-modal-testimonial .tpro-client-name{
    text-align: left !important;
}

/*************** SECTION 2 - MOBILE QA FIXES ONLY  ***************/
@media only screen and (max-width: 549px) {
    h1, .h1, .banner h1, h1.uppercase {
        font-size: 2.0em;
    }
    h2, .h2, .banner h2, h2.uppercase {
        font-size: 1.6em;
    }
    h3, .h3, .banner h3, h3.uppercase {
        font-size: 1.25em;
    }
    h4, .h4, .banner h4, h4.uppercase {
		font-size: 1.05em;
    }
    #header.transparent .header-main {
        height: 85px;
    }
    #header.transparent #logo img {
        max-height: 85px;
    }

}

/*************** 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: 2.7em;
    }
    h2, .h2, .banner h2, h2.uppercase {
        font-size: 1.9em;
    }
    h3, .h3, .banner h3, h3.uppercase {
        font-size: 1.35em;
    }
    h4, .h4, .banner h4, h4.uppercase {
		font-size: 1.05em;
    }
    #header.transparent .header-main {
        height: 85px;
    }
    #header.transparent #logo img {
        max-height: 85px;
    }
}

/*************** SECTION 4 - Midsize 2  ***************/
@media only screen and (min-width: 850px) and (max-width: 1000px) {
    #logo {
        width: 125px !important;
        margin-right: 15px;
    }
    .header-button a.is-large{
        font-size: .9em !important;
    }
    .nav-spacing-xlarge>li {
        margin: 0px 7px !important;
    }
    .nav-size-medium>li>a {
        font-size: .87em !important;
    }
}

/*************** SECTION 5 - Midsize 1  ***************/
@media only screen and (min-width: 1000px) and (max-width: 1175px) {
    #logo {
        width: 175px !important;
        margin-right: 15px;
    }
    .header-button a.is-large{
        font-size: 1em !important;
    }
    .nav-spacing-xlarge>li {
        margin: 0px 9px !important;
    }
    .nav-size-medium>li>a {
        font-size: 1em !important;
    }
}

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