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

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

.domotika-title {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    color: #333333;
}
.domotika-title::before {
    border-color: #ec881a;
}
.domotika-title::before {
    position: absolute;
    bottom: -1px;
    left: 0;
    border-bottom: 1px solid;
    /*border-bottom-color: #e8e8e8;*/
    border-color: #ff7800;
}
.domotika-title::after, .domotika-title::before, .domotika-title::before {
    width: 50px;
    content: '';
}

li.html_topbar_right {
    padding: 0 35px;
}

li.html_topbar_right p {
    font-size: 13px;
    line-height: 1.2rem;
    white-space: nowrap;
}

li.html_topbar_right p span {
    white-space: nowrap;
}


li.html_topbar_right p .alignleft {
    display: inline;
    float: left;
}
.nav-vertical li.html_topbar_right p {
    margin: 0 auto;
}
.about-static {
    margin-top: -25px;
}
.about-static ul li {
    display: block;
    line-height: 40px;
    overflow: hidden;
}

@media(min-width:768px) {
    .about-static ul li:first-child {
        line-height: 18px;
    }
}

.about-static li:not(:last-child) {
    margin-bottom: 20px;
}

.about-static .footer-logo img {
    /*max-width: 75%;*/
    margin-bottom: 20px;
}

.about-static .fabox {
    background: url('images/common_imgs.png') no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: -2px -2px;
    display: block;
    float: left;
    width: 39px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    margin: 3px 8px 0 0;
}
.about-static .fabox em {
    padding-left: 5px;
    font-size: 17px;
}
.about-static li span {
    color: #555;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
}

.about-static .list-unstyled {
    line-height: 26px;
}
.about-static .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.about-static .list-unstyled li {
    margin-left: 0;
}

@media (min-width: 850px) {
    .off-canvas .off-canvas-cart {
        min-width: 320px;
        width: auto;
        max-width: 50%;
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
        width: 90%;
    }

}