/* COLORI */

.verde {
    color: #61B0A0;
}

.sfondo-verde {
    background-color: #61B0A0;
}

.arancione {
    color: #fe930a;
}

.sfondo-arancione {
    background-color: #fe930a;
}

.grigio {
    color: #666666
}

.sfondo-grigio {
    color: #666666
}

/* FONT */
h1,
h2,
h3 {
    font-family: "FuturaBT-Medium";
    font-weight: 400;
    font-size: 70px;
    line-height: 1;
}

h2 {
    font-size: 60px;
}

h3 {
    font-size: 35px;
}

p.sottotitolo {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 400;
    font-family: "FuturaBT-Medium";
}

p.testo,
a.testo {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400
}


/* LINK */

a {
    text-decoration: none;
    font-weight: 600;
}

a:hover,
a:visited,
a:focus {
    color: inherit;
    outline: none;
}

a.verde:hover,
a.verde:visited,
a.verde:focus {
    color: #93c147;
    outline: none;
}

a.bianco:hover,
a.bianco:visited,
a.bianco:focus {
    color: #fff;
}


/* GENERICO */

#wpadminbar {
    display: none;
}

.boxed {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

body,
button,
input,
select,
optgroup,
textarea {
    font-family: 'Lato', sans-serif;
    line-height: 1.2
}

input[type="text"],
input[type="email"],
textarea {
    border-radius: 15px;
    height: 35px;
    padding: 3px 10px;
    border: 1px solid transparent;
    width: 100%;
    margin-bottom: 15px
}

textarea {
    height: 70px;
}

input[type="submit"] {
    background-color: #fe930a;
    border-radius: 15px;
    height: 35px;
    padding: 3px 10px;
    border: 1px solid transparent;
    color: #fff;
    font-size: 18px
}

span.wpcf7-list-item {
    margin: 0
}


.boxed {
    padding-left: 15px;
    padding-right: 15px;
}

/* MENU */

#masthead > div {
    height: 180px;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 5;
    position: relative
}

#masthead #logo {
    max-height: 100%
}

nav.main-navigation li a {
    color: #fff;
    margin: 0 30px;
    font-family: "FuturaBT-Medium";
    font-weight: 400;
    font-size: 20px
}

nav.main-navigation li.current_page_item a,
nav.main-navigation li.current-menu-item a {
    color: #fe930a;
}

nav.main-navigation li:last-child a {
    margin-right: 0
}

nav.main-navigation li:first-child a {
    margin-left: 0
}


/* FOOTER */

footer {
    padding: 50px 0 30px 0
}

footer .boxed .un_mezzo .full img {
    width: 50px
}

footer .boxed .un_mezzo .full img + p {
    margin-left: 40px;
}

footer .boxed .un_mezzo .full img + p,
footer .boxed .un_mezzo .full img + p > a {
    font-family: "FuturaBT-Medium";
    font-size: 20px;
    font-weight: 400
}

#policy > a:nth-child(2) {
    margin: 0 100px
}

#policy > a,
#policy > p {
    font-weight: 400;
    font-size: 20px
}


/* BENEFICI */

#yoga-natura h1 {
    top: 200px;
    padding: 15px;
    left: 30px;
    font-size: 4vw;
}

.testo-beneficio {
    max-width: 650px
}

.testo-beneficio a {
    font-size: 20px
}

div[id^="beneficio-"] {
    background-size: cover;
    background-position: center;
}

#beneficio-1 {
    background-image: url(https://www.katha-yoga.com/wp-content/uploads/2020/01/piatto.jpg);
}

#beneficio-2 {
    background-image: url(https://www.katha-yoga.com/wp-content/uploads/2020/01/fiore.jpeg);
}

#beneficio-3 {
    background-image: url(https://www.katha-yoga.com/wp-content/uploads/2020/01/fiore-testo.jpeg);
}


/* CONTATTI */

#contatti > .un_mezzo > .full > img {
    width: 50px
}

body.page-template-template-contatti input[type="text"],
body.page-template-template-contatti input[type="email"],
body.page-template-template-contatti textarea {
    background-color: #E6E6E6
}

#mappa-katha {
    height: 600px;
    border-radius: 30px;
    width: 90%
}

/* HOME */

#yoga-natura a {
    top: 490px;
    padding: 15px 0;
    left: 30px;
    font-size: 2vw;
}

body.home #yoga-natura {
    margin-top: -180px;
    z-index: 1
}

body.home #yoga-natura h1 {
    top: 360px
}

body.home #yoga-natura > .dflex.pabs {
    bottom: 100px;
    left: 30px
}

body.home #yoga-natura > .dflex.pabs a {
    font-size: 18px
}

#legenda {
    max-width: 768px;
	display:none;
}

#legenda div {
    border-radius: 60px;
    margin: 15px 15px;
    padding: 10px 15px;
}

#ym-testbook-btn {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    padding: 10px !important;
    margin-top: 20px;
}

.cerchio {
    border: 3px solid #61B0A0;
    width: 120px;
    height: 120px;
    border-radius: 60px;
}

.cerchio p:first-child {
    font-size: 40px;
    font-weight: 600;
}

/* ARCHIVE */
.post-archive {
    background-color: #F2F2F2;
    border-radius: 30px;
    width: 48%;
    margin-bottom: 50px;
    padding-right: 10px;
}

/* SINGLE */
p.giorno-ora {
    font-size: 23px;
    font-weight: 600
}

.bottoni-single a {
    color: #000;
    font-size: 20px
}

.bottoni-single a.arancione {
    color: #fe930a;
}

.bottoni-single img {
    height: 20px;
    margin: 3px 10px 0 10px
}

body.single .cerchio {
    width: 300px;
    height: 80px;
    border-radius: 60px;
}

body.single .cerchio p:last-child {
    font-size: 25px;
    font-weight: 600;
    padding-left: 15px
}

.tt_timetable .hours,
.tt_timetable .event a,
.tt_timetable .event .event_header {
    color: #404040 !important;
}

.tt_timetable .event {
    border-radius: 25px
}
