@charset 'utf-8';


/* - generale
 ------------------------------------------------------------ */

.monthly.page-grid {
    font-size: 14px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 0 3em;
}

.monthly .wrapping {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.monthly [class*=grid-].wrapping {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.monthly [class*=grid-][class*=-noGutter].wrapping {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.monthly em {
    font-weight: bold;
    font-style: normal;
    color: #333;
}

.monthly .white-space span:not(.eccetto) {
    display: inline-block;
    white-space: nowrap;
}

.monthly .for-mobile {
    display: block;
}

.monthly .for-pc {
    display: none;
}


/* - header
 ------------------------------------------------------------ */

.monthly header {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.monthly .title-wrap {
    /* font-weight: bold; */
    /* width: 70%; */
    /* max-width: 639px; */
    /* height: 213px; */
    margin: 0 auto;
    /* padding: 1em 2em; */
    text-align: center;
    /* background-color: #ffffffed; */
}

.monthly header a {
    font-weight: bold;
    /* margin: 1em 0 0 0; */
    padding: .6em 1em;
    color: #524336;
    border: 1px solid #fff;
    background-color: #ffeb71;
    position: relative;
    top: -0.5em;
    font-size: 1.2em;
}

.monthly .data {
    font-weight: bold;
    margin: 1em 0 0 0;
    padding: .5em 1em;
    color: #f37f7c;
    border: 2px solid #f37f7c;
    background-color: #ffffff;
    border-radius: 22px;
    display: inline-block;
}


/* - intro
 ------------------------------------------------------------ */

.intro {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 2em;
    /*background: url(../images/img.png) right 1em top no-repeat;
    background-size: contain;*/
}

.intro h2 {
    text-align: center;
}

.intro p {
    text-align: center;
    font-size: 1.5em;
}


/* - lesson
 ------------------------------------------------------------ */

.cat-lesson {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 4em 1em 1em;
}

.cat-lesson .cat-title {
    text-align: center;
}
.cat-lesson .cat-title img {
    displ
}
.cat-lesson .cat-title .inner {
    margin: 0 .25em;
}
.cat-lesson [class*=grid-]:nth-of-type(1) .cat-title .inner {
    /* background-color: #ffea82; */
    border-bottom: 18px solid #ffea82;
}
.cat-lesson [class*=grid-]:nth-of-type(2) .cat-title .inner {
    /* background-color: #e9e2ef; */
    border-bottom: 18px solid #e9e2ef;
}
.cat-lesson [class*=grid-]:nth-of-type(3) .cat-title .inner {
    /* background-color: #ffea82; */
    border-bottom: 18px solid #ffe0a7;
}
.cat-lesson [class*=grid-]:nth-of-type(4) .cat-title .inner {
    /* background-color: #e5f0d5; */
    border-bottom: 18px solid #e9e2ef;
}
.cat-lesson [class*=grid-]:nth-of-type(5) .cat-title .inner {
    /* background-color: #e5f0d5; */
    border-bottom: 18px solid #c6f7eb;
}
.cat-lesson [class*=grid-]:nth-of-type(2) .cat-title {
    margin: 4em 0 0 0;
}
.cat-lesson [class*=grid-]:nth-of-type(3) .cat-title {
    margin: 4em 0 0 0;
}
.cat-lesson [class*=grid-]:nth-of-type(4) .cat-title {
    margin: 4em 0 0 0;
}
.cat-lesson [class*=grid-]:nth-of-type(5) .cat-title {
    margin: 4em 0 0 0;
}
.cat-lesson .lesson-wrap {}

.cat-lesson .title-wrap {}

.cat-lesson .singolo .inner {
    position: relative;
    background-color: #fbeed6;
    /* padding: .5em 0 0 5em; */
    margin: .5em .25em .5em;
}

.cat-lesson .lesson-wrap-1 .singolo:nth-of-type(8n) .inner {
    background-color: #e0efcd;
}
.cat-lesson .lesson-wrap-1 .singolo:nth-of-type(8n+1) .inner {
    background-color: #f3dce4;
}

.cat-lesson .lesson-wrap-1 .singolo:nth-of-type(8n+2) .inner {
    background-color: #c4eceb;
}

.cat-lesson .lesson-wrap-1 .singolo:nth-of-type(8n+3) .inner {
    background-color: #d5d7f1;
}

.cat-lesson .lesson-wrap-1 .singolo:nth-of-type(8n+4) .inner {
    background-color: #dcf3e4;
}
.cat-lesson .lesson-wrap-1 .singolo:nth-of-type(8n+5) .inner {
    background-color: #f5cfc9;
}
.cat-lesson .lesson-wrap-1 .singolo:nth-of-type(8n+6) .inner {
    background-color: #cbeceb;
}
.cat-lesson .lesson-wrap-1 .singolo:nth-of-type(8n+7) .inner {
    background-color: #d7ecef;
}

.cat-lesson .lesson-title {
    position: relative;
    padding: .5em;
    overflow: hidden;
}
.cat-lesson .lesson-title:after {
    content: "";
    position: absolute;
    top: .5em;
    left: .5em;
    width: calc(100% - 1em);
    height: calc(100% - 1em);
    background-color: rgba(0, 0, 0, 0.4);
    padding: .5em;
}
.title {
    position: absolute;
    font-size: 2.77vw;
    padding: 1em;
    top: 0;
    left: 0;
    letter-spacing: -1px;
    /* -webkit-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, -50%); */
    color: #fff;
    z-index: 10;
}
.cat-lesson .cup {
    position: absolute;
    bottom: 0;
    right: 3px;
    width: 35px;
    z-index: 10;
    height: 40px;
}
.cat-lesson .singolo {}

.cat-lesson .singolo a {
    display: block;
    color: #555;
}
.cat-lesson .singolo .arrow {text-align: right;padding: 0 .5em 0 0;position: absolute;bottom: -5px;right: 0;color: #555;font-size: .5em;}
.cat-lesson .singolo .arrow img {width: 9px;}
.cat-lesson .pro-img {
    padding: 0 0 5px 5px;
    /* bottom: -20px; */
    /* left: 8px; */
}

.cat-lesson .pro-img img {
    width: 25px;
    /* display: block; */
    border-radius: 50px;
}

.cat-lesson .pro-img span {
    font-size: .7em;
    font-weight: bold;
}

.cat-lesson .singolo .arrow {}

.cat-lesson .singolo .arrow img {}

/* - ## x >= 540px
 ------------------------------------------------------------ */

@media screen and (min-width:540px) {
    .cat-lesson .pro-img img {
        /* width: 25px; */
        /* display: block; */
    }
}


/* - ## x >= 569px
 ------------------------------------------------------------ */

@media screen and (min-width:569px) {
    .title {
        top: 2.1em;
    }
    .cat-lesson .lesson-title {
        position: relative;
    }
    .cat-lesson .lesson-title::after {
        top: 1em;
        left: 1em;
        width: calc(100% - 2em);
        height: calc(100% - 2em);
    }
    .cat-lesson .pro-img img {
        width: 40px;
        /* display: block; */
        /* max-width: 74px; */
    }

    .cat-lesson .pro-img span {
    font-size: .85em;
    }

    .cat-lesson .singolo .arrow {
    font-size: .7em;
}

    .cat-lesson .singolo .arrow img {}
}


/* - ## x >= 769px
 ------------------------------------------------------------ */

@media screen and (min-width:769px) {
    .invite-autumn2018 .for-mobile {
        display: none;
    }
    .invite-autumn2018 .for-pc {
        display: block;
    }
    .title {
        font-size: 1.8vw;
        padding: 1.5em;
        top:1.5em;
    }
    .cat-lesson .lesson-title {
        position: relative;
        /* padding: .15em 0 0; */
    }
    .cat-lesson .pro-img img {
        width: 45px;
        /* display: block; */
        /* max-width: 74px; */
    }
    .cat-lesson .cup {
    width: 40px;
    }
    .cat-lesson .pro-img span {
    }

    .cat-lesson .singolo .arrow {}

    .cat-lesson .singolo .arrow img {}
}


/* - ## x >= 800px
 ------------------------------------------------------------ */

@media screen and (min-width:800px) {}


/* - ## x >= 1025px
 ------------------------------------------------------------ */

@media screen and (min-width:1025px) {
    .title {
        font-size: 1.3vw;
        top: 1.5em;
        /* height: 6.5em; */
    }
    .cat-lesson .lesson-title {
        /* padding: .5em .5em 0; */
    }
    .cat-lesson .pro-img img {
        /* min-width: 74px; */
        /* display: block; */
        /* max-width: 74px; */
    }
    .cat-lesson .cup {
    }
    .cat-lesson .pro-img span {
    }

    .cat-lesson .singolo .arrow {}

    .cat-lesson .singolo .arrow img {}
}


/* - ## x >= 1280px
 ------------------------------------------------------------ */

@media screen and (min-width:1280px) {}


/* - page scroll
 ------------------------------------------------------------ */

#page-top {
    position: fixed;
    z-index: 10;
    right: 20px;
    bottom: 150px;
}

#page-top a {
    font-size: 12px;
    display: block;
    width: 100px;
    height: 77px;
    padding: 30px 0;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #8e7b87;

    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    background: #c0bbac;
}


/* - .socialIcon
 ------------------------------------------------------------ */

.socialIcon {
    width: 100%;
    padding: 0 1em;
}

.socialIcon .flex-container {
    display: -webkit-flex;
    display: flex;
    max-width: 500px;
    margin: 20px auto;
    padding: 14px 0 10px;
    text-align: center;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;

    -webkit-justify-content: center;
    justify-content: center;
}

.socialIcon .flex-container .social {
    width: 85px;
}

.fb-like {
    top: 0;
}