.desktop {
    display: none !important;
}

header {
    text-align: left;
    padding: 5px;
}

.linksibsbody {
    display: none;
}

.contentlinkcategory span {
    float: none !important;
}

.plus {
    float:left;
    margin: 0px;
    padding: 20px;
}

.contentlinkcategory .description {
    width: 93%;
}

.contentlinkcategory a {
    word-break: break-word;
    display: inline-block;
    width: 90%;
}

#linkkidstitle {
    margin: 0px;
    padding: 20px;
}

#hcall a {
    background-color: var(--brown);
}

#linkkidstitle {
    float: center;
}

h1 {
    padding-top: 15px;
    font-size: 15pt;
}

#reviews h1 {
    margin-left: 10px;
}

#navigation {
    width: 100%;
}
#navigation #mobilemenu {
    width: 90px;
    line-height: 60px;
    height: 50px;
    position: absolute;
    cursor: pointer;
    right: 0px;
    top: 0;
    font-weight: bold;
}
#navigation #mobilemenu:before {
    content: "\2261";
    position: absolute;
    right: 20px;
    color: #fff;
    font-size: 50pt;
}
#navigation h1 {
    font-size: 14px;
}
nav {
    display: none;
}
nav b {
    display: none !important;
}
.menuactive {
    display: block !important;
}

nav ul {
    padding:0;
    margin:0;
    width: 100%;
    top: 62px;

    text-align:left;
}

nav > ul {
    position: fixed;
    height: calc(100vh - 105px);
    display: block !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: var(--brown);
}
::-webkit-scrollbar {
    display: none;
}

.noscroll {
    position:fixed;
    overflow:hidden;
    width: 100%;
}


nav ul li {
    display: block !important;
}
nav ul li.arselected ul {
    display: block !important;
}

nav ul li a {
    width: 100%;
    display: block;
    padding: 15px 10px;
    font-size: 14pt;
    border-bottom: 1px solid #ffffff;
    text-align: right;
}

nav ul ul {
    display:none;
    position: relative !important;
}
nav ul ul li {
    width: 100%;
}
nav ul ul li a {
    background-color: #3682B0;
    text-indent: 20px;
    padding: 10px 15px;
}

.ar:after, .arselected::after {
    left: 150px;
}

.content {
    padding-left: 40px;
    padding-right: 40px;
}

.contentblockphoto img {
    max-width:100%;
    margin:auto !important;
}
.contentblockphoto, .contentblockphoto[style] {
    width: auto !important;
    max-width: 100% !important;
    text-align: center;
}

#hcall {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: var(--ltblue);
    text-align: center;
    line-height: 40px;
    font-size: 16pt;
    font-weight: bold;
}
#hcall a {
    vertical-align: middle;
    color: #ffffff;
}


div.contentblockphoto[style] {
    margin: auto !important;
    float:none !important;
}

footer {
    padding-bottom: 50px;
}

#testimonialphotos > div  {
    padding: 1em;
}
#testimonialphotos > div .photo {
    margin:auto;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select,
    textarea,
    input {
        font-size: 16px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select:focus,
    textarea:focus,
    input:focus {
        font-size: 16px;
        background: #eee;
    }

    #linksiblings {
        float: none !important;
        width: 100% !important;
        margin-left: -0.15px !important;
        margin-right: none !important;
    }

    .images img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #linkchildren {
        float: none !important;
        width: 100% !important;
        margin-left: -0.15px !important;
        margin-right: none !important;
    }
    
    .linksibsbody a {
        font-size: 13pt;
        margin-left: 40px;
        margin-bottom: 17px;
        margin-top: 15px;
        text-decoration: none;
        display: block;
    }

    #linkchildren h2,
    #linksiblings h2 {
        font-size: 16pt;
    }

}
