/*
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.   ***************/
h2 {color: #292658;}
ul.tik {padding: 0;list-style: none;}
ul.tik li {
    background-image: url(img/icon-tik.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding-left: 25px;
    margin-bottom: 10px;margin-left: 0;
}

.nav>li>a {font-size: 15px;}


#financecalcform {
    background-color: #723459;
    color: #FFFFFF;
    border: 0;padding: 15px;
}
#financecalcform .total {
    font-size: 60px;
    color: #FCFCFC;
    line-height: 60px;
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
}

#financecalcform .slidecontainer {
    margin-bottom: 20px;
    border-bottom: 1px dotted #CCCCCC;
}
#financecalcform .slidecontainer p {
    margin: 0;
}
.range {background-color: #000000;}
input[type=range] {
    height: 30px;
    -webkit-appearance: none;
    margin: 0;
    width: 100%;
    background-color: #000000;
    border: 0;
    display: block;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 14px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 1px 1px 1px #000000
    background: #000000
    border-radius: 14px;
    border: 0px solid #000000;
}
input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000;
    border: 0px solid #000000;
    height: 20px;
    width: 40px;
    border-radius: 12px;
    background: #529DE1;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -3px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #000000
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 14px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 1px 1px 1px #000000
    background: #000000
    border-radius: 14px;
    border: 0px solid #000000;
}
input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000;
    border: 0px solid #000000;
    height: 20px;
    width: 40px;
    border-radius: 12px;
    background: #529DE1;
    cursor: pointer;
}
input[type=range]::-ms-track {
    width: 100%;
    height: 14px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #000000
    border: 0px solid #000000;
    border-radius: 28px;
    box-shadow: 1px 1px 1px #000000
}
input[type=range]::-ms-fill-upper {
    background: #000000
    border: 0px solid #000000;
    border-radius: 28px;
    box-shadow: 1px 1px 1px #000000
}
input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0px 0px 0px #000000;
    border: 0px solid #000000;
    height: 20px;
    width: 40px;
    border-radius: 12px;
    background: #529DE1;
    cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
    background: #000000
}
input[type=range]:focus::-ms-fill-upper {
    background: #000000
}
#financecalcform select {
    background-color: #000000;
    border: 0;
    color: #FFFFFF;
}
#financecalcform select option {
    margin: 40px;
    background: #000000;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
div.sp-testimonial-free-section .slick-list {margin-right: 0;}
.sp-testimonial-free-wrapper button {min-height: auto;margin-right: 0;}

.nav.nav-vertical {
    border: 1px solid #ddd;
}
.nav.nav-vertical li a {padding: 10px;}
.nav.nav-vertical li.active a,
.nav.nav-vertical li a:hover {
    background-color: #723459;
    color: #FFFFFF;
}
.nav.nav-vertical li:after {
    content: "\f105";
    position: absolute;
    right: 10px;
    padding-left: 0.5em;
    font-family: "fl-icons" !important;
}
.nav.nav-vertical li:hover:after,
.nav.nav-vertical li.active:hover:after {color: #FFF;}



















.footer-wrapper .col {
    padding-bottom: 0;
}
.footer-wrapper h3 {
    font-size: 20px;
    font-weight: 500;
}
.footer-wrapper p {margin-bottom: 0;}
.footer-wrapper .social-icons i {
    font-size: 25px;
    margin-right: 10px;
}
.footer-secondary {padding: 0;}
.absolute-footer {
    padding: 15px 0;
    color: #FFF !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}