/*
 Theme Name:   THE THOR Child
 Template:     the-thor
*/

img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.content img {
    display: block;
    height: auto !important;
    margin: 0 auto;
}

/* Widget */
.widgetSearch__tag {
    display: none;
}

/* Footer */
.bottomFooter {
    padding: 40px 0 20px !important;
}

.bottomFooter__add {
    font-weight: normal;
    margin-top: 40px;
    position: relative;
}

.bottomFooter__add::before {
    background: #48494e;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: calc(100% + 40px);
}

.bottomFooter__social {
    margin-bottom: 10px;
    padding-top: 20px;
}

.bottomFooter__social ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    list-style: none;
}

.bottomFooter__social li {
    width: 32px;
    margin: 10px;
}

.bottomFooter__social a {
    align-items: center;
    aspect-ratio: 1 / 1;
    display: flex;
    line-height: 1;
    padding: 0;
    width: 100%;
}

.bottomFooter__social a img {
    max-width: 100%;
}

.bottomFooter__sublist {
    margin-bottom: 20px;
}

.bottomFooter__sublist ul {
    align-items: center;
    color: #9b9b9b;
    display: flex;
    flex-flow: wrap;
    font-size: clamp(10px, 2.273vw, 14px);
    justify-content: center;
    list-style: none;
    margin-bottom: 20px;
}

.bottomFooter__sublist a {
    display: block;
    line-height: 1.5;
    padding: 0 clamp(5px, 1.136vw, 10px);
}

.bottomFooter__license {
    border-bottom: 2px solid #48494e;
    border-top: 2px solid #48494e;
    margin: 0 -20px 20px;
    padding: 20px;
}

.bottomFooter__license ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    list-style: none;
}

.bottomFooter__license li {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.bottomFooter__license__img {
    margin-right: 12px;
    width: 45px;
}

.bottomFooter__license__img img {
    max-width: 100%;
}

.bottomFooter__license__txt {
    color: #9b9b9b;
    font-size: 10px;
    line-height: 1.5;
    text-align: left;
    width: calc(100% - 45px);
}

/* Video */
.video__wrap {
    cursor: pointer;
    position: relative;
}

.video__wrap i {
    color: #ff0033;
    font-size: 60px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video__wrap i::after {
    background: #fff;
    content: "";
    display: block;
    height: 50%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    z-index: -1;
}

@media (min-width: 768px) {
    .bottomFooter__add {
        margin-top: 50px;
    }

    .bottomFooter__social ul {
        gap: 0;
    }

    .bottomFooter__license li {
        width: clamp(214px, 100%, 350px);
    }

    .bottomFooter__license__img {
        width: 60px;
    }

    .bottomFooter__license__txt {
        width: calc(100% - 60px);
    }
}

@media (min-width: 992px) {
    .bottomFooter {
        padding: 60px 0 20px !important;
    }
}