/*
Theme Name: Zentiz Child
Version: 1.0.7
Description: A child theme for the Zentiz by Ductm
Template: zentiz
*/

ul.primenu,
ul.footermenu {
    float: right;
}

.ft-search-hide h3 {
    text-transform: none !important;
}

@media screen and (min-width: 900px) {
#header {
    position: absolute !important;
}
}

.smpsub-unl {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin: -5px 15px 30px;
    clear: both;
}
.smpsub-unl-cat {
    margin: -5px 15px 30px;
    clear: both;
}

.ft-fimg img {
    height: auto !important;
    max-height: 188px !important;
    width: 100% !important;
    margin: auto;
    display: block;
}

.category-style {
    height: 310px !important;
}

h4.ft-ptitle.cat-home-title.entry-title {
    line-height: 25px;
    margin-bottom: 10px;
    font-size: 23px;
}

.widget .widget-title {
    border: none !important;
}

#Default-Recent {
    max-height: 100% !important;
}

hr {
    clear: both;
}

/*-[ Breadcrumbs ]-------------------*/

.breadcrumb, .breadcrumb> div, .breadcrumb .fa-caret-right, .breadcrumb .root a { float: none }
.breadcrumb {
    clear: both;
    overflow: hidden;
    position: relative;
    top: -20px;
    left: 2px;
    line-height: 15px;
    padding: 0 !important;
    width: 100% !important;
    margin: 0 15px;
    font-size: 12px;
}
.breadcrumb > div {
    padding: 0 4px 0 2px;
    overflow: hidden;
    float: none;
    display: inline-block;
    text-transform: capitalize;
}
.breadcrumb .fa-caret-right { padding: 0 }
.breadcrumb .root { padding: 0 }
.breadcrumb .fa-caret-right { padding: 0 0 }
.breadcrumb> div { overflow: visible }
.breadcrumb a {
    color: #666 !important;
    text-decoration: none;
}
.breadcrumb a:hover { text-decoration: underline }

.single .breadcrumb,
.page .breadcrumb {
    margin: 0;
    top: -30px;
    left: 0;
}