/*
* compact theme
*/
.compact-theme.wp-posts-carousel { overflow: hidden;}
.compact-theme.wp-posts-carousel .wp-posts-carousel-slide { display: none; padding: 1%; position: relative; padding-top: 35px; }
.compact-theme.wp-posts-carousel.owl-loaded .wp-posts-carousel-slide { display: block; }
.compact-theme.wp-posts-carousel .wp-posts-carousel-container { border: 0px solid #ebebeb; padding: 10px; transition: all 0.3s ease 0s; }
.compact-theme.wp-posts-carousel .wp-posts-carousel-container:hover { border-color: transprant; background:transprant; }
/*
* posts's image
*/
.compact-theme.wp-posts-carousel .wp-posts-carousel-image { text-align: center; vertical-align: central; overflow: hidden; padding-top:10px; }
.compact-theme.wp-posts-carousel .wp-posts-carousel-image a { display: inline-block; width: 100%; text-align: center; }
.compact-theme.wp-posts-carousel .wp-posts-carousel-image img {display: block; margin: 0 auto; width: 100%; }
.compact-theme.wp-posts-carousel .wp-posts-carousel-image img.owl-lazy {opacity: 0;}
/*
* post's details
*/
.compact-theme.wp-posts-carousel .wp-posts-carousel-details { padding: 0 5px 10px 5px; }
.compact-theme.wp-posts-carousel .wp-posts-carousel-title { text-align: center; font-size: 18px; padding:40px 0px 0px; }
.compact-theme.wp-posts-carousel .wp-posts-carousel-desc { font-size: 20px; text-align:center; color: #e32c2e; padding: 2%; margin-bottom: 2%; }
.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 { padding-right: 5px; }
/*
* 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: 50px; display: inline-block; content: '\f104'; }
.compact-theme.wp-posts-carousel .owl-controls .owl-nav div  {background: transparent; color: #ccc; border: 1px solid #e32c2e; text-align: center; text-decoration: none; display: block; width: 0px; height: 25px; line-height: 24px; 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;}
.compact-theme.wp-posts-carousel .owl-controls .owl-nav .owl-prev { right: 20px; padding: 7px 34px 35px 11px;}
.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: 7px 34px 35px 11px; left: 20px;}
.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;
    bottom: 11px;
    right: 0;
    left: 0;
}
.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); }

.wp-posts-carousel-title a {
    color: #fff; font-weight:100; font-family: "Roboto",sans-serif;
}


.compact-theme.wp-posts-carousel .wp-posts-carousel-buttons a {
    border-radius: 3px;
    font-weight: 100;
    margin: 10px 0 0;
    overflow: visible!important;
    padding: 0 20px!important;
    text-align: center;
    text-transform: capitalize;
    display: inline-block;
    line-height: 48px!important;
    color: #000!important;
    min-width: 140px;
    min-height: 50px;
    color: #999999!important;
    font-size: 16px!important;
    border: 1px solid #666666!important;
    background: #282828!important;
    position: relative;
}
.compact-theme.wp-posts-carousel .wp-posts-carousel-buttons a {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.compact-theme.wp-posts-carousel .wp-posts-carousel-buttons a:after {
    background: #ffffff;
    content: "";
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}


.wp-posts-carousel-title a:hover:after, .dt-sc-pr-tb-col.type1.selected .btn-eff3:after, .dt-sc-pr-tb-col.type2.selected .btn-eff3:after {
    height: 300%;
    opacity: 1;
}
.owl-dots {
    display: none!important;
}

 .owl-nav a:hover.owl-next:before {
    color: #e32c2e;
}
.border-title strong {
    color: #fff;
}
ul.dt-sc-fancy-list li {
    display: block;
    padding: 5px 5px 5px 20px;
    position: relative;
    color: #777;
    font-weight: 400;
}
ul.dt-sc-fancy-list li:before {
    color: #e32c2e;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    left: 0;
    position: absolute;
    text-decoration: inherit;
    top: 6px;
}
ul.dt-sc-fancy-list.check li:before {
    content: "\f00c";
}
h3.blk {
    text-align: left;
    clear: both;
    font-weight: 100;
}
.blk strong {
    color: #000;
}