/*style-1*/
.pdstyle-1 .ca-menu {
    margin: 20px auto 5px;
    padding: 0 !important;
    width: 100%;
}
.qcpd-list-column.opd-column-2 {
	width: 46% !important;
	margin-left: 1.5% !important;
	margin-right: 1.5% !important;
}


.qcpd-list-column.opd-column-3 {
    margin-right: 8px !important;
	margin-left:8px !important;
}

.qcpd-list-column.pdstyle-1{
  margin-bottom: 0px;
}
.pdstyle-1 .ca-menu li {
	background: #fff none repeat scroll 0 0;
	border-left: 10px solid #000;
	box-shadow: 1px 10px 16px rgba(0, 0, 0, 0.1) !important;
	display: block;
	height: 100%;
	margin-bottom: 25px;
	overflow: hidden;
	transition: all 300ms ease-in-out 0s;
	width: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 12px 0;
}

.pdstyle-1 .ca-menu li:last-child {
    margin-bottom: 0;
}
.pdstyle-1 .ca-menu li a {
	color: #666;
	display: flex;
	height: 100%;
	position: relative;
	text-align: left;
	width: 100%;
	border-bottom: medium none;
	align-items: center;
}

.pdstyle-1 .ca-icon{
    
    text-align: center;
    transition: all 300ms linear 0s;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    width: 15%;
    height: 100%;
    font-size: 46px;
	margin-right:8px;
    overflow: hidden;
	
}

.pdstyle-1 .ca-icon img{
   
    transition: all 300ms linear 0s;
	width: 45px;
    height: 45px;
    border-radius: 50%;
}

.pdstyle-1 .ca-content {
	width:85%;
	overflow: hidden;
	display: block;	
	margin-bottom: 30px;
}

.ca-main, .pdstyle-1 .ca-sub {
  margin: 0 !important;
  padding: 0 !important;
}

.pdstyle-1 .ca-main {
  font-size: 16px !important;
  transition: all 300ms linear 0s;
  padding-right:30px  !important;
  margin-bottom:8px !important;
}

.pdstyle-1 .ca-sub span {
	
}
.pdstyle-1 .ca-sub {
  color: #666;
  font-size: 12px !important;
  transition: all 300ms linear 0s;
  
  padding-right: 35px !important;
  line-height: 16px;
}

.pdstyle-1 .ca-menu li:hover {
  background-color: #000 !important;
  border-color: #fff004;
}

.pdstyle-1 .ca-menu li:hover .ca-icon{
  color: #fff;
}

.pdstyle-1 .ca-menu li:hover .ca-icon img{
  color: #fff004;

}

.pdstyle-1 .ca-menu li:hover .ca-main {
  color: #fff004;
  
}

.pdstyle-1 .ca-menu li:hover .ca-sub {
  color: #fff;
 
}

.pdstyle-1 .ca-main.subtitle-absent {

}




.pdstyle-1 .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;
}
.pdstyle-1 .featured-section {
  bottom: 1px;
  position: absolute;
  right: 0;
  z-index: 1;
  width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 35px 25px;
	border-color: transparent transparent #FFEB3B transparent;

}
.new-icon-section i {
	cursor:pointer;
}

/*Upvote Section*/
.pdstyle-1 .upvote-section {
  height: 100% !important;
  position: absolute;
  right: 5px;
  top: 3px;
  font-size: 12px;
  width: 30px;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content:center;
  right: -2px;
}
#bookmark_list .bookmark-section{
	position: absolute;
    right: 10px;
}

.pdstyle-1 .sbd-upvote-btn.upvote-on:hover, .pdstyle-1 .ca-menu li:hover .sbd-upvote-btn{
  cursor: pointer;
}

.pdstyle-1 .sbd-upvote-btn, .pdstyle-1 .upvote-count{
  display: block;
}

.pdstyle-1 .sbd-upvote-btn {
  text-align: center;
  padding-top: 0;
  width: 100%;
  z-index: 805;
  margin-top: -7px;
}

.pdstyle-1 .upvote-count {
  font-size: 11px;
  width: 100%;
  margin-top: 0;
  z-index: 800;
}

.pdstyle-1 .upvote-section .sbd-upvote-btn, .pdstyle-1 .upvote-section .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;
}

.pdstyle-1 .upvote-section .sbd-upvote-btn:hover, .pdstyle-1 .ca-menu li:hover .sbd-upvote-btn, .pdstyle-1 .ca-menu li:hover .upvote-count{
  color: #fff;
}



.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 {
  left: 10px !important;
  right: auto !important;
}

/* new custom css */

.qc-full-wrapper {
  display: flex;
  width: 100%;
}
.left-side-filter {
  background:none;
  float: left;
  margin-right: 25px;
    width: 30% ;
  border-bottom: none;
}
#sbdopd-list-holder .pd-bottom-area {
	height: auto;
	width: auto;
	position: absolute;
	bottom: 0px;
	text-align: right;
	z-index: 9;
	
	right: 0px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.opd-column-3 .pd-bottom-area {
	
}

#sbdopd-list-holder .pd-bottom-area p {
    display: inline-block;
    padding: 0px;
	margin: 8px 0px;
}
#sbdopd-list-holder .pd-bottom-area p a {
    padding: 0px 7px !important;
    border-bottom: none !important;
    font-size: 16px;
	line-height: 13px;
}
.pdstyle-1 .ca-menu li:hover .pd-bottom-area p a {
    color: #fff;
    
}
.direction-rtl #bookmark_list .bookmark-section{left: 5px;}
.pd-bottom-area > a{display:none}

@media only screen and (max-width : 1600px) {
	#sbdopd-list-holder .pd-bottom-area {
		max-width: 93%;
	}
	.opd-column-3 .pd-bottom-area {
		max-width: 100% !important;
	}
	#sbdopd-list-holder .pd-bottom-area p a {	
		font-size: 14px;
	}
}

@media only screen and (max-width : 1170px) {
	#sbdopd-list-holder .pd-bottom-area {
		max-width: 100%;
	}
	#sbdopd-list-holder .pd-bottom-area p a {
		padding: 0px 5px !important;
		
	}
}
@media only screen and (max-width : 801px) {
	#sbdopd-list-holder .pd-bottom-area {
		max-width: 100%;
	}
}
@media only screen and (max-width : 450px) {
	#sbdopd-list-holder .pd-bottom-area {
		max-width: 100%;
	}
	.qcpd-list-column.opd-column-2 {
		width: 99% !important;
		margin-left: 1.5% !important;
		margin-right: 1.5% !important;
	}
}
.sbd-verified-style1{
	align-items: center;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    display: flex;
    font-weight: bold;
    height: 20px;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 20px;
    font-size: 14px;
}


.sld-page-numbers-item {
    display: inline-block;
    background: #eee;
    padding: 5px 7px;
    border-radius: 2px;
}
.sld-page-numbers-container {
    margin: 30px 0 0 0;
}