/*Common Style Part for All Templates*/
.html5tooltip-box{
  max-width:450px;
}
.sld-clearfix, .qcopd-list-wrapper{
  clear: both !important;
}

.qcopd-list-hoder, .qcopd-list-holder{
	width: 100%;
	clear: both;
}

.qcopd-list-column{
	display: inline-block;
	vertical-align: top;
	min-width: 22%;
}
.qcopd-list-column a{opacity:1 !important;}
.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: 6px 5px !important;
  width: unset !important;
}
.filter-area{
  background: #fff;
}
.sld-top-area .sld-half {
	width: 35%;
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}
.sld-half.sld-add{
  text-align: left;
}
.bookmark-btn{
	cursor:pointer;
}
.bookmark-section{
	color: #f86960;
}
#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;
}



.sld-top-area .sld-add-btn, .filter-btn {
  background-color: #fff;
  border-color: #eaeaea;
  color: #333;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid #ccc !important;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  margin-left: 1px;
  padding: 6px 8px;
  box-sizing:border-box;
  text-align: center;
  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 {
	height: 45px;
	line-height: 32px;
	margin-right: 10px;
	width: 24%;
	text-transform: uppercase;
}
.sld-add-btn,
.button-link {
	position:relative;
	z-index:1
}
.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:hover,
.button-link:hover {
	color: #fff !important;
	border-color: #222;
    text-decoration: none;
}
.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);
}
.sld-add-btn:hover::before,
.button-link:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.sld-half.sld-add {
	float: right;
	text-align: right;
	width: 65%;
}

.filter-btn:hover, .filter-active{
  border-color: #101010 !important;
  color: #333;
  outline: none;
 
}
.filter-active {
  font-weight:bold;
}

.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; 
}
.left-side-filter {
	border:none !important;
}

/*Widget*/
.widget-sld-list{
  padding-left: 0 !important;
  margin-left: 0 !important;
  list-style: none;
}

.widget-sld-list li {
  list-style: outside none none;
  margin-bottom: 6px;
  position: relative;
  list-style-type: unset !important;
}

.widget-sld-list li a{
  text-decoration: none;
}

.widget-sld-list li a span{
  color: #848484;
  font-size: 80%;
}
.widget-sld-list li a .sld-widget-title{
  font-size: inherit;
}
.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: 4px;
  width: 20px;
}
.widget-sld-list li:before{
	content:unset !important;
}

/*Upvote - Common*/
.qcopd-list-hoder .upvote-section {
  height: 50px !important;
}

.qcopd-list-hoder .upvote-btn {
  z-index: 805 !important;
  
}

.qcopd-list-hoder .upvote-count {
  z-index: 800 !important;
}

.qcopd-list-hoder .ca-menu li {
  position: relative;
  margin-left: 0 !important;
}

.cls-embed-btn, .cls-embed-btn i {
  line-height: 35px;
  text-transform: uppercase;
  vertical-align: top;
}


/*Advertisement*/
.advertise-block {
  padding: 15px !important;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

.advertise-block {
  padding: 15px;
}

.advertise-block img{
  max-width: 100%;
  height: auto;
  float: none;
  margin-right: 10px;
}
.advertise-block a{color:#000}
/*03-15-17*/
.list-img.favicon-loaded > img {
  height: auto !important;
  max-height: 32px;
  max-width: 32px;
  width: auto !important;
}

.ca-icon.favicon-loaded > img {
  height: auto !important;
  max-height: 32px;
  max-width: 32px;
  width: auto !important;
}

.logo-icon.favicon-loaded > img {
  height: auto !important;
  max-height: 32px;
  max-width: 32px;
  width: auto !important;
}
.sld-add-btn .fa.fa-plus,
.button-link .fa.fa-share-alt {
  margin-left: 10px;
}

.qcopd-list-wrapper #sticky-wrapper{
    width: 248px !important;
    overflow: hidden;
}
.slick-initialized .slick-slide{text-align: center;}

@media only screen and (min-width: 1200px) and (max-width: 1360px) {

	.button-link {	
		width: 30%;	
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.sld-top-area .sld-add-btn,
	.button-link	{
	  width:30%;
	}
	
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .filter-area-main{width:86%;margin:0 auto;}
	.sld-top-area .sld-add-btn,
	.button-link	{
	  width:30%;
	}
	.sld-top-area .sld-add-btn {
		margin-right:5px;
	}
	.qc-full-wrapper {
		display: block !important;
		width: 100%;
	}
	.left-side-filter {
	  background:#fff !important;
	  width: 100% !important;
	}
	.filter-area{position:relative !important;top:0px;}
    .qcopd-list-wrapper #sticky-wrapper{
        width: 100% !important;
        overflow: hidden;
    }
	.sld-top-area .sld-half {
		width: 35%;
	}
	.sld-half.sld-add {
		width: 64%;
	}
	#live-search::after {	
		left: 86% !important;
	}
	
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .filter-area-main{width:86% !important;margin:0 auto;}
    .filter-area{position:relative !important;top:0px;}
    .qcopd-list-wrapper #sticky-wrapper{
        width: 100% !important;
        overflow: hidden;
    }
	.sld-top-area .sld-add-btn,
	.button-link	{
	  width:31.3%;
	  margin-bottom:10px;
	}
	.sld-top-area .sld-half {
		width:100%;
	}
	.qc-full-wrapper {
		display: block !important;
		width: 100%;
	}
	.left-side-filter {
	  background:#fff !important;
	  width: 100% !important;
	}
	.sld-half {
		margin-bottom: 10px !important;
	}
	.sld-top-area.sld-border-bottom, .filter-area {
		border-bottom:none !important;
	}
	
	.left-side-filter {
	  display: none;
	}
	.sld_filter_mobile_view {
		display:block !important;
	}
	.modal-box {
		max-width: 100% !important;
		margin-left: 0 !important;
		left: 3px !important;
	}
	.ifram-sm {
		width: 50% !important;
	}
	
	

}
.filter-area-main{width:100%}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .html5tooltip-box{
      max-width:250px;
    }
    .filter-area-main{width:86%;margin:0 auto;}
    .filter-area{position:relative !important;top:0px;}
    .qcopd-list-wrapper #sticky-wrapper{
        width: 100% !important;
        overflow: hidden;
    }
	.sld-top-area .sld-add-btn,
	.button-link	{
	  width:99% !important;
	}
	.qc-full-wrapper {
		display: block !important;
		width: 100%;
	}
	.left-side-filter {
	background:#fff !important;
	  width: 100% !important;
	}
	.sld-add-btn {
		margin-bottom:10px !important;
	}
	.sld-top-area.sld-border-bottom, .filter-area {
		border-bottom:none !important;
	}
	.sld-top-area .sld-half {
		width:100%;
	}
	.sld-half {
		margin-bottom: 10px !important;
	}
	.left-side-filter {
	  display: none;
	}
	.sld_filter_mobile_view {
		display:block !important;
	}
	.modal-box {
		max-width: 100% !important;
		margin-left: 0 !important;
		left: 3px !important;
	}
	.ifram-sm {
		width: 50% !important;
	}
	
	
}

.sld-top-area{overflow:hidden;margin-bottom: 15px;}

.sld_filter_mobile_view {
	display:none;
}

.html5tooltip-box{
    background-color:#260404 !important;
    color:#fff !important;
}
.sld_search_filter{
    border-color: #ccc !important;
    background-color: #fff !important;
}

.sld_search_filter::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #A9A9A9 !important;
}
.sld_search_filter::-moz-placeholder { /* Firefox 19+ */
    color: #A9A9A9 !important;
}
.sld_search_filter:-ms-input-placeholder { /* IE 10+ */
    color: #A9A9A9 !important;
}
.sld_search_filter:-moz-placeholder { /* Firefox 18- */
    color: #A9A9A9 !important;
}


.cleanlogin-field-username::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #A9A9A9 !important;
}
.cleanlogin-field-username::-moz-placeholder { /* Firefox 19+ */
    color: #A9A9A9 !important;
}
.cleanlogin-field-username:-ms-input-placeholder { /* IE 10+ */
    color: #A9A9A9 !important;
}
.cleanlogin-field-username:-moz-placeholder { /* Firefox 18- */
    color: #A9A9A9 !important;
}

.cleanlogin-field-password::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #A9A9A9 !important;
}
.cleanlogin-field-password::-moz-placeholder { /* Firefox 19+ */
    color: #A9A9A9 !important;
}
.cleanlogin-field-password:-ms-input-placeholder { /* IE 10+ */
    color: #A9A9A9 !important;
}
.cleanlogin-field-password:-moz-placeholder { /* Firefox 18- */
    color: #A9A9A9 !important;
}


.button-link{
    text-decoration: none !important;
}
.sld-top-area .sld-add-btn{
    text-decoration: none !important;
}
.sld_load_more{
	text-align: center;
}

/*css3 animation for upvote*/

.upvote-btn{
position:relative !important;	
}

/*.sld_upvote_animation*/
.sld_upvote_animation:after{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
	z-index:999999;
    right: 14px;
    top: 12px;
	background:#BB2C2E;
    box-shadow: -38px 0px #f35b5c, -28px 8px #88bfc9,  -14px 35px #f35b5c, -4px 28px #88bfc9,  30px 32px #f35b5c, 28px 22px #88bfc9,  43px 0px #f35b5c, 35px -5px #88bfc9,  20px -30px #f35b5c, 10px -22px #88bfc9,  -18px -30px #f35b5c, -14px -22px #88bfc9;
    animation: 0.5s bang ease-out backwards, 0.5s linear dothide;
    opacity: 0;
    animation-delay: 0, 0.2s;
    animation-duration: 0.5s, 0.5s;
}

@keyframes dothide {
    0% {
        opacity: 1;
    }
	90%{
	 opacity: 1;
	}
    100% {
        opacity:1;
    }
}

@keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
    }
}
#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;
}
.filter-area .slick-slider{
	    width: 95%;
    margin: 0 auto;
}
#live-search{position:relative}

.qcld_sld_category_list{}
.qcld_sld_category_list ul{}
.qcld_sld_category_list ul li{list-style:none;}

.sld_single_item_container{display: block;width: 100%;padding: 0px 7px;}
.sld_single_item_container h2{font-weight: bold;margin: 10px 0px;    clear: unset;}
.sld_single_content{width: 100%;overflow: hidden;align-items: center;justify-content: center; }
.sld_single_content {
    height: 400px;
    max-height: 700px;
    overflow-y: auto;
    padding-right: 5px;
}

.sld_single_content::-webkit-scrollbar{
    width: 8px;
    background-color: #F5F5F5;
}

.sld_single_content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.sld_single_content::-webkit-scrollbar-thumb {
    background-color: #626262;
    border: 2px solid #555555;
}
.sld_single_left{width: 65%;float: left;padding-right: 15px;}

.sld_single_right{width: 35%;float: right;text-align: center;}
.sld_single_right .feature-image .fa-icon{font-size:100px;}
.sld_single_right .feature-image img{border-radius: 5px;}
.sld_resource_action{margin-top: 25px;}
.sld_single_button{margin-right: 40px; float:left; padding: 9px 25px;border: 1px solid #40b1b3;border-radius: 1.1em; font-size: 15px;line-height: 1;color: #40b1b3;}
.sld_single_button:hover{background:#40b1b3;color:#fff;}
.sld-social-title{display: block !important;
    margin: -8px -1px 0 0;
    color: #636262;}
.sld-nav-socials{
	display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
	
}
.sld-nav-socials ul{display: -webkit-box;
display: -ms-flexbox;
display: flex;}
.sld-nav-socials ul li{list-style:none;}
.sld-nav-socials ul li a {
	display: flex;
	height: 2.4rem;
	width: 2.4rem;
	padding: .4rem;
	border: 1px solid #40b1b3;
	border-radius: 50%;
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
	margin: 0 3px;
	align-items: center;
	justify-content: center;
}
.sld_single_related_content .sld_single_related{padding: 0px;}
.sld_single_related_content h2{padding: 23px 7px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;}
.sld_single_related_content{display: block;
    overflow: hidden;
    margin-top: 20px;
    padding-top: 20px;}
.upvote-section-style-single{display: inline-block;
    margin-left: 25px;
    font-size: 16px;
    border-left: 1px solid #000;
    padding-left: 25px;position: relative;}
.sld-upvote-btn-single{cursor:pointer}
.sld_breadcrumb_last_child a:hover{text-decoration:none !important;}
.sld_breadcrumb_last_child a{color:#333 !important;cursor: context-menu;}




.sld-nav-socials ul li a i{font-size:16px; color:#40b1b3;}
.sld_single_breadcrumb{}
/* Style the list */
.sld_single_breadcrumb ul.sld_breadcrumb {
    padding: 5px 0px !important;
    list-style: none;
	display:inline-block;
    
}

/* Display list items side by side */
.sld_single_breadcrumb ul.sld_breadcrumb li {
    display: inline;
    font-size: 18px;
    text-transform: capitalize;
}

/* Add a slash symbol (/) before/behind each list item */
.sld_single_breadcrumb ul.sld_breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
.sld_single_breadcrumb ul.sld_breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
	font-size: 14px;
}

/* Add a color on mouse-over */
.sld_single_breadcrumb ul.sld_breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

.sld_single_content .feature-image{
	font-size: 150px;
	}

.sld_single_content .sld_popup_top_part .feature-image{
	font-size: inherit;
	padding: 15px 15px 15px 15px;
}

.sld_single_content .sld_popup_top_part .feature-image img {
    max-width: 100%;
}
	
.sld_single_content .feature-image {
	border: 1px solid #eef0f8;
	margin-bottom: 20px;
}

.sld_single_content h2 {
	position: relative;
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 36px;
	color: #333;
}
.sld_single_content h2::before {
	width: 80px;
	height: 2px;
	background: #2697fa;
	content: "";
	position: absolute;
	bottom: -4px;
}


.sld_single_content .feature-image:hover {
    -webkit-box-shadow: 0 0 20px 4px rgba(0,0,0,.1);
    box-shadow: 0 0 20px 4px rgba(0,0,0,.1);
}
.sld_single_content p {
	font-size: 15px;
	line-height: 26px;
	margin: 10px 0;
	font-weight: normal;
}



.sld_single_content .feature-image img{
	max-width:98%;
}

.sld_single_item_container p{padding-bottom: 1em !important;}
.sld_single_content .feature-image {
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    background: #fff;
	border-radius:4px;
	padding: 15px;
}
.sld_single_content .feature-image {
    width: 300px;
}
.sld_popup_top_part {
    display: flex;
}
.sld_popup_content {
    padding: 0 25px;
    max-width: 620px;
}
.sld-mfp-mainclass .mfp-content {
    background: #fff;
    width: 50% !important;
    height: auto;
    padding: 50px;
	box-shadow: 0 0px 22px 13px #222;
	border-radius: 5px;
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
	.mfp-content {
		width: 100% !important;
		padding: 5px !important;
	}
	.sld-mfp-mainclass .mfp-content {
		width: 100% !important;
		padding: 5px;

	}
	.sld_popup_top_part {
		display: block;
	}
	.sld_popup_content h2 {
		font-size: 20px;
	}
	.sld_single_button {
		float: none;
		margin-top: 6px;
		display: inline-block;
	}
	.sld_single_content .feature-image {
		width: 100%;
		text-align: center;
	}
	.sld_popup_content {
		margin-bottom: 30px;
	}
}

#sld_PopupPanel
{
    border: solid 1px #e2e2e2;
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: white;
    z-index: 100;
    height: 200px;
    margin-top: -100px;
    width: 360px;
    margin-left: -190px;
    padding: 16px;
    -webkit-box-shadow: -1px -1px 28px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px -1px 28px 0px rgba(0,0,0,0.75);
    box-shadow: -1px -1px 28px 0px rgba(0,0,0,0.75);
}
.mfp-with-nopadding .mfp-content{padding:0 !important}
.sld_video iframe{width:100%;height:60%;}
.sld_video { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .sld_video iframe, .sld_video object, .sld_video embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.sld_2co_btn{    background: #11c979;
    border: 1px solid #0ac172;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;}
.mfp-with-2co .mfp-content{width: 300px !important;
    padding: 10px;}
.sld_2co_form{text-align:center;}
.sld_2co_form input{    padding: 4px;
    margin: 4px;
    text-align: center;}
.sld_2co_submit{    display: block;
    background: #6cd60e;
    border: 1px solid #60bf0c;
    font-weight: bold;
    color: #fff;
    border-radius: 4px;
    padding: 5px 10px !important;margin: 0 auto !important;}
.sld_2co_head{text-align: center;font-weight: bold;border-botton:1px solid #ddd;padding-bottom: 5px;margin-bottom: 5px;}

.sld_tag_filter{
background-color: transparent;
    border-color: #eaeaea;
    color: #999;
    -moz-user-select: none;
    background-image: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    margin-left: 1px;

    box-sizing: border-box;
    text-align: center;
    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;
    text-decoration: none !important;
    padding-right: 10px;
    padding-bottom: 6px;
}
.sld_tag_filter:hover, .sld_tag_filter-active {
    border-color: #101010;
    color: #333;
    outline: none;
}
.sld-tag-filter-area {
	position: relative;
	z-index: 99 !important;
	padding: 10px 0px !important;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 15px;
	padding: 0 0 15px;
	color: #333;
	font-weight: bold;
}
	
.sld-filter-area {
	border-bottom: none;
}
.sld_widget_style{ width: 100%;
    padding: 10px;}
.sld_widget_style ul{}

.sld_widget_style h2 {
    margin-bottom: 25px;
    position: relative;
}
.sld_widget_style h2:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background: #6187f5;
    bottom: -6px;
}
.sld_widget_style {
    width: 100%;
    border: 1px solid #f3f3f3;
    padding: 20px 20px 0px 20px;
    margin-bottom: 50px;
	box-sizing:border-box;
}
.sld_widget_style ul li{
	list-style: none;
    display: inline-block;
    width: 100%;
}
.sld_widget_style .list-img {
    display: inline-block!important;
    float: none;
    vertical-align: middle;
    margin: 0 10px;
    font-size: 15px;
}
.featured-section i {
    position: absolute;
    left: -10px;
    top: 17px;
    color: #3d7dfc;
}
.sld_total_items {
    position: absolute;
    background: #333;
    color: #fff;
    bottom: 13px;
    right: 13px;
    padding: 6px;
    line-height: 14px;
    font-size: 12px;
    border-radius: 10px;
}
.sld_total_lists {
    position: absolute;
    background: #333;
    color: #fff;
    bottom: 13px;
    left: 13px;
    padding: 6px;
    line-height: 14px;
    font-size: 12px;
    border-radius: 10px;
}
#sld_ajax_preloader {

    position: fixed;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 0.7;
    top: 0;
    left: 0;
    z-index: 9998;
}
#sld_ajax_preloader > div {
    height: 80px;
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sld_ajax_loader::before, .sld_ajax_loader::before {
    border-top-color: #4285f4 !important;
    border-bottom-color: #34a853 !important;
}
.sld_ajax_loader::after, .sld_ajax_loader::before, .sld_ajax_loader::after, .sld_ajax_loader::before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    border: solid 8px transparent;
    border-radius: 50%;
    -webkit-animation: wiggle 1.4s ease infinite;
    animation: wiggle 1.4s ease infinite;
}
.sld_ajax_loader, .sld_ajax_loader {
    height: 50px;
    width: 50px;
    position: relative;
}
.sld_ajax_loader::after, .sld_ajax_loader::after {
    border-left-color: #fbbc05 !important;
    border-right-color: #ea4335 !important;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

@-webkit-keyframes wiggle {
  0% {
	-webkit-transform: rotate(0deg) scale(1);
			transform: rotate(0deg) scale(1);
  }
  50% {
	-webkit-transform: rotate(180deg) scale(0.5);
			transform: rotate(180deg) scale(0.5);
  }
  100% {
	-webkit-transform: rotate(360deg) scale(1);
			transform: rotate(360deg) scale(1);
  }
}

@keyframes wiggle {
  0% {
	-webkit-transform: rotate(0deg) scale(1);
			transform: rotate(0deg) scale(1);
  }
  50% {
	-webkit-transform: rotate(180deg) scale(0.5);
			transform: rotate(180deg) scale(0.5);
  }
  100% {
	-webkit-transform: rotate(360deg) scale(1);
			transform: rotate(360deg) scale(1);
  }
}

@media all and (max-width: 1200px) and (min-width: 991px) {
.sld_dashboard_main_area{
    overflow:unset !important;
}
article .entry-content{
overflow:unset !important;    
}
}
.sld_internal_link{padding:0px !important;display: inline !important;}


.mfp-content{background: #fff;
    width: 60% !important;
    height: auto;
    }
.mfp-close{}
@media only screen and (min-width: 1200px) and (max-width: 1560px) {

  .mfp-content{background: #fff;
    width: 75% !important;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1360px) {
  .mfp-content{background: #fff;
    width: 75% !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mfp-content{background: #fff;
    width: 95% !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {

  .mfp-content{background: #fff;
    width: 100% !important;
    }
  
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .mfp-content{
    width:100% !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .mfp-content{
    width:100% !important;
  }
}
.mfp-close{background: #fff !important;opacity: 1 !important;}
.mfp-close:active {
    top: -17px !important;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
  position: absolute;
    top: -17px;
    right: -17px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 9px;
}
.mfp-close-btn-in .mfp-close:hover{
  background:#fff !important;
}
.mfp-wrap .mfp-container button:hover {
   background: #fff !important;
}

.qcld_sld_ajax_loader{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    display: flex;
    background: rgba(10, 10, 10, 0.4);
    justify-content: center;
    align-items: center;
}
.qcld_sld_ajax_loader_image img{
  display: block;
  max-width: 320px;
  height: auto;
  margin: 0 auto;
}
.qc-sld-d-none{
  display: none;
}

.sld-page-numbers-item {
    display: inline-block;
    background: #eee;
    padding: 5px 7px;
    border-radius: 2px;
}
.sld-page-numbers-container {
    margin: 30px 0 30px 0;
    text-align: center;
    overflow: hidden;
}
.sld-page-numbers-item .page-numbers{
  text-decoration: none;
}

.sld_tag_filter_dropdown_mobile{
  display: none;
}
.sld-filter-area-select-mobile{
  display: none;
}
.sld-filter-area-select-mobile{
  margin-top: 10px;
}
.widget-sld-list li a span.icon {
    font-size: 20px;
}

@media only screen and (max-width: 768px){
  .sld-filter-area.sld-desktop-list-filter-enable{
    display: block;
  }

  .filter-area.sld-mobile-list-filter-enable,
  .sld-filter-area-select-mobile + .filter-area,
  .sld-filter-area-select-mobile + .filter-area-main{
    display: none;
  }
  .sld-filter-area-select-mobile{
    display: block;
  }
  .sld_tag_filter_dropdown_mobile{
    display: block;
  } 
  .sld-tag-filter-hide-mobile,
  .sld-filter-area-select-desktop{
    display: none;
  }
}

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: "";
    
}


        		
.styled .qc_submit_btn {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    line-height: 15px;
    font-size: 15px;
    vertical-align: middle;
    color: #333;
    background: #ddd;
    width: 20px;
    height: 20px;
    background: transparent;
    position: relative;
    left: -22px;
    cursor: pointer;
    z-index: 99;
    border:0px solid transparent;
}
.styled p {
    display: inline-block;
}

.qc-sld-d-none{display: none;}


/* filter css for carusel */
.filter-area-main .filter-area {

    position: relative;
}

.filter-area-main .slick-prev::before, .filter-area-main .slick-next::before {
    color: #489fdf;
}

.filter-area-main .slick-prev, .filter-area-main .slick-next {
    transform: translate(0px, -80%);
}

.filter-area {
    position: relative;
}

.filter-area .slick-prev::before, .filter-area .slick-next::before {
    color: #489fdf;
}

.filter-area .slick-prev, .filter-area .slick-next {
    transform: translate(0px, -80%);
}

#pw-status-query-submit {
	float: right;
	margin: 2px 0 0 5px;
}

.sld_dashboard_main_area .sld_offline_submit,    
.sld_dashboard_main_area .sld_mollie_submit{    
	background: #0274be;
    border: 1px solid #0274be;
    padding: 10px 10px;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
}