.test-dont-delete{
	
}

.bien-pink{
	color: #ec76be !important;
}

@media (max-width: 768px) {
    .author-biography-container {
        flex-direction: column; /* Stack items vertically */
        align-items: left; /* Left align content for better appearance */
    }

    .author-profile-picture {
        margin-right: 0; /* Remove horizontal margin */
        margin-bottom: 15px; /* Add spacing below the picture */
    }

    .author-biography-text {
        text-align: left; /* Optional: Center text on smaller screens */
    }
}

#ascendant-calculator {
  max-width: 400px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
}

#ascendant-calculator label {
  display: block;
  margin-top: 10px;
}

#ascendant-calculator input, #ascendant-calculator button {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
}


.post-nav-links{display:none}
#galeria-lapozas.sticky {
    position: fixed;
    left: 0;
	top: 0;
	margin: 0;
    width: 100%;
    background-color: #222;
    box-shadow: 0 15px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 15px 5px rgba(0, 0, 0, 0.1);
    z-index: 2147483647;
	transition: bottom 0.3s ease;
}
#paging-sentry {
  width: 100%;
}
.paging-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #efefef;
}
body.paging-is-sticky {
  margin-top: 110px; /* adjust as needed to accommodate the sticky nav height */
}


.top_menu {
	margin-bottom: 10px !important;
}

.promo-wrap .hidden {
	display: none;
}

.horoszkop-content .pagination-prev, 
.horoszkop-content .pagination-next{
	color: #ec76be !important;
	font-weight: bold !important;
}
.horoscope-tabs {
    display: flex;
    justify-content: center; /* Centers the list horizontally */
    margin: 20px 0 40px 0;
    width: 100%; /* Ensures the section stretches to full width */
}

.horoscope-tabs ul {
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0 !important;
    width: 100%; /* Ensures the ul stretches to full width */
}

.horoscope-tabs li {
    list-style: none !important;
    flex: 1; /* Makes each list item take an equal portion of the available space */
    text-align: center; /* Centers text within each item */
    padding: 10px 0 !important; /* Adds some padding for better touch area */
    background-color: #ec76be; /* Optional: Background for the tabs */
}

.horoscope-tabs li a {
    text-decoration: none !important;
    color: #ffffff !important; /* Matches your highlight color */
    font-weight: bold;
    display: block; /* Ensures the link fills the entire area of the list item */
}

.horoscope-tabs li:hover {
}

.horoscope-tabs li:hover a {
}

.horoscope-section {
    margin-top: 40px;
}

	.horoscope-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      gap: 10px;
      max-width: 800px;
      margin: 0 auto;
      text-align: center;
    }
	.horoscope-widget .static-button:hover {
		border-color: #ec76be !important;
		background-color: #ffffff !important;
		color: #000000 !important;
	}
	.horoscope-widget a.static-button {
		font-weight:bold;
		color:#ffffff;
	}
	.horoscope-widget a.static-button:hover {
		font-weight:bold;
		color:#000000;
	}
	#sp-sidebar .horoscope-container {
      grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
	}
    .horoscope-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-decoration: none;
      color: #000;
    }
    .horoscope-item img {
      max-width: 100px;
      height: auto;
    }
    .horoscope-item span {
      margin-top: 10px;
      font-weight: bold;
	  color: #1f2025 !important;
    }

	.post-title_img .post-header{
		z-index: 1 !important;
	}
	.wp-block-image figcaption{
		font-size: 10px !important;
	}
	.image-caption{
		position: absolute;
		bottom: 5px; right: 5px;
		font-size: 10px;
		color: #fff;
		background-color: rgba(0, 0, 0, 0.5);
		padding: 5px; border-radius: 3px;
	}

	.feat-area.classic-slider .post-header h2 a{
		background-color: white;
		color: black !important;
	}
.latest-horoszkop-links a{
	text-decoration: none !important;
	-webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
	@media (min-width: 800px){
		.fooldali-dobozok .sitka-post-grid{
			margin:0 0 40px 0;
			box-shadow: 0 0 70px rgba(0,0,0,.11);
			display: block;
			height: auto;
			overflow: auto;
		}
		.fooldali-dobozok .sitka-block-grid-item:first-child h2{
			font-size: 150%;
			max-width: 70%;
			position:absolute;
			bottom: 20px;
			left: 20px;
			margin:0 20px 0 20px;
			text-align: left;
		}
		.fooldali-dobozok .sitka-post-grid-wrap .sitka-block-grid-item:first-child{
			margin:0 0 20px 0;
			position:relative;
			text-align: center;
			padding: 0px !important;
		}
		.fooldali-dobozok .sitka-block-grid-item:first-child h2 a{
			background-color: #ffffff;
			color:#000000;
			line-height: 140%;
		}
		.fooldali-dobozok .sitka-post-grid-wrap .sitka-block-grid-item:nth-child(2){
			padding-left: 15px;
			width: 33%;
			float: left;
		}
		.fooldali-dobozok .sitka-post-grid-wrap .sitka-block-grid-item:nth-child(3){
			padding-left: 15px;
			width: 33%;
			float: left;
		}
		.fooldali-dobozok .sitka-post-grid-wrap .sitka-block-grid-item:nth-child(4){
			padding: 0 15px;
			width: 34%;
			float: left;
			clear: right;
		}
	}
	@media (max-width: 480px){
		.top-menu { margin-bottom: 10px !important}
		.feat-area.classic-slider .post-header h2 a{
			font-size: 24px!important;
			line-height: 1.4!important;
		}
		.sitka-post-grid{margin:0;}
		.fooldali-dobozok .sitka-block-grid-item {
			margin: 0 0 20px 0;
			position: relative;
		}
		.fooldali-dobozok .sitka-block-grid-item h2{
			font-size: 120%;
			max-width: 70%;
			position: absolute;
			bottom: 10px;
			left: 10px;
		}
		.fooldali-dobozok .sitka-block-grid-item h2 a{
			background-color: #ffffff;
			color:#000000;
			line-height: 150%;
		}
	}
	.fooldali-dobozok a{
		color: #000000;
	}
	.fooldali-dobozok .sitka-block-grid-item h2 a:hover{
		color:#ec76be;
	}
	.fooldali-dobozok .block-heading:before, .fooldali-dobozok .block-heading:after{
		border:none;
	}
	.fooldali-dobozok .block-heading-wrap {
		text-align: left;
		background-color:#fff;
		margin-bottom:0;
		padding:12px 16px;
	}
	.fooldali-dobozok .block-heading {
		font-size: 220%;
		font-weight: 100;
		font-family: Poppins;
		text-align: left;
		color: #ec76be;
	}
	.fooldali-dobozok .sitka-post-grid-wrap.cols-2{
		display: block;
	}

.ads_show_ad_title::before {
    content: '----- Hirdetés, a tartalom alatta folytatódik -----' !important;
}
.post-entry p a{
	color: #ec76be !important;
	text-decoration: none !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.author .archive-box{
	border-bottom: none !important;
	padding: 10px 0px !important;
}

.author .archive-box h1{
	text-align: left;
	margin-bottom: 20px;
	color: #ec76be;
	border-bottom: solid 1px #eaeaea;
	font-size: 28px !important;
}
.author-biography-container {
	padding:10px 20px;
	text-align: left;
	line-height: 155%;
    display: flex;
    align-items: flex-start;
}

.author-profile-picture {
    margin-right: 15px;
    flex-shrink: 0; /* Prevent the image from shrinking */
}
.author-profile-picture img{
	width: 300px; /* Ensure the width matches the size you selected */
    height: 300px; /* Ensure it's a perfect square */
    border-radius: 50%; /* Makes the image a circle */
    object-fit: cover; /* Ensures the image scales properly inside the circular shape */
}

.author-biography-text p{
	padding: 0 20px 20px 20px;
    line-height: 1.6;
}

// Related articles in posts
.related-container span{
	
}
.related-container h3 {
    text-transform: uppercase !important;
    font-weight: bold !important;
    padding-bottom: 10px !important;
	font-size: 14px !important;
	margin: 15px 0 5px 0 !important;
}

.related-container {
    margin: 20px 0 !important;
    border: 4px dashed white !important;
    border-left: 0 !important;
    border-right: 0 !important;
	background-color: darkcyan;
	color: white;
}

.related-container ul {
    margin: 0 !important;
    padding: 0 10px !important;
    list-style: none !important;
}

.related-container ul li {
    display: flex !important;
    align-items: flex-start !important; /* Align items to the top */
    padding-bottom: 15px !important;
	padding-left: 0px !important;
}

.related-container ul li a {
    display: flex !important;
    align-items: flex-start !important; /* Ensures the image and title align correctly */
    text-decoration: none !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.related-container .related-post {
	font-weight: bold;
}

.related-container .rel-label {
	font-size: 14px;
	padding: 0 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.related-container .rel-thumb-big {
	width: 100%;
	height: auto;
}

.related-container .related-post .rel-title {
	margin: 0px !important;
	padding: 0 10px 10px 10px !important;
	font-size: 22px !important;
}

.related-container .rel-thumb {
    width: 100px !important;
    height: 75px !important;
    margin-right: 15px !important;
    object-fit: cover !important;
    flex-shrink: 0 !important; /* Prevent the image from shrinking */
}

.related-container .rel-title {
    font-size: 18px !important;
    margin: 0 !important;
    line-height: 1.3 !important;
    color: white !important;
    text-decoration: none !important;
    font-weight: bold !important;
    flex-grow: 1 !important; /* Allow the title to take up the remaining space */
}

.related-container .rel-title:hover {
    text-decoration: underline !important;
	color: white !important;
}

.related-container .rel-button {
    margin: 20px auto;
    color: white;
    padding: 5px;
    display: block;
    text-align: center;
    border: solid 1px white;
    width: 300px;
    background: #ec76be;
}
// END Related articles in posts

@media screen and (min-width: 971px) {
 #sp-content {
   display: flex;
   justify-content: space-between;
 }
}

body{
	background-position:center 118px !important; background-repeat:no-repeat !important;
}
body.logged-in{
	background-position:center 150px !important; background-repeat:no-repeat !important;
}
body #inner-wrapper{margin-top:30px}
body.single #inner-wrapper{margin-top:10px}

#menu-top-menu #menu-item-379099{background-color:#49867e}
@media (min-width: 768px){
	#sp-content #sp-main{
		min-width:640px;
		margin-right: 40px;
	}
	.feat-area.classic-slider .post-header{margin:auto;top:160px}
	#sp-content{
		display: flex !important;
	}
}

@media (max-width: 767px){
	.feat-area.classic-slider .post-header{margin:auto;top:90px}
}
@media (max-width: 480px){
	.feat-area.classic-slider .post-header{margin:auto;top:20px}
}
.side-pop.overlay .side-pop-content {
background: -moz-linear-gradient(bottom,rgba(0,0,0,.9) 0,rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(bottom,rgba(0,0,0,.9) 0,rgba(0,0,0,0) 100%);
background: linear-gradient(to top,rgba(0,0,0,.9) 0,rgba(0,0,0,0) 100%);

}
#header:not(.menu-bar-layout), #mobile-menu{
 -webkit-box-shadow: 0 12px 12px rgba(0,0,0,0.04)!important;
 -moz-box-shadow: 0 12px 12px rgba(0,0,0,0.04)!important;
 box-shadow: 0 12px 12px rgba(0,0,0,0.04)!important;
}
ul#menu-top-menu{
	max-width: 1124px;
	margin: auto;
	width: 100%;
	font-family: Poppins;
	font-size:12px;
}
#menu-top-menu li {
	float: right;
	padding: 5px 10px;
	display: block;
	background-color: #ec76be;
	margin: 0px 1px;
	box-shadow:0 0 18px rgba(0,0,0,0.3);
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 18px 0px;
	z-index:9999999;
}
#menu-top-menu li a{color:#ffffff!important}
	.post-teaser{color:#1f2025!important;line-height:32px!important;font-family:Merriweather!important;font-weight:normal!important;font-size:18px!important}

li.menu-item-358831{background: url(https://www.bien.hu/wp-content/uploads/szponzi/dm-logo-30h.png) 50% 55px no-repeat;
}}
li.menu-item-306129{display:none;visibility:hidden}
@media (min-width: 767px){li.menu-item-310410{display:none;visibility:hidden}}
.border-999999{border:solid 1px #999999;}
.clc-gallery-caption.counter-on{margin-left:0px!important}
.ads_show_ad_title::before{font-family: Helvetica,Arial,sans-serif!important;
font-size: 10px!important;
color: #585858!important;
text-align: center!important;
text-transform: uppercase!important;
height: 21px!important;
line-height: 21px!important;
letter-spacing: .3px!important;
font-weight: 300!important;}
#bien_fekvo_1{margin:20px auto;position:relative;z-index:1;max-width:970px;}
#bien_roadblock_1,#bien_roadblock_2,#bien_roadblock_3{margin:0 0 20px 0}
.home #bien_roadblock_1,.home #bien_roadblock_2,.home #bien_roadblock_3,.archive #bien_roadblock_1,.archive #bien_roadblock_2,.archive #bien_roadblock_3{margin:-16px 0 40px 0}
.single-format-gallery #bien_roadblock_2, .single-format-gallery #bien_roadblock_3{margin:20px 0 40px 0}
.clc-gallery-image #bien_roadblock_2{margin-top:20px}
li.menu-item-267519{background:url(/wp-content/uploads/szponzi/karacsonyi-csillag.jpg) no-repeat 95% 2px}
.tag-100 .archive-box{
	background:url(/wp-content/uploads/szponzi/karacsonyi-hatter.png) no-repeat;
}
.tag-100 .archive-box h1{
	color: #ffffff !important;
}
.tag-trendriado .archive-box{
	background:url(/wp-content/uploads/trendriado-bg.jpeg) repeat-y;
}
#galeria-lapozas{
		width:100%;
		display:block;
		height:100px;
		clear:both;
		background-color:#eee;
		text-align:center;
		margin:20px 0;
	}
	#galeria-lapozas #elozo-gomb, #galeria-lapozas #kovetkezo-gomb{
		color:#fff;
		width:36%;
		float:left;
		line-height:100px;
		font-size:34px;
		background-color:#ec76be;
		cursor:pointer;
		text-align:center;
	}
#galeria-lapozas #elozo-gomb span{
	font-size:30px;
	line-height:34px;
	margin-left:20px;
}
#galeria-lapozas #kovetkezo-gomb span{
	font-size:30px;
	line-height:34px;
	margin-right:20px;
}
	#galeria-lapozas #elozo-gomb.disabled,#galeria-lapozas #kovetkezo-gomb.disabled{
		color:#fff;
		background-color:#ddd;
		cursor: default;
	}
	#galeria-lapozas #folytatodik{
    color:#ec76be;
		width:28%;
		float:left;
		overflow:hidden;
		font-size:34px;
		line-height:100px;
	}
	@media only screen and (max-width: 1365px){
		#galeria-lapozas span{display:none}
		#galeria-lapozas #elozo-gomb, #galeria-lapozas #kovetkezo-gomb{font-size:78px!important;}
	}
.widget{margin:40px 0;display:block!important}
.widget:first-child{margin-top:0px!important}
.slick-slide{height:auto!important}
.feat-area.feat-arrows i{line-height:40px!important}
@media (max-width: 781px){
 #bien\.hu_mobil_2,#bien\.hu_mobil_3,#bien\.hu_mobil_4{margin-bottom:40px}
	#bien\.hu_mobil_4{margin-top:40px;}
	#bien\.hu_mobil_1{margin-bottom:20px}
}
@media (min-width: 782px){
.wideboard_container{
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	height: 500px;
	overflow: visible;
	margin-bottom:20px;
}
.wideboard_container_item{position:sticky;top:0}
#horoszkop_gallery h2{margin:20px 0 !important}
	.horoszkop-ikonok.wp-block-columns {
		flex-wrap: no-wrap!important;
	}
	.horoszkop-ikonok .wp-block-column:not(:first-child) {
		margin-left: 12px!important;
	}
}
.horoszkop-ikonok .wp-block-column {
flex-basis: 15%!important;
}
.horoszkop-ikonok .wp-block-image{margin:10px 0}

.feat-area.classic-slider{margin:0}
.qc-cmp2-container .qc-cmp2-publisher-logo-container img{width:170px;height:66px;}
.csillagjegyek-napi-horoszkop .wp-block-image{
	margin:10px 0;
}
.wp-block-columns.csillagjegyek-napi-horoszkop{
	font-size:16px;
}
.wp-block-columns.csillagjegyek-napi-horoszkop a strong{
	font-size:26px;
}
.wp-block-columns.csillagjegyek-napi-horoszkop a:first-child{
	color:#000000;
}
@media screen and (min-width: 700px){
	.wp-block-columns.csillagjegyek-napi-horoszkop .wp-block-column p{
		min-height:250px;
	}
}
.post-entry .gallery{margin:0!important}
.gallery br{display:block}

#horoszkop_gallery .kovetkezo-lapozas, #horoszkop_gallery .elozo-lapozas{margin-top:20px;}
.clc-gallery-item h2 {margin:20px 10px; color:#ec76be!important;text-align:left;}
.clc-gallery-item-wrap .clc-gallery-image img{margin-top:30px;}
.clc-gallery-caption iframe{max-width:90vw;max-height:136vw}
.gallery img{max-height:780px;margin:auto;width: auto;
height: auto;}
body.single-format-gallery p.post-teaser{text-align:left;padding:0!important;font-family: Merriweather;color:#1f2025;
font-size: 18px;
font-weight: normal;}
.slick-arrow {opacity:0.7!important; color:#ffffff!important;border-color:#ec76be!important;background-color:#ec76be!important;width:44px!important;height:44px!important;line-height:40px!important;font-size:22px!important;}
.slick-arrow:hover{opacity:1!important;background-color:#ffffff!important; color:#ec76be!important;border-color:#ec76be!important}
.slick-slider .slide-count i.fa{display:none}
.slick-slider .slide-count{font-size:22px;color:#ec76be}
.clc-gallery-caption p{color:#1f2025;font-family:Merriweather;font-size:18px;line-height:1.8;}
.clc-gallery-caption h2{color:#ec76be!important;font-family:Merriweather;font-size:20px;line-height:1.8;font-weight:bold;margin:4px 0 4px 0}
.clc-gallery-image .current-slide{color:#ec76be;font-size:38px;font-weight:bold;}

.post-pagination a{font-size:20px!important}
ul.wp-block-latest-posts__list{margin:0px}
ul.wp-block-latest-posts__list li{list-style:none;padding:0}
ul.wp-block-latest-posts__list a{box-shadow:none!important; font-size:140%}

.home .post-nav-links{display:none!important}
@media screen and (max-width: 600px) {
	.classic-slider .feat-overlay{max-width: 100vw;margin-top: 150px;}
	.sp-container .bg-color-header .post-header h1{
		font-size:32px!important;
		line-height:normal!important;
	}
	#menu-footer li{padding:10px 0;display:block}
	.footer-menu li:after{ content: "" !important;}
}
.embed-responsive.embed-responsive-16by9{
	height: 48vh;
}
.widget .promo-item{align-items:end!important;}
/*sidebar widget wp-quiz szavazás*/
#sp-sidebar .wq-quiz .wq_questionTextCtr h4 {
line-height: normal!important;
font-size: 18px;
font-weight: bold;
}
#sp-sidebar .wq-quiz .wq_questionTextCtr h4 span {
font-weight: normal;
font-size: 14px;
display: block;
margin-top: 10px;
}
#sp-sidebar .wq-quiz .wq_questionMediaCtr {
margin-bottom:0px;
}
#sp-sidebar .wq_singleAnswerCtr{margin:0}
#sp-sidebar .wq-quiz .wq_answerTxtCtr {
	font-size:16px!important;
}
table:not(#wp-calendar) thead{background:#efefef}
/*lapozás*/
.nav-button-lapozz-egyet .wp-block-button__link{
	text-transform:none;
	font-size:100%;
}
#custom_html-2{height:auto!important}
.houzz-embed,.pinterest-embed {
		margin: 0 0 20px 0;
}
@media (min-width: 768px){
	.houzz-embed,.pinterest-embed {
		max-width: 48%;
		margin: 0 10px 10px 0!important;
		float: left;
	}
	.houzz-embed + h2,.houzz-embed + h3,	.pinterest-embed + h2,.pinterest-embed + h3{
		clear:both;
		padding-top:20px!important;
	}
	.houzz-embed img,.pinterest-embed img{
		max-height:500px;
	}
}
.yoast-breadcrumbs{background-color:#fff!important;padding-bottom:0px!important;text-transform:uppercase;font-family:Poppins;font-size:14px;margin:-20px 0 10px 0}
.yoast-breadcrumbs span{color:#ec76be;}
.breadcrumb_last{color:#333!important}
.promo-wrap{margin:60px 0 20px 0 !important}
#comments .comment-form-url{display:none!important}
#comments .comment-form-url input[id=url]{pointer-events: none;}
/* Disable sticky menu */
#header-sticky-wrapper.sticky #header{
position:relative !important;
}
#mobile-header-wrapper-sticky-wrapper #mobile-header-wrapper{
	position:relative!important;
}
#footer, #insta-footer{z-index:11111!important}
.smallest table thead th{background-color:#ec76be;color:#ffffff;text-align:center;font-size:18px!important;padding:6px!important}
.smallest table td{padding:8px!important}
.smallest table a{color:#444;}
.smallest table a:hover{color:#ec76be}
.responsive_table{max-width:100%!important}
.smaller, #sp-main .wpp-list li{font-size:85%!important; overflow:visible;}
#sp-main .wpp-list li a{box-shadow:none!important}
#sp-sidebar .side-pop-content h4 a{font-size:16px!important}
#footer{padding-bottom:90px;}
.searchform input.s{width:90%}
div.post-entry span[class*="_embed_pin"]{max-width:100%!important;}
#sp-content {padding-top: 20px!important;}
.archive-box{width: 100%;max-width:1140px;margin: 0 auto;background-color:#ffffff!important;}
#insta-footer .sbi_photo_wrap{padding:0 5px 5px 0;}
#insta-footer #sbi_images .sbi_item:first-child .sbi_photo_wrap{padding-left:5px;}
.c1, .c2, .c3, .c4{font-size:80%;color:#666;}
#custom_html-2{margin:0px;height:0px;}
a img.alignnone{margin:0;}
.post-header .post-teaser.title{font-style:normal;color:#333333!important;}
.age-gate-submit--reversed{font-size: 22px;padding: 5px 20px;border-radius: 10px;margin: 20px!important;}
p.age-gate-challenge{margin:20px 0;font-size:22px;}
#footer{border-top:solid 2px #fff}
.popular-posts .side-pop.list{padding:0!important}
.age-gate-heading.age-gate-logo img{height:auto!important;}
button[type=submit].age-gate-submit--reversed{text-transform: uppercase;letter-spacing: 3px;background: #ec76be;border-radius: 0;font-size: 14px;color: #fff;padding: 11px 26px;display: inline-block;border: none;-o-transition: .15s;-ms-transition: .15s;-moz-transition: .15s;-webkit-transition: .15s;transition: .15s;cursor: pointer;width: auto;font-weight: 500;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
#sp-sidebar .form-wrap input[type=submit],#sb_instagram #sbi_load .sbi_load_btn,#sb_instagram .sbi_follow_btn a,#sb_instagram .sbi_follow_btn a:hover{background-color:#ec76be!important;}
.footer-social a{color:#000000!important}
@media screen and (max-width:768px){.bg-color-header{padding-bottom:20px!important}}
.mo-optin-form-submit-button{letter-spacing:normal!important}
.liatris_mini_headline{color:#ed74be!important;}
.post-entry span.ctaText{color:#ec76be!important;}
#sp-sidebar .wpp-post-title{font-size:16px!important}

/*WP Quiz*/
body .wq_questionTextCtr h4{line-height:normal!important}
.wq_singleAnswerCtr .wq_answerTxtCtr{line-height:normal!important}
.wq-quiz.wq-skin-flat .wq_singleAnswerCtr,.wq-quiz.wq-skin-flat .wq_questionTextCtr{background-color:#f4f4f4!important}
.wq_quizProgressBar>span,.wq_singleQuestionWrapper .wq_continue button{background-color:#ec76be!important}
.wq-quiz.wq-skin-flat.wq-should-show-correct-answer .wq_singleAnswerCtr.wq_correctAnswer,.wq-quiz.wq-skin-flat.wq-should-show-correct-answer .wq_singleAnswerCtr.wq_incorrectAnswer{color:#000000; opacity:1}
.wq-quiz.wq-skin-flat .wq_singleAnswerCtr:hover{background-color:#e2e2e2!important;border-color:#ec76be!important}
.swiper_quiz.wq-quiz .wq_IsSwiperResult h3,.resultImageWrapper .indexWrapper{background-color:#ec76be!important}
.wq-quiz.wq-skin-flat .wq_singleAnswerCtr:hover{background-color:#e2e2e2!important;border-color:#ec76be!important}
/*END WP Quiz*/
