/*
* compact theme
*/
.compact-theme.wp-posts-carousel { overflow: hidden; }
.compact-theme.wp-posts-carousel .wp-posts-carousel-slide { position: relative; padding-top: 35px; padding-bottom: 2px;}
.compact-theme.wp-posts-carousel .wp-posts-carousel-container { border: 1px solid #e1e1e1; background: #fff; padding: 0; transition: all 0.3s ease 0s; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
    position: relative; overflow: hidden;}
.compact-theme.wp-posts-carousel .wp-posts-carousel-container:hover { border-bottom: 1px solid #db3200;}
.compact-theme.wp-posts-carousel .wp-posts-carousel-container:hover .wp-posts-carousel-buttons a {
    background-color: #dad8da;
    text-decoration: none;
    background-image: none;
    color: #515151;
}

/*
* posts's image
*/
.compact-theme.wp-posts-carousel .wp-posts-carousel-image {
    overflow: hidden;
    position: relative;
    height: 124px;
}
.compact-theme.wp-posts-carousel .wp-posts-carousel-image .mask {
    overflow: hidden;
    position: relative;
    height: 124px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    perspective: 1px;
}
.compact-theme.wp-posts-carousel .wp-posts-carousel-image a { display: block; width: 100%; }
.compact-theme.wp-posts-carousel .wp-posts-carousel-image img {
    margin: auto !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
/*
* post's details
*/
.compact-theme.wp-posts-carousel .wp-posts-carousel-details { padding: 0 15px 5px 15px; position: relative;}
.compact-theme.wp-posts-carousel .wp-posts-carousel-title {
    font-size: 12pt;
    color: #020202;
    margin: 10pt 0;}
.compact-theme.wp-posts-carousel .naujiena {
    /*display: inline-block;*/
    /*font-size: 8pt;*/
    /*color: #fff;*/
    /*letter-spacing: 4px;*/
    /*text-transform: uppercase;*/
    /*background-color: #db3200;*/
    /*padding: 6px 2px 2px 6px;*/
    /*border-radius: 3px;*/
    /*-moz-border-radius: 3px;*/
    /*-webkit-border-radius: 3px;*/
    /*-o-border-radius: 3px;*/
    /*position: absolute;*/
    /*top: -3px;*/
    /*left: 12pt;*/
    /*z-index: 10;*/
}
.compact-theme.wp-posts-carousel .wp-posts-carousel-title a {
    color: #020202;
    font-weight: 400;
}
.compact-theme.wp-posts-carousel .wp-posts-carousel-desc { font-size: 10pt; color: #727272; text-align: justify; }
.compact-theme.wp-posts-carousel .wp-posts-carousel-created-date { padding: 0; margin: 0;font-size: 12px; color: #666; }
.compact-theme.wp-posts-carousel .wp-posts-carousel-categories { padding: 0; margin: 0; background: #eee; padding: 5px; font-size: 12px; }
.compact-theme.wp-posts-carousel .wp-posts-carousel-buttons { text-align: center;}
.compact-theme.wp-posts-carousel .wp-posts-carousel-buttons a {
    font-size: 100%;
    margin: 10pt 0 0 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
}
/*
* tags
*/
.compact-theme.wp-posts-carousel .wp-posts-carousel-tags { font-size: 11px; }
.compact-theme.wp-posts-carousel .wp-posts-carousel-tags a:before { font-family: "FontAwesome"; font-size: 11px; content: "\f02c"; padding-right: 7px; }
.compact-theme.wp-posts-carousel .wp-posts-carousel-tags a { padding: 2px 10px; background: #fafafa; color: #666; line-height: 24px; text-decoration: none; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; transition: all 0.3s ease 0s; }
.compact-theme.wp-posts-carousel .wp-posts-carousel-tags a:hover { color: #6E95B6; }
/*
* controls
*/
.compact-theme.wp-posts-carousel .owl-controls { *height: 0; }
/*
* navigation
*/
.compact-theme.wp-posts-carousel .owl-nav div:before  { font-family: "FontAwesome"; font-size: 20px; display: inline-block; content: '\f104'; }
.compact-theme.wp-posts-carousel .owl-controls .owl-nav div  {
    background: #fff;
    color: #ccc;
    border: 2px solid #ccc;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 0px;
    height: 30px;
    line-height: 26px;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.compact-theme.wp-posts-carousel .owl-controls .owl-nav .owl-prev {
    right: 36px;
    padding: 0px 18px 0px 9px;
}
.compact-theme.wp-posts-carousel .owl-nav .owl-next:before  { content: '\f105'; }
.compact-theme.wp-posts-carousel .owl-controls .owl-nav .owl-next {
    right: 0;
    padding: 0px 16px 0px 11px;
}
.compact-theme.wp-posts-carousel:hover .owl-controls .owl-nav .owl-prev { opacity: 0.7; }
.compact-theme.wp-posts-carousel:hover .owl-controls .owl-nav .owl-next  { opacity: 0.7; }
.compact-theme.wp-posts-carousel:hover .owl-controls .owl-nav .owl-prev:hover, 
.compact-theme.wp-posts-carousel:hover .owl-controls .owl-nav .owl-next:hover { opacity: 1; color: #6E95B6; }

/*
* dots
*/
.compact-theme.wp-posts-carousel .owl-dots { text-align: center; position: absolute; top: 5px; right: 50px;  }
.compact-theme.wp-posts-carousel .owl-dots .owl-dot { display: inline-block; zoom: 1; *display: inline; }
.compact-theme.wp-posts-carousel .owl-dots .owl-dot span { width: 5px; height: 5px; margin: 5px 7px; background: #d6d6d6; display: block; -webkit-backface-visibility: visible; -webkit-transition: opacity 200ms ease; -moz-transition: opacity 200ms ease; -ms-transition: opacity 200ms ease; -o-transition: opacity 200ms ease; transition: opacity 200ms ease; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
.compact-theme.wp-posts-carousel .owl-dots .owl-dot.active span { background: #869791; }
.compact-theme.wp-posts-carousel .owl-dots .owl-dot:hover span { transform: scale(2); }