/*
Theme Name: Numizmatika Košice

*/

.container {
    max-width: 1240px;
    margin: auto;
    padding: 0 25px;
}
body{
    margin: 0;
    font-family: 'Roboto',sans-serif;
}
a {
    text-decoration: none;
}
section.map iframe {
    width: 100%;
}
.map {
    border-top: 4px solid #00b2db;
}

.logo img {
    width: 200px;
}
.header2 {
    background: black;
    padding: 25px 0;
    color: white;
}
.header-top__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top {
    background: linear-gradient(90deg, #00acdb 0, #46c7e5b0 80%);
    color: white;
}
.menu2 li a {
    color: white;
    position: relative;
    padding-right: 25px;
}
.menu-item:last-child a:after {
    border-right: none !important;
}
.menu2 {
    text-align: center;
}
.header-main {
    padding: 15px 0;
}

.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-contact a {
    color: #424242;
    font-size: 24px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.current-menu-item a {
    color: #00b2db !important;
}
.header-top__wrap-left i {
    margin-right: 5px;
}
.header-contact a i {
    color: #00b2db;
    font-size: 30px;
    margin-right: 10px;
}
.header-contact i {
    margin-right: 5px;
}
.header-top__wrap-left p i {
    color: white;
}
.menu-item a:after {
    content: "";
    border-right: 2px solid #00b2db;
    display: block;
    z-index: 1000;
    top: 0;
    height: 20px;
    right: 0;
    position: absolute;
    bottom: 0;
    margin: auto;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.primary-menu li {
    display: inline-block;
    margin-left: 25px;
    font-size: 20px;
    text-transform: uppercase;
}
.lang-item {
    list-style: none;
    display: inline-block;
    margin-left: 20px;
    position: relative;

}
.lang-item a{
    color: black;
    font-weight: 500;
}
.current-lang a {
    color: white;
    border-bottom: 3px solid white;
}
.lang-item.lang-item-12.lang-item-sk.current-lang.lang-item-first:after,
.lang-item.lang-item-12.lang-item-sk.lang-item-first:after {
    content: '/';
    right: -15px;
    font-weight: 500;
    position: absolute;
}


.breadcrumb-section {
    background: #d9d9d9;
}
.breadcrumb {
    display: inline-flex;
    padding: 10px 0;
}

.breadcrumb li a {
    margin-right: 20px;
    color: #787878;
    font-weight: 500;
    text-transform: capitalize;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 16px;
    color: #6c757d;
    content: "/";
}
/* BLOG*/
.blog {
    margin-bottom: 100px;
}
.blog__box {
    box-shadow: 5px 25px 45px #8080803b;
    border: 1px solid #00000017;
    border-radius: 25px;
    width: 30%;
    cursor: pointer;
    margin: 25px 0;
    position: relative;
}
.blog__box:hover{
    transition: linear 0.2s all;
    box-shadow: 5px 25px 45px #8080806b;
}
.blog__box-button a {
    padding: 15px 30px;
    background: #00b2db;
    color: white;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.blog__box-button a:hover {
    background: #07829e;
    color: white;
    transition: linear 0.2s all;
}
.blog__box:after {
    content: '';
    width: 80%;
    height: 20px;
    background: #00b2db;
    position: absolute;
    top: -10px;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 10px 10px 0px 0px;
    z-index: -1;
}
.blog-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
}
.blog-tags__item {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    font-style: italic;
    position: relative;
    list-style: none;
}
.blog-tags__item span {
    color: #00b2db;
}
.blog__box-excerpt {
    font-size: 18px;
    color: #7c7c7c;
    font-weight: 300;
}
.blog__box-excerpt p {
    padding-bottom: 25px;
    height: 70px;
}
.blog__box-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
   border-radius: 25px 25px 0px 0px;
    transform: scale(1);
    transition: .15s ease-in-out;
}
.blog__box:hover .blog__box-img img {
    transform:  scale(1.1);
   
}
.blog__box-img {
    overflow: hidden;
     border-radius: 25px 25px 0px 0px;
}
.blog-detail {
    margin-bottom: 100px;
}

.blog-detail__img img {
    width: 100%;
    height: 500px;
    object-fit: contain;
}

.blog-detail__content {
    width: 80%;
    margin: auto;
}
.blog-detail__content p {
    font-size: 20px;
    line-height: 2;
}
.blog-detail__img {
    width: 80%;
    margin: auto;
    padding-bottom: 50px;
}


.blog__box-content {
    padding: 35px;
}
.blog__box-title h3 {
    font-size: 23px;
    color: #424242;
    margin: 0;
    height: 50px;
}

/* KONTAKT*/

div#CF621fc62533256_1-row-1 input,
div#CF621fe66e7013c_1-row-1 input
 {
       border: 2px solid black;
       padding: 20px 10px;
       font-size: 18px;
}
textarea#fld_6543910_1{
     border: 2px solid black;
     padding: 10px 10px;
     font-size: 18px;

}
input#fld_7908577_1 {
    background: black;
    color: white;
    padding: 15px 40px;
    font-size: 18px;
    border: none;
    border-radius: 45px;
}
.contact-wrap {
    display: flex;
    flex-flow: wrap;
    padding: 100px 0;
    justify-content: space-between;
}
.contact-wrap__right{
    width: 48%;
   
}
.contact-wrap__left{
     width: 48%;
     display: flex;
     flex-flow: wrap;
     justify-content: space-around;

}

.contact-wrap__left h5 {
    font-size: 26px;
}
.contact-wrap__left li {
    font-size: 18px;
}
.contact-wrap__left i {
    color: black;
    font-size: 30px;
}
.contact-box {
    text-align: center;
    padding: 50px 0;
    width: 80%;
    margin: auto;
    font-size: 20px;
}

.contact-box i {
    color: #00b2db;
    margin-bottom: 25px;
}
/*FOOTER SECTION */
.footer {
    background: #282828;
    padding: 50px 0px;
}
.footer-box li {
    margin-bottom: 5px;
}
.footer-bar__social li {
    display: inline-block;
    margin-right: 10px;
}
.footer-bar__social i {
    font-size: 26px;
}
.footer-bar {
    display: flex;
    justify-content: space-between;
    color: white;
}
.footer-box__contact i {
    margin-right: 6px;
}

.footer-box li a {
    color: white;
    font-size: 18px;
}

.footer-box__title {
    color: #00b2db;
    font-size: 20px;
    text-transform: uppercase;
    margin: 20px 0px;
}


.contact-box h2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 42px;
    letter-spacing: 5px;
    position: relative;
    color: #00b2db;
    padding: 0 150px;
}
.contact-box h2:before {
    content: '';
    position: absolute;
    left: -100px;
    height: 3px;
    width: 20%;
    background: #00b2db;
    top: 0;
    bottom: 0;
    margin: auto;
}
.contact-box h2:after {
    content: '';
    position: absolute;
    right: -100px;
    height: 3px;
    width: 20%;
    background: #00b2db;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* */
.newsletter {
    background: #dbf184;
    padding: 50px 0;
    text-align: center;
}
.newsletter-box h5 {
    font-size: 26px;
    margin-bottom: 0;
}
.newsletter-box p {
    font-size: 18px;
}


/* ABOUT*/
.about-history {
    margin: auto;
    width: 80%;
    padding-bottom: 50px;
}
.about-history p {
    font-size: 20px;
    line-height: 1.5;
}


/* offer*/
.offer-wrap {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-bottom: 100px;
}

.offer__img-wrap {
    width: 30%;
    margin: 20px 0px;
    overflow: hidden;
    box-shadow: 1px 5px 10px #80808085;
    position: relative;
    border-radius: 10px;
    cursor: pointer;

}
.offer__img {
    overflow: hidden;
}
.offer-box__title h3 {
    background: #d9d9d980;
    margin: 0;
    padding: 25px;
    color: #193136;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}
.offer__img img:hover {
    transition: .25s ease-in-out;
    transform: scale(1.2);
}
.offer__img-wrap img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transform: scale(1.1);
     transition: .25s ease-in-out
}
span#numberDisplay {
    display: none !important;
}

section.contact:before {
    content: '';
    left: -10%;
    bottom: -160px;
    width: 50%;
    height: 100%;
    position: absolute;
    background: black;
    z-index: 999;
    background: url(https://www.numizmatikakosice.sk/wp-content/uploads/2022/02/NUMIZMATIKA-Kosice-new.png) no-repeat;
    opacity: 6%;
    background-size: cover;
}
section.contact {
    position: relative;
    overflow: hidden;
}


.header-mobile {
    display: none;
    background: white;
}
.toggled-view{
    overflow: hidden;
}
.toggled-view .header-mobile {
    position: fixed;
    width: 100%;
    z-index: 999;
}
.menu__btn-bar {
    background: black;
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    transition: all 0.2s linear;
    border-radius: 25px;
}
.menu__btn-bar:nth-child(1) {
    top: 2px;
}

.menu__btn-bar:nth-child(2) {
    top: 11px;
    width: 80%;
}

.menu__btn-bar:nth-child(3) {
    top: 11px;
    width: 80%;
}

.menu__btn-bar:nth-child(4) {
    top: 20px;
}
.menu-opened .menu__btn-bar:nth-child(1) {
    top: 12px;
    transform: rotateZ(135deg);
}

.menu-opened .menu__btn-bar:nth-child(2) {
    opacity: 0;
}

.menu-opened .menu__btn-bar:nth-child(3) {
    opacity: 0;
}

.menu-opened .menu__btn-bar:nth-child(4) {
    top: 12px;
    transform: rotateZ(45deg);
}

.menu-toggle {
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
    background: transparent;
    border: 0;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 0;
    outline: none !important;
    z-index: 9999;


}
div#primary-menu {
    display: none;
}
nav#site-navigation {
    /* display: none; */
    position: relative;
}
.toggled-view #primary-menu {
    display: block;
    text-align: center;
    opacity: 1;
    transition: linear 0.2s all;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    background: #37c2ea;
    z-index: 999;
    color: white !important;
}
/* MEDIA QUERIES */
@media (max-width: 992px){
    .current-lang a{
        color: #00b2db;
        border-bottom: 2px solid #00b2db;
    }
    .header-mobile div#primary-menu li a {
        font-size: 25px;
        color: white;
    }
    .header-mobile div#primary-menu li {
       padding: 10px;
    }
    section.contact:before{
        display: none;
    }
    .main-navigation-mobile {
        width: 30%;
    }
    .logo.logo-mobile {
        width: 30%;
        text-align: center;
    }
    .header-top__lang.header-top__lang-mobile {
        width: 30%;
        text-align: right;
    }
    .menu-toggle{
        display: block;
    }
    .header-mobile {
        display: block;
    }
    .header-mobile__wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0;
        flex-flow: wrap;
    }

    header.header,
    .header2 {
        display: none;
    }
    .contact-wrap__left {
        display: block;
        text-align: center;
        padding: 50px 0;
    }
    .contact-wrap__right,
    .contact-wrap__left {
        width: 100%;
    }
    .contact-wrap{
        display: block;
        padding-top: 20px;
    }
    .blog__box{
        width: 45%;
    }
    .contact-box h2{
        padding: 0px;
    }
    .contact-box h2:after,
    .contact-box h2:before {
        display: none
    }
    .offer__img-wrap {
        width: 49% !important;
    }
    .logo {
        width: 100px;
    }
    .header-contact a{
        font-size: 20px !important;
    }
    .header-contact a i{
        font-size: 20px !important;
    }
}

@media (max-width: 576px){
    .blog__box-excerpt p,
    .blog__box-title h3 {
        height: auto;
    }
    .blog-detail__img img{
        height: auto;
    }
    .blog__box {
        width: 100%;
    }
    .blog-detail__content{
        width: 100%;
    }
    .blog-detail__img{
        width: 100%;
        padding-bottom: 10px;
    }
    .footer-bar{
        display: block;
        text-align: center;
    }
    .footer-box__title{
        margin-bottom: 15px;
    }
    .contact-box h2{
        padding: 0;
        font-size: 30px;
    }
    .contact-box{
        width: 100%;
        padding: 25px 0;
    }
    
    .breadcrumb li a{
        margin-right: 10px;
        font-size: 12px;
    }
    .breadcrumb-item+.breadcrumb-item::before{
        padding-right: 8px;
    }
    .blog {
        margin-bottom: 50px;
    }
    .blog-detail__content p{
        line-height: 1.5;
    }
    .about-history{
        width: 100%;
    }
    .offer__img-wrap {
        width: 100% !important;
    }
}