/**!
Theme Name: Languvalytojas
Theme URI: https://languvalytojas.lt
Description: Languvalytojas
Version: 1.0.0
Author: Be autoriaus
Author URI: https://emob.lt/
Text Domain: pervilk
*/


/* Custom theme styles */

header .navbar-full li {
    display: flex;
}

.disabilities_link a {
    display: flex;
    align-items: center;
}

.disabilities_link a.d-inline-block img {}

.login-container .woocommerce-error,
.login-container .woocommerce-info,
.login-container .woocommerce-message {
    margin-bottom: 0;
}

.woocommerce-EditAccountForm fieldset p {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.loginbar {
    background-color: #393939;
    height: 50px;
}

.woocommerce-EditAccountForm fieldset p label {
    margin-left: 15px !important;
}

.pagination {
    flex-wrap: wrap;
}

.hidden_important {
    display: none !important;
}

.main-card .card-img-wr {
    display: flex;
}

a.no_before::before {
    display: none;
}

.editor .pagination {
    list-style: none;
}

.editor .structure-text {
    display: flex;
    flex-direction: column;
}

.text-page-container .editor ul li::before {
    /* display: none; */
}

.main-card .badge svg,
.card-badges .badge svg {
    width: 40px;
    height: 40px;
    max-width: 100%;
}

.editor-flex {
    display: flex;
    flex-direction: column;
}

.editor-flex .flex-item {
    display: flex;
    border-bottom: 1px solid #d3d3d3;
    align-items: center;
}

.editor-flex .flex-item.youtube {
    border: none !important;
    flex-direction: column;
}

.editor-flex .flex-item.youtube .text {
    border: none !important;
}

.editor-flex .flex-item .text a:hover {
    text-decoration: underline !important;
    color: #1f7822;
}

.editor-flex .flex-item.youtube .youtube-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0 15px;
    width: 100%;
}

.editor-flex .flex-item .image {
    width: 240px;
    min-width: 240px;
    border-right: 1px solid #d3d3d3;
    padding: 15px;
}

.editor-flex .flex-item .image .not-loaded,
.editor-flex .flex-item .image.not-loaded {
    display: none;
}

.editor-flex .flex-item.youtube .image {
    min-width: unset;
    width: 31.33%;
    padding: 0;
    border: none;
    cursor: pointer;
    background-image: url(./assets/img/youtube.png);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
}

@media(max-width: 767px) {
    .editor-flex .flex-item.youtube .image {
        min-width: unset;
        width: 48%;
        padding: 0;
        border: none;
    }
}

@media(max-width: 435px) {
    .editor-flex .flex-item.youtube .image {
        min-width: unset;
        width: 45%;
        padding: 0;
        border: none;
    }
}

.editor-flex .flex-item .image img {
    width: 200px;
    height: 285px;
    object-fit: contain;
}

.editor-flex .flex-item.youtube .image img {
    height: auto;
    width: 100%;
    position: relative;
    z-index: -1;
}

.editor-flex .flex-item .text {
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-left: 1px solid #d3d3d3;
    position: relative;
    left: -1px;
}

.achievements .badge svg {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    display: flex;
}

.news-section {
    margin-top: 30px;
    margin-bottom: 30px;
}

ul.news {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
}

ul.news li {
    width: 33.3%;
    padding: 0 15px;
    margin-bottom: 15px;
}

.visa-medziaga {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    color: #494949;
    font-family: "Gotham Rounded", cursive;
    font-weight: 400;
    color: #f28545;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    text-shadow: 2.5px 4.33px 6px rgb(45 41 33 / 25%);
}

.visa-medziaga:hover {
    color: #494949;
    text-decoration: none;
    text-shadow: 0 11px 8px 0 rgb(45 41 33 / 40);
}

.visa-medziaga:focus,
.visa-medziaga:active,
.visa-medziaga:visited {
    border: none;
    outline: none;
    box-shadow: none;
}

ul.news.four-items li,
ul.news.veiklos-gamtoje li {
    width: 25%;
    padding: 0 15px;
}

@media(max-width: 767px) {
    ul.news {
        flex-wrap: wrap;
    }

    ul.news li {
        width: 100%;
        padding: 0 15px 15px;
    }

    ul.news.four-items li,
    ul.news.veiklos-gamtoje li {
        width: 50%;
        padding: 0 15px 15px;
    }
}

@media(max-width: 500px) {

    ul.news.four-items li,
    ul.news.veiklos-gamtoje li {
        width: 100%;
    }
}

ul.news li .post-block {
    border-radius: 8px;
    border: 2px solid #c3208b;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}

ul.news.four-items li .post-block {
    border: 2px solid #439539;
}

ul.news li .post-block:hover {
    text-decoration: none;
}

ul.news li .post-block img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

ul.news li .post-block h3 {
    padding: 5px 15px;
    height: 70px;
    display: flex;
    background-color: white;
    font-size: 16px;
    line-height: 25px;
    color: #494949;
    font-family: "Gotham Rounded", cursive;
    font-weight: 400;
    margin: 0;
    align-items: center;
}

ul.news.four-items li .post-block h3 {
    font-size: 14px;
    line-height: 20px;
    height: 100px;
}

ul.news.veiklos-gamtoje li .post-block h3 {
    font-size: 18px;
    color: white;
    height: 170px;
    padding-right: 70px;
    padding-top: 25px;
    padding-left: 25px;
    align-items: start;
}

ul.news.veiklos-gamtoje li:nth-child(1) .post-block {
    border-color: #007cac;
}

ul.news.veiklos-gamtoje li:nth-child(1) .post-block h3 {
    background-color: #0091c7;
}

ul.news.veiklos-gamtoje li:nth-child(2) .post-block {
    border-color: #4F8746;
}

ul.news.veiklos-gamtoje li:nth-child(2) .post-block h3 {
    background-color: #63A357;
}

ul.news.veiklos-gamtoje li:nth-child(3) .post-block {
    border-color: #a81e79;
}

ul.news.veiklos-gamtoje li:nth-child(3) .post-block h3 {
    background-color: #c3208b;
}

ul.news.veiklos-gamtoje li:nth-child(4) .post-block {
    border-color: #4866CB;
}

ul.news.veiklos-gamtoje li:nth-child(4) .post-block h3 {
    background-color: #5979E9;
}

ul.news li .post-block:hover h3 {
    background-color: #FEF9EF;
}

.news-image {
    max-width: 300px;
    width: 100%;
}

.btn-otherblue {
    background-color: #5979E9;
    color: white;
    border-color: #4866CB;
}

.post-badge {
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    font-size: 14px;
    background-color: #f28545;
    border: 2px solid #d0723c;
    right: 15px;
    top: 141px;
    display: flex;
    color: white;
    font-family: 'Architects Daughter', cursive;
    align-items: center;
    justify-content: center;
}

ul.news.veiklos-gamtoje .post-badge {
    top: 110px;
}

body {
    max-height: 100%;
}

#loading-messages {
    z-index: 2;
    /* display: none; */
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    opacity: 0.2;
}

.module-video-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    pointer-events: none;
}

.module-video-popup.active {
    opacity: 1;
    pointer-events: auto;
}

.module-video-popup .popup-content {
    position: relative;
    display: none;
    width: 100%;
    height: 100%;
}

.module-video-popup.active .popup-content {
    display: inline-block;
}

.module-video-popup .popup-content .bg-curtain {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .9);
}

.module-video-popup .popup-content .iframe-block {
    position: relative;
    display: inline-block;
    width: 90%;
    max-height: 90%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.module-video-popup .popup-content .iframe-block iframe {
    width: 100%;
}

.module-video-popup .popup-content .close-container {
    position: relative;
    display: block;
    width: 20px;
    height: 16px;
    position: absolute;
    top: 30px;
    right: 30px;
    background-image: url(./assets/img/hamurger-close.svg);
    background-repeat: no-repeat;
    cursor: pointer;
}

.register-page-container.settings-page .form-check {
    display: flex;
    margin-bottom: 22px;
}

.editor-flex .entry {
    padding: 15px 0px;
}

@media(max-width: 767px) {
    header .nav-item.dropdown {
        display: flex;
        flex-wrap: wrap;
    }

    header .navbar-nav .dropdown-menu {
        width: 100%;
    }

    .page-template-pasiekimu_lenta .top-selection {
        padding: 0 !important;
        display: flex;
        margin-left: -15px;
    }

    .editor-flex .flex-item {
        flex-direction: column;
    }

    .editor-flex .flex-item .image,
    .editor-flex .flex-item .text {
        border: none;
    }

    .editor-flex .flex-item .image img {
        height: auto;
    }

    .mobile-full-width {
        width: 100%;
        margin-top: 5px;
    }

    .tasks-item.main-card input[type="file"] {
        width: 100%;
    }
}


/* WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

img {
    max-width: 100%;
    height: auto;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.page-link,
.page-numbers {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination .page-link,
.pagination .page-numbers {
    margin: 0 15px;
    font-size: 30px;
    font-family: "Gotham Rounded", cursive;
    color: #251803;
    background-color: transparent;
    border: none;
    text-align: center;
    width: 50px;
    height: 50px;
}

.pagination .page-numbers.current {
    z-index: 3;
    margin: 0 15px;
    font-size: 30px;
    font-family: "Gotham Rounded", cursive;
    color: #251803;
    background-color: transparent;
    border: none;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(67, 149, 57, 0.2);
    color: #251803;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    margin-top: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    border: 1px solid #2c6025;
    opacity: 1;
    background-color: #439539;
    box-shadow: 0 5px 5.88px 0.12px rgb(45 41 33 / 30%), inset 0px -3px 7px 0px rgb(0 0 0 / 35%);
    padding: 0;
}

.specialist-info .specialist-top-info img {
    width: 180px;
    object-fit: cover;
}

@media(max-width: 767px) {
    .tasks-item .card-info {
        display: flex;
    }

    .tasks-item .card-info>div {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .tasks-item .card-info>div span.badge {
        /* height: 20px;
        width: 20px; */
        display: flex;
        align-items: flex-end;
    }

    .main-card.tasks-item .badge svg {
        width: 30px;
        height: 30px;
        margin-top: -10px;
    }

    .main-card.tasks-item h3 {
        font-size: 18px;
        min-height: 50px;
    }

    /* .row.cat-info.justify-content-between {
        display: none;
    } */
}

@media(max-width:767px) {
    .tint-content {
        max-width: 100%;
    }
}

.main-card .given-badges>div span {
    margin-top: -10px;
    display: flex;
    align-items: center;
}

/* @media (max-width: 767px) { */
.given-badges>div {
    display: flex;
}

/* } */

.main-card.tasks-item img.rounded {
    width: 200px;
    max-width: unset;
    height: 200px;
    margin: 0 auto;
    object-fit: cover;
}

@media(max-width: 767px) {
    .main-card.tasks-item img.rounded {
        height: 200px !important;
    }

    .main-card.tasks-item {
        margin-bottom: 0;
    }

    .ranger-cards .card-body h2 {
        line-height: 22px;
        min-height: 44px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-card.tasks-item {
        padding: 15px !important;
    }

    .active-zones-container .background {
        height: auto !important;
        min-height: 30vh;
    }

    .active-zones-container {
        margin-left: -15px;
    }

    .active-zones-container .background .aspect-ratio-container {
        position: relative;
    }

    .test-countdown-container {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.main-card.tasks-item .col-md-8 {
    display: flex;
    flex-direction: column;
}

.main-card .date-created {
    margin-bottom: -5px;
}

.main-card .date-created h6 {
    margin-bottom: 0;
}

.main-card .buttons-row {
    /* margin-top: auto; */
}

.gamtos-kalendorius {
    padding: 60px 0 0;
}

.gamtos-kalendorius-block {
    border-radius: 8px;
    border: 2px solid #007cac;
    display: flex;
    height: 350px;
}

.gamtos-kalendorius-block img {
    height: 100%;
    width: 40%;
    object-fit: cover;
}

.gamtos-kalendorius-block .text-block {
    display: flex;
    flex-direction: column;
    padding: 40px 60px;
    width: 100%;
    background-color: white;
}

.gamtos-kalendorius-block .text-block h3 {
    color: #0091c7;
    font-family: "Gotham Rounded", cursive;
}

.gamtos-kalendorius-block .text-block p {
    font-size: 14px;
    margin-top: 15px;
}


/* .gamtos-kalendorius-block .text-block a {
    font-family: 'Architects Daughter', cursive;
    color: white;
    background-color: #0091c7;
    border-color: #007cac;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    margin-left: auto;
} */

.gamtos-kalendorius-block .text-block a[href$=".pdf"]:before {
    display: none;
}

.gamtos-kalendorius-block .text-block ul {
    padding-left: 16px;
}

.veiklos-gamtoje a[href$=".pdf"]:before {
    display: none;
}

.gamtos-kalendorius-block .buttons-row a {
    color: white;
}

.gamtos-kalendorius-block .buttons-row {
    margin-top: auto;
}

@media(max-width: 992px) {
    .gamtos-kalendorius-block {
        flex-direction: column;
        height: auto;
    }

    .gamtos-kalendorius-block img {
        height: 250px;
        width: 100%;
    }
}

@media(max-width: 767px) {
    .gamtos-kalendorius-block .text-block {
        padding: 20px 20px;
    }
}

.loginbar .container {
    display: flex;
    color: white;
    align-items: center;
    height: 100%;
}

.loginbar .container>div,
.loginbar .container>a {
    display: flex;
    color: white;
    align-items: center;
}

.loginbar .score {
    font-size: 14px;
    gap: 15px;
    position: relative;
}

.loginbar .score span {
    position: absolute;
    color: #439538;
    left: 95px;
    font-size: 12px;
    width: 28px;
    text-align: center;
}

.loginbar .tasks {
    margin-left: auto;
    font-size: 14px;
}

.loginbar .interesting {
    margin-left: 30px;
    font-size: 14px;
}

.loginbar .messeges {
    margin-left: 30px;
    font-size: 14px;
}

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

.loginbar .img {
    position: relative;
}

.loginbar .messeges img,
.loginbar .tasks img,
.loginbar .interesting img {
    height: 25px;
    margin-right: 10px;
}

.loginbar .login_badge {
    top: 0;
    position: absolute;
    background-color: #D14AA2;
    border-radius: 100%;
    width: 15px;
    height: 14px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    line-height: 1;
    top: -4px;
    right: 7px;
}

.mobile-score {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}

.mobile-score .cor {
    width: 100%;
    font-size: 14px;
    color: white;
}

.mobile-score span {
    position: absolute;
    color: #439538;
    left: 3px;
    font-size: 12px;
    width: 28px;
    text-align: center;
    bottom: 4px;
}

@media(max-width: 992px) {
    .loginbar.desktop {
        display: none;
    }

    header .navbar-toggler {
        border: none;
    }

    .navbar-small .menu-container .nav-item.search,
    .navbar-small .menu-container .nav-item.account {
        list-style: none;
    }

    .loginbar.mobile a {
        margin: unset;
    }

    .loginbar .home {
        display: flex;
        width: 45px;
        height: 34px;
        position: relative;
        top: -15px;
        background-color: #393939;
        align-items: center;
        justify-content: center;
        align-content: center;
        border-radius: 100%;
    }

    .loginbar .home img {
        width: 27px;
        height: 27px;
    }

    .loginbar.mobile .container {
        justify-content: space-around;
    }

    .loginbar.mobile {
        min-height: 40px;
        height: 40px;
        position: relative;
        z-index: 1;
        width: 100%;
    }

    .page-template-front-page-template .loginbar.mobile {
        position: absolute;
        top: 650px;
    }

    .affix {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        display: none;
    }

    .affix .loginbar.mobile {
        top: 0;
    }

    .affix .loginbar .home {
        top: 0;
    }
}

@media(max-width: 500px) {
    .mobile-score img {
        width: 130px;
    }

    .mobile-score span {
        left: -3px;
        font-size: 10px;
        width: 28px;
        text-align: center;
        bottom: 0px;
    }

    .mobile-score .cor {
        font-size: 11px;
    }
}

@media(min-width: 992px) {

    .loginbar.mobile,
    .mobile-score {
        display: none;
    }
}

footer .footer-teises {
    border-top: 1px solid #d7d7d7;
}

footer .footer-teises .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 15px 0;
}

footer .footer-teises .container p,
footer .footer-teises .container a {
    color: grey;
    font-size: 12px;
    line-height: 1;
}

footer .footer-bottom {
    padding: 60px 0;
}

footer .footer-bottom .footer-text2 {}

footer .footer-bottom .footer-text2 h4 {
    font-family: "Gotham Rounded", cursive;
    color: #5d5d5d;
}

footer .footer-bottom .footer-text2 p {
    font-family: "Gotham Rounded", cursive;
    color: #5d5d5d;
}

footer .footer-bottom .footer-text2 a,
footer .footer-bottom .footer-text2 p {
    font-size: 12px;
}

footer .footer-bottom .footer-text2 a {
    color: #D0723D;
}

footer .footer-bottom .footer-buttons {
    display: flex;
    flex-direction: column;
}

footer .footer-bottom .footer-buttons span {
    margin: 5px 0 10px;
    font-size: 14px;
}

footer .footer-bottom .btn-primary,
footer .footer-bottom .btn-white {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fontsize,
.fontsize h1,
.fontsize h2,
.fontsize h3,
.fontsize h4,
.fontsize h5,
.fontsize h6,
.fontsize p,
.fontsize li:not(.a11y-toolbar-list-item),
.fontsize label,
.fontsize input,
.fontsize select,
.fontsize textarea,
.fontsize legend,
.fontsize code,
.fontsize pre,
.fontsize dd,
.fontsize dt,
.fontsize blockquote {
    font-size: 130% !important;
    line-height: 1.6;
}

.fontsize h1,
.fontsize h2,
.fontsize h3,
.fontsize h4,
.fontsize h5,
.fontsize h6 {
    font-size: 180% !important;
}

.user-card .left-info>div>div>a:nth-of-type(2) {
    font-size: 14px;
    line-height: 21px;
    color: #439539;
}

.user-card .left-info>div>div>a:nth-of-type(3) {
    font-size: 14px;
    line-height: 21px;
    color: #adadad;
}

:focus {
    /* outline: none!important; */
}

header nav.navbar ul li a.nav-link {
    display: flex;
    align-items: center;
}

:focus-visible {
    /* remove default focus style */
    outline: none;
    /* custom focus styles */
    box-shadow: 0 0 2px 2px #51a7e8;
    color: #0091c7;
}

footer .navbar-nav .nav-link {
    color: black;
    text-transform: unset;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
}

footer .navbar-nav .nav-link:hover {
    text-decoration: underline;
}

footer .footer-bottom .btn-white {
    background-color: white;
    color: #0291C7;
    border-color: transparent;
}

@media(max-width: 767px) {
    footer .footer-teises .container {
        justify-content: start;
        flex-direction: column;
        padding-bottom: 15px;
    }

    footer .footer-teises .container p {
        margin-bottom: 5px;
    }
}

@media(max-width: 576px) {
    footer .footer-bottom {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.woocommerce-notices-wrapper {
    margin-top: 30px;
}

.tasks-tabs {
    margin-top: 30px;
}

.tasks-done-incorrectly .modal-content {
    border-color: #a81e79;
}

.tasks-done-incorrectly .modal-content .modal-body {
    border-color: #a81e79;
}

.success_invite {
    margin-top: 30px;
    font-size: 16px;
    color: #439539;
}

@media(max-width: 500px) {
    .scoreboard-container .container.position-relative {
        padding-left: 0;
    }
}

@media(max-width: 992px) {
    .messaging-window .icon-text-row .col {
        display: none;
    }

    .messaging-window .icon-text-row .col-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(max-width: 767px) {
    .messaging-window .messages-body .row.metadata-row {
        display: flex;
        flex-direction: column;
        margin-left: -15px;
    }

    .messaging-window .icon-text-row {
        margin-left: -10px;
    }

    .messaging-window.main-card {
        padding: 15px !important;
    }

    .crossword-table {
        overflow: scroll;
        margin-left: -35px;
        margin-right: -35px;
    }

    .tasks-item img {
        height: auto !important;
    }
}

.wpa-content-summary h2 {
    display: none;
}

@media screen and (max-width: 600px) {
    html #wpadminbar {
        position: fixed;
    }

    .register-page-container .card-body {
        padding: 40px 25px;
    }
}

@media screen and (min-width: 767px) {
    .d-mobile {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .d-desktop {
        display: none !important;
    }

    iframe {
        max-width: 100%;
        height: auto;
        width: auto !important;
    }
}

.more-filter {
    /* background-image: url(assets/img/double-arrow-down-2.svg); */
    width: 500px;
    height: 50px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    box-shadow: 0 0 black;
    margin-top: -15px;
    margin-bottom: 5px;
    line-height: 25px;
    color: #439539;
    font-size: 18px;
    text-align: center;
    font-family: 'Architects Daughter', cursive;
}

.show_important {
    display: flex !important;
}

.tasks-item.main-card img {
    height: auto !important;
}

.tasks-item.main-card table {
    max-width: 100%;
}

.tasks-item.main-card input[type="file"] {
    max-width: 100%;
}

iframe {
    max-width: 100%;
}

.thats_no_alert p {
    margin-left: 0 !important;
}

.main-card .buttons-row .buttons-right {
    display: flex;
}

.main-card .buttons-row.uzduoties_mygtukai .buttons-right .btn-large {
    flex-grow: unset;
}

.main-card .buttons-row.uzduoties_mygtukai .buttons-right .btn-large.tasks-item-toggle-question {
    margin-left: auto;
}

@media(max-width: 767px) {
    .test-countdown-container .page .question {
        padding: 0 15px;
    }
}

@media(max-width: 568px) {
    .main-card .buttons-row.uzduoties_mygtukai .buttons-right {
        display: flex;
        flex-direction: column;
    }

    .main-card .buttons-row.uzduoties_mygtukai .buttons-right .tasks-item-next-done {
        order: -1;
        margin-bottom: 15px;
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    outline: none !important;
    outline-offset: 0px !important;
}

input[name="profile_picture"] {
    color: black;
    width: 100%;
}

.woocommerce-ResetPassword .woocommerce-form-row.form-row {
    flex-direction: column;
    margin-left: 0;
}

@media(max-width: 992px) {
    .tasks-item.main-card .question img {
        width: 100%;
    }
}

.woocommerce-ResetPassword .woocommerce-form-row.form-row button {
    border-radius: 3px;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    font-family: "Architects Daughter", cursive;
    text-align: center;
    box-shadow: 2.5px 4.33px 6px rgba(45, 41, 33, 0.25);
    border: 2px solid;
    min-height: 48px;
    white-space: inherit;
    background-color: #f28545;
    border-color: #d0723c;
    width: 170px;
    margin: 20px auto;
    display: block;
}

.active-zones-master-container div {}

@media(max-width: 500px) {
    .modal-content .modal-title {
        font-size: 32px;
    }
}

.test-countdown-container .question>img,
.test-countdown-container .question>.wp-block-image {
    display: flex;
    margin-bottom: 7px;
}

.newest-tasks .main-card {
    margin-bottom: 0;
}

.newest-tasks {
    margin-bottom: 38px;
}

