/*Common Style Part for All Templates*/

.sld-clearfix, .qcopd-list-wrapper{
  clear: both !important;
}

.qcopd-list-hoder, .qcopd-list-holder{
  width: 100%;
  clear: both;
}

.qcopd-list-holder li{
  margin-left: 0 !important;
}

.qcopd-list-column{
  display: inline-block;
  vertical-align: top;
  min-width: 22%;
}

.opd-column-1{
  width: 100%;
}

.opd-column-2{
  width: 45%;
}

.opd-column-3{
  width: 30%;
}

.opd-column-4{
  width: 23%;
}

/*Search Area*/
.sld-top-area.sld-border-bottom, .filter-area {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding: 0 0 15px;
}

.sld-top-area .sld-half{
  width: 48%;
  padding: 0;
  margin: 0;
  display: inline-block;
  float: left;
}

.sld-half.sld-add{
  text-align: left;
}

.cls-embed-btn, .cls-embed-btn i {
    line-height: 35px;
    text-transform: uppercase;
    vertical-align: top;
}

.sld-add-btn, .sld-add-btn::before, .button-link, .button-link::before {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

#live-search input {
  background-color: #fcfcfc;
  border: 1px solid #e9e9e9;
  font-size: 14px;
  height: 46px;
  padding: 0 20px;
  width: 100%;
  max-width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

#live-search input:focus {
  background-color: #e6e6e6;
  border: 1px solid #adadad;
}

.sld-top-area .sld-add-btn, .filter-btn {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=90, Color=#ffffff)";
  -moz-box-shadow: 0px 0px 0px #ffffff;
  -webkit-box-shadow: 0px 0px 0px #ffffff;
  box-shadow: 0px 0px 0px #ffffff;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=90, Color=#ffffff);  
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sld-top-area .sld-add-btn:hover, .filter-btn:hover, .filter-active{
  background-color: #e6e6e6;
  border-color: #adadad;
  color: #333;
  outline: none;
}

.filter-btn {
  margin-bottom: 10px;
  margin-right: 10px;
  text-decoration: none !important;
}

.opd-item-count, .opd-item-count-fil{
  font-size: 60%;
  opacity: 60%;
}

.qcopd-single-list ul{
  padding: 0 !important;
}

.qcopd-list-column a{
 text-decoration: none !important; 
}

/*Widget*/
.widget-sld-list{
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.widget-sld-list li {
  list-style: outside none none;
  margin-bottom: 6px;
  position: relative;
}

.widget-sld-list li a{
  text-decoration: none;
}

.widget-sld-list li a span{
  color: #848484;
  font-size: 80%;
}

.opening-bracket, .closing-bracket{
  color: #848484;
}

.widget-vcount, .widget-vcount .upvote-section{
  display: inline-block;
  color: #848484;
}

.widget-avatar {
  display: inline-block;
  height: auto;
  margin-right: 5px;
  position: relative;
  top: 0px;
  width: 20px;
}

/*Upvote - Common*/
.qcopd-list-hoder .upvote-section {
  height: 50px !important;
}

.qcopd-list-hoder .upvote-btn {
  z-index: 805 !important;
  position: relative !important;
  height: 25px !important;
  width: 32px !important;
}

.qcopd-list-hoder .upvote-count {
  z-index: 800 !important;
}

.qcopd-list-hoder .ca-menu li {
  position: relative;
  margin-left: 0 !important;
}

.sld-add-btn:hover, .button-link:hover {
    color: #fff !important;
    border-color: #222;
    text-decoration: none;
}
.sld-add-btn::before, .button-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.sld-add-btn, .button-link {
    position: relative;
    z-index: 1;
}
.sld-add-btn:hover::before, .button-link:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.sld-add-btn, .sld-add-btn::before, .button-link, .button-link::before {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/*Advertisement*/
.advertise-block {
  padding: 15px !important;
}

.advertise-block {
  padding: 15px;
}

.advertise-block img{
  max-width: 100%;
  height: auto;
}
#live-search:after {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #b0acac;
    font-size: 16px;
    padding-right: 0.5em;
    top: 10px;
    left: 92%;
    position: absolute;
    cursor: pointer;
}

@media only screen and (max-width : 767px) {
	.button-link.cls-embed-btn {
		margin-bottom: 15px;
	}
	.cls-embed-btn {
		width: 100%;

	}
		
}
body .sld_scrollToTop:hover{
text-decoration:none;
}
.filter-area{z-index: 99 !important;
    padding: 10px 0px;
    
}
#live-search{position:relative}
#live-search input {

  border: 1px solid #e9e9e9;
  font-size: 14px;
  height: 45px;
  padding: 0 20px;
  width: 100%;
  max-width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
#live-search:after{
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #b0acac;
    font-size: 16px;
    padding-right: 0.5em;
    top: 10px;
    left: 92%;
    position: absolute;
    cursor: pointer;
}
form.styled.sld_search_filter_clear_wrap {
  position: relative;
}
.sld_search_filter_clear{
  text-decoration: inherit;
  color: #b0acac;
  font-size: 16px !important;
  padding-right: 0.5em;
  top: 13px;
  left: 92%;
  position: absolute;
  cursor: pointer;
  z-index: 99;
}

#live-search.sld_search_filter_clear_wrap:after{
    content: "";
    
}
.qcopd_embed_container.sld-top-area {
  width: 100%;
  max-width: 1170px;
}

@media only screen and (max-width : 768px) {
.qcopd-list-wrapper {
  min-width: inherit !important;
}
}
@media only screen and (max-width : 480px) {

  .sld-top-area .sld-half {
    width:100%;
    margin-bottom: 10px !important;
  }
  
}
