header.page-header {
    border-bottom: 2px solid #000 !important;
}

p {
    line-height: 26px;
}

.taxonomy-description {
    text-align: center;
        margin-top: 35px !important;
}


.parentCategory {
    text-align: right;
    font-size: 66px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 42px;
    height: 43px;
    margin-top: 35px;
}

.currentCategory {
    color: #fff;
    display: inline-block;
    text-align: right;
    float: right;
    line-height: 38px;
    height: 33px;
    font-size: 45px;
    padding-right: 170px;
    padding-left: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.owl-carousel.owl-drag .owl-item {
    background-color: bisque;
    min-height: 300px;
    border-right: 2px solid #000;
}

.owl-stage {
    border-bottom: 2px solid#000;
}

.owl-theme .owl-nav [class*=owl-] {
    display: block;
    position: absolute;
    top: -18vw;
}


.owl-nav {
    position: relative;
}

button.owl-prev {
    left: 13%;
    transform: rotate(-45deg) skew(-5deg, -5deg);
    -webkit-transform: rotate(-225deg) skew(-5deg, -5deg);
    border: solid #fff !important;
    border-width: 0 3px 3px 0 !important;
    display: inline-block !important;
    padding: 3px !important;
    color: transparent !important;
    width: 20px;
    height: 20px;
}

.owl-theme .owl-nav [class*=owl-] span {
    font-size: 60px;
}

button.owl-next {
    right: 13%;
    transform: rotate(-45deg) skew(-5deg, -5deg);
    -webkit-transform: rotate(-45deg) skew(-5deg, -5deg);
    border: solid #fff !important;
    border-width: 0 3px 3px 0 !important;
    display: inline-block !important;
    padding: 3px !important;
    color: transparent !important;
    width: 20px;
    height: 20px;
}

.item {
    width: 100%;
    background-position: center center !important;
    height: 30vw;
    text-align: right;
    padding: 20px;
    background-size: cover;
    background-color: #0000006b;
    background-blend-mode: color-dodge;
}

.categoryBall {
    font-size: 14px;
    background-color: #ccff55;
    border-radius: 50px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    position: absolute;
    right: 20px;
}


.item h2 {
    min-height: 100%;
    display: flex;
    vertical-align: bottom;
    align-items: flex-end;
    color: #fff;
    font-size: 27px;
    line-height: 21px;
    text-align: right;
    text-transform: uppercase;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: -1;
}

.homeDiary .entry-content {
    border: 2px solid #000;
    width: calc(75% + 2px);
    margin: -32px calc(12.5% - 2px);
}

.homeDiary .entry-content>div {
    padding: 0;
    margin: 10px;
    line-height: 24px;
}

.item a {
    color: #fff;
}

.item a:hover, .item a:visited {
    color: #00ef3f;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: transparent;
    border-bottom-color: #00ef3f !important;
    border-right-color: #00ef3f !important;
}

@media only screen and (min-width: 768px){
	.archive .page-header, .search .page-header, .error404 .page-header {
    margin: 0 calc(10% + 60px) 120px calc(10% + 60px);
}
}



@media only screen and (min-width: 601px) and (max-width: 1023px) {
    .item {
        height: 60vw;
    }

}

@media only screen and (max-width: 600px) {
    .item {
        height: 100vw;
    }
    
    .owl-theme .owl-nav [class*=owl-] {
        top: -50vw;
    }
    
    button.owl-prev {
        left: 3%;
    }

    button.owl-next {
        right: 3%;
    
    }
    .homeDiary .entry-content {
        width: 100%;
        margin: 0;
        padding-top: 30px;
        max-width: 100%;
    }
    
    .copy {
        font-size: 11px;
        line-height: 25px;
    }
    .language {
        font-size: 11px;
        line-height: 22px;
    }
}














header.entry-header {
    display: none;
}

.vc_row[data-vc-full-width] {
    max-width: initial !important;
}

section#primary {
    margin-top: 30px;
}

.titoloHomeTemp{
    padding-right:calc(10% + 75px) !important;
}

.borderBottomBlack{ 
    border-bottom:8px solid #000;
    margin-bottom:15px;
    font-weight: 100;
}

.contentHomeTemp {
    font-size: 25px;
}

.contentHomeTemp:before {content: "‘";font-size: 450px;display: block;line-height: 0px;/* margin-bottom: 0; *//* background-color: azure; */margin-top: 170px;margin-left: -37px;margin-bottom: -40px;}


.contentHomeTemp:after {
    content: ",";
    font-size: 450px;
    display: block;
    line-height: 0px;
    margin-bottom: 240px;
    margin-right: -37px;
    margin-top: -116px;
    text-align:right;
}

.dividerHalfLine {
    border-bottom: 5px solid #000;
    height: 106px;
    overflow: hidden;
}





.containerTempArticle {
    width: 100%;
    height: 100%;
    background: linear-gradient( to bottom, #006699, #006699 50% );
    background-size: 100% 14px;
    background-repeat: no-repeat;
    background-position-y: calc(50% - 7px);
    margin-bottom: 70px;
}

.tempArticle {
    width: 80%;
    margin: 0 auto;
    padding: 0 60px;
    position: relative;
    display: flex;

}

.categoryTempArticle {
    position: absolute;
    top: -25px;
    left: 94px;
    z-index: 100;
    transform: rotate(90deg);
    font-size: 45px;
    transform-origin: top left;
}

.imageTempArticle {
    width: 40%;
    display: table-cell;
    position: relative;
    background-image: url(http://demo.23stbeauty.com/wp-content/uploads/2019/08/immagine_riempimento_2.jpg);
    background-size: cover;
    margin-bottom: 10px;
    min-height: 410px;
}

.textTempArticle {
    width: 70%;
}

.titleTempArticle {
    min-height: 50%;
    display: flex;
    vertical-align: bottom;
    align-items: flex-end;
    text-align: right !important;
    padding: 15px;
    font-size: 60px;
    line-height: 45px;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.descriptionTempArticle {
    padding: 53px 55px 10px;
    font-size: 20px;
    line-height: 24px;
}

.imageTempArticle:after {
    content: "";
    display: block;
    width: 130px;
    height: 107px;
    position: absolute;
    border-top: 2px solid #000;
    bottom: -65px;
    background-color: #fff;
    transform: rotate(45deg);
    left: -78px;    
}

.colorLine {
    content: "";
    display: block;
    position: absolute;
    width: 130px;
    height: 17px;
    background-color: #006699;
    border-radius: 0 10px 10px 0;
    top: calc(50% - 9px);
}

.imageTempArticle img{display:none;}

.linkTempArticle {
    font-size: 25px;
    font-weight: 600;
    margin-top: 40px;
}

.controRotate {
    transform: rotate(180deg);
    transform: rotate(180deg);
    font-weight: 600;
    letter-spacing: 2px;
}

.linkTempArticle a {
    color: #000;
}

.linkTempArticle a:hover {
    color: #000;
    text-decoration: underline;
}

.descriptionTempArticle:before {content: "“";display: block;font-size: 50px;font-size: 120px;display: block;line-height: 0px;/* margin-bottom: 0; *//* background-color: azure; */margin-top: 9px;margin-left: -51px;margin-bottom: -23px;color: #000;}



@media only screen and (max-width: 1100px) {
    .titleTempArticle{font-size: 45px;
    line-height: 35px;}
    
}



@media only screen and (max-width: 1024px) {
    .diaryLink {
        text-align: right !important;
        max-width: 100% !important;
    }
    
    .menuContainer {
       /* top: -100px;
        z-index: initial;*/
        z-index: 999;
    }
    
    .site-content {
        margin-top: 10px;
    }
    
    section#primary {
        margin-top: -30px;
    }
        
}
@media only screen and (max-width: 899px) {
    .tempArticle {
        width: 100%;
    }
}



@media only screen and (max-width: 699px) {
    .tempArticle {
        width: 100%;
        padding: 0 30px;
    }
    
    .categoryTempArticle {
        left: 65px;
    }
    
    .descriptionTempArticle {
        padding: 40px 0px 10px 40px;
    }
    
    .linkTempArticle {
        font-size: 20px;
        margin-top: 20px;
    }
    
    .imageTempArticle {
        width: 40%;
    }
    
    .titleTempArticle {
        font-size: 30px;
        line-height: 25px;
    }
    
    .descriptionTempArticle {
        font-size: 14px;
        line-height: 21px;
    }
    
    .descriptionTempArticle:before {
        margin-top: 0px;
	    margin-left: -44px;
	    margin-bottom: -27px;
	    font-size: 115px;
    }
}

@media only screen and (max-width: 499px) {
    .imageTempArticle {
        width: 50%;
    }
    
    .categoryTempArticle {
        font-size: 35px;
        left: 57px;
        top: -19px;
    }
    
    .titleTempArticle {
        font-size: 28px;
    }
    .colorLine {
        width: 100px;
    }
    
    
    .categoryTempArticle {
        position: absolute;
        top: -25px;
        left: 65px;
        z-index: 100;
        transform: rotate(90deg);
        font-size: 45px;
        transform-origin: top left;
    }
    
    .contentHomeTemp:before {
        font-size: 200px;
        display: block;
        line-height: 0px;
        /* margin-bottom: 0; */
        /* background-color: azure; */
        margin-top: 60px;
        margin-left: -37px;
        margin-bottom: -40px;
    }
    
    .titoloHomeTemp {
        padding-right: 30px !important;
    }
    
    .contentHomeTemp:after {
        font-size: 200px;
        display: block;
        line-height: 0px;
        margin-bottom: 150px;
        margin-right: -7px;
        margin-top: -40px;
        text-align: right;
    }
    
    .contentHomeTemp {
        font-size: 20px;
    }
}

@media only screen and (max-width: 460px) {
    .tempArticle {
        display: block;
    }
    
    .categoryTempArticle {
        font-size: 42px;
        font-weight: 600;
    }
    .controRotate {
        letter-spacing: 2px;
    }
    .colorLine {
        display: none;
    }
    
    .imageTempArticle:after {
        content: "";
        display: block;
        width: 130px;
        height: 107px;
        position: absolute;
        border-top: 2px solid #000;
        bottom: -65px;
        background-color: #fff;
        transform: rotate(45deg);
        left: -78px;
    }
    
    .imageTempArticle img {display: block;}
    
    .textTempArticle {
        width: 100%;
    }

    .containerTempArticle{
        background-position-y: calc(30% - 7px) !important;
    }
    
    .titleTempArticle {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 22px;
            position: relative;
    margin-top: 21px;
    }
        

    .parentCategory {
        font-size: 38px;
        line-height: 41px;
        height: 33px;
    }
    
    .currentCategory {
        line-height: 23px;
        height: 19px;
        font-size: 25px;
        padding-right: 5px;
        padding-left: 5px;
    }
    .containerInfoContact {
        margin:initial !important;
        margin-top: 1rem !important;
    }
    
    
}