/*
Theme Name: Puma Studio Make Up
Description: Template Puma Studio Make Up
Version: 1.0
Author: Sebastiano Cullemi
Author URI: https://www.pixelabdesign.it/
*/
@font-face {
  font-family: "aktiv-grotesk", sans-serif;
  src: url("font/AktivGrotesk-Regular.ttf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "aktiv-grotesk-thin", sans-serif;
  src: url("font/AktivGrotesk-Thin.ttf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

body{
    margin:0;
    padding: 0;
	font-family: aktiv-grotesk-thin, sans-serif;
    font-weight: 200;
	font-style: normal;
}
p{
	font-size: 18px;
	line-height: 26px;
}
.light{
	font-family: aktiv-grotesk-thin, sans-serif;
	font-weight: 200;
	font-style: normal;
}
.bold, b, strong{
	font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
}

.right{
	text-align: right;
}
.left{
	text-align: left;
}
.center{
	text-align: center;
}


/* HEADER */
header {
    background: #000;
    color: #fff;
    padding: 30px 0px;
}
.marchio {
    height: 70px;
}
.vh{
	display: table;
	width: 100%;
}
.mh{
	display: table-cell;
	width: 100%;
	height: 70px;
	vertical-align: middle;
}
.mh a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    margin-left: 12px;
    opacity: 0.75;
    transition: 0.2s all ease-in-out;
    position: relative;
}
.mh a:hover {
    opacity: 1;
}
.countpro {
    background: #D7040E;
    position: absolute;
    font-size: 12px;
    padding: 4px 0px;
    border-radius: 50%;
    top: -12px;
    font-weight: 600;
    text-align: center;
    width: 20px;
    height: 20px;
    right: -18px;
}
.lingue {
    position: absolute;
    left: 5%;
    top: 50px;
}
.wpml-ls-legacy-list-horizontal a {
    padding: 0px !important;
    margin: 0px 5px !important;
    display: inline-block !important;
}
/* END HEADER */





/* MENU */
header ul {
    margin: 30px 0px 0px;
    list-style: none;
    padding: 0px;
}
header ul li{
	display: inline-block;
	margin: 0px 15px;
}
header ul li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 2px;
    padding-bottom: 5px
}
.current_page_item a, header ul li a:hover {
    border-bottom: 1px solid #D7040E;
}
/* END MENU */




/* SUB MENU */
header .menu-item-has-children {
    position: relative;
}
.sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    padding-top: 40px;
    z-index: 2;
    width: 250px;
    margin-top: 0px;
    display: none;
}
.sub-menu li {
    margin: 0px 0px 0px 0px;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.9);
    display: inline-block;
    width: 100%;
}
.sub-menu li a {
    display: inline-block;
    width: 100%
}
header .menu-item-has-children:hover .sub-menu {
    display: block !important;
}
/* END SUB MENU */




/* RESPONSIVE MENU */
.button_container {
    cursor: pointer;
    height: 27px;
    position: fixed;
    right: 25px;
    top: 35px;
    transition: 0.3s all ease-in-out;
    width: 35px;
    z-index: 100;
}
#toggle {
    background: #000;
    padding: 5px
}
.button_container span {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    height: 1px;
    left: 0;
    position: absolute;
    top: 6px;
    transition: 0.3s all ease-in-out;
    width: 80%;
    transition: 0.2s all ease-in-out;
    margin-left: 10%;
}
.button_container span:nth-of-type(2) {
    top: 13px;
}
.button_container span:nth-of-type(3) {
    top: 20px;
}

.button_container .bottombottom {
    font-size: 10px;
    font-weight: bold;
    height: 0 !important;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    top: 33px !important;
}

.overlaymenu {
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    transition: 0.3s all ease-in-out;
    z-index: 18 !important;
    background: rgba(0,0,0,0.97)
}
.overlaymenu nav {
    text-align: center;
    top: 200px;
    position: relative;
    display: block;
    font-size: 30px;
}
.overlaymenu ul {
    display: inline-block;
    height: 100%;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.overlaymenu ul li {
    display: inline-block;
    opacity: 0;
    position: relative;
    transition: 0.3s all ease-in-out;
    width: 100%;
}
.overlaymenu.open ul li {
    opacity: 1
}
.overlaymenu ul li a {
    color: #fff;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    opacity: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 1px;
}
.overlaymenu .sub-menu {
    text-align: center;
}
.overlaymenu .sub-menu li {
    padding: 0px;
    margin-bottom: 5px;
}
.overlaymenu .sub-menu li a{
    font-size: 16px;
}
.button_container.active .topp {
    background: #fff none repeat scroll 0 0;
    transform: translateY(9px) translateX(0px) rotate(45deg);
}

.button_container.active .middle {
    background: #fff none repeat scroll 0 0;
    opacity: 0;
}

.button_container.active .bottom {
    background: #fff none repeat scroll 0 0;
    transform: translateY(-5px) translateX(0px) rotate(-45deg);
}

.button_container.active .bottombottom {
    color: #fff;
}
.overlaymenu.open {
    height: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 2
}
.mainmenuresponsive {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.mainmenuresponsive a{
    font-size: 18px;
}
.footermenuresponsive a {
    margin: 0px !important;
}
.footermenuresponsive {
    width: 60%;
    text-align: center;
    margin: 10px auto 0px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footermenuresponsive a {
    margin: 0px !important;
    font-size: 13px;
    line-height: 12px;
}
.metaccountresp{
    margin: 0 auto 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 60%;
}
.verticalresp{
    display: table;
    width: 100%;
}
.middleresp{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100vh
}
.socialresp {
    width: 60%;
    margin: 20px auto 0px;
    text-align: center;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
}
.socialresp a {
    color: #fff
}
.socialresp .footerfour {
    margin-top: 0px;
}
.socialresp .title-widget {
    margin-top: 20px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.logoresp {
    height: auto;
    margin: 0 auto 20px;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.3);
    width: 60%;
    padding-bottom: 20px;
}
.menuresp {
    display: none;
}
.socialresp .social {
    display: inline-block;
    margin: 0px 5px;
}
.socialresp i {
    font-size: 27px;
}
.inziaresp {
    text-transform: uppercase;
    text-decoration: none;
    background: #fff;
    font-size: 13px !important;
    padding: 7px 19px;
    display: inline-block;
    border-radius: 30px;
    letter-spacing: 1px;
    color: #000;
    font-display: block;
}
.continziaresp {
    display: block;
    width: 60%;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
}
/* END RESPONSIVE MENU */







/* CONTENT */
.uno {
    background-image: url('https://www.pumastudiomakeup.it/wp-content/themes/psmua/images/marchiodue.svg');
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    text-align: center;
}
.titlehome {
    margin-top: 0px;
    font-size: 40px;
    color: #D7040E;
    font-family: aktiv-grotesk-thin, sans-serif;
	font-weight: 200;
	font-style: normal;
}
.uno p:last-child {
    margin-bottom: 0px;
}
.rossetto {
    height: 65px;
}
.due{
    background-image: url('/wp-content/uploads/2025/11/sposa-2.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 0px 0px;
    position: relative;
    text-align: center;
}
.overlayquattro{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4)
}
.cocontsposa {
    position: relative;
    padding: 300px 0px;
    display: inline-block;
    width: 100%;
}
.contsposaslide {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 50px;
}
.button {
    background: #D7040E;
    padding: 12px 25px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 30px;
    border-radius: 60px;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: aktiv-grotesk, sans-serif;
	font-weight: 400;
}
.buttonw {
    background: transparent;
    padding: 12px 25px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 30px;
    border-radius: 60px;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    border: 1px solid #fff;
    transition: 0.2s all ease-in-out
}
.buttonnero {
    background: transparent;
    padding: 12px 25px;
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 30px;
    border-radius: 60px;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    transition: 0.2s all ease-in-out;
    border: 1px solid #000
}
.buttonnero:hover {
    background-color: #000;
    color: #fff
}
.buttonw:hover {
    background-color: #fff;
    color: #000
}
.vsp{
	display: table;
	width: 100%;
}
.msp{
	display: table-cell;
	width: 100%;
	height: 400px;
	vertical-align: middle;
}
.titlesection {
    font-size: 50px;
    margin-top: 0px;
    font-family: aktiv-grotesk-thin, sans-serif;
	font-weight: 200;
	font-style: normal;
}
.titlesectiondue {
    font-size: 50px;
    margin-top: 0px;
    font-family: aktiv-grotesk-thin, sans-serif;
    font-weight: 200;
    font-style: normal;
    margin-bottom: 20px;
}
.imgsposa {
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover;
}
.tre {
    padding: 150px 0px 90px;
}
.tre .titlesection {
    color: #D7040E;
    margin-bottom: 0px;
}
.tre .button {
    display: inline-block;
    margin-top: 0px;
}
.listacorsi {
    padding: 0px;
    margin: 20px 0px;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.imgcorso {
    height: 350px;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
}
.metacorso {
    position: relative;
    overflow: hidden;
    top: -50px;
}
.rettangolo {
    background: #000;
    height: 300px;
/*    transform: rotate(-5deg);*/
    position: absolute;
    right: -50px;
    left: -30px;
    top: 31px;
    z-index: 4;
    transition: 0.2s all ease-in-out;
}
.contsingcorso:hover .rettangolo {
    background: #3d3d3d;
}
.iconcorso {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}
.infocorso {
    position: relative;
    z-index: 4;
    color: #fff;
    margin-top: 50px;
    text-align: center;
    padding-bottom: 10px;
}
.titlecorsosing {
    font-size: 21px;
    margin-bottom: 20px;
    margin-bottom: 15px;
}
.infocorso span {
    font-family: aktiv-grotesk-thin, sans-serif;
    font-weight: 200;
    font-style: normal;
    position: relative;
    bottom: 3px;
}
.euro{
	margin-left: 15px
}
.contsingcorso a{
	text-decoration: none;
	color: #fff
}
.quattro {
    color: #fff;
    position: relative;
    background-repeat: no-repeat;
}
.vser{
    display: table;
    width: 100%;
}
.mser{
    height: 500px;
    vertical-align: middle;
    width: 100%;
    display: table-cell;
}
.imgsrfvhome img {
    width: auto;
    height: 500px;
    display: table;
}
.quattro .titlesectiondue{
    color: #000
}
.overlayquattro{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4)
}
.bread {
    background: #000;
    color: #fff;
}
.bread p {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding: 10px 0px;
    text-transform: uppercase;
    margin: 0px;
    font-size: 13px;
}
#breadcrumbs a {
    color: #fff;
    font-weight: 600 !important;
    text-decoration: none;
}
.boxcontatti {
    float: left;
    width: 33.33%;
    text-align: center;
    margin-bottom: 30px;
}
.iconacont {
    background: #D7040E;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}
.itel {
    height: 50px;
    margin-top: 25px;
}
.iemail {
    height: 40px;
    margin-top: 30px;
}
.imark {
    height: 50px;
    margin-top: 25px;
}
.contattidue{
    position: relative;
}
.boxcontatti a {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #000;
}
.textcont {
    font-size: 21px;
}
.contcontatti{
    display: inline-block;
    width: 100%;
    margin: 100px 0px;
}
.elementocontatti{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 35%;
    background: rgb(198,198,197);
    background: linear-gradient(45deg, rgba(198,198,197,1) 0%, rgba(255,255,255,1) 100%);
}
.contcontattidue {
    position: relative;
    z-index: 1;
    padding-bottom: 50px
}
.titmap.light {
    color: #D7040E;
    font-size: 30px;
    margin-top: 0px;
}
.imgbio {
    width: 100%;
    height: auto;
    position: relative;
}
.titleproduct.light.titlebio {
    margin-bottom: 10px;
    color: #000
}
.testobioo {
    padding: 50px 0px;
}
.gianuno {
    color: #D7040E;
    font-size: 50px;
    margin-top: 20px;
    line-height: 50px;
    margin-bottom: 0px;
}
.giandue.light {
    margin-top: 4px;
    font-size: 34px;
    margin-bottom: 30px;
}
.gianpiero {
    position: relative;
}
.testobio {
}
.biografia p {
    text-align: justify;
}
.biografia{
    padding-bottom: 50px
}
.onlinecover {
    background-image: url('https://www.pumastudiomakeup.it/wp-content/uploads/2021/02/corsislide.jpg');
    height: 600px;
    background-size: cover;
    background-position: center;
    display: table;
    width: 100%;
}
.contcoonlun h1 {
    font-size: 100px !important;
}

.imgsposadue {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    margin-top: 30px;
}
.descizionesposa p {
    text-align: justify;
}
.descizionesposa p:first-child {
    margin-top: 0px;
}
.corrsposa .titleform {
    background: #000;
    color: #fff;
}
.vabout{
    display: table;
}
.mabout{
    display: table-cell;
    width: 100%;
    height: 800px;
    vertical-align: middle;
}
.titlepage.light.white {
    color: #fff;
    font-size: 80px;
    margin-bottom: 10px;
}
.comingonline p {
    margin: 0px 0px 0px 20px;
    font-size: 40px;
    color: #fff;
}
.rightprezzo select {
    border: none;
    padding: 15px;
    width: 100%;
    font-size: 15px;
    margin-bottom: 10px
}
.rightprezzo table .label {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 14px;
}
.label.labelvariation {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0px;
    text-align: left;
    background: #D7040E;
    padding: 7px 0px;
    text-align: center;
}
.reset_variations {
    display: none !important;
}
#customer_login input {
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 16px;
}
.woocommerce-LostPassword.lost_password a {
    color: #000;
}
.woocommerce-message a {
    color: #000;
}
.halfserv {
    float: left;
    width: 50%;
    margin-bottom: 40px;
    padding: 20px;
}
.imgservvv {
    background-size: contain;
    height: 330px;
    background-repeat: no-repeat;
}
.halfserv img {
    width: 100%;
    margin-bottom: 15px;
    height: auto;
}
.halfserv p {
    font-size: 18px !important;
    line-height: 24px !important;
    text-align: left !important;
    height: 60px;
}
.infocorso.infdue {
    height: 74px;
}
.checkbox.woocommerce-form__label.woocommerce-form__label-for-checkbox {
    line-height: 0 !important;
}
/* END CONTENT */










/* CORSI ONLINE */
.course-container.columns-1 {
    display: inline-block;
    width: 100%;
    list-style: none;
    margin: 40px 0px;
    padding: 0px;
}
.s {
    display: none;
}
.container.corsointenro header {
    background: transparent;
    color: #000;
}
.course-lessons {
    display: inline-block;
    width: 100%;
}

.course-lessons .lesson header {
    background: #000;
    color: #fff;
    padding: 20px;
    text-align: center;
    margin: 0px !important;
}
.course-lessons .lesson header h2 {
    font-size: 24px !important;
    display: inline-block !important;
    width: 100%;
}
.course-lessons .lesson header a{
    color: #fff;
    text-decoration: none
}
.course-lessons img {
    margin: 0px !important;
    width: 100%;
    height: auto;
    display: table;
    float: none;
}
.lesson-meta {
    margin-bottom: 0px !important;
}
.course-lessons article > a::after {
    content: "Visualizza il video";
    font-size: 16px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    background-color: #D7040E;
    color: #fff
}
.course-lessons .lesson > a {
    display: table;
}
.container.corsointenro header h1 {
    font-size: 50px;
    margin-bottom: 0px;
    text-transform: uppercase;
    text-align: center;
}
.container.corsointenro header h2 {
    font-size: 30px;
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}
.course-lessons header h2 {
    border-bottom: none !important;
    padding-bottom: 0px !important;
}
.meter.green {
    margin-top: 0px;
}
.sensei-message.tick {
    display: none;
}
.video {
    margin: 50px 0px;
}
.lesson-title h1 {
    font-size: 50px;
    margin-bottom: 0px;
    text-transform: uppercase;
    text-align: center;
}
.sensei-breadcrumb {
    background: transparent !important;
    margin: 40px 0px !important;
    text-align: center;
    padding: 0px;
    font-size: 20px;
    color: #000;
}
.sensei-breadcrumb a {
    color: #000;
    font-weight: 600
}
.lesson-title {
    background: transparent;
    color: #000;
}
.sensei-message.info {
    padding: 20px;
    color: #000;
    text-align: center;
}
.sensei-message.info a {
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    color:#000 !important
}
#user-course-status-toggle a {
    padding: 10px 30px !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    color: #000 !important;
}
#user-course-status-toggle a.active {
    background: #000 !important;
    color: #fff !important;
}
.woocommerce-order-sensei-courses {
    padding: 20px;
    background: #f1f1f1;
    text-align: center;
}
.woocommerce-order-sensei-courses h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 30px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
}
.woocommerce-order-sensei-courses ul {
    padding: 0px;
    list-style: none;
    margin: 20px 0px;
}
.woocommerce-order-sensei-courses ul li {
    display: inline-block;
    width: 100%;
}
.woocommerce-order-sensei-courses ul li a {
    padding: 20px;
    display: inline-block;
    background: #000;
    color: #fff;
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
}
.course-meta.course-enrolment {
    text-align: center;
}
.course-meta.course-enrolment button {
    border: none;
    cursor: pointer;
}
.progress.statement.course-completion-rate {
    display: none;
}
.status.completed {
    background: #63a95f;
    display: block;
    width: 200px;
    margin: 0 auto;
    padding: 15px;
    color: #fff;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 20px;
}
.sensei-login-submit .button {
    background: #D7040E !important;
    border: none !important;
    padding: 10px 30px !important;
    border-radius: 0px !important;
    cursor: pointer;
}
.sensei-login-submit a {
    display: block;
    margin-top: 16px;
    color: #000;
    font-size: 16px;
}
.status.in-progress {
    background: #f4a856;
    display: block;
    width: 200px;
    margin: 0 auto;
    padding: 15px;
    color: #fff;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 20px;
}
.bottleson footer {
    background: transparent;
    padding: 0px;
    text-align: center;
}
input.quiz-submit.complete.sensei-stop-double-submission{
    background: #D7040E !important;
    border: none !important;
    padding: 20px 40px !important;
    border-radius: 0px !important;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}
/* END CORSI ONLINE */










/* SLIDE */
.slide {
    position: relative;
    height: 800px;
    z-index: 1;
    text-align: center;
}
.contslide {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
}
.titleslide {
    color: #fff;
    font-weight: 600;
    font-size: 55px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.contslide a {
    background: #D7040E;
    padding: 12px 25px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 30px;
    border-radius: 60px;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: aktiv-grotesk, sans-serif;
	font-weight: 400;
}
.fade {
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: relative;
}
.fade li {
    height: 800px;
    background-size: cover;
    background-position: center;
}
.textslide.light {
    margin-top: 20px;
    font-size: 25px;
    margin-bottom: 0px;
}
.slick-dots {
    bottom: 20px !important;
    z-index: 2;
}
.slick-dots li button {
    width: 10px !important;
    height: 10px !important;
    padding: 0px !important;
    color: #fff !important;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #fff !important;
    transition: 0.2s all ease-in-out;
    margin: 0 auto
}
.slick-active button{
    background: #fff !important;
}
.overlayslide {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 50%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.9009804605435925) 0%, rgba(0,0,0,0) 100%);
    opacity: 0.5;
}
.textslide {
    color: #fff
}
.mt a {
    background: #fff;
    padding: 9px 15px 7px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 11px;
    border-radius: 5px;
}
/* END SLIDE */




/* CORSI */
.titlepage {
    font-size: 50px;
    color: #D7040E;
    margin: 40px 0px;
}
.catcorso {
    background: #D7040E;
    padding: 5px 15px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
}
.infocorso .woocommerce-Price-currencySymbol{
    display: none;
}
.prezzocard span {
    bottom: 0;
    left: -5px;
}
.Trucco .leftprezzo, .Focus .leftprezzo, .Basic .leftprezzo, .Vip .leftprezzo {
    width: 30%;
    display: none;
}
.Trucco .rightprezzo, .Focus .rightprezzo, .Basic .rightprezzo, .Vip .rightprezzo  {
    width: 100%;
}
.centerprezzo {
    display: inline-block;
    width: 100%
}
.variations {
    float: left;
    width: 20%;
}
.woocommerce-variation-add-to-cart {
    float: left;
    width: 35%;
    margin-left: 10px;
}
.woocommerce-variation.single_variation {
    width: 40%;
    float: left;
    margin-left: 10px;
}
.woocommerce-variation-price {
    font-size: 33px;
    text-align: left;
    width: 100%;
    display: inline-block;
    margin: 0px 0px;
    background: #fff;
    color: #000;
    padding: 22px;
}
.light.ivaa{
    font-size: 14px;
}
/* END CORSI */


/* PRODOTTO */
.internoprodotto{
	background-color: #000;
	color: #fff;
}
.internoprodotto .product {
    padding-bottom: 60px;
}
.titleproduct {
    font-size: 50px;
    color: #fff;
    margin: 40px 0px;
}
.metacorsointerno .infocorso {
    margin-top: 53px;
    font-size: 24px;
    text-align: right;
}
.singleimgproduct {
    background-position: center;
    background-size: cover;
    height: 500px;
    position: relative;
}
.catcorsosingle.light {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin: 0px;
    background: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 20px;
    color: #D7040E;
}
.contprezzo {
    display: inline-block;
    width: 100%;
}
.leftprezzo {
    float: left;
    width: 50%;
    margin-right: 3%;
}
.rightprezzo {
    float: left;
    width: 47%;
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
}
.leftprezzo {
    background: #fff;
    color: #000;
    padding: 10px 20px;
}
.labelprezzo {
    margin: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
}
.prezzoprezzo {
    margin-bottom: 0px;
    margin-top: 3px;
}
.prezzoprezzo > span bdi, .prezzoprezzo .woocommerce-Price-currencySymbol, .prezzoprezzo {
    font-size: 35px;
}
.prezzoprezzodue > span bdi, .prezzoprezzodue .woocommerce-Price-currencySymbol, .prezzoprezzodue {
    font-size: 28px;
}
.prezzoprezzo span {
    font-size: 16px;
}
.messaggioprodotto .button {
    margin-top: 0px;
}
.rightprezzo .quantity {
    width: 30%;
    float: left;
}
.rightprezzo .button {
    width: 70%;
    float: left;
    margin: 0px
}
.rightprezzo input {
    padding: 25px 10px;
    font-size: 24px;
    border: none;
    text-align: center;
    width: 100%;
}
.rightprezzo .button {
    width: 70%;
    float: left;
    margin: 0px;
    border: 0px;
    font-size: 16px;
    padding: 31px 0px;
    border-radius: 0px;
    cursor: pointer;
}
/* END PRODOTTO */




/* SERVIZI */
.infodue {
    height: auto;
}
.tabdescserv{
    display: inline-block !important;
    padding: 20px 30px !important;
}
.internoservizio{
    background-color: #000;
    color: #fff;
    padding-bottom: 60px;
}
.parallaxservizio {
    background-size: cover;
    background-position: center;
    height: 650px;
}
/* END SERVIZI */





/* TAB PRODOTTO */
.tab {
  overflow: hidden;
}
.tab button {
    background-color: #6f6f6e;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 30px;
    transition: 0.3s;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 5px;
}
.tab button:hover {
  background-color: #fff;
  color: #d7040e
}
.tab button.active {
  background-color: #fff;
  color: #d7040e
}
.tabcontent {
  display: none;
  padding: 50px 30px;
  border: none;
  background: #fff;
  color: #000
}
.tabs {
    margin: 30px 0px;
}
.tabcontent h3 {
    color: #d7040e;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.conttab p {
    font-size: 20px;
    line-height: 31px;
    text-align: justify !important;
}
/* END TAB PRODOTTO */



/* FORM PRODOTTO */
.contmodulo {
    margin: 30px 0px;
}
.titleform {
    margin: 0px;
    padding: 10px;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
}
.contcampi{
	background: rgb(198,198,197);
	background: linear-gradient(45deg, rgba(198,198,197,1) 0%, rgba(255,255,255,1) 100%);
	padding: 20px
}
.label {
    margin: 0px;
    color: #000;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
}
.field {
    margin-top: 0px;
}
.field input, .field textarea {
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    padding: 5px;
}
.labeldue {
    margin: 0px;
    color: #000;
    font-size: 12px;
    line-height: 14px;
}
.labeldue a {
    font-weight: 600;
    color: #000;
}
.wpcf7-list-item {
    margin: 0px !important;
}
.campoinvia input {
    background: #868686;
    border: none;
    display: table;
    font-size: 14px;
    padding: 15px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
}
.campoinvia input:hover {
    background: #D7040E;
}
/* END FORM PRODOTTO */




/* CORRELATI */
.correlati {
    background-color: #fff;
    position: relative;
    padding: 100px 0px;
    display: inline-block;
    width: 100%;
}
.correlatiimg{
    background-image: url('https://www.pumastudiomakeup.it/wp-content/themes/psmua/images/servizi.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 100px 0px;
    top: 35%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.correlatiimgdue{
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 100px 0px;
    top: 35%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.overlaycorrelati{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
 background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 80%);
}

.listacorsi.listcorrelati {
    position: relative;
    z-index: 1;
}
.titlecorrelati.light {
    color: #000;
    font-size: 50px;
    margin-top: 0px;
}
/* END CORRELATI */





/* CARRELLO */
.woocommerce table.shop_table {
    border: none !important;
    border-radius: 0px !important;
}
.woocommerce-cart-form {
    width: 65%;
    float: left;
}
.cart-collaterals {
    float: left;
    width: 30% !important;
    margin-left: 5%;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none !important;
    width: 100% !important;
}
.product-thumbnail img {
    height: 80px !important;
    width: auto;
}
.woocommerce {
    display: inline-block;
    width: 100%;
    margin: 30px 0px 100px;
}
.woocommerce table.shop_table td {
    border-top: none !important;
}
.product-thumbnail {
    display: none;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    background: #f1f1f1;
    padding: 0px;
}
thead {
    background: #444;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}
.removed {
    color: #D7040E !important;
    text-decoration: none;
    font-size: 30px;
    vertical-align: middle;
}
.cart_item td {
    padding: 50px 15px !important;
    font-size: 18px;
}
.cart_item td {
    border-bottom: 1px solid #ccc !important;
}
.product-name a {
    color: #000;
    font-weight: 600;
}
.cart_item input {
    width: 70% !important;
    padding: 10px;
    font-size: 16px;
    border: none;
}
.actions {
    padding: 10px !important;
    background: #ddd;
}
.actions .coupon {
    width: 65%;
    float: left;
}
#coupon_code {
    width: 40%;
    float: left;
    border: none;
    height: 40px;
    padding: 10px;
    font-size: 14px;
}
.coupon .button {
    height: 40px;
    float: left !important;
    width: 60%;
    font-size: 14px !important;
    letter-spacing: 0px;
    background-color: #444 !important;
    color: #fff !important
}
.button.buttonsubmit {
    float: left;
    width: 34%;
    height: 40px;
    letter-spacing: 0px;
    background: #D7040E !important;
    color: #fff !important;
}
.cart_totals th, .cart_totals td {
    width: 100%;
    padding: 30px 0px !important;
    font-size: 19px !important;
    border-bottom: 1px solid #ddd !important;
    border-top: 0px !important;
}
.cart_totals th{
    padding-left: 20px !important;
}
.cart_totals td{
    padding-right: 20px !important;
}
.wc-proceed-to-checkout a {
    background: #D7040E !important;
    padding: 20px 0px !important;
    width: 100%;
    text-align: center;
    font-weight: 400 !important;
}
.shop_table.shop_table_responsive {
    margin-bottom: 0px !important;
    background: #f1f1f1;
}
.woocommerce h2 {
    font-size: 25px;
    font-weight: 200;
}
/* END CARRELLO */


/* CHECKOUT */
.woocommerce-form-coupon-toggle .woocommerce-info a {
    color: #000;
    font-weight: 600;
}
.checkout_coupon.woocommerce-form-coupon input {
    border: 1px solid #ddd !important;
    width: 100% !important;
}
.checkout_coupon.woocommerce-form-coupon .button {
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 400;
    height: 40px;
    background: #000;
    color: #fff;
    width: 100%;
}
.woocommerce-billing-fields label {
    font-size: 15px;
    text-transform: uppercase;
}
.woocommerce-billing-fields, .woocommerce-additional-fields {
    background: #f1f1f1;
}
.woocommerce-billing-fields h3, .woocommerce-additional-fields h3, #order_review_heading {
    margin-top: 0px;
    font-size: 19px !important;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0px;
    font-weight: 300 !important;
    letter-spacing: 1px;
    margin-bottom: 0px !important
}
.woocommerce-billing-fields__field-wrapper, .woocommerce-additional-fields__field-wrapper {
    padding: 10px 20px;
}
.woocommerce-billing-fields__field-wrapper input {
    width: 100%;
    border: none;
    padding: 5px;
    font-size: 16px;
    margin-bottom: ;
    display: inline-block;
}
.woocommerce-billing-fields__field-wrapper p {
    margin-bottom: 10px !important;
}
.woocommerce-additional-fields__field-wrapper textarea {
    width: 100%;
    border: none;
    padding: 20px;
    font-size: 16px;
    margin-bottom: 10px !important;
    display: inline-block !important;
    font-family: aktiv-grotesk, sans-serif;
    height: 160px !important;
}
#order_review_heading {
    font-size: 25px;
    font-weight: 200;
}
.woocommerce-privacy-policy-text p {
    font-size: 14px;
    line-height: 16px;
}
.woocommerce-privacy-policy-text a{
    font-weight: 600
}
.colonnauno {
    float: left;
    width: 48%;
    margin-right: 2%;
}
.colonnadue {
    float: left;
    width: 50%;
}
.woocommerce-additional-fields {
    margin-top: 50px;
}
#order_review {
}
.woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 0px !important;
}
.shop_table.woocommerce-checkout-review-order-table {
    padding: 20px;
    background: #f1f1f1;
}
.order-total {
    font-size: 25px;
    background: #fff;
    color: #D7040E;
    font-weight: ;
}
#payment button {
    background: #D7040E;
    width: 100%;
    font-weight: 400;
    font-size: 22px;
    padding: 20px 10px;
    margin-top: 20px;
}
.cart-subtotal > th, .cart-subtotal > td {
    background-color: #fff
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f1f1f1 !important;
    border-radius: 0px !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #fff !important;
}
.woocommerce-privacy-policy-text a {
    color: #000;
}
.woocommerce-checkout td.product-name, .woocommerce-checkout td.product-total {
    background: #fff;
    border-bottom: 0px !important;
    padding: 20px !important;
}
/* END CHECKOUT */



/* ACCOUNT */
.woocommerce-MyAccount-navigation ul {
    padding: 0px;
    margin-top: 0px;
    list-style: none;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}
.woocommerce-MyAccount-navigation ul li {
    display: inline-block;
}
.woocommerce-MyAccount-navigation ul .is-active a {
    background: #D7040E;
}
.woocommerce-MyAccount-navigation ul li a {
    padding: 10px;
    background: #444;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}
.woocommerce-MyAccount-content {
    padding: 30px;
    background: #f1f1f1;
    position: relative;
    top: 10px;
}
.woocommerce-MyAccount-content p {
    font-size: 22px;
    line-height: 29px;
}
.woocommerce-MyAccount-content a {
    color: #000;
    font-weight: 600
}
.u-columns.woocommerce-Addresses.col2-set.addresses header {
    background: #fff;
    color: #000;
    padding: 0px 20px 20px 20px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.woocommerce-EditAccountForm.edit-account input {
    padding: 15px;
    border: 0px;
    font-size: 14px;
}
.woocommerce-EditAccountForm fieldset {
    margin-top: 30px;
}
.woocommerce-EditAccountForm .woocommerce-Button.button {
    background-color: #D7040E !important;
    color: #fff !important;
    font-size: 21px !important;
    font-weight: 400 !important;
}
.woocommerce-EditAccountForm fieldset p{} {
    font-size: 16px;
}
.woocommerce-MyAccount-content p label {
    font-size: 15px;
    line-height: 29px;
    font-weight: 600;
}
/* END ACCOUNT */


/* FOOTER */
footer{
	background-color: #000;
	color: #c2c2c2;
	padding: 60px 0px;
    font-size: 15px;
}
footer p, footer a {
    font-size: 15px;
    line-height: 20px;
}
.logofoo {
    width: 80%;
    height: auto;
}
.title-widget {
    margin-top: 0px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}
footer ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
    text-transform: uppercase;
}
footer ul li a {
    color: #fff;
    text-decoration: none;
    color: #c2c2c2;
    transition: 0.2s all ease-in-out;
}
footer ul li a:hover {
    color: #fff;
}
footer ul li {
    margin-bottom: 4px;
}
footer .current_page_item a{
	border: none
}
.widget_text.footersix {
    margin-top: 40px;
}
.design{
    padding: 10px;
    background-color: #222
}
.design p, .design a {
    font-size: 13px;
    color: #b3b3b3;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0px;
}
.design a {
    font-weight: 600
}
.design span {
    margin: 0px 9px;
}
.iconsocial i {
    font-size: 40px;
    color: #b3b3b3;
    margin-right: 7px;
    transition: 0.2s all ease-in-out
}
.iconsocial:hover i {
    color: #fff;
}
.widget_text.footersix i {
    font-size: 40px;
    margin-right: 7px;
}
.menu-item-has-children {
    position: relative;
}
footer ul i{
    display: none !important;
}
footer a{
    color: #fff !important
}
/* END FOOTER */






/* VARIE */
#toTop {
    background: #000;
    bottom: 20px;
    color: #fff;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 15px;
    text-align: center;
    z-index: 9999;
    opacity: 0.7;
    padding: 5px 10px;
}
#toTop i {
    color: #fff;
    font-weight: 25px;
}
#toTop img {
    height: 7px;
}
/* END VARIE */






/***** RESPONSIVE *****/

/* SMALL DESKTOP */
@media only screen and (min-width : 1025px) and (max-width : 1198px) {

}
/* IPAD */
@media (min-width: 768px) and (max-width: 1024px) {

}

/* IPAD LANDSCAPE */
@media (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
.slide, .fade li {
    height: 580px;
}
.biografia p {
    text-align: justify;
    font-size: 17px;
    line-height: 24px;
}
.mabout {
    height: 680px;
}
.titlecorsosing {
    font-size: 19px;
}
.light.ivaa {
    font-size: 13px;
    letter-spacing: 0px;
}
.prezzoprezzo > span bdi, .prezzoprezzo .woocommerce-Price-currencySymbol, .prezzoprezzo {
    font-size: 29px;
}
.label.labelvariation {
    font-size: 12px;
}
}

/* IPAD PORTRAIT */
@media (min-width: 768px) and (max-width: 1024px) and (orientation:portrait){
header .col-sm-3.right {
    text-align: center;
}
.singleimgproduct {
    height: 330px;
}
.slide, .fade li {
    height: 500px;
}
.tre .contsingcorso {
    width: 50%;
    margin: 0 auto;
}
.tre, .tre .right {
    text-align: center;
}
.imgsrfvhome img {
    margin: 0 auto;
}
.mser {
    height: 200px;
}
.footerone, .footertwo, .footerthree, .footerfour, .footerfive, .footersix {
    width: 50%;
    margin: 0 auto 30px;
    text-align: center;
}
.design, .design .right{
    text-align: center;
}
.mabout {
    height: auto;
}
.listacorsi.listcorrelati .singlecorso {
    width: 50%;
    margin: 0 auto;
}
.titlecorrelati.light {
    font-size: 40px;
    text-align: center;
}
.metacorsointerno .infocorso {
    text-align: left !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}
.titleproduct {
    margin: 40px 0px 20px;
}
.prezzoprezzo > span bdi, .prezzoprezzo .woocommerce-Price-currencySymbol, .prezzoprezzo {
    font-size: 27px;
}
.textcont {
    font-size: 18px;
}
.woocommerce-cart-form {
    width: 55%;
    float: left;
}
.cart-collaterals {
    width: 40% !important;
}
}


/* SMARTPHONE */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.marchio {
    height: auto;
    width: 100%;
}
.mh {
    height: 0px;
}
header .col-sm-3.right.col-xs-4 {
    text-align: left;
}
.slide, .fade li {
    height: 250px;
}
.mh a {
    top: 8px;
    position: relative;
}
.titlehome {
    font-size: 30px;
}
.cocontsposa {
    padding: 200px 0px;
}
.tre, .tre .right {
    text-align: center;
}
.imgsrfvhome img {
    width: 100%;
    height: auto;
}
.mser {
    height: 200px;
}
.footerone, .footertwo, .footerthree, .footerfour, .footerfive, .footersix {
    margin: 0 auto 30px;
    text-align: center;
}
.design, .design .right{
    text-align: center;
}
.mabout {
    height: auto;
}
.titleproduct {
    font-size: 32px;
    text-align: center;
}
.giandue.light {
    text-align: center;
}
.singleimgproduct {
    height: 190px;
    margin-top: 10px;
}
.parallaxservizio {
    height: 240px;
}
#breadcrumbs {
    text-align: center;
}
.conttab p {
    font-size: 18px;
    line-height: 25px;
    text-align: left;
}
.titlecorrelati.light {
    color: #000;
    font-size: 25px;
    margin-top: 0px;
}
.bread p {
    font-size: 12px;
}
.tab button {
    width: 100%;
    margin-bottom: 2px;
}
.variations {
    float: left;
    width: 100%;
}
.woocommerce-variation.single_variation {
    width: 100%;
    float: left;
    margin-left: 0;
    text-align: center;
}
.woocommerce-variation-add-to-cart {
    float: left;
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
}
.rightprezzo select {
    text-align: center;
}
.metacorsointerno .infocorso {
    font-size: 18px;
    text-align: center;
    margin-top: 0px;
}
.internoprodotto .titleproduct {
    margin-bottom: 10px;
}
.leftprezzo, .rightprezzo {
    width: 100%;
    margin: 5px 0px;
}
.onlinecover {
    height: 300px;
}
.contcoonlun h1 {
    font-size: 60px !important;
}
.comingonline p {
    margin: 0px 0px 0px 10px;
    font-size: 24px;
}
.boxcontatti {
    width: 100%;
    margin-bottom: 40px;
}
.contcontatti {
    margin: 30px 0px 0px;
}
.titmap.light {
    text-align: center;
    margin-top: 40px;
}
.woocommerce-cart-form {
    width: 100% !important;
    margin-bottom: 40px;
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    float: none;
    margin-bottom: 10px;
    color: #fff;
}
.cart-collaterals {
    width: 100% !important;
    margin-left: 0;
}
.colonnauno, .colonnadue {
    width: 100%;
    margin-right: 0;
}
.woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    width: 100%;
}
.woocommerce-MyAccount-navigation ul li {
    float: left;
    width: 48%;
    margin-right: 1%;
}
.woocommerce-MyAccount-navigation ul li a {
    display: inline-block;
    width: 100%;
    margin-bottom: 1px;
    font-size: 14px;
    letter-spacing: 0px;
}
.menuresp {
    display: block;
}
.mh a {
    margin-left: 6px;
}
.cart_item td {
    padding: 10px 15px !important;
    font-size: 18px;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr {
    border-bottom: 10px solid #fff;
}
.wpml-ls-legacy-list-horizontal {
    border: 0px solid transparent !important;
    padding: 0px !important;
    margin-top: 20px !important;
}
.titleslide {
    font-size: 49px;
}
.conttab.conttabestyetica img {
    width: 100%;
    height: auto;
}
.halfserv {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    padding: 20px;
}
.imgservvv {
    background-size: cover;
    height: 330px;
    background-repeat: no-repeat;
}
}
