/*** LAYOUT POURFEMME ***/
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700|Arial:300,400,700,900&display=swap');

html,body {
	font-family: 'Arial', sans-serif;
	color: #333333;
}

:root {
	--primary-color: #333333;
	--secondary-color: #d31143;
	--tertiary-color: #d36763;
}

button, input, select, textarea {
  font-family: 'Arial', sans-serif;
}

.section-title {
	font-family: 'Georgia', serif;
	letter-spacing: .06rem;
}
.section-title:after {
	position: absolute;
	left: 50%;
	bottom: -22px;
	width: 60px;
	height: 4px;
	content: "";
	display: block;
	background-color: var(--secondary-color);
	margin-left: -30px;
}
.section-big-title {
	font-family: 'Georgia', serif;
	letter-spacing: .5rem;
}
.bg-beige,
.bg-black,
.bg-gray {
	position: relative;
}
.bg-beige,
.container-fluid.bg-beige:before {
	background-color: #efe5d9!important;	
}
.bg-black,
.container-fluid.bg-black:before {
	background-color: #1a1a1a!important;	
}
.bg-gray,
.container-fluid.bg-gray:before {
	background-color: #f5f5f5!important;
}
.quizBtn .btn {
	color: #FFFFFF;
	background-color: var(--secondary-color);
}
.line-title::after {
	position: absolute;
	left: 0;
	bottom: -33px;
	width: 13%;
	height: 4px;
	content: "";
	display: block;
	background-color: #efe5d9;		
}
.line-title-02::after {
	position: absolute;
	left: 50%;
	bottom: -28px;
	width: 70px;
	height: 4px;
	content: "";
	display: block;
	background-color: #efe5d9;
	margin-left: -35px;
}
.underline-link {
	color: var(--secondary-color);	
	letter-spacing: 0.04rem;
	text-transform: uppercase;
}
.underline-link::after {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 2px;
	content: "";
	display: block;
	z-index: -1;
	background-color: #efe5d9;
	-ms-transition: -webkit-transform .2s ease-out,height .2s ease-out, opacity .2s ease-out;
	-webkit-transition: -webkit-transform .2s ease-out,height .2s ease-out, opacity .2s ease-out;
	transition: transform .2s ease-in,height .2s ease-in, opacity .2s ease-out;
	-ms-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	transform-origin: 0 100%;	
}
.underline-link:hover:after {
	-ms-transform: scaleY(2);
	-webkit-transform: scaleY(2);
	transform: scaleY(2);
	transform-origin: 0 100%;
	height: 7px;
	opacity: 0.5;
}
.category {
	margin-bottom: 0.625rem;
}
.title-type-01 {
	font-family: 'Georgia', serif;	
	letter-spacing: .06rem;
}
.title-type-02 {
	font-family: 'Georgia', serif;	
	letter-spacing: .06rem;
}
.title-type-03 {
	font-family: 'Georgia', serif;
	letter-spacing: .04rem;
}
.title-type-03.line-title::after {
	bottom: -15px;
}
.title-type-04 {
	font-family: 'Georgia', serif;
	letter-spacing: .06rem;	
	position: relative;
}
.title-type-05 {
	font-family: 'Georgia', serif;
	letter-spacing: .06rem;	
	position: relative;
}
.title-type-06 {
	font-family: 'Georgia', serif;
	letter-spacing: .06rem;
}
.title-type-07, .tit16  {
	font-family: 'Georgia', serif;
	letter-spacing: .04rem;
	font-size: 1.250rem; /* 20px */
	line-height: 1.625rem; /* 26px */
	font-weight: 700;
	position: relative;
	display: block;	
}
.category-type-02 {
	color: var(--secondary-color);
}
.lt-tag li a {
	color: var(--secondary-color);
}
.breadcrumb li a {
	color: var(--secondary-color);
}
.lt-category li a::after {
	bottom: -4px;
}

@media (min-width: 768px) {
	.title-type-04 { /* 38px/46px */
		font-size: 2.375rem;
		line-height: 2.875rem;
	}
	.category {
		margin-bottom: 0.938rem;
	}
}

/*** LAYOUT ***/
.navigation {
	background: url('https://www.pourfemme.it/wp-content/themes/DEVA-child-pourfemme/img/bg-nav.png') 0 50% no-repeat #ededed;
}
.navigation .lt-nav li a:before {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	-ms-transition: -webkit-transform .2s ease-out,border-color .2s ease-out;
	-webkit-transition: -webkit-transform .2s ease-out,border-color .2s ease-out;
	transition: transform .2s ease-out,border-color .2s ease-out;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	border-top: 2px solid var(--secondary-color);
}
.navigation .lt-nav li a:hover:before {
	-ms-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/*** HEADER ***/
.header .icon-menu .path1:before,
.header .icon-menu .path2:before,
.header .icon-menu .path3:before {
	color: var(--secondary-color);
}

/*** FOOTER ***/
.footer-box-item-title {
	font-weight: 400;
	border-left: 3px solid var(--secondary-color);
}

/*** COPY ***/
.copy p {
	font-family: 'Arial', sans-serif;
}

/*** SECTION ***/
.left-shadow {
	padding: 0 0 10px 10px;
	position: relative;
}
.left-shadow::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: var(--tertiary-color);
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	display: flex;
}
.right-shadow {
	position: relative;
}
.right-shadow::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: var(--tertiary-color);
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	display: flex;
	z-index: 10;
}
.box-group-02 h3 {
	font-family: 'Georgia', serif;	
}
.box-group-04 .box-group-04-cnt {
	margin-top: -30px;
}
.box-group-04-text {	
	position: relative;
	z-index: 11;
	width: calc(100% - 50px);
}
.box-group-04-text .title {
	font-family: 'Georgia', serif;
	letter-spacing: .06rem;
}
.box-group-05 .box-group-04 .box-group-04-cnt {
	margin-top: -30px;
}
.box-group-07 {
	background: #893344;
}
.box-group-09 {
	background: #682c37;
}
.box-group-15-text .title {
	font-family: 'Georgia', serif;
	letter-spacing: .06rem;
}
.group-17-text p:first-child::first-letter {
	font-family: 'Georgia', serif;
}
.group-17-cnt .oroscopo-name {
	font-family: 'Georgia', serif;
}
#descoroscopo p{
	font-family: Arial, sans-serif ;
	font-size: 18px;
	font-weight:300;
	margin-bottom:20px;
}
.box-group-27-cnt {
	padding: 1.875rem 1.5625rem 0;
	margin-bottom: 35px;
	background-color: #faf7f4;
	border-top: none;
}
.box-group-27-cnt .section-big-title {
	font-family: 'Arial', sans-serif;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0;
	color: var(--secondary-color);
	text-transform: uppercase;	
	position: relative;
	width: 100%;
	display: flex;
}
.box-group-27-cnt .section-big-title span {
	background-color: #faf7f4;
	padding-right: 15px;
	z-index: 2;
}
.box-group-27-cnt .section-big-title::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #cccccc;
	left: 0;
	top: 50%;
	margin-top: -1px;
	z-index: 1;
}
.box-group-27 {
	padding: 15px 0;
	margin: 0;
}
.box-group-27 .title-type-03:before {
    background-color: var(--secondary-color);
}
.box-group-27 .title-type-03:hover {
	color: var(--secondary-color);
}
.box-group-27 > div {
	border-top-color: #cccccc;
}
@media (max-width: 767px) {
	.first-look-item .title-type-04, 
	.first-look-item .title-type-05 {
		font-size: 1.875rem;
		line-height: 2.500rem;
	}
	.group-03-img {
		border-bottom: 10px solid #d36763;
	}	
	.box-group-03 .title-type-01.line-title::after {		
		display: none;
	}
	.box-group-04 .title-type-03.line-title::after {		
		display: none;
	}
	.box-group-06 .title-type-02.line-title::after {		
		display: none;
	}
	.box-group-06 .box-group-06-img {
		border-bottom: 10px solid var(--tertiary-color);
	}	
}
@media (max-width: 991px) {
	.box-group-27-cnt .section-big-title {
		left: 0;
		margin-bottom: 10px;
	}
}
@media (min-width: 992px) {
	.first-look-type-02 .first-look-item h3 {
		width: calc(100% - 35px);
		left: 0;
		top: 178px;
		padding-bottom: 0;
		padding: 25px 30px 0 30px;
	}
	.first-look-type-01 .first-look-item h3 {
		left: 40px;	
		max-width: 100%;
		padding: 0 1.875rem 0 0;
	}
	.first-look-type-01 .first-look-item.first-look-item-uno h3 {
		left: 70px;
	}
	.first-look-type-01 .first-look-item h3:before {
		position: absolute;
		left: -20px;
		top: 0;
		width: 6px;
		height: 100%;
		content: "";
		display: block;
		background-color: var(--secondary-color);
	}
	.first-look-type-02 .first-look-item.first-look-item-uno h3 {
		width: calc(100% - 80px);
		top: 392px;
		padding: 30px 30px 0 45px;
	}
	.first-look-type-02 .first-look-item h3 span {
		top: -15px;
		position: relative;
		display: block;
	}
	.first-look-type-02 .first-look-item h3 span:before {
		position: absolute;
		left: -18px;
		top: 2px;
		width: 4px;
		height: 100%;
		content: "";
		display: block;
		background-color: var(--secondary-color);	
	}
	.first-look-type-02 .first-look-item.first-look-item-uno h3 span:before {
		top: 5px;
		left: -25px;
		width: 6px;
	}
	.group-03-img {
		border-left: 10px solid #d36763;
	}	
	.box-group-04.box-group-04-type-02 .box-group-04-cnt {
		margin: 40px 0 0 -50px;
	}
	.box-group-06 .box-group-06-text {
		border-right: 10px solid var(--tertiary-color);
	}
}

/*** TEST E QUIZ ***/
.quizTxt .title {
	font-family: 'Georgia', serif;
}
.wq_quizProgressBar > span {
	background-color: var(--secondary-color, --secondary-color);
}
body .wq_questionTextCtr h4 {
	font-size: 1.875rem;
	line-height: 2.250rem;
    color: var(--secondary-color);
    font-family: 'Georgia', serif;
}
.wq_retakeQuizBtn, 
.wq-force-login button, 
.wq_singleQuestionWrapper 
.wq_continue button, 
.wq_quizEmailCtr form button {
	color: #FFFFFF;
	background-color: var(--secondary-color);
}
.wq-results .wq_quizTitle {
	font-size: 1.875rem;
	line-height: 2.250rem;
	font-family: 'Georgia', serif;
}


/*** ARTICOLO ***/
.article-content > p:first-child::first-letter {
	font-family: 'Georgia', serif;
	color: var(--secondary-color);
}
.article-content ol.prep p::first-letter {
	font-family: 'Arial', sans-serif;
}	
.slider-article-gallery .pag-art-prev {
	border-right-color: var(--secondary-color);
}
.slider-article-gallery .pag-art-next {
	border-left-color: var(--secondary-color);
}
.slider-nav .slick-slide.slick-active.slick-current:before {
	background-color: var(--secondary-color);
}
.article-multi-item h2,
.article-multi-item h3 {
	font-family: 'Georgia', serif;
}
.article-content h2,
.article-content h3 {
	font-family: 'Georgia', serif;
	letter-spacing: .06rem;
	display: block;
}
.article-content ol.prep li:before {
	font-family: 'Georgia', serif;
	font-size: 52px;
	line-height: 30px;
	font-weight: 700;
	color: var(--secondary-color);
	font-style: italic;
}
@media (max-width: 767px) {
	.article-multi-item .article-actions.article-actions-mobile .pagination .icon-pag-prev:before,
	.article-multi-item .article-actions.article-actions-mobile .pagination .icon-pag-next:before {
        font-family: 'Arial', sans-serif;
		background-color: var(--secondary-color);
		color: #FFFFFF;
	}
}

/*** OROSCOPO ***/
.box-oroscopo .oroscopo-name {
	font-family: 'Georgia', serif;
}
.oroscopo-content {	
	font-size: 1.125rem;
	line-height: 1.6875rem;
	font-weight: 300;
	padding-bottom: 25px;
}
@media (max-width: 767px) {
	.oroscopo-content {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}
@media (min-width: 768px) {
	.oroscopo-content {
		font-size: 1.250rem;
		line-height: 1.750rem;
	}
}


/*** RICETTE ***/
.lt-ricette li div [class^="icon-"], 
.lt-ricette li div [class*=" icon-"] {
	color: var(--secondary-color);
}
.article-content .lt-ingredients {
	background-color: #efe5d9;
}
.article-content .lt-ingredients li::before {
	content: "•";
	color: var(--secondary-color);
}
@media (min-width: 992px) {
	.lt-ricette li:nth-child(5) {
		border-left: none;
	}
}

/*** FOTOGALLERY ***/
.fotogallery .section-title {
	font-family: 'Georgia', serif;
    letter-spacing: .06rem;
    color: #FFFFFF;
}
#fotogallery_mixed_adv_layer .title {
	font-family: 'Georgia', serif;
    letter-spacing: .06rem;
}
.swiper-pagination-bullet-active {
    background-color: var(--secondary-color);
}
.fotogallery-sidebar .title-sidebar {
	font-family: 'Georgia', serif;
}
.box-group-rel .title {
	font-family: 'Georgia', serif;
}
@media (max-width: 991px) {
	.fotogallery-text .title {
		font-family: 'Georgia', serif;
	}
	.fotogallery-text .pagingInfo {
		font-family: 'Arial', serif;
	}
}
@media (min-width: 992px) {
	.fotogallery-text .title {
		font-family: 'Georgia', serif;
	}
	.fotogallery-rel ul li a {
		font-family: 'Georgia', serif;
	}	
}


/****************************
EvolutionAdv
****************************/

[data-adunitid]:not([data-adunitid="4"]):not([data-adunitid="5"]),
[data-adunitid]:not([data-adunitid="4"]):not([data-adunitid="5"]) > div,
[data-adunitid]:not([data-adunitid="4"]):not([data-adunitid="5"]) > div > div {
    margin: auto !important;
    display: flex;
    flex:1;
    justify-content: center;
}

/* DESKTOP */
@media (min-width:981px) {

    /* /5966054/PourFemme/PourFemme_masthead */
    [data-adunitid="0"] { min-height: 250px; }

    [data-adunitid="0"],
    [data-adunitid="0"] > div,
    [data-adunitid="0"] > div > div {
        justify-content: space-around !important;
    }

    /* /5966054/PourFemme/PourFemme_ATF */
    [data-adunitid="1"] { min-height: 280px; }

    /* /5966054/PourFemme/PourFemme_intext */
    [data-adunitid="2"] { min-height: 480px; }

    /* /5966054/PourFemme/PourFemme_BTF */
    [data-adunitid="3"] { min-height: 280px; }

    /* /5966054/PourFemme/PourFemme_sidebarTop */
    [data-adunitid="4"] { min-height: 250px; text-align:center; }

    /* /5966054/PourFemme/PourFemme_sidebarSticky */
    [data-adunitid="5"] { min-height: 1050px; text-align:center; }

    /* /5966054/PourFemme/PourFemme_hp_300x250 */
    [data-adunitid="9"] { min-height: 250px; }

    /* /5966054/PourFemme/PourFemme_hp_300x600 */
    [data-adunitid="10"] { min-height: 600px; }

    /* /5966054/PourFemme/PourFemme_fotogallery */
    [data-adunitid="13"] { min-height: 280px; }

    [data-admobile="true"],
    [data-admobile="1"],
    [data-addesktop="false"],
    [data-addesktop="0"]
    {min-height: 0 !important; max-height: 0; display: contents !important;}

}

/* MOBILE */
@media (max-width:980px) {

    /* /5966054/PourFemme/PourFemme_masthead */
    [data-adunitid="0"] { min-height: 100px; }

    /* /5966054/PourFemme/PourFemme_ATF */
    [data-adunitid="1"] { min-height: 430px; }

    /* /5966054/PourFemme/PourFemme_intext */
    [data-adunitid="2"] { min-height: 480px; }

    /* /5966054/PourFemme/PourFemme_BTF */
    [data-adunitid="3"] { min-height: 430px; }

    /* /5966054/PourFemme/PourFemme_sidebarTop */
    [data-adunitid="4"] { min-height: 250px; text-align:center; }

    /* /5966054/PourFemme/PourFemme_sidebarSticky */
    [data-adunitid="5"] { min-height: 250px; text-align:center; }

    /* /5966054/PourFemme/PourFemme_hp_300x250 */
    [data-adunitid="9"] { min-height: 250px; }

    /* /5966054/PourFemme/PourFemme_hp_300x600 */
    [data-adunitid="10"] { min-height: 600px; }

    /* /5966054/PourFemme/PourFemme_fotogallery */
    [data-adunitid="13"] { min-height: 430px; }

    [data-addesktop="true"],
    [data-addesktop="1"],
    [data-admobile="false"],
    [data-admobile="0"]
    { min-height: 0 !important; max-height: 0; display: contents !important; }

}

@media (max-width: 1190px){
    body.fotogallery .fotogallery-wrapper .mycontainer .mycontainertop .d-md-block,
    body.fotogallery .fotogallery-wrapper .mycontainer .mycontainertop .d-md-block > div,
    body.fotogallery .fotogallery-wrapper .mycontainer .mycontainertop .d-md-block > div > div,
    body.fotogallery .fotogallery-wrapper .mycontainer .mycontainertop .d-md-block > ins,
    body.fotogallery .fotogallery-wrapper .mycontainer .mycontainertop .d-md-block > ins > div,
    body.fotogallery .fotogallery-wrapper .mycontainer .mycontainerbottom .d-md-block,
    body.fotogallery .fotogallery-wrapper .mycontainer .mycontainerbottom .d-md-block > div,
    body.fotogallery .fotogallery-wrapper .mycontainer .mycontainerbottom .d-md-block > div > div,
    body.fotogallery .fotogallery-wrapper .mycontainer .mycontainerbottom .d-md-block > ins,
    body.fotogallery .fotogallery-wrapper .mycontainer .mycontainerbottom .d-md-block > ins > div{
        margin: auto !important;
        display: flex !important;
        flex:1;
        justify-content: center;
    }

    body.fotogallery .fotogallery-wrapper .mycontainer .mycontainertop .d-md-block,
    body.fotogallery .fotogallery-wrapper .mycontainer .mycontainerbottom .d-md-block{
        min-height: 300px !important;
    }
}