/*
Theme Name:     Kallyas Child Theme
Theme URI:      http://kallyas.net/demo/
Description:    Child theme for the Kallyas theme
Author:         Hogash
Author URI:     http://themeforest.net/user/hogash
Template:       kallyas
Version:        1.0
Tags: dark, light, left-sidebar, right-sidebar, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready
Text Domain:  zn_framework
*/

.custom-search-results {
    position:relative;
    overflow:hidden;
    margin:0 -15px 15px;
}
.custom-search-item {
    position:relative;
    width:20%;
    float:left;
    min-height:1px;
    padding:0 15px 30px;
}
.custom-search-item-title {
    margin:0;
    color:#fff;
    font-size:14px;
    font-weight:400;
    text-align:center;
    font-family:Verdana, Geneva, sans-serif;
}
.custom-search-item-title-top {
    margin:0;
    color:#fff;
	display:block;
    font-size:14px;
    font-weight:400;
    line-height:1.4;
    padding:5px 10px;
    text-align:center;
    font-family:Verdana, Geneva, sans-serif;
}
.custom-search-item-title-bottom {
    margin:0;
    color:#fff;
	display:block;
    font-size:10px;
    font-weight:400;
    line-height:1.4;
    text-align:center;
    padding:0 10px 5px;
    font-family:Verdana, Geneva, sans-serif;
}
.custom-search-results .custom-search-item-title a {
    color:#fff;
    display:block;
    background-color:#eb3a3f;
}
.custom-search-results .custom-search-item-title a:hover {
    color:#fff;
    display:block;
    background-color:#bc2e32;
}
.custom-search-item-image {
    position:relative;
    overflow:hidden;
    height:300px;
    text-align:center;
    line-height:300px;
    background-color:#fff;
}
.custom-search-item-image img {
    width:auto !important;
    height:auto !important;
    margin:auto;
    max-width:100%;
    max-height:400px;
    display:inline-block;
    vertical-align:middle;
}
.custom-search-item-details {
    position:absolute;
    bottom:0;
    top:102%;
    right:0;
    left:0;
    opacity:0;
    color:#fff;
    font-size:12px;
    line-height:1.4;
    text-align:center;
    padding:25px 30px;
    background:#232323;
    background:rgba(35,35,35,0.8);
    font-family:Verdana, Geneva, sans-serif;
    -webkit-transition:all .2s cubic-bezier(0.680, 0, 0.265, 1);
    transition:all .2s cubic-bezier(0.680, 0, 0.265, 1);
    -webkit-backface-visibility:hidden;
}
.custom-search-item-image:hover .custom-search-item-details {
    top:0;
    opacity:1;
}
.custom-search-item-banner .zn-buttonIcon,
.custom-search-item-button .zn-buttonIcon {
    margin-right:10px;
}
.custom-search-item-banner .zn-buttonText,
.custom-search-item-button .zn-buttonText {
    font-size:14px;
    font-weight:400;
}

.custom-search-item-banner .zn-buttonTextTwo,
.custom-search-item-button .zn-buttonTextTwo {
    font-size:10px;
    font-weight:400;
}

@media (max-width: 990px) {
    .custom-search-item {
        width:33.33333333%;
    }
}
@media (max-width: 720px) {
    .custom-search-item {
        width:100%;
    }
}
