/*
 Theme Name:   Zwopp
 Theme URI:    https://
 Description:  A child theme of Twenty Twenty WordPress theme.
 Author:       RemyAWM
 Author URI:   https://
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* @import url("../twentytwenty/style.css"); */

@import url("./assets/css/bootstrap.min.css");

@import url('https://fonts.googleapis.com/css?family=Satisfy&display=swap');

body, html  {
    background: #000;
    color: #f2f2f2;
    height: calc(100%);
    min-height: calc(100%);
}
body, .entry-title a, :root .has-primary-color {
    color: #fff !important;
}
a {
    color: #f0f0f0;
}

.skip-link {
    left: -9999rem;
    top: 2.5rem;
    z-index: 999999999;
    text-decoration: underline;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal;
}

.landing-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: calc(100%);
    /*margin-top: 32px;*/
}

.admin-bar .landing-wrap {
    margin-top: 0;
}

.landing-wrap > main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding: 0 30px;
}

/**/
.zwoop-landing-slide {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.admin-bar .zwoop-landing-slide {
    margin-top: 30px;
}

.slide-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.slide-col {
    width: 33%;
    padding: 0 25px;
}


.slide-iner-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #333;
}

.slide-iner-col {
    text-align: center;
    padding: 25px 60px;
}

.flex-center {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.slide-block-zwoop {
    color: #f0f0f0;
    border: 1px solid #fff;
}

.ar-620x390 {
    width: 100%;
    padding-top: 62.9%; /* 620:390 Aspect Ratio */
    position: relative;
}
.ar-indide {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.zwoop-info {
    color: #ff4343;
    position: absolute;
    right: 12px;
    top: 5px;
    font-size: 15px;
    font-family: serif;
}
.zwoop-info:hover {
    color: #ffffff;
    text-decoration: none;
}
.zwoop-info-text {
    display: block;
    position: absolute;
    top: 20px;
    bottom: 0;
    margin: 15px;
    background: rgba(0, 0, 0, 0.9);
    font-size: 16px;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    overflow: hidden;
}
.zwoop-info-text.show {
    opacity: 1;
    -webkit-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.block-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.slide-block-center-title {
    font-family: 'Satisfy', cursive;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin: 10px 0 0;
}
.ar-indide img {
    width: 100%;
    height: auto;
}
.ar-indide.slide-block-link img {
    width: 76%;
}
.slide-block-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 10px;
    background-color: #fff;
    opacity: 0;
    overflow: hidden;
}

.slide-block-link:not(.over) {
    -webkit-animation: amoving 5s ease-out alternate infinite;
            animation: amoving 5s ease-out alternate infinite;
}

.slide-block-title {
    font-family: 'Satisfy', cursive;
    font-size: 36px;
    font-size: 1.5vw;
    font-weight: 500;
    color: #333;
    margin: 10px 0 0;
}

.clickable {
    cursor: pointer;
}

.slide-block-over {
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ffffff9e;
}
/*
.slide-block-over > span {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    transform: rotate(-15deg);
    font-size: 2em;
    font-weight: 600;
    text-shadow: 1px 2px 10px #000000bf;
    color: #ffd501;
}
*/
.slide-block-over > span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    font-size: 1em;
    font-weight: 600;
    text-shadow: 1px 2px 10px #000000bf;
    color: #ff0101;
}

.slide-block-link.clickable::after {
    content: "\f103";
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 30px;
    height: 30px;
    font-size: 30px;
    vertical-align: top;
    text-align: center;
    margin-top: 6px;
    -webkit-transition: color .1s ease-in;
    -o-transition: color .1s ease-in;
    transition: color .1s ease-in;
}

.slide-block-link.clickable.over:hover {
    -webkit-animation-play-state: running !important;
            animation-play-state: running !important;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation: astoping 0.6s ease;
            animation: astoping 0.6s ease;
    opacity: 1;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

.slide-block-link.bs1 {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
    border: 2px solid #3a5183;
    /*animation: amoving1 3s ease alternate infinite;*/
}
.slide-block-link.clickable.bs1:hover {
    -webkit-box-shadow: 0 0 40px #6b8ede;
            box-shadow: 0 0 40px #6b8ede;
}
.slide-block-link.bs2 {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
    border: 2px solid #e81a25;
    /*animation: amoving2 3s ease alternate infinite;*/
}
.slide-block-link.clickable.bs2:hover {
    -webkit-box-shadow: 0 0 40px #e81a25;
            box-shadow: 0 0 40px #e81a25;
}
.slide-block-link.bs3 {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
    border: 2px solid #b1cb4e;
    /*animation: amoving3 3s ease alternate infinite;*/
}
.slide-block-link.clickable.bs3:hover {
    -webkit-box-shadow: 0 0 40px #b1cb4e;
            box-shadow: 0 0 40px #b1cb4e;
}
.slide-block-link.bs4 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    border: 2px solid #a2547e;
    /*animation: amoving4 3s ease alternate infinite;*/
}
.slide-block-link.clickable.bs4:hover {
    -webkit-box-shadow: 0 0 40px #a2547e;
            box-shadow: 0 0 40px #a2547e;
}

.flex-mobile-col {
    display: none;
}

.landing-page-content {
    flex: 0 1;
}

.post-meta-wrapper {
    margin-bottom: 15px;
}

.landing-page-content .post-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.landing-page-content .post-meta > li {
    display: inline-block;
}
.post-edit {
    vertical-align: middle;
}
.post-edit .meta-icon svg path {
    stroke: #fff0;
    fill: rgba(255, 255, 255, 0.50);
}
.post-edit .meta-text {
    font-size: 16px;
    margin-left: 6px;
    vertical-align: bottom;
    line-height: 21px;
}
.post-edit a:hover {
    color: #f0f0f0;
    text-decoration: none;
}

.panel-layout table {
	margin-bottom: 30px;
}
.panel-layout table td {
	vertical-align: text-bottom;
}


/**/
.landing-wrap > footer {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    padding: 0 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.50);
}
.footer-menu-wrapper {
    max-width: 1440px;
    margin: 0 auto;
}
.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1.6;
}

.footer-menu .menu-item:not(:last-child) {
    margin-right: 20px;
}


.footer-menu a {
    font-size: 14px;
    font-weight: 500;
    color: #f0f0f0 !important;
}

/**/
.overpage-layer {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    left: 0;
    /*bottom: 30px;*/
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: auto;
    z-index: 9999;
}

.overpage-layer-content {
    position: relative;
    padding: 30px;
    max-width: 1440px;
    margin: 0 auto;
}
.overpage-layer-content h1 {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}
.overpage-layer-content .header {
    margin-top: 50px;
}
.btn-close {
    position: absolute;
    right: 30px;
    top: 10px;
    cursor: pointer;
    width: 36px;
    line-height: 36px;
    height: 36px;
    text-align: center;
    border: 1px solid #ffff;
    background-color: #000;
    opacity: 0.5;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
.btn-close:hover {
    opacity: 1;

}
/**/
@-webkit-keyframes amoving {
    0% {
      opacity: 0.1;
      -webkit-transform: scale3d(0.05,0.05,0.05) rotate(0);
              transform: scale3d(0.05,0.05,0.05) rotate(0);
    }
    100% {
      opacity: 0.9;
      -webkit-transform: scale3d(1,1,1) rotate(0);
              transform: scale3d(1,1,1) rotate(0);
    }
}
@keyframes amoving {
    0% {
      opacity: 0.1;
      -webkit-transform: scale3d(0.05,0.05,0.05) rotate(0);
              transform: scale3d(0.05,0.05,0.05) rotate(0);
    }
    100% {
      opacity: 0.9;
      -webkit-transform: scale3d(1,1,1) rotate(0);
              transform: scale3d(1,1,1) rotate(0);
    }
}

@-webkit-keyframes amoving1 {
    0% {
      opacity: 0.1;
      -webkit-transform: scale3d(0.05,0.05,0.05) rotate(10deg);
              transform: scale3d(0.05,0.05,0.05) rotate(10deg);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale3d(1,1,1) rotate(0);
              transform: scale3d(1,1,1) rotate(0);
    }
}

@keyframes amoving1 {
    0% {
      opacity: 0.1;
      -webkit-transform: scale3d(0.05,0.05,0.05) rotate(10deg);
              transform: scale3d(0.05,0.05,0.05) rotate(10deg);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale3d(1,1,1) rotate(0);
              transform: scale3d(1,1,1) rotate(0);
    }
}
@-webkit-keyframes amoving2 {
    0% {
      opacity: 0.1;
      -webkit-transform: scale3d(0.05,0.05,0.05) rotate(-10deg);
              transform: scale3d(0.05,0.05,0.05) rotate(-10deg);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale3d(1,1,1) rotate(0);
              transform: scale3d(1,1,1) rotate(0);
    }
}
@keyframes amoving2 {
    0% {
      opacity: 0.1;
      -webkit-transform: scale3d(0.05,0.05,0.05) rotate(-10deg);
              transform: scale3d(0.05,0.05,0.05) rotate(-10deg);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale3d(1,1,1) rotate(0);
              transform: scale3d(1,1,1) rotate(0);
    }
}@-webkit-keyframes amoving3 {
    0% {
      opacity: 0.1;
      -webkit-transform: scale3d(0.05,0.05,0.05) rotate(5deg);
              transform: scale3d(0.05,0.05,0.05) rotate(5deg);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale3d(1,1,1) rotate(0);
              transform: scale3d(1,1,1) rotate(0);
    }
}@keyframes amoving3 {
    0% {
      opacity: 0.1;
      -webkit-transform: scale3d(0.05,0.05,0.05) rotate(5deg);
              transform: scale3d(0.05,0.05,0.05) rotate(5deg);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale3d(1,1,1) rotate(0);
              transform: scale3d(1,1,1) rotate(0);
    }
}
@-webkit-keyframes amoving4 {
    0% {
      opacity: 0.1;
      -webkit-transform: scale3d(0.05,0.05,0.05) rotate(-12deg);
              transform: scale3d(0.05,0.05,0.05) rotate(-12deg);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale3d(1,1,1) rotate(0);
              transform: scale3d(1,1,1) rotate(0);
    }
}
@keyframes amoving4 {
    0% {
      opacity: 0.1;
      -webkit-transform: scale3d(0.05,0.05,0.05) rotate(-12deg);
              transform: scale3d(0.05,0.05,0.05) rotate(-12deg);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale3d(1,1,1) rotate(0);
              transform: scale3d(1,1,1) rotate(0);
    }
}

@-webkit-keyframes astoping {
    0% {
        opacity: 0.3;
        -webkit-transform: scale3d(0.5,0.5,0.5) rotate(0);
                transform: scale3d(0.5,0.5,0.5) rotate(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1) rotate(0);
                transform: scale3d(1,1,1) rotate(0);
    }
}

@keyframes astoping {
    0% {
        opacity: 0.3;
        -webkit-transform: scale3d(0.5,0.5,0.5) rotate(0);
                transform: scale3d(0.5,0.5,0.5) rotate(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1) rotate(0);
                transform: scale3d(1,1,1) rotate(0);
    }
}

@media only screen and (min-width: 1440px) {
    .slide-block-title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1440px) {
    .slide-block-title {
        font-size: 1.3vw;
    }
    .slide-iner-col {
        padding: 25px 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .slide-block-title {
        font-size: 25px;
    }

    .slide-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .slide-col {
        width: 100%;
        max-width: 620px;
    }

    .slide-col.flex-center-col {
        display: none;
    }

    .slide-block-link, .slide-block-link.clickable:hover, .slide-block-link:not(.over), .slide-block-link.clickable.over:hover {
        opacity: 1;
        -webkit-animation: none;
                animation: none;
    }

    .flex-mobile-col {
        display: block;
    }

    .landing-wrap {
        margin-top: 30px;
    }
}

@media (max-width: 1024px) and (min-width: 600px)  {

    .slide-iner-grid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .slide-iner-col {
        padding: 25px 0;
        width: 48%;
    }

    .slide-block-title {
        font-size: 4.0vw;
    }
}
@media only screen and (max-width: 599px)  {
    .slide-iner-col {
        padding: 20px 0;
    }
    .slide-block-title {
        font-size: 5vw;
    }
    .zwoop-info-text {
        font-size: 14px;
    }
}
@media only screen and (max-width: 400px)  {
    p {
        font-size: 89%;
    }
	
	.overpage-layer-content {
		font-size: 80%;
	}
	.overpage-layer-content h2 {font-size: 1.6em;}
	.overpage-layer-content h3 {font-size: 1.5em;}
	.overpage-layer-content h4 {font-size: 1.4em;}
	.overpage-layer-content table.mobile, .overpage-layer-content table.mobile tr, .overpage-layer-content table.mobile td, .overpage-layer-content table.mobile th {
		height: auto !important;
		width: auto !important;
	}
	.overpage-layer-content table.mobile tr {
		display: block;
		margin-bottom: 15px;
	}
	.overpage-layer-content table.mobile td, .overpage-layer-content table.mobile th {
		display: block;
	}
    .footer-menu {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .overpage-layer-content h1 {
        margin-bottom: 20px;
        font-size: 1.8em;
    }
    .overpage-layer-content .header {
        margin-top: 20px;
    }
    .slide-block-title {
        font-size: 22px;
    }
    .slide-block-center-title {
        font-size: 25px;
    }

}
