@charset "UTF-8";
/*
Theme Name: colezium-landing
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: WordPress 4.9.6
Version: 1.4 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: colizeumlanding
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

*/

.wp-pagenavi {
    display: flex !important;
    justify-content: center !important;
}
.wp-pagenavi a, .wp-pagenavi span {
    padding: 6px 14px;
}


.agree {display:none}

.wpcf7-form-control-wrap{
    display: block;
    padding-bottom: 10px;
}

.wpcf7-not-valid-tip {
    font-size: 12px !important;
    position: absolute !important;
    width: 230px;
    top: 90%;
    line-height: 1em;
}

.post-links{
    display: flex;
    justify-content: space-between;
}
.post-links .post-link-right{
    width: 50%;

}
.post-links .post-link-left{
    width: 50%;
}

.poem-content{
    white-space: pre-wrap;
    line-height: 1em;
}

.author-about{
    margin-bottom: 15px;
    font-weight: 700; 
    text-align: right;;
}


#breadcrumbs {}
#breadcrumbs span{
    position: relative;
    padding-right: 40px;
    margin-right: 20px;
}
#breadcrumbs > span span:after {
    content: '';
    width: 26px;
    height: 10px;
    background: url('img/arrow-right-green.svg') no-repeat center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
#breadcrumbs span span {}
#breadcrumbs span span a {
    color: #00B428;
}
#breadcrumbs span .breadcrumb_last:after {
    display: none;
}


.main-content{
    min-height: 400px;
}

.wp-pagenavi span.current{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 29px;
    border-radius: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: block;
    border:none;
    background: #00B428;
}
.wp-pagenavi a, .wp-pagenavi span{
    border: none;
    width: 40px;
    height: 40px;
    line-height: 29px;
    color: #383838;
    text-align: center;
}
span.next-link{
    background: rgba(255, 255, 255, 0.8);
    width: 55px;
    height: 55px;
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    display: block;
    border-radius: 50%;
    margin-top: -12px;
    background: url('img/arrow-next.svg') no-repeat center;
    transform: translateX(-15px);

}

span.prev-link{
    background: rgba(255, 255, 255, 0.8);
    width: 55px;
    height: 55px;
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    display: block;
    border-radius: 50%;
    margin-top: -12px;
    background: url('img/arrow-prev.svg') no-repeat center;
    margin-left: -30px;
}
.pagination-box{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 40px;
    width: 100%;
}

#inline1{
    width: 700px !important;
    height: 500px;
}

.fitler-result{
    margin-top: 40px;
}

.card-moreinfo-option-wrap{
    height: auto;
    min-height: 400px;
}
.card-moreinfo-item-title{
    min-height: 44px;
}
.card-moreinfo-tech{
    align-items: flex-start;
}
.card-moreinfo-tech-info{
    padding-left: 30px;
}
.card-moreinfo-items{
    flex-wrap: wrap;
}
.card-moreinfo-item{
    margin-bottom: 30px;
}
.card-moreinfo-items {
    justify-content: space-around;
}
.slider-desc {
    text-align: center;
    color: #00b428;
    font-weight: 500;
    line-height: 3.4;
}
.main-content a {
	color: #00b428;
	font-weight: 600;
}

.filter-range-value.priceMax{
text-align: right;
}

.filter-range-value.priceMin{
    text-align: left;
    }