/*
Lykkelig Lille Have
*/
/* Theme Color #938155 */

@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Sawarabi+Mincho);

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    vertical-align: bottom;
}

html {
    font-size: 62.5%;
}

body {
    background-color: transparent;
    color: #333;
    padding: 0;
    margin: 0;
    min-width: 560px;
    font-size: 16px;
    font-family: 'Sawarabi Mincho', 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    letter-spacing: .06em;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
}

@media screen and (max-width: 599.98px) {
    body{
    min-width:inherit;
    }
}

p,
ul,
ol,
li,
h1,
h2,
h3,
h4,
dl,
dt,
dd,
a,
form {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

a {
    color: #363636;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, main, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    white-space: normal;
    text-align: left;
    margin: 0;
    padding: 0;
    border: 0;
    outline:0;
    background: transparent;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.effect-fade {
    opacity : 0;
    transform : translate(0, 45px);
    transition : all 300ms;
}

.effect-fade.effect-scroll{
    opacity: 1;
    transform: translate(0);
    transition: .5s linear;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pc-none{
    display:none;
}

@media screen and (max-width: 558.98px) {
    .pc-none{
    display:block;
}
}

.opacity a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.header-wrapper {
    position: fixed;
    width: 100%;
    background-color: #fdf8fc;
    transition: 1s;
    z-index: 1;
    margin-top: 10px;
    top: -10px;
    max-width: 100vw;
}

@media screen and (max-width: 558.98px) {
.header-wrapper {
    height: 90px;
    }
}


#logo {
    padding: 15px 8px 0 8px;;
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    z-index: 99;
    transition: .3s;
}

@media screen and (max-width: 558.98px) {
    #logo {
    }
}

#logo a {
    display: inline-block;
}

.header-wrapper.hide #logo {
    padding-top: 44px;
    transition: .3s;
}

#logo img {
    width: 180px;
    border-radius: 15px;
}

@media screen and (max-width: 599.98px) {
    #logo img {
        max-width: inherit;
    }
}

#logo a:hover {
    opacity: 1.0;
}

#logo img:hover {
    opacity: 0.9;
}

@media screen and (max-width: 558.98px) {
    nav{
        display:none;}
}

.navbox {
    display: inline-block;
    width: 100%;
    height: 50px;
    position: relative;
    z-index: 100;
    transition: .3s;
    text-align: center;
}

.header-wrapper.hide .navbox {
    padding-top: 12px;
    transition: 0s;
    height: 38px;
}

@media screen and (max-width: 1023.98px) {
    .navbox {
        width: 100%;
    }
    .header-wrapper.hide .navbox {
        padding-top: 12px;
        height: inherit;
    }
}

@media screen and (max-width: 558.98px) {
    .navbox {
        margin-top: 76px;
        margin-left: 0px;
        width: inherit;
        overflow: inherit;
        height: 50px;
    }
    .header-wrapper.hide .navbox {
        padding-top: 22px;
        transition: .3s;
        height: 38px;
    }
}

.nav_content {
    display: inline-block;
}

.nav_content li {
    display: inline-block;
    margin: 0px 4px 6px 4px;
    text-align: center;
    color: #fff;
    z-index: 100;
    line-height: 1.6;
    font-size: 16px;
    padding: 0px 5px 5px 5px;
    letter-spacing: 0.01em;
    font-family: "Montserrat";
}

.caption1, .caption2, .caption3, .caption4, .caption5, .caption6, .caption7, .caption8{
    width: 240%;
    height: 100%;
    position: absolute;
    top: 20px;
    left: 5px;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #704e68;
}

.nav_content li a{
    text-decoration: none;
    border-radius: 10px;
    display: inline-block;
    padding: 4px 5px;
    color: #7b6d4e;
    font-size: 12px;
    position:relative;
}

.nav_content li:first-child a:hover .caption1{
    opacity: 1;
}

.nav_content li:nth-child(2) a:hover .caption2{
    opacity: 1;
    width:300px;
}

.nav_content li:nth-child(3) a:hover .caption3{
    opacity: 1;
}

.nav_content li:nth-child(4) a:hover .caption4{
    opacity: 1;
}

.nav_content li:nth-child(5) a:hover .caption5{
    opacity: 1;
    width:300px;
}

.nav_content li:nth-child(6) a:hover .caption6{
    opacity: 1;
    width:300px;
}

.nav_content li:nth-child(7) a:hover .caption7{
    opacity: 1;
}

.nav_content li:nth-child(8) a:hover .caption8{
    opacity: 1;
}

@media screen and (max-width: 1023.98px) {
    .nav_content ul {
        flex-wrap: wrap;
    }
    .nav_content li {
        height: 35px;
        margin: 0;
    }
}

.nav_content ul li a:hover {
    background-color: rgba(255, 255, 255, 0.9);
}


#menu-btn-check {
    display: none;
}

.menu-content {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: calc(-50vw - 140px);
    padding-top:90px;
    z-index: 80;
    background-color: #938155;
    transition: all 0.3s;
}

.hamburger-menu.hide .menu-content {
    margin-top: -20px;
}

.menu-content ul li {
    line-height: 60px;
    font-size: 1.4em;
    font-family: "Montserrat";
}

@media screen and (max-width: 558.98px) {
    .menu-content ul li {
    line-height: inherit;
    font-size: 5vw;
    text-align: right;
    }
}

.menu-content ul li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding: 0.2em 75px;
    border-bottom: 0.1px solid #fff;
}

.menu-content ul li a span {
    font-size: 60%;
    padding-left: 1em;
}

.menu-content ul li a:hover {
    background: #f2d6de;
    color: #333;
}

.menu-btn {
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 10px;
    margin-left: 10px;
    display: flex;
    height: 70px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 101;
    background-color: #9e8a99;
    border: 0.1px solid #fff;
}

@media screen and (max-width: 558.98px) {
    .header-wrapper.hide .menu-btn {
        top: 0px;
    }
}

.header-wrapper.hide .menu-btn {
    margin-top: 44px;
    transition: all 0s;
}

.menu-btn:before {
    content: "メニュー";
    font-size: 12px;
    color: #fff;
    z-index: 101;
    bottom:0;
    position:absolute;
}

.header-wrapper.hide .menu-btn:before {
    content: ""
}

#menu-btn-check:checked~.menu-content {
    top: 0;
    left:0;
}

@media screen and (min-width: 559px) {
    .hamburger-menu{
        display:none;
    }
}

.hamburger-menu.hide label.menu-btn {
    height: calc(60vw / 275 * 69 - 20px);
    width: calc(60vw / 275 * 69 - 20px);
}

.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 1px;
    width: 50px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    transition: all 0.5s;
}

#menu-btn-check:checked~.menu-btn:before {
    content: "";
}

.hamburger-menu.hide label.menu-btn span:before,
.hamburger-menu.hide label.menu-btn span:after {
    width: calc(60vw / 275 * 69 - 30px);
}

.hamburger-menu.hide label.menu-btn span:before {
    bottom: calc(30vw / 275 * 69 - 0.2px - 10px);
}

.hamburger-menu.hide label.menu-btn span:after {
    top: calc(30vw / 275 * 69 - 3px - 10px);
}

.menu-btn span:before {
    bottom: 37px;
    left: 4px;
}

.menu-btn span:after {
    top: 30px;
    right: 4px;
    transform: rotate(-90deg);
}

#menu-btn-check:checked~.menu-btn span::before,
#menu-btn-check:checked~.menu-btn span::after {
    width: calc(50px * 1.2);
    bottom: calc(50% - 3px);
    left: 0;
    bottom: 33px;
    top:inherit;
    right:inherit;
}

#menu-btn-check:checked~.menu-btn span::before{
    transform: rotate(45deg);
}

#menu-btn-check:checked~.menu-btn span::after {
    transform: rotate(-45deg);
}

@media screen and (max-width: 559.98px) {
    .header-wrapper.hide #menu-btn-check:checked~.menu-content {
        top: 90px;
    }
    .menu-content ul li a {
        padding: 0.2em 1em
    }
    .hamburger-menu.hide label.menu-btn {
        height: calc(60vw / 275 * 69 - 20px);
        width: calc(60vw / 275 * 69 - 20px);
    }
    .hamburger-menu.hide label.menu-btn span:before,
    .hamburger-menu.hide label.menu-btn span:after {
        width: calc(60vw / 275 * 69 - 30px);
    }
    .hamburger-menu.hide label.menu-btn span:before {
        bottom: calc(30vw / 275 * 69 - 0.2px - 10px);
    }
    .hamburger-menu.hide label.menu-btn span:after {
        top: calc(30vw / 275 * 69 - 3px - 10px);
    }
    .hamburger-menu.hide #menu-btn-check:checked~.menu-btn span:before,
    .hamburger-menu.hide #menu-btn-check:checked~.menu-btn span:after {
        width: calc((60vw / 275 * 69 - 20px - 10px) * 1.4);
        left: 0;
    }
}

#menu-btn-check:checked~.menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}

.menu-content {
    width:calc(50vw + 140px);
    height: auto;
    position: fixed;
    z-index: 80;
    background-color: #9e8a99;
    opacity: 0.95;
}

.menu-content ul li:first-child{
    border-top: solid 1px #fff;
}

.main-content {
    margin: 90px auto;
}

main h1 {
    padding: 10px 0;
    font-size: 1.6em;
    margin-top: 160px;
    color: #363636;
    text-align: center;
}

@media screen and (max-width: 559.98px) {
main h1 {
    font-size: 1.4em;
    width: auto;
}
}

main h2 {
    padding: 10px 0;
    margin: 0px auto 40px auto;
    width: 559.98px;
    line-height: 1.4em;
    font-size: 1em;
    letter-spacing: 0.1em;
    color: #999;
    text-align: center;
    border-top: 0.5px solid #ccc;
    border-bottom: 0.5px solid #ccc;
}

@media screen and (max-width: 559.98px) {
main h2 {
    font-size: 0.8em;
    width: auto;
}
}

main h3 {
    padding: 19px 0 0 0;
    font-size: 1.6em;
    color: #9e8a99;
    text-align: center;
    position: relative;
    border-radius: 0 10px 10px 0;
    border-bottom: solid 0.5px #9e8a99;
    width: 559.98px;
    margin: 19px auto;
    max-width: 100%;
}

main h3:before {
  /* content: ""; */
  display: inline-block;
  line-height: 40px;
  position: absolute;
  /* padding: 0em; */
  color: #9e8a99;
  background: #fdf8fc;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: calc(50% - 280px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);
  border-bottom: solid 2px #9e8a99;
    padding-top: 60px;
    margin-top:-60px;
}

.passage{
    margin: 1em calc(50% - 250px) ; display:inline-block; width: 500px;
}

@media screen and (max-width: 559.98px) {
    .passage{ width:100%;
    width: calc(100% - 2em);
    margin: 0 1em;}
}

.tutorial-area{
    width:500px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width: 559.98px) {
    .tutorial-area{
    width: calc(100% - 2em);
    margin: 0 1em;
    justify-content: space-around;}
}

.tutorial-card{
    width: 150px;
    border:0.5px solid #ccc;
    border-radius: 10px;
    margin: 0.5em 0;
    padding: 0.5em;
    height: 150px;
    font-size: 1.2rem;
    text-align: center;
  background-image: linear-gradient(0deg, rgba(247, 219, 229, 1), rgba(246, 190, 232, 1) 39%, rgba(253, 232, 220, 1) 55%, rgba(255, 247, 216, 1) 72%, rgba(183, 187, 255, 1));
}

.tutorial-card a:hover{
    opacity: 0.5;
    cursor: pointer;
}

.tutorial-card span{
    display: block;
    font-size: 90%;
    padding-top: 0.5em;
}

.main-image {
    width: 320px;
    margin: 0 auto;
    margin-bottom: 2em;
}

.footer-image{
    width:240px;
    margin: 0 auto;
    margin-bottom: 2em;
}

.main-image figcaption,
.footer-image figcaption{
    font-size: 60%;
    text-align: center;
}

.main-image figcaption a,
.footer-image figcaption a{
    color:#bbb;
}

.main-image img{
    width: 320px;
}

blockquote {
    max-width: 560px;
    margin: 0 auto 2em auto;
    position: relative;
    padding: 10px 12px;
    box-sizing: border-box;
    font-style: italic;
    color: #464646;
    border-left: solid 40px #c4c4c4;
    background: #f3f3f3;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.19);
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -32px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    color: #FFF;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

table.support-group{
    width:calc(100% - 1em);
    margin: 1em auto;
}

@media screen and (max-width: 559.98px) {
table.support-group{
    width: 630px;
    }
}

table.support-group tr th{
    border:0.5px solid #efefef;
    padding: 0.5em;
}

table.support-group td{
word-break: break-all;
border:0.5px solid #efefef;
padding: 0.5em;}

table.support-group td a{
    color: #ed7a9b;
    text-decoration:underline;
}

.table-scroll{
    overflow-x: scroll;
    white-space: nowrap;
}

.table-scroll caption {
    font-weight: bold;
    caption-side: top;
    text-align: center;
    width: 100vw;
}

@media screen and (max-width: 559.98px) {
    .table-scroll caption {
        display: table-caption;
    }
}

.footer-image img{
    width:240px;
}

@media screen and (max-width: 559.98px) {
    .main-image img{
    width: 100%;
}
}

.purpose span {
    color: #ed7a9b;
    display: block;
    text-align: center;
    font-size: 1.4em;
    padding-bottom:1em;
    font-style: italic;
    font-family: "Montserrat";
}

.purpose li{
    margin-bottom: 2em;
    text-align: center;
    font-style: italic;
    color: #fd9f9b;
}

.reason p {
    max-width: 500px;
    margin: 1em auto;
    color: #666;
}

@media screen and (max-width: 559.98px) {
    .contact-form, .purpose,.reason p {
        max-width:calc(100% - 2em);
        margin: 0 auto;
    }
}

.under-construction p {
    max-width: 500px;
    margin: 4em auto;
    padding: 2em 1em;
    color: #fd9f9b;
}

.glossary-list{
    max-width: 500px;
    margin: 1em auto;
    padding: 1em 1em;
    color: #9e8a99;
}

.glossary-list li{
    padding:1em 0;
}

.glossary-list span{
    color: #333;
    display:block;
}

.iframe-frame{
    margin: 0 calc(50% - 163px);
}

.sentence p {
    max-width: 500px;
    margin: 2em auto;
    padding: 2em 1em;
    color: #333;
}

ol{
    max-width: 500px;
    margin: 0 auto;
    padding: 1em 2em;
}

ol.request li{
    list-style: decimal;
    font-style: italic;
    font-family: "Montserrat";
    padding-bottom: 1em;
    color: #ed7a9b;
}

ol.request li ul{
    padding-top:1em;
}

ol.request li ul li{
    list-style: disc;
    color: #7b6d4e;
}

.sentence2 p {
    max-width: 500px;
    margin: 1em auto;
    padding: 0 1em;
    color: #333;
    background-color:#fdf8fc;
    border: 0.1px solid #eee;
    border-radius:10px;
}

.sentence2 p strong{
    color: crimson;
    font-weight:700;
    font-size: 120%;
    padding-left: 0.2em;
}

.sentence2 p span{
    background-color: lightpink;
    padding: 0 1em;
    display: inline-block;
    margin: 0 1em 0 0;
    border-radius:10px;
}

.sentence2.case p{
    padding: 1em;
    text-align:center;
}

.sentence2.case p span{
    margin-bottom:1em;
}

.sentence2 .main-image{
    width: 160px;
}

.sentence2 .main-image img{
    width: 160px;
}

.glossary-title{
    text-align: center;
    font-size:120%;
    background-color: lightpink;
    border-radius: 10px;
    color:#333;
    margin-bottom: 1em;
}

.message p {
    max-width: 500px;
    margin: 4em auto 2em auto;
    padding: 2em 1em;
    color: #333;
    background-color:#eee;
    border-radius: 10px;
    text-align: center;
}

.contact-form {
    width: 560px;
    margin: 0 auto;
}

@media screen and (max-width: 559.98px) {
    .contact-form {
    width: 100%;
}
}

.contact label {
    display: flex;
}

.contact .title-contactform7,
.contact input, .contact textarea{
    font-family: 'Sawarabi Mincho', 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size:80%;
}

.contact th{
    width: 28%;
}

@media screen and (max-width: 559.98px) {
    .contact tr, .contact th{
        display:block;
        width:100%;
    }
    .contact tr:first-child{
    border-top: 0.5px solid #333;
    margin-top: 1em;
    padding-top:1em;
    }
    .contact tr{
    margin-bottom: 1em;
    border-bottom: 0.5px solid #333;
    padding-bottom: 1em;
    }
}

.contact input, .contact textarea {
    display: block;
    font-size: 1em;
    width: 100%;
    margin: 0.25em 0;
    padding: 0.5em 0.75em;
    border: 0.3px solid #bbb;
    background: #f9f9fa;
    border-radius: 0.2em;
    font-family: "Raleway", sans-serif;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.contact input::-webkit-input-placeholder {
    font-family: 'Sawarabi Mincho', 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.contact input:-moz-placeholder {
    font-family: 'Sawarabi Mincho', 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.contact input::-moz-placeholder {
    font-family: 'Sawarabi Mincho', 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.contact input:-ms-input-placeholder {
    font-family: 'Sawarabi Mincho', 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit{
    font-family: 'Sawarabi Mincho', 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    color:#ed7a9b;
    background-color:#fdf8fc;
    border: 0.3px solid #fd9f9b;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
    color:#fdf8fc;
    background-color:#ed7a9b;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: 0.3px solid #fd9f9b !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}


#site-footer {
    display: block;
    margin: 0 auto;
    border-top: 1px solid #fff;
    background-color: #fdf8fc;
    padding-bottom: 2em;
}
}

#site-footer img {
    display: inline-block;
    position: relative;
    height: 30px;
    width: 30px;
    margin: 10px;
}

#site-footer .footer-top {
    display: block;
    max-width: 1280px;
    text-align: center;
    margin: 0 auto;
}

#site-footer .share-button {
    display: block;
    vertical-align: top;
}

#site-footer .share-button a {
    background-color: #9e8a99;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50%;
}

#site-footer .share-button a img{
    width:30px;
    height:30px;
    margin:10px;
}

#site-footer .footer-bottom {
    display: block;
    text-align: center;
    margin-top: 1em;
}

#site-footer .cookie {
    font-size: 50%;
    width: 560px;
    margin: 0.5em auto;
}

@media screen and (max-width: 559.98px) {
    #site-footer .cookie {
    width: 95%;
}
}

#site-footer .copyright span a {
    display: inline-block;
    color: #c9b1c3;
    text-decoration: none;
    text-align: center;
    width: 100%;
    font-family: "Montserrat";
}

#site-footer .copyright span a:hover {
    text-decoration: underline;
    transition:.8s;
}

#site-footer .footer-nav {
    display: inline-block;
}

#site-footer ul li{
    background-image: url(./images/bg-heart.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
}

#site-footer ul li a {
    color: #645761;
    float: left;
    padding: 25px 1em;
    font-size: 12px;
    text-decoration: none;
    background-color: rgba(255,255,255,0.4);
    border-radius: 30px;
}

#site-footer ul li a:hover{
    background-color: rgba(255,255,255,0.8);
    color:#333;
}

#site-footer ul {
    margin: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (max-width: 559.98px) {
    #site-footer .footer-top {
        display: block;
        text-align: center;
    }
    #site-footer .share-button {
        display: block;
    }
    #site-footer .footer-top {
        padding-bottom: 0em;
    }
    #site-footer .footer-nav {
        display: block;
        padding-bottom: 1em;
    }
    #site-footer .footer-bottom {
        clear: both;
        padding-top: 1em;
    }
    #site-footer .copyright {
        display: block;
        margin: 0 0 0em 0;
    }
    #site-footer ul {
        text-align: center;
    }
    #site-footer ul li:not(:last-child) a {
        border-right: 0px solid #fff;
    }
}
p.wpf-viewing-users, p.wpf-viewed-users, span.wpf-viewing {
    display: none;
}

#wpforo #wpforo-wrap .wpf-breadcrumb div.active:after{
    z-index:0 !important;
}

@media screen and (max-width: 559.98px) {
    #wpforo{
        margin: 0 0.5em;
    }
}
