/*style-2*/

.style-2 .ca-menu{
    padding: 0 !important;
    margin:20px auto 8px;
    width: 100%;
}

.style-2 .ca-menu li{
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
    display: block;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    margin-bottom: 4px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}


.style-2 .ca-menu li:last-child{
    margin-bottom: 0px;
}

.style-2 .ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}

.style-2 .ca-icon{
    left: 20px;
    top: 28px;
    position: absolute;
    text-align: center;
    transition: all 300ms linear 0s;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 25px;
}

.style-2 .ca-icon img{
    width: 40px;
    height: 40px;
    transition: all 300ms linear 0s;
}

.style-2 .ca-content{
    position: absolute;
    left: 75px;
    height: 60px;
    top: 20px;
}

.style-2 .ca-main, .style-2 .ca-sub {
  margin: 0 !important;
  padding: 0 !important;
}

.style-2 .ca-main{
    font-size: 20px !important;
	padding-right:30px !important;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.style-2 .ca-sub{
    font-size: 12px !important;
    color: #666;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
	padding-top: 7px !important;
	padding-right:30px !important;
}

.style-2 .ca-menu li:hover{
    background: #e1f0fa;
}

.style-2 .ca-menu li:hover .ca-icon{
    color: #259add;
    opacity: 0.8;
    text-shadow: 0px 0px 13px #fff;
    font-size: 25px;
}

.style-2 .ca-menu li:hover .ca-main{
    opacity: 1;
    color:#2676ac;
    -webkit-animation: moveFromTop 300ms ease-in-out;
    -moz-animation: moveFromTop 300ms ease-in-out;
    -ms-animation: moveFromTop 300ms ease-in-out;
}

.style-2 .ca-menu li:hover .ca-sub{
    opacity: 1;
    -webkit-animation: moveFromBottom 300ms ease-in-out;
    -moz-animation: moveFromBottom 300ms ease-in-out;
    -ms-animation: moveFromBottom 300ms ease-in-out;
}

.style-2 .ca-menu li:hover .ca-icon{
  width: 50px;
  height: 50px;
}

.style-2 .ca-menu li:hover .ca-icon img{
  color: #fff004;
  width: 50px;
  height: 50px;
}


.style-2 .new-icon-section > span {
  align-items: center;
  background-color: rgba(0,0,0,.7);
  color: #fff;
  display: flex;
  font-size: 9px;
  font-weight: bold;
  height: 13px;
  justify-content: center;
  position: absolute;
  top: 0;
  left:0;
  width: 28px;
}
.style-2 .featured-section {
  bottom: 1px;
  position: absolute;
  right: 0;
  z-index: 1;
  width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 2px 35px 25px;
	border-color: transparent transparent #FFEB3B transparent;

}
.style-2 .featured-section i {
	position: absolute;
	left: -10px;
	top: 17px;
	color: #3d7dfc;
}
.new-icon-section i {
	cursor:pointer;
}

/*Upvote Section*/

.style-2 .upvote-section-style-2 {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  height: 100% !important;
  justify-content: center;
  position: absolute;
  right: -5px;
  text-align: center;
  top: 3px;
  width: 30px;
}
.style-2 .bookmark-section-style-2 {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  height: 100% !important;
  justify-content: center;
  position: absolute;
  right: 13px;
  text-align: center;
  top: 0;
  width: 30px;
}

.style-2 .upvote-btn.upvote-on:hover, .style-2 .ca-menu li:hover .upvote-btn{
  cursor: pointer;
}

.style-2 .upvote-btn, .style-2 .upvote-count{
  display: block;
}

.style-2 .upvote-btn {
  text-align: center;
  padding-top: 0;
  width: 100%;
  z-index: 805;
  margin-top: -7px;
}

.style-2 .upvote-count {
  font-size: 11px;
  width: 100%;
  margin-top: 0;
  z-index: 800;
}

.style-2 .upvote-section-style-2 .upvote-btn, .style-2 .upvote-section-style-2 .upvote-count {
  color: #666;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.style-2 .upvote-section-style-2 .upvote-btn:hover, .style-2 .ca-menu li:hover .upvote-btn, .ca-menu li:hover .upvote-count{
  color: #666;
}

/*RTL CSS*/
.direction-rtl .qc-grid-item, .direction-rtl .qc-grid-item h3, .direction-rtl .qc-grid-item ul li, .direction-rtl .qc-grid-item ul li a, .qc-grid-item ul li span 
{
  direction: rtl !important;
}

.direction-rtl .qc-grid-item .ca-icon {
  left: auto;
  right: 20px;
  direction: rtl !important;
}

.direction-rtl .qc-grid-item .ca-content {
  direction: rtl;
  left: auto;
  right: 80px;
}

.direction-rtl .qc-grid-item .ca-content .ca-main, .direction-rtl .qc-grid-item .ca-content .ca-sub{
  direction: rtl !important;
  text-align: right !important;  
}

.direction-rtl .upvote-section-style-2 {
  left: 10px !important;
  right: auto !important;
}

@-webkit-keyframes moveFromBottom {
    from {
        opacity: 0;
        -webkit-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        opacity: 0;
        -moz-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        opacity: 0;
        -ms-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0%);
    }
}

@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromTop {
    from {
        opacity: 0;
        -moz-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromTop {
    from {
        opacity: 0;
        -ms-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0%);
    }
}

/* new custom css */

.qc-full-wrapper {
  display: flex;
  width: 100%;
}
.left-side-filter {
  background:none;
  float: left;
  margin-right: 25px;
  width: 30% !important;
  border-bottom: none;
}

.style-2 span.qcopd-list-item-author {
  color: #828282;
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 13px;
  left: 0;
  width: 100%;
  text-align: center;
}
.style-2 .qcopd-single-list ul li a{
  padding-bottom: 30px !important;
}
.style-2 .qcopd-single-list ul li:hover span.qcopd-list-item-author{
  color: #2676ac;
}

.style-2 .ca-content {
  position: relative;
}
.style-2 .ca-icon {
  position: relative;
}
.style-2 .ca-menu li a {
  display: flex;
}
.style-2 .ca-menu li {
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  align-content: flex-start;
  height: auto;
}
.ca-content-audio {
    padding: 0 0 0 12px;
}
.bookmark-section-style-2 {
    position: absolute;
}

.bookmark-section-style-2 {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.style-2 .ca-content {
    left: 35px;
}
.ca-content-audio audio {
    height: 36px;
    width: 240px;
}
.style-2 .ca-content {
    padding: 0 50px 0 0;
}
.style-2 .bookmark-section-style-2 {
    right: 30px;
}
.style-2 .upvote-section-style-2 {
    right: 9px;
}