/*
Theme Name: Juno
Theme URI: https://niteothemes.com/cmp-coming-soon-maintenance/?theme=juno
Author: NiteoThemes
Author URI: https://niteothemes.com/
Version: 1.4

Juno CMP Theme, Copyright 2020 NiteoThemes
Juno CMP Theme is distributed under the terms of the GNU GPL

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl.html

All used scripts are distributed under the terms of the GNU GPL v2 or later or under MIT license. 
Bundled images are distributed under the terms of the GNU GPL v2 or later or under MIT license or Unsplash license.
*/

body {
    margin: 0;
    position: relative;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
}

canvas {
    height: 100%!important;
}

input::-webkit-input-placeholder {
    font-size: 1rem;
}

input::-moz-placeholder {
    font-size: 1rem;
}

input:-ms-input-placeholder {
    font-size: 1rem;
}

input:-moz-placeholder {
    font-size: 1rem;
}

::-webkit-scrollbar {
    width: 11px;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.8);
    border: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

::-webkit-scrollbar-track {
    background: rgba(170, 170, 170, 0.8);
}

.delay-small {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.delay-small-1 {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.delay-big {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.delay-big-1 {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}

.delay-huge {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}

.delay-huge-1 {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-size: 2.5em;
    margin-bottom: .5em;
    margin-top: 0;
}

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

.blog-column h2 {
    font-size: 2.5em;
}

.blog-column h3 {
    font-size: 2.0em;
}

.blog-column h4 {
    font-size: 1.8em;
}

.blog-column h5 {
    font-size: 1.6em;
}

.frame-1 {
    position: relative;
    min-height: 100vh;
    transition: all 500ms ease-in-out;
    overflow: hidden;
    z-index: 100;
}

.scroll-effect.open .frame-1 {
    transform: translateY(-75vh);
}

.scroll-effect.open .section-blog {
    margin-top: -70vh;
    opacity: 1;
    transform: translateY(0);
    transition: all 500ms ease-in-out;
}

.scroll-effect .section-blog {
    margin: -70vh auto 0 auto;
    transform: translateY(150px);
    opacity: 0;
    z-index: 0;
    transition: all 500ms ease-in-out;
}

.lang-switch-wrapper {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 100;
}

.section-blog {
    max-width: 760px;
    margin: 0 auto;
    padding: 100px 0;
}

.blog-column {
    margin: 0 1em;
    margin-bottom: 5em;
}

.section-blog, .section-blog a {
    color: #1E1E24;
}

.section-body {
    display: flex;
    flex: 1;
    min-height: 100vh;
    max-width: 720px;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 100;
}

.logo-container {
    margin-top: auto;
}

.logo-wrapper {
    padding: 50px 0;
    max-width: 100%;
    margin: 0 auto;
}

.logo-wrapper img {
    max-width: 100%;
    max-height: 500px;
}

.text-logo {
    font-size: 5em;
    margin-bottom: 0.5em;
    display: inline-block;
}

/* COUNTER */

#counter {
    display: flex;
    align-self: center;
    z-index: 1;
    margin: 3em 0;
    font-size: 16px;
}

.counter-box {
    padding: 1.6em 0;
    background: transparent;
    margin: 1em;
    min-width: 10.25em;
    position: relative;
    z-index: 1;
}

.counter-box:before, .counter-box:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 30%;
    left: 0;
    right: 0;
    background: #1E1E24;
    z-index: -1;
    border-radius: 1.2em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.counter-box:after {
    top: 70%;
    bottom: 0;
    background: white;
    border-radius: 1.2em;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.counter-number {
    display: block;
    padding-bottom: 0.9em;
    font-size: 3.1em;
    font-weight: 700;
    color: #ffffff;
}

.counter-label {
    font-weight: 700;
    font-size: 0.9em;
    color: #1E1E24;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer {
    z-index: 1;
}

/* blog page footer */

.footer-page {
    text-align: center;
    margin-top: 4em;
}

/* SUBSCRIBE FORM */

#subscribe-form {
    display: flex;
    flex-direction: column;
    margin: 2em 0;
}

.cmp-form-inputs {
    order: 1;
}

.cmp-form-notes p {
    margin: 0;
}

.cmp-form-inputs input {
    -webkit-appearance: none;
    color: #484854;
    outline: none;
    border-radius: 40px;
    border: 5px solid rgba(30, 30, 36, 0.8);
    box-sizing: border-box;
    padding: 15px 10px;
    background: white;
    font-size: 1.2em;
}

.cmp-form-inputs input:focus, .cmp-form-inputs input:active {
    border: 5px solid rgba(30, 30, 36, 0.8);
}

.cmp-form-inputs input[type="email"] {
    text-indent: 7px;
    width: calc(100% - 60px);
    max-width: 500px;
    border-right: none;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.cmp-form-inputs input[type="submit"] {
    cursor: pointer;
    border-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -5px;
    padding-right: 15px;
    padding-left: 15px;
}

#background-wrapper, #background-image, #background-color, .slide-background, #slider-wrapper, .background-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.video-banner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

#background-wrapper {
    overflow: hidden;
}

#background-image, .slide-background {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#background-image, #slider-wrapper {
    opacity: 0;
    transition: opacity 400ms;
    z-index: 0;
}

#background-image.loaded, .loaded #slider-wrapper {
    opacity: 1;
}

.video-banner iframe, .video-banner video {
    transition: opacity 1500ms;
}

#background-image.pattern {
    background-repeat: repeat;
    background-size: initial;
}

/* blog content */

.slide {
    position: relative;
    height: 100%;
}

.soc-title {
    font-size: 1em;
}

.social-container {
    margin-bottom: auto;
}

.social-list {
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    margin-top: auto;
    line-height: 3;
}

.social-list li {
    list-style: none;
    display: inline-block;
    text-align: center;
}

.footer-page .social-list li {
    display: inline-block;
    margin: 0.15em;
    position: relative;
    font-size: 1.2em;
}

.footer-page .social-list a:before {
    display: block;
    content: '';
    width: 45px;
    height: 45px;
    border: 1px solid;
    border-radius: 100%;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 300ms ease-out;
}

.footer-page .social-child:hover a:before {
    transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 300ms ease-out;
}

.footer-page .social-child i {
    transition: all 300ms ease-out;
    position: absolute;
    top: 15px;
    left: 15px;
}

.footer-page .social-child:hover i {
    transform: scale(1.8);
    -ms-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    border-style: none;
    transition: all 300ms ease-in;
}

.frame-1 .social-list li {
    letter-spacing: .1em;
    padding: 0 13px;
}

.frame-1 .social-list a:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    transform: translateY(-2em);
    opacity: 0;
    transition: all 300ms ease-in-out;
}

.frame-1 .social-list li:hover a:after {
    transform: translateY(-0.5em);
    opacity: 1;
}

.social-list a {
    text-decoration: none;
}

.footer .social-list a:hover i {
    -webkit-animation: spin 300ms linear;
    animation: spin 300ms linear;
}

.scroll-icon {
    z-index: 1;
    margin-bottom: 3em;
    margin-top: 2em;
}

.scroll-icon #wheel {
    -webkit-animation: scroll ease 2s infinite;
    animation: scroll ease 2s infinite;
}

.footer .social-google-plus:hover {
    background-color: #dd4b39;
}

.footer .social-facebook:hover {
    background-color: #3b5998;
}

.footer .social-twitter:hover {
    background-color: #1da1f2;
}

.footer .social-instagram:hover {
    background-color: #cd486b;
}

.footer .social-skype:hover {
    background-color: #00aff0;
}

.footer .social-500px:hover {
    background-color: #0099e5;
}

.footer .social-deviantart:hover {
    background-color: #05cc47;
}

.footer .social-behance:hover {
    background-color: #1769ff;
}

.footer .social-dribbble:hover {
    background-color: #ea4c89;
}

.footer .social-pinterest:hover {
    background-color: #bd081c;
}

.footer .social-linkedin:hover {
    background-color: #0077b5;
}

.footer .social-tumblr:hover {
    background-color: #35465c;
}

.footer .social-youtube:hover {
    background-color: #cd201f;
}

.footer .social-vimeo:hover {
    background-color: #1ab7ea;
}

.footer .social-flickr:hover {
    background-color: #0063dc;
}

.footer .social-vk:hover {
    background-color: #45668e;
}

.footer .social-envelope-o:hover {
    background-color: #2c2b2b;
}

.footer .social-soundcloud:hover {
    background-color: #ff7700;
}

.footer .social-whatsapp:hover {
    background-color: #075e54;
}

.footer .social-phone:hover {
    background-color: #2c2b2b;
}

.footer .social-telegram:hover {
    background-color: #e0cfb1;
}

.footer .social-xing:hover {
    background-color: #126567;
}

.footer .social-github:hover {
    background-color: #4078c0;
}

.footer .social-snapchat:hover {
    background-color: #FFFC00;
}

.footer .social-spotify:hover {
    background-color: #84bd00;
}

.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    width: calc(100% - 20px);
}

.wp-block-columns {
    flex-wrap: nowrap;
}

/* slick slider */

.slick-list, .slick-slider, .slick-track {
    height: 100%;
}

.prev, .next {
    display: block;
    position: absolute;
    bottom: 40px;
    width: 58px;
    height: 58px;
    z-index: 1;
    border-radius: 50%;
    color: white;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    z-index: 100;
    background-color: transparent;
    transition: background-color 300ms ease-in-out;
}

.prev {
    right: 100px;
}

.next {
    right: 40px;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.prev::before, .next::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    border-right: 2px solid white;
    border-top: 2px solid white;
}

.prev::before {
    left: 4px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.next::before {
    left: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.next:hover, .prev:hover {
    opacity: .8;
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/

[id^="gallery-"] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

[id^="gallery-"] img {
    border: none !important;
    max-width: 100%;
    height: auto;
}

[id^="gallery-"] .gallery-item {
    margin: 0;
    padding-right: 10px;
    padding-bottom: 10px;
}

[id^="gallery-"] .gallery-item:last-of-type {
    padding-right: 0;
}

.gallery-columns-1 .gallery-item {
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
}

.gallery-columns-2 .gallery-item, .column.x50 {
    flex: 1 0 calc(50% - 10px);
    -webkit-flex: 1 0 calc(50% - 10px);
    -ms-flex: 1 0 47%;
}

.gallery-columns-3 .gallery-item, .column.x33 {
    flex: 1 0 calc(33.3333% - 10px);
    -webkit-flex: 1 0 calc(33.3333% - 10px);
    -ms-flex: 1 0 30%;
}

.gallery-columns-4 .gallery-item, .column.x25 {
    flex: 1 0 25%;
    -webkit-flex: 1 0 25%;
    -ms-flex: 1 0 21%;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    30% {
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    30% {
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 1024px) {
    body {
        font-size: 17px!important;
    }
}

@media only screen and (max-width: 860px) {
    #counter {
        font-size: 13px;
    }
}

@media only screen and (max-width: 680px) {
    .section-body h2 {
        font-size: 2em;
    }
    body {
        font-size: 15px!important;
    }
    .section-body {
        width: 90%;
    }
    #counter {
        font-size: 11px;
    }
}

@media only screen and (max-width: 620px) {
    .wp-block-columns {
        flex-wrap: wrap;
    }
    #counter {
        flex-wrap: wrap;
        justify-content: center;
        font-size: 15px;
    }
}

@media only screen and (max-width: 560px) {
    .section-body h2 {
        font-size: 1.5em;
    }
    .section-body p {
        font-size: 0.9em;
    }
}

@media only screen and (max-width: 420px) {
    .section-body {
        width: 95%;
    }
    #counter {
        font-size: 11px;
    }
}

@media only screen and (max-width: 360px) {}