/*style-5*/
.style-5 {
  margin-bottom: 25px;
}

.style-5 .ca-menu{
    padding:0 !important;
    margin:20px auto 5px;
    width: 100%;
}

.style-5 .ca-menu li{
    width: 230px;
    height: 230px;
    border: 10px solid #e8f5ff;
    overflow: hidden;
    position: relative;
    float:left;
    background: #fff;
    margin: 0 4px 10px 0;
    -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);
    -webkit-border-radius: 125px;
    -moz-border-radius: 125px;
    border-radius: 125px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.style-5 .ca-menu li:last-child{
    margin-right: 0px;
}

.style-5 .ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}

.style-5 .ca-icon{
    position: absolute;
    width: 100%;
    left: 0px;
    top: 38px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
    box-sizing: border-box;
    color: #5e5e5e;
    font-size: 35px;
}

.style-5 .ca-main{
    font-size: 22px !important;
    position: relative;
    top: 0px;
    width: 100%;
	text-align: center;
    opacity: 0.8;
    text-align: center;
	margin: 0 0 10px !important;
    padding: 0 20px !important;
    box-sizing: border-box;
}

.style-5 .ca-sub{
    text-align:center;
    color: #000;
    font-size: 14px !important;
    position: absolute;
    height: 80px;
    width: 100%;
	text-align: center;
    top: 130px;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
	margin: 0 !important;
  box-sizing: border-box;
}

.style-5 .ca-menu li:hover{
    background: #f7f7f7;
    border-color: #fff;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.style-5 .ca-menu li:hover .ca-icon{
    color: #555;
    display: none;
}

.style-5 .ca-menu li:hover .ca-main{
    display: block;
    top: 45px;
    font-size: 18px !important;
    padding: 0 30px !important;
}

.style-5 .ca-menu li:hover .ca-sub{
    opacity: 0.8;
    top: 105px;
    padding: 0 20px;
}

.style-5 .ca-icon img{
    width: 50px;
    height: 50px;
    transition: all 300ms linear 0s;
	margin: 0 auto;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.style-5 .ca-menu li:hover .ca-icon img{
  color: #fff004;
  width: 70px;
  height: 70px;
}

.style-5 .new-icon-section > span {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  font-size: 9px;
  font-weight: bold;
  height: 13px;
  justify-content: center;
  left: 36px;
  position: absolute;
  top: 35px;
  width: 28px;
}
.style-5 .featured-section {
  border-color: transparent transparent #ffeb3b;
  border-style: solid;
  border-width: 0 2px 35px 25px;
  bottom: 0px;
  height: 0;
  position: absolute;
  right: 63px;
  width: 0;
  z-index: 1;
  -moz-transform: rotate(75deg);
-webkit-transform: rotate(75deg);
-o-transform: rotate(75deg);
-ms-transform: rotate(75deg);
transform: rotate(75deg);
}
.style-5 .featured-section i {
	position: absolute;
	left: -10px;
	top: 17px;
	color: #3d7dfc;
}
.new-icon-section i {
	cursor:pointer;
}

/*Upvote*/

.style-5 .upvote-section-style-5 {
    color: #777;
    font-size: 10px;
    display:inline-block;
}
.style-5 .bookmark-section-style-5 {
  color: #dd9933;
  font-size: 10px;
  display:inline-block;
}

.style-5 .upvote-btn:hover, .style-5 .ca-menu li:hover .upvote-btn{
  cursor: pointer;
  color: #81D742;
}

.style-5 .upvote-btn, .style-5 .upvote-count{
  display: inline-block;
}

.style-5 .upvote-btn {
  text-align: center;
  
  z-index: 805;
  font-size: 12px;
}

.style-5 .upvote-count {
  font-size: 10px;
  margin-top: -5px;
  z-index: 800;
}

.style-5 .upvote-section-style-5 .upvote-btn, .style-5 .upvote-section-style-5 .upvote-count {
  color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.style-5 .upvote-section-style-5 .upvote-btn:hover, .style-5 .ca-menu li:hover .upvote-btn, .style-5 .ca-menu li:hover .upvote-count{
  color: #000;
  opacity: 0.8;
}

@-webkit-keyframes smallToBig{
    from {
        -webkit-transform: scale(0.1);
    }
    to {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes smallToBig{
    from {
        -moz-transform: scale(0.1);
    }
    to {
        -moz-transform: scale(1);
    }
}
@-ms-keyframes smallToBig{
    from {
        -ms-transform: scale(0.1);
    }
    to {
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}

/* RWD */ 
@media only screen and (max-width : 801px) {
    .style-5.qc-grid-item{
        position: absolute;
        width: 100%;
    }

    .style-5.qc-grid-item .ca-menu li{
        width: 48%;
    }
}

@media only screen and (max-width : 640px) {
    .style-5.qc-grid-item{
        position: absolute;
        width: 100%;
    }

    .style-5.qc-grid-item .ca-menu li{
        width: 100%;
    }
}

/*RTL CSS*/
.direction-rtl .qc-grid-item, .direction-rtl .qc-grid-item h3
{
  direction: rtl !important;
}

.direction-rtl .qc-grid-item .ca-icon {
  direction: rtl !important;
}

.direction-rtl .qc-grid-item .ca-content {
  direction: rtl;
}

.direction-rtl .qc-grid-item h3 {
  margin-right: 10px;
}

.direction-rtl .qc-grid-item .ca-menu li {
  float: right;
  margin: 0 0 15px 10px;
}

.qcopd-list-wrapper {
    display: flex;
    width: 100%;
}
.left-side-filter {
    background:none;
    float: left;
    margin-right: 25px;
    width: 30% !important;
    border-bottom: none;
}
.style-5-upvote-section{
	position: absolute;
    top: 7px;
    text-align: center;
    width: 100%;
}


/*
Make Circles Center on Mobile
*/
@media only screen and (max-width: 520px) {
  .qcopd-list-column.style-5{
    display: block;
  }
  .style-5 .ca-menu li{
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.style-5 span.qcopd-list-item-author {
  color: #828282;
  position: absolute;
  top: 25px;
  right: 0;
  font-size: 13px;
  left: 0;
  width: 100%;
  text-align: center;
}
.style-5 .qcopd-single-list ul li a{
  padding-bottom: 30px !important;
}
.style-5 .qcopd-single-list ul li:hover span.qcopd-list-item-author{
  color: #2676ac;
}
.ca-content-audio audio {
    width: 160px;
    height: 30px;
    text-align: center;
    margin: 0 auto;
}
.style-5 .ca-icon {
    position: relative;
    width: 100%;
    left: 0px;
    top: 0;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
    box-sizing: border-box;
    color: #5e5e5e;
    font-size: 35px;
    display: block;
	    margin: 22px 0 0 0;
}

.ca-content-audio {
    text-align: center;
	margin: 6px 0 0 0;
}
.style-5 li :hover .ca-content-audio {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
}

.style-5 .ca-menu li:hover .ca-content-audio {
    margin: 80px 0 0 0 !important;
}
.style-5 .ca-menu li:hover .ca-sub {
    top: 88px;
    line-height: 20px;
}
.style-5 .ca-icon {
    margin: 45px 0 0 0;
}