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

/*************** ADD CUSTOM CSS HERE.   ***************/


/*************** TYPOGRAPHY   ***************/

@import 'https://fonts.googleapis.com/css?family=Kaushan+Script';

#wrapper, #main {
    background-color: #fff;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}


.nav>li>a, .nav-column>li>a {
    color: #fff;
    transition: all .2s;
    font-size: 11pt;
    font-weight: 500;
}

.nav-dropdown>li>a,{
color: #333;
}
.sticky-shrink .stuck .header-main {
    transition: height .8s;
    background: rgba(242,237,228, 0.96) !important;
    }

    header-main .nav > li {
    color: #fff !important;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
}

.nav>li> {
color: #fff !important;
}

blockquote {
    color: #999 !important;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.4;
    border-color: #fff !important;
}

/*box-overlay  {
    position: absolute;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    bottom: auto !important; 
    z-index: 16;
    left: 0;
    right: 0;
    height: 100% !important;
    margin: 0 auto;
    background: linear-gradient(to bottom, rgba(242,237,228,0.9), rgba(255, 255, 255, 0.9)) !important;
}
*/


}
/*.overlay {
    position: absolute;
    transition: transform .5s;
    display: inline-block;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    min-height: 100% !important;
    overflow-y: auto;
    vertical-align: middle;
    display: inline;
    margin: 0 auto;
    bottom: 0;
    padding-top: 118px;
    position: 50%;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    text-align: center;
    width: 100%;
    background: linear-gradient(to bottom, rgba(242,237,228,0.9), rgba(255, 255, 255, 0.9)) !important;
}
*/

.box-overlay .box-text, .box-shade .box-text{
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
    height: 100% !important;
    padding-top: 25% !important;
}

.button{
    font-weight: 400;
    font-size: 12px;
    margin-top: 1em;
  margin-bottom: 1em;
    display: inline-block;
}
p {
    margin-top: .5em !important;
    margin-bottom: .5em !important;
}


.button.is-outline {
    padding: 5px 20px;
    line-height: 0;
}
.text-right .button:last-of-type, .text-center .button:last-of-type{ 
    margin-top: 1em;
  margin-bottom: 1em;
}

.icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 1em;
    margin-top: .5em;
}


.widget .is-divider {
    margin-top: 0em;
    background-color: rgba(0,0,0,0.0);
}

span.widget-title {
    font-size: 1em;
    font-weight: 600;
    color: #333;
    opacity: .8;
    line-height: 1em;
    letter-spacing: 0px;
    margin-bottom: .5em;
}



.header:not(.transparent) .header-nav.nav > li > a {
   font-weight: 500;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    padding: 15px 5px 5px;
    margin: 0 12px;
    }

    .header:not(.transparent) .header-nav.nav > li > a:hover, .header:not(.transparent) .header-nav.nav > li.active > a, .header:not(.transparent) .header-nav.nav > li.current > a, .header:not(.transparent) .header-nav.nav > li > a.active, .header:not(.transparent) .header-nav.nav > li > a.current {
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    padding: 15px 5px 5px;
    margin: 0 12px;
}
    .header-bg-color {
    background-color: rgba(242,237,228, 0.96);
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    text-rendering: optimizeSpeed;
    letter-spacing: 0px !important;
    line-height: 1em !important;
}

.dark h1 :after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #f6e8d7;
    transform: translateX(-50%);
}
h2 {
    font-size: 18px !important;
    font-weight: 700;
    letter-spacing: 0px !important;
}

h3 {
font-size: 55px !important;
font-weight: 400;
font-family: 'Kaushan Script', cursive !important;
}



h4{

font-family: 'Kaushan Script', cursive !important;
    display: block;
    text-transform: none;
    font-weight: 400 !important;
    font-size: 20px !important;
    columns: #333

}

h5 {
    font-size: 1em;
    font-weight: 500 !important;
    color: #609dbd;
}




h6 {
    font-size: 1em;

}

body {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
    overflow-x: hidden;
    position: relative;
    font-family: 'Roboto', sans-serif;
}

li {
    margin-bottom: 0em;
}

.banner h1{ 
    font-weight: 700;
    font-size: 110px !important;
    line-height: 1;
    position: relative;
    color: #fff;
}


.img .caption {
    position: absolute;
    transition: transform .5s;
    display: inline-block;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    min-height: 100% !important;
    overflow-y: auto;
    vertical-align: middle;
    display: inline;
    margin: 0 auto;
    bottom: 0;
    padding-top: 118px;
    position: 50%;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    text-align: center;
    width: 100%;
    background:linear-gradient(to bottom, rgba(242,237,228,0.9), rgba(255, 255, 255, 0.9)) !important;
}



.blockquote {
    color: #999 !important;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.4;
    border-color: #fff !important;

}

.slider-wrapper .testimonial-name{
    font-family: 'Kaushan Script', cursive;
    font-size: 18px !important;
    position: relative;
    padding-left: 50px;

    }

.hp-cta {
 border-style: solid;
 border-width: .05px;
 color: #609dbd !important;
 height: 130px;
}


.hp-banner {
 border-style: solid;
 border-width: 1px;
 color: #cccdcd !important;
 height: 130px;
}

.text-center>div, .text-center>div>div, .text-center .is-divider, .text-center .star-rating, .text-center .is-star-rating {
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
}


a.plain {
    color: currentColor;
    color: #609dbd;
    transition: color .3s, opacity .3s, transform .3s;
}

.recent-blog-posts a {
    line-height: 1.3em;
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    }

.badge {
    display: table;
    z-index: 20;
    pointer-events: none;
    height: 4em;
    width: 6em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.op-7 {
    opacity: 0;
}
.entry-image img {
    width: 50%;
}
.badge-frame .badge-inner, .badge-outline .badge-inner {
    color: #446084;
    background-color: #ffffff75;
    border: 2px solid currentColor;
    }
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.banner h1 {
    font-weight: 700;
    font-size: 80px !important;
    line-height: 1;
    position: relative;
    color: #fff;
}
    h3 {
    font-size: 30px !important;
    font-weight: 400;
    font-family: 'Kaushan Script', cursive !important;
}
.nav>li>a, .nav-column>li>a {
    color: #609dbd;
    transition: all .2s;
    font-size: 10pt;
    font-weight: 500;
    }
    .links>li>a:before, i[class^="icon-"], i[class*=" icon-"] {
    font-family: 'fl-icons' !important;
    speak: none !important;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    position: relative;
    line-height: 1.2;
    color: #fff;
}

.social-icons i {
    min-width: 1em;
    color: #609dbd !important;
    }

    .links>li>a:before, i[class^="icon-"], i[class*=" icon-"] {
    font-family: 'fl-icons' !important;
    speak: none !important;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    position: relative;
    line-height: 1.2;
    color: #609dbd;
}