/*!
Theme Name: atiko
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atiko
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/*body loader*/
body.loader:after {
    background: rgba(255,255,255,.9);
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    position: fixed;
    z-index: 9999;
}
.lds-default {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: fixed;
    top: 150px;
    left: calc(50% - 40px);
    visibility: hidden;
    z-index: 10000;
}
body.loader .lds-default {
    visibility: visible;
    top: calc(50% - 40px);
}
.lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #0AC8FA;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
}
.lds-default div:nth-child(2) {
    animation-delay: -.1s;
    top: 22px;
    left: 62px;
}
.lds-default div:nth-child(3) {
    animation-delay: -.2s;
    top: 11px;
    left: 52px;
}
.lds-default div:nth-child(4) {
    animation-delay: -.3s;
    top: 7px;
    left: 37px;
}
.lds-default div:nth-child(5) {
    animation-delay: -.4s;
    top: 11px;
    left: 22px;
}
.lds-default div:nth-child(6) {
    animation-delay: -.5s;
    top: 22px;
    left: 11px;
}
.lds-default div:nth-child(7) {
    animation-delay: -.6s;
    top: 37px;
    left: 7px;
}
.lds-default div:nth-child(8) {
    animation-delay: -.7s;
    top: 52px;
    left: 11px;
}
.lds-default div:nth-child(9) {
    animation-delay: -.8s;
    top: 62px;
    left: 22px;
}
.lds-default div:nth-child(10) {
    animation-delay: -.9s;
    top: 66px;
    left: 37px;
}
.lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
}
.lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
}
@keyframes lds-default {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}
/*body loader*/

.page-template-homepage .news-slide img{
    height: 329px;
    object-fit: cover;
}

.page-template-homepage .breadcrumb-wrap {
    display: none;
}

.breadcrumb-wrap {
    margin: 0 0 70px;
    height: 20px;
}

.breadcrumb-wrap .breadcrumb-home {
    background-image: url('/wp-content/themes/atiko/assets/img/home.svg');
    width: 35px;
    background-repeat: no-repeat;
}

.breadcrumb-wrap span[property="itemListElement"]{
    font-size: 16px;
    color: #002832;
    opacity: 0.4;
    padding-left: 0.5rem;
    padding-right: 5px;
    float: left;
}
.breadcrumb-wrap span[property="itemListElement"] a {
    color: #002832;
    text-decoration: unset;
}

.breadcrumb-wrap span[property="itemListElement"]:before {
    float: right;
    padding-left: 10px;
    padding-right: 0;
    color: #6c757d;
    content: "/";
}
.breadcrumb-wrap span[property="itemListElement"]:last-child:before {
    display: none;
}

/*news page*/
.blog-page .selected-solution {
    margin-top: 100px;
    border: 1px solid #E5EEF0;
    margin-right: 0;
    margin-left: 0;
    border-radius: 3px;
    overflow: hidden;
}
.blog-page .selected-solution .left-data{
    box-sizing: border-box;
    padding: 50px 30px 50px 50px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.blog-page .selected-solution .img-wrap{
    padding-right: 0;
}
.blog-page .selected-solution .img-wrap img {
    height: 100%;
    object-fit: cover;
}
.blog-page .selected-solution .left-data h3 {
    font-family: "ValueSansPro-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 34px;
    color: #002832;
}

.blog-page .selected-solution .left-data .desc {
    font-family: "ValueSansPro-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #078BAD;
    margin: 0 0 20px;
}
.blog-page .selected-solution .left-data .bottom-line {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    width: 100%;
    align-items: flex-end;
}
.blog-page .selected-solution .left-data .date {
    font-size: 14px;
    line-height: 16px;
    color: #078BAD;
}
.blog-page .selected-solution .left-data .bottom-line a {
    font-family: "ValueSansPro-Regular";
    font-size: 20px;
    line-height: 23px;
    color: #0AC8FA;
    text-decoration: unset;
}
.blog-page .news {
    margin-top: 150px;
}
.blog-page .news-wrap .card-img-top,
.news .news-wrap .card-img-top{
    height: 250px;
    object-fit: cover;
}

/*products page*/
.products-category .product-grid img{
    height: 278px;
    object-fit: cover;
    width: 100%;
}

/*single product*/
.single-product-page .slider-for .slick-track {
    display: flex;
}
.single-product-page .slider-for .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}
.single-product-page .slider-for {
    max-height: 490px;
    margin: 0 0 20px;
}
.single-product-page .slider-for img {
    object-fit: cover;
}
.single-product-page .slider-nav .slick-current {
    border: 2px solid rgba(10, 200, 250, 0.15);
}
.single-product-page .slider-nav img{
    height: 115px;
    width: 115px;
    object-fit: cover;
    cursor: pointer;
}
.single-product-page .slider-nav .slick-slide {
    margin: 0 5px;
}
.single-product-page .downloads a {
    font-family: "ValueSansPro-Regular";
    font-size: 14px;
    line-height: 17px;
    color: #078BAD;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.single-product-page .downloads a img {
    margin-right: 10px;
}

.page-template-homepage .partners .slick-slide img {
    max-height: 150px;
}
.single-post .post-image img{
    max-height: 400px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.single-post .post-title {
    margin: 100px 0 50px;
    font-family: "ValueSansPro-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 39px;
    line-height: 42px;
    color: #002832;
}
.single-post .post-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.single-post .post-info .post-author {
    font-family: "ValueSansPro-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 28px;
    color: #078BAD;
}
.single-post .post-info .post-date {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #078BAD;
    opacity: 0.8;
}

.single-post .post-info-border {
    margin-top: 20px;
    margin-bottom: 50px;
    border-bottom: 1px solid #A3ECFF;
}

.single-post .post-content,
.single-post .post-content h1,
.single-post .post-content h2,
.single-post .post-content h3,
.single-post .post-content h4,
.single-post .post-content h5,
.single-post .post-content strong {
    font-family: "ValueSansPro-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #002832;
    margin-bottom: 20px;
}

.single-post .other-articles .title {
    font-family: "ValueSansPro-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #002832;
    margin-bottom: 35px;
}
.single-post .other-articles .posts {
    padding: 5px 0;
    border-left: 1px solid #A3ECFF;
}
.single-post .other-articles .posts a {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #002832;
    padding: 3px 0 3px 20px;
    margin: 0 0 25px;
    border-left: 4px solid transparent;
    transition: all .15s ease;
    opacity: .4;
}
.single-post .other-articles .posts a:last-child {
    margin: 0;
}
.single-post .other-articles .posts a:hover {
    border-color: #A3ECFF;
    text-decoration: unset;
    opacity: 1;
}
.single-post .other-materials-title {
    font-family: "ValueSansPro-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 31px;
    line-height: 34px;
    color: #002832;
    margin-top: 130px;
}

.single-post .news-text .socials {
    position: absolute;
    left: -100px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.single-post .news-text .socials .label {
    font-family: "ValueSansPro-Regular";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #078BAD;
    width: 100%;
    transform: rotate(
            -90deg);
    margin-bottom: 75px;
    display: flex;
    justify-content: flex-end;
}
.single-post .news-text {
    position: relative;
}
.single-post .news-text .socials a {
    background: #078BAD;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.single-post .news-text .socials a img {
    max-width: 14px;
}

#to-top-button {
    display: inline-block;
    text-align: center;
    position: fixed;
    bottom: 50px;
    right: 50px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    background: #fff;
    border-radius: 50%;
}
#to-top-button:hover {
    cursor: pointer;
}
#to-top-button.show {
    opacity: 1;
    visibility: visible;
}
@media screen and (max-width: 1200px ) {
    .products-category .product-grid img {
        height: 205px;
    }
}

@media screen and (max-width: 992px){
    .breadcrumb-wrap span[property="itemListElement"] {
        font-size: 14px;
        padding-right: 0;
    }
    .breadcrumb-wrap span[property="itemListElement"]:before {
        padding-left: 5px;
    }
    .breadcrumb-wrap .breadcrumb-home {
        font-size: 14px;
    }
    .single-product-page .slider-nav img {
        width: 72px;
        height: 72px;
        margin: 0 3px;
    }

    .single-post .other-articles {
        display: none;
    }
}

@media screen and (max-width: 768px){
    .blog-intro h3 {
        margin-top: 20px;
    }
    .blog-page .selected-solution {
        margin-top: 50px;
    }
    .blog-page .selected-solution .img-wrap {
        padding: 0;
    }
    .blog-page .selected-solution .order-1 {
        padding: 0;
    }
    .blog-page .selected-solution .left-data {
        padding: 10px 15px 15px;
    }
    .blog-page .selected-solution .left-data h3{
        margin-bottom: 20px;
    }
    .blog-page .selected-solution .left-data .date {
        font-size: 12px;
        line-height: 14px;
    }
    .blog-page .selected-solution .left-data .desc,
    .blog-page .selected-solution .left-data .bottom-line a{
        font-size: 16px;
        line-height: 19px;
    }

    .page-template-homepage .bg-logo {
        background-color: #f2f9fb;
        height: 1510px;
        width: 100%;
        bottom: -200px;
    }

    .page-template-homepage .bg-logo img {
        display: none;
    }

    .single-post .news-text .socials {
        display: none;
    }
    .single-post .post-content,
    .single-post .post-content h1,
    .single-post .post-content h2,
    .single-post .post-content h3,
    .single-post .post-content h4,
    .single-post .post-content h5, 
    .single-post .post-content strong {
        word-break: break-word;
    }
}

@media screen and (max-width: 420px){
    .products-category .product-grid img {
        height: 150px;
    }
}