@charset "UTF-8";

/*
Theme Name: Dflat
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: Dflat
Author URI: https://dflat.com.au/
Description: Dflat theme (based on 2021)
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: twentytwentyone

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

:root {
    /* --dflat-font: 'Noto Sans JP', 'Segoe UI', Roboto, sans-serif; */
    --dflat-font-jp: 'Noto Sans JP', sans-serif;
    --dflat-font: 'Mulish', sans-serif;
    --dflat-heading-font: 'Mulish', sans-serif;
    --special-font-family: 'Josefin Sans', sans-serif;

    --heading--font-family: var(--dflat-heading-font);
    --global--font-size-base: 15px;
    --global--font-size-xs: 15px;

    --heading--font-size-h3: 24px;
    --work-title-font-size: 30px;

    --color-darkgray: #706e79;
    --color-themeblue: #0077bb; /* 0, 119, 187 */
    --color-grey: #85919f;
    --color-darkblue: #002244; /* 0, 34, 68 */
    --color-paleblue: #d9ecf0;
    --color-bg-base: #f0efea; /* offwhite */
    --color-bg-base2: #232525; /* bluegreen */
    --color-white: #ffffff;
    --color-lightgreen: #75f7d2; /* 117, 247, 210 */
    --color-form-red: #dc3232;

    --form--border-color: #444;
    --form--color-text: #444;

    --button--color-background: #0077bb;
    --button--font-size: 20px;
    --button--font-weight: 600;

    --branding--logo--max-width: 100px;
    --site-header-height: 70px;
    /* --home-banner-height: 100vh; */

    --block-margin: 30px;
    --work-row-h: 500px;

    --arrow-size: 100px;

    --home-banner-text-height: calc(var(--home-banner-height) * 0.4);
    --home-banner-image-height: calc(var(--home-banner-height) - var(--home-banner-text-height));
}



@media only screen and (min-width: 482px) {
    :root{
        --branding--logo--max-width: 100px;
        --branding--logo--max-height: 70px;
        --site-header-height: 70px;
        /* --home-banner-height: min(calc(var(--responsive--alignwide-width)*0.8), calc(100vh - 200px)); */
 
        --block-margin: 50px;
    }
}
@media only screen and (max-width: 481px) {
    :root{
        --heading--font-size-h3: 18px;
        --heading--font-size-h4: 18px;
        --global--font-size-xs: 14px;
        --button--font-size: 15px;
        --button--padding-vertical: 10px;
        --button--padding-horizontal: 10px;
    }
}

@media only screen and (min-width: 652px) {
    :root {
        --global--font-size-base: 16px; /* 1rem */
        --block-margin: 70px;
    }
}

@media only screen and (min-width: 822px) {
    :root {
        --global--font-size-base: 16px;

        --block-margin: 90px;
    }
}
/*
------------------
  General (Site wide)
------------------
*/
body {
    background-color: var(--color-bg-base);
}

.hide-element {
    display: none !important;
}

.alignwide,
.alignfull [class*="inner-container"] > .alignwide,
.alignwide [class*="inner-container"] > .alignwide {
    /* max-width: calc(var(--responsive--alignwide-width) - 30px); */
    max-width: var(--responsive--alignwide-width);
}

/* Font override */
body, input, textarea, button, .button, .faux-button,
.wp-block-button__link, .wp-block-file__button,
.has-drop-cap:not(:focus)::first-letter, .has-drop-cap:not(:focus)::first-letter,
.entry-content .wp-block-archives, .entry-content .wp-block-categories,
.entry-content .wp-block-cover-image, .entry-content .wp-block-latest-comments,
.entry-content .wp-block-latest-posts, .entry-content .wp-block-pullquote,
.entry-content .wp-block-quote.is-large, .entry-content .wp-block-quote.is-style-large,
.entry-content .wp-block-archives *, .entry-content .wp-block-categories *,
.entry-content .wp-block-latest-posts *, .entry-content .wp-block-latest-comments *,
.entry-content p, .entry-content ol, .entry-content ul, .entry-content dl, .entry-content dt,
.entry-content cite, .entry-content figcaption, .entry-content .wp-caption-text,
.comment-content p, .comment-content ol, .comment-content ul, .comment-content dl,
.comment-content dt, .comment-content cite, .comment-content figcaption,
.comment-content .wp-caption-text, .widget_text p, .widget_text ol, .widget_text ul,
.widget_text dl, .widget_text dt, .widget-content .rssSummary, .widget-content cite,
.widget-content figcaption, .widget-content .wp-caption-text {
    font-family: var(--dflat-font);
}

.font-jp {
    font-family: var(--dflat-font-jp) !important;
    font-weight: 300;
}

.heading-font-jp {
    font-family: var(--dflat-font-jp) !important;
    font-weight: 400;
}

/* Form input style override */
input[type="text"], input[type="email"], input[type="url"], input[type="password"], 
input[type="search"], input[type="number"], input[type="tel"], input[type="date"], 
input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], 
input[type="datetime-local"], input[type="color"], .site textarea {
    line-height: 1.2;
    padding: 5px;
    border: 1px solid;
    border-radius: 3px;
    width: 100%;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus,
input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus,
input[type="tel"]:focus, input[type="date"]:focus, input[type="month"]:focus, 
input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, input[type="color"]:focus, .site textarea:focus {
    color: var(--form--color-text);
    outline-offset: 2px;
    outline: 1px solid var(--color-grey);
}

label {
    font-size: var(--global--font-size-xs);
}

form.wpcf7-form {
    color: var(--form--color-text);
}
form.wpcf7-form textarea {
    width: calc(100% - 4px);
}
.wpcf7 form .wpcf7-response-output {
    border: none;
    margin: 0;
    padding: 10px 0;
    /* width: var(--responsive--alignwide-width);  */
    width: 100%;
    font-size: 15px;
}
.wpcf7 form.sent .wpcf7-response-output:before {
    content: '';
    /* content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="#dc3232"><path d="M11 15h2v2h-2v-2zm0-8h2v6h-2V7zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/></svg>'); */
    background-image: url('assets/images/check_circle_black_24dp.svg');
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    color: var(--color-form-red);
}
.wpcf7 form.invalid .wpcf7-response-output:before,
.wpcf7 form.unaccepted .wpcf7-response-output:before {
    content: '';
    /* content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="#dc3232"><path d="M11 15h2v2h-2v-2zm0-8h2v6h-2V7zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/></svg>'); */
    background-image: url('assets/images/error_outline_black_24dp.svg');
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}



/* Default button layout override */
.site .button, input[type="submit"], input[type="reset"],
.wp-block-search__button, .wp-block-button .wp-block-button__link {
    border: 0px;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
    color: var(--global--color-background) !important;
    background: var(--button--color-background) !important;
    border: 0px;
}
.wp-block-buttons .wp-block-button {
    line-height: var(--button--line-height);
    margin-bottom: 0;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
    color: transparent;
    background: var(--color-darkblue) !important;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
    color: transparent;
    background: var(--color-darkblue) !important;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
	color: var(--color-white) !important;
}

/* Google Icons (to use, put this class to <span> */
.material-icons {
    font-family: 'Material Icons';
    font-weight: 700;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
  
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
  
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  
    /* Support for IE. */
    font-feature-settings: 'liga';
}

a.wp-block-button__link > span.material-icons {
    margin-right: .5rem;
    vertical-align: bottom;
}

/* Remove nav margin */
.site-main > article {
    margin-top: 0;
}

a {
    color: inherit;
}

a:hover,
a:focus {
    color: var(--color-themeblue);
}

/* wordpress admin nav to fixed in small devices */
    html #wpadminbar {
        position: fixed;
    }

/* Loading */
div.loading {
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    background-color: var(--color-bg-base);
    opacity: 1;
    transition: opacity .5s ease-out;
    z-index: 300;
}
/* 
   <div class="lds-ripple"><div></div><div></div></div>
*/
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid var(--color-themeblue);
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      width: 72px;
      height: 72px;
      opacity: 0;
    }
}

.anchor {
    display: block;
    position: relative;
    visibility: hidden;
    top: calc(0px - var(--global--admin-bar--height, 0) - var(--site-header-height));
    margin-top: 0;
    margin-bottom: 0;
}

.section-anchor {
    opacity: 0;
    transition: opacity .7s ease-in-out;
}

.section-anchor[data-scroll="in"] {
    opacity: 1;
}

@media only screen and (max-width: 481px) {
    .lock-scrolling .site {
        position: static;
    }

    ul, ol {
        padding-left: 30px;
    }

    h2 {
        text-align: center;
    }

    .wp-block-column.our-work-title h3,
    .wp-block-column.our-work-title h4,
    .wp-block-column.members-title h3,
    .wp-block-column.members-title h4 {
        text-align: center;
    }
    .wp-block-column.members-title {
        text-align: center;
    }
}

/*
============================
   Header
============================
*/ 

.site-header {
    /*
    padding-top: var(--global--spacing-vertical);
    padding-bottom: var(--global--spacing-vertical);
    */
    padding-top: 0;
    padding-bottom: 0;
    height: var(--site--header-height);
    position: fixed;
    width: 100%;
    max-width: 100%;
    z-index: 100;
    /* display: none; */
    flex-wrap: nowrap;
    justify-content: center;
    opacity: 0;
    background-color: rgba(240, 239, 234, 0.95);
    box-shadow: 3px 3px 8px 2px rgba(125,125,125,0.2);

    transition: opacity .3s ease-in, height .3s ease-in;
    height: 0;
}

.site-header-container {
    width: var(--responsive--alignwide-width);
    display: flex;
    justify-content: space-between;
}

.site-header-box {
    /*
    width: var(--responsive--alignwide-width);
    margin-left: auto;
    margin-right: auto;
    */
    width: auto;
}

.site-header .site-logo {
    padding-bottom: 0;
    border-bottom: none;
    width: auto;
}

.header-info-area {
    display: flex;
    align-items: center;
}

.header-contact {
    margin-right: 30px;
}


#header-contact-button {
    padding: 8px 15px;
    /* display: flex; */
    /* align-items: center; */
    color: var(--color-darkblue);
    background: transparent;
    border: 1px solid var(--color-darkblue);
    font-weight: 500;
}
#header-contact-button:before  {
    font-family: 'Material Icons';
    content: '\e0be';
    font-weight: 700;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
  
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
  
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  
    /* Support for IE. */
    font-feature-settings: 'liga';

    margin-right: .5rem;
    vertical-align: bottom;

}


#header-contact-button:hover {
    background: var(--color-darkblue);
    color: var(--color-white);
}

#header-contact-button:focus,
#header-contact-button:active {
    background: var(--color-darkblue);
    color: var(--color-white);
    outline: 1px solid var(--color-darkblue);
    outline-offset: 2px;
}

#site-navigation ul li a {
    text-decoration: none;
    color: var(--color-darkgray);
}

#site-navigation ul li a:hover {
    text-decoration: underline;
}

#site-navigation ul li a.current {
    color: var(--color-darkblue);
}

.primary-navigation {
    position: relative;
    top: 0;
}

.menu-button-container {
    height: 48px;
    padding: 0;
}

.menu-button-container #primary-mobile-menu {
    color: var(--color-darkblue);
}

.menu-button-container #primary-mobile-menu:focus {
    outline: none;
}


@media only screen and (min-width: 822px) {
    .admin-bar .primary-navigation {
        top: initial;
    }

    .primary-navigation {
        margin-left: auto;
    }

    .primary-navigation > .primary-menu-container,
    .primary-navigation-open .primary-navigation > .primary-menu-container {
        position: relative;
    }

    .primary-navigation > div > .menu-wrapper {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        list-style: none;
        margin: 0;
        max-width: none;
        padding-left: 0;
        position: relative;
    }
}


@media only screen and (max-width: 821px) {

    .menu-button-container {
        position: relative;
        display: flex;
    }

    .primary-navigation-open .primary-navigation {
        position: relative;
        width: auto;
        z-index: 2;
        top: 0;
    }

    .primary-navigation-open .menu-button-container {
        background-color: transparent;
    }

    .primary-navigation > .primary-menu-container {
        height: calc(100vh - var(--site-header-height));
        z-index: 499;
        overflow-x: hidden;
        overflow-y: auto;
        border: 2px solid transparent;
        
        position: fixed;
        visibility: hidden;
        width: 200px;
        opacity: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: unset; 
        padding-top: calc(var(--button--line-height) * var(--primary-nav--font-size-button) + 42px + 5px);
        padding-left: var(--global--spacing-unit);
        padding-right: var(--global--spacing-unit);
        padding-bottom: var(--global--spacing-horizontal);
        background-color: var(--global--color-background);
        transition: all 0.15s ease-in-out;
        transform: translateX(var(--global--spacing-horizontal));
    }

    .admin-bar .primary-navigation > .primary-menu-container {
        height: calc(100vh - var(--global--admin-bar--height) - var(--site-header-height));
        top: calc(var(--global--admin-bar--height) + var(--site-header-height));
    }

    .primary-navigation-open .primary-navigation > .primary-menu-container {
        /* position: absolute; */
        position: fixed;
        /* width: auto; */
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
        background: rgba(240, 239, 234, 0.95);
        box-shadow: -2px 3px 2px 1px rgba(200,200,200,.2);
    }

    .primary-navigation > div > .menu-wrapper li {
        display: block;
        position: relative; 
        width: 100%;
    }

    #site-navigation ul li a {
        text-decoration: none;
        color: var(--color-darkgray);
    }
    
    #site-navigation ul li a:hover {
        text-decoration: underline;
    }
    
    #site-navigation ul li a.current {
        color: var(--color-darkblue);
    }
    
}

@media only screen and (max-width: 481px) {
    .site-header {
        width: 100vw;
    }

    .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo {
        position: relative;
        top: 0;
    }

    .header-contact {
        margin-right: 5px;
    }

    #header-contact-button {
        font-size: 14px;
    }

    #header-contact-button:before {
        vertical-align: middle;
        margin-right: .1rem;
    }

}



/*
============================
   Home
============================
*/

.site-main {
    /* padding-top: var(--site-header-height); */
    padding-top: 0;
    padding-bottom: 0;
}

/* Avoid scrolling when popup is shown */ 
body.noscroll {
    overflow: hidden;
}

/* 
------------------
   Banner
------------------
*/
.site-header > .site-logo.home {

}

.home-banner {
    /*
    --home-banner-height: calc(100vh - var(--global--admin-bar--height, 0));
    */
    --home-banner-height: 100vh;

    --home-banner-text-height: calc(var(--home-banner-height) * 0.4);
    --home-banner-image-height: calc(var(--home-banner-height) - var(--home-banner-text-height));

    position: relative;
    height: var(--home-banner-height);
    /* margin-top: var(--global--spacing-vertical); */
    /* margin-bottom: var(--global--spacing-vertical); */
    margin-top: 0;
    margin-bottom: 0;
    min-height: calc(var(--responsive--alignwide-width) / 2 + 60px);
    display: flex;
    align-items: center;
}



.home-banner > .wp-block-group__inner-container {
    display: flex;
}
/*
.home-banner > .wp-block-group__inner-container > :first-child {
    margin-bottom: 0;
    width: 40%;
}
*/

/*
.home-banner > .wp-block-group__inner-container > :last-child {
    margin-top: 0;
}
*/

.home-banner .home-banner-text-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* background-color: #dddddd; */
    background-color: var(--color-themeblue);
    padding: 30px;
    transition: opacity 1s ease-out;
    opacity: 0;
    color: #fff;
    text-align: center;
}

.home-banner .home-banner-text-group h3 {
    letter-spacing: 1.5px;
    line-height: 1.7;
    font-size: 22px;
}

.home-banner .home-banner-text-group img {
    display: inline;
    text-align: center;
}

.home-banner .wp-block-columns {
    align-items: center;
    height: var(--home-banner-height);
}

.home-banner .wp-block-columns .wp-block-column {
    position: relative;
}

.home-banner .wp-block-columns .wp-block-column {
    position: relative;
}

.home-banner .wp-block-columns .wp-block-column.home-banner-text-column {
    /* flex-shrink: 2; */
    position: absolute;
    width: 500px;
    z-index: 5;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.home-banner .wp-block-columns .wp-block-column.home-banner-images {
    height: var(--home-banner-height);
    display: flex;
    align-items: center;

    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    margin: 0;
    flex-wrap: wrap;
}

.home-banner .wp-block-columns .wp-block-column.home-banner-images > figure {
    /* max-width: 50%; */
    height: 50%;
    width: 50%;
    margin: 0;
}
.home-banner .wp-block-columns .wp-block-column.home-banner-images > figure > img {
    flex: 0 0 auto;
    /*width: 300px;*/
    /* height: auto; */
    height: 100%;
    width: 100%;
    position: relative;
    /* left: -10%; */
    left: 0;
    /* transform: scaleY(.01); */
    /* transform: translate(-100%, 10%) scale(1.5); */
    opacity: 0;

    /* transform: rotateY(180deg); */ /* flip */

    transform: scale(.95);
    backface-visibility: hidden; 
    transition: transform .3s ease-out, opacity .3s ease-out;
    /* transition-timing-function: ease-in-out; */
    border: solid 1px transparent;
    transform-style: preserve-3D;

    object-fit: cover;
    object-position: center center;
}

.home-banner .wp-block-columns .wp-block-column.home-banner-images > figure:nth-child(2) > img {
    /* transform: rotate(270deg) scale(0.5); */
    transition-delay: .5s;
    /* transform: translate(-100%, 0); */
    /* left: -100%; */
}


.home-banner .wp-block-columns .wp-block-column.home-banner-images > figure:nth-child(3) > img {
    /* transform: rotate(90deg) scale(0.5); */
    transition-delay: 1s;
    /* transform: translate(100%, 0); */
    /* right: -100%; */
}

.home-banner .wp-block-columns .wp-block-column.home-banner-images > figure:nth-child(4) > img {
    /* transform: rotate(315) scale(0.5); */
    transition-delay: 1.5s;
    /* transform: translate(0, -100%); */
    /* top: -100%; */
}



@media only screen and (max-width: 651px) { /* max-width: 481px */
    .home-banner > .wp-block-group__inner-container > .wp-block-columns {
        /* 
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        */
    }

    .home-banner .wp-block-columns .wp-block-column.home-banner-text-column {
        width: 100%;
        position: absolute;
        transform: none;
        left: 0;
        height: var(--home-banner-text-height);
        top: var(--home-banner-image-height);
        flex-basis: auto !important;
        margin-bottom: 0;
    }

    .home-banner .home-banner-text-group {
        height: 100%;
        width: 100%;
        max-width: 100%;
    }

    .home-banner .wp-block-columns .wp-block-column.home-banner-images {
        position: absolute;
        height: var(--home-banner-image-height);
        width: 100%;
        flex-basis: auto !important;
    }

    .home-banner .home-banner-text-group h3 {
        font-size: 18px;
    }
}



@keyframes down{
    0% { opacity: 0; }
    50% { opacity: 0.5;}
    100% { opacity: 1;}
}
@-webkit-keyframes down {
    0% { opacity: 0; }
    50% { opacity: 0.5;}
    100% { opacity: 1;}
}

.arrow-container {
    width: var(--arrow-size);
    height: var(--arrow-size);
    margin: 0 auto;
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    /* display: flex; */
    justify-content: center;
    /* animation-name: down; */
    animation-duration: 2s;
    animation-iteration-count: infinite;
    display: none;
}

@media only screen and (max-width: 651px) {
    .arrow-container {
        position: absolute;
        bottom: calc(var(--home-banner-text-height) + 100px);
    }
}

.arrow-1 {
    /*
    width: var(--arrow-size);
    height: var(--arrow-size);
    background: var(--color-themeblue);
    opacity: 0.5;
    border-radius: 50%;
    position: absolute;
    */
}

.arrow-2 {
    /*
    width: calc(var(--arrow-size) * 0.6);
    height: calc(var(--arrow-size) * 0.6);
    background: var(--color-themeblue);
    border-radius: 50%;
    position: absolute;
    top: calc(var(--arrow-size) * 0.2);    
    left: calc(var(--arrow-size) * 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    */
}

.arrow-2 span {
    width: 40px;
    height: 40px;
    display: block;
    border-bottom: 8px solid var(--color-themeblue);
    border-right: 8px solid var(--color-themeblue);
    transform: rotate(45deg);
    opacity: 0;

    -webkit-animation: down 1s infinite;
    -moz-animation: down 1s infinite;
    animation: down 1s infinite;
    
    -webkit-animation-direction: alternate;
    animation-direction: alternate;

    animation-delay: .2s;
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
}

.arrow-2 span:first-child {
    animation-delay: .1s;
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
}

.arrow-2 span:last-child {
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(.4, .4, .4);
              transform: scale3d(.4, .4, .4);
    }
  
    50% {
      opacity: 0.5;
    }
    
    100% {
      opacity: 0;
    }
}
  
@keyframes zoomIn {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(.4, .4, .4);
              transform: scale3d(.4, .4, .4);
    }
  
    50% {
      opacity: 0.5;
    }
    
    100% {
      opacity: 0;
    }
}
  
.zoomIn {
    /*
    -webkit-animation-name: zoomIn;
            animation-name: zoomIn;
    animation-iteration-count: infinite;
    */
}

/* 
------------------
   Dflat-top
------------------
*/
.dflat-top-section {
    margin-top: var(--block-margin);
    color: var(--color-darkblue);
}

.dflat-top-section .dflat-top-groups > .wp-block-group__inner-container {
    display: block;
}

.dflat-top-section .dflat-group {
    background-color: white;
    padding: 40px;
}

.dflat-top-section .dflat-group:last-child {
    margin-right: 0 !important;
}

.dflat-top-section .dflat-group p {
    width: 100%;
}

.dflat-top-section .dflat-group svg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 1240px) {
    .dflat-top-section .dflat-top-groups > .wp-block-group__inner-container {
        display: flex;
    }

    .dflat-top-section .dflat-group {
        margin-right: 30px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

/* 
------------------
   skills
------------------
*/

.our-skills-section {
    margin-top: var(--block-margin);
    margin-bottom: var(--block-margin);
    color: var(--color-darkblue);
}

.wp-block-columns.skills-area-flex {
    border: 5px solid var(--color-darkblue);
    align-items: strech;
}

.wp-block-columns.skills-area-flex > .wp-block-column {
    margin-left: 0;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wp-block-columns.skills-area-flex > .wp-block-column > * {
    margin-bottom: 0;
}

.wp-block-columns.skills-area-flex > .wp-block-column:first-child {
    border-right: 5px dotted var(--color-darkblue);
    background-color: var(--color-paleblue);
}

.wp-block-columns.skills-area-flex > .wp-block-column:first-child svg {
    width: 100%;
    height: 60px;
    text-align: center;
    margin-bottom: 0;
}
.wp-block-columns.skills-area-flex > .wp-block-column:first-child {
    border-right: 5px dotted var(--color-darkblue);
    background-color: var(--color-paleblue);
}

.wp-block-columns.skills-area-flex > .wp-block-column:first-child > :last-child {
    margin-bottom: 10px;
}



.skills-area {
    /* border: 5px solid var(--color-darkblue); */
    color: var(--color-darkblue);
    /* padding: 2rem; */
}

.skills-area .wp-block-buttons {
    margin-bottom: 0;
}

.skills-area .wp-block-buttons .wp-button > a {
    
}



.skills-area .skills-area-list {
    font-size: var(--global--font-size-xs);
}

.price-figure {

    margin-top: 0 !important;
}

.wp-block-buttons.price-button-set {
    position: relative;
    width: max-content;
}
.wp-block-button.double-button {
    /* position: relative; */
}

.wp-block-button.double-button > a {
    /* transition: all 0.5s ease-in; */
    position: relative;
    overflow: hidden;
    /*
    background: linear-gradient(to left, var(--color-darkblue) 0% 0%, var(--color-themeblue) 0% 100%);
    */
}

.wp-block-button.double-button > a:hover {
    /*
    background: linear-gradient(to left, var(--color-darkblue) 0% 100%, var(--color-themeblue) 100% 100%);
    transition: all 0.1s ease-in; 
    */
}

.wp-block-button.double-button > a > span:first-child {
    position: relative;
    width: 100%;
    left: 0;
    transition: all 0.1s ease-in;
}
.wp-block-button.double-button > a > span:nth-child(2) {
    position: absolute;
    width: 100%;
    right: -100%;
    transition: all 0.1s ease-in;
}

.wp-block-button.double-button > a:hover > span:first-child {
    left: calc(-100% - var(--button--padding-horizontal));
}

.wp-block-button.double-button > a:hover > span:nth-child(2) {
    right: 0;
}

.wp-block-button.double-button > a:before {
    width: 0px;
    content: '';
    /* background-color: rgba(0, 0, 0, .5); */
    background-color: var(--color-darkblue);
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    transition: all 0.1s ease-in;
}

.wp-block-button.double-button > a:hover:before {
    width: 100%;
}

.wp-block-button.double-button a span.ja-lang {
    font-family: var(--dflat-font-jp);
    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem;
    top: 50%;
    transform: translateY(-50%);
}

/*
.wp-block-button.price-button > a:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transition: all 0.5s ease-out;
}

.wp-block-button.price-button > a:before {
    width: 2px;
    height: 0;
}
.wp-block-button.price-button > a:after {
    width: 0;
    height: 2px;
}
*/


/*
.wp-block-button.price-button > a:hover {
    background: transparent;
}
*/
/*
.wp-block-button.price-button > a:hover::before {
    height: 100%;
}
.wp-block-button.price-button > a:hover::after {
    width: 100%;
}
*/

.show-popup {
    display: block !important;
    opacity: 1 !important;
    /* transform: translate(-50%, -50%) scale(1) !important; */
}

.price-figure > .wp-block-group__inner-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
    width: var(--responsive--alignwide-width) !important;
    max-width: none !important;
    max-height: calc(100vh - 60px);
    /* padding: 3rem 1rem; */
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #fff;
    border-radius: 20px;
    overflow: auto;
    transition: all .5s ease-in-out;
    opacity: 0;
}

/* Hide scroll bar*/
.price-figure > .wp-block-group__inner-container.show-popup::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}
.price-figure > .wp-block-group__inner-container.show-popup {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}


.price-figure > .wp-block-group__inner-container > *:first-child {
    margin-top: 3rem;
}


.price-figure > .wp-block-group__inner-container > *:last-child {
    margin-bottom: 3rem;
}

.overlay {
    
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: none !important;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 199;
    transition: all .5s ease-in-out;
}

.price-row {
    /* border: 3px solid; */
    background-color: #024;
    color: #fff;
    opacity: .9;
    padding: 0.5rem 0;
    border-radius: 20px;
    max-width: var(--responsive--aligndefault-width);
}

.price-row:not(:last-child) {
    margin-bottom: 0;
}
.price-row:not(:first-child) {
    margin-top: 0;
}
.wp-block-group.price-figure .wp-block-group__inner-container p.price-plus {
    margin-top: 0;
    margin-bottom: 0;
}

.price-row > .wp-block-column:first-child {
    border-right: 3px dotted #ffffff;
}

.price-row > .wp-block-column:not(:last-child) {
    margin-bottom: 0;
}

.price-row > .wp-block-column:not(:first-child) {
    margin-left: 0;
}
.price-row > .wp-block-column {
    padding: 1rem 1.5rem;
}



.wp-block-button.close-button .wp-block-button__link {
    background-color: var(--color-darkgray);
}


.contact-button > a:before,
.close-button > a:before {
    font-family: 'Material Icons';
    font-weight: 700;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
  
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
  
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  
    /* Support for IE. */
    font-feature-settings: 'liga';

    margin-right: .5rem;
    vertical-align: bottom;

}

.contact-button > a:before {
    content: '\e0be';
}

.close-button > a:before {
    content: '\e5cd';
}

.price-figure .popup-form {
    height: 0;
    overflow: hidden;
    transition: height .3s ease-in-out;
}

.price-figure .popup-form > .wp-block-group__inner-container {
    padding: 50px 30px;
    background-color: var(--color-paleblue);
}

.price-figure .popup-form form {
    --form--color-text: var(--color-darkblue);
    --form--border-color: var(--color-darkblue);
}
.price-figure .popup-form form p {
    margin-top: 10px;
}

.price-figure .popup-form form p:last-of-type {
    margin-top: 20px;
}

.price-figure .popup-form form input[type="submit"] {
    color: var(--form--color-text);
    background-color: transparent;
    border: 1px solid var(--form--color-text);
    font-size: 18px;
}
.price-figure .popup-form form input[type="submit"]:hover,
.price-figure .popup-form form input[type="submit"]:active {
    background-color: var(--form--color-text);
    color: var(--color-white);
}
.price-figure .popup-form form input[type="submit"]:focus {
    background-color: var(--form--color-text);
    color: var(--color-white);
    outline-offset: 2px;
    outline: 1px solid var(--form--color-text);
}

.price-figure .popup-form .wpcf7 form .wpcf7-response-output {
    width: 100%;
}



@media only screen and (max-width: 999px) {
    .wp-block-columns.skills-area-flex {
        flex-wrap: wrap;
    }
    .wp-block-columns.skills-area-flex > .wp-block-column {
        flex-basis: 100% !important;
        margin-left: 0;
    }

    .wp-block-columns.skills-area-flex > .wp-block-column:first-child {
        border-right: 0px;
        border-bottom: 5px dotted var(--color-darkblue);
    }
    
    .wp-block-columns.skills-area-flex > .wp-block-column:not(:last-child) {
        /* margin-bottom: var(--global--spacing-vertical); */
        margin-bottom: 0;
    }
    
}

@media only screen and (max-width: 651px) {

    .price-figure .popup-form form input:not([type="submit"]) {
        width: 100%;
    }
}

@media only screen and (max-width: 599px) {
    .price-row {
        padding-left: 8px;
        padding-right: 8px;
    }

    .price-row > .wp-block-column:first-child {
        border-right: none;
        border-bottom: 3px dotted #ffffff;
    }
}

@media only screen and (max-width: 481px) {
    .wp-block-button.double-button a span.ja-lang {
        font-size: 12px;
        line-height: 22.5px;
    }

    .price-figure .popup-form form input[type="submit"] {
        font-size: 14px;
    }

    .price-figure .popup-form > .wp-block-group__inner-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

}


/* 
------------------
   work
------------------
*/

.our-work-section {
    
    background: linear-gradient(110deg, var(--color-themeblue) 40%, #75f7d2 120%);
    color: var(--color-white);
    
    padding-top: var(--block-margin);
    padding-bottom: var(--block-margin);
    margin-top: 0;
    margin-bottom: 0;
}

.wp-block-column.our-work-title {
    /* margin-top: 50px; */
}

.wp-block-group.work-category {
    margin-bottom: calc(var(--global--spacing-vertical) * 2);
}

.our-work-title > * {
    display: inline;
    margin-right: 20px;
}
.our-work-title > *:last-child {
    margin-right: 0;
}

.wp-block-columns.work-row {
    /* height: var(--work-row-h); */
    height: auto;
    position: relative;
    border: 5px solid var(--color-white);
    flex-wrap: nowrap;
}

.wp-block-columns.work-row .wp-block-column:not(:first-child) {
    margin-left: 0;
}

/*
.wp-block-columns.work-row .work-img-column:after {
    content: '';
    background: linear-gradient(to left, var(--color-themeblue), transparent);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--work-row-h);
}
*/

.wp-block-columns.work-row .work-img-column {
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}

.wp-block-columns.work-row .work-img-column > figure {
    height: 100%;
    width: 100%;
    position: absolute;
}

.wp-block-columns.work-row img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center top;
}

.wp-block-columns.work-row .work-text-column {
    /* position: relative; */
    display: flex;
    align-items: center;
    width: 100%;
    padding: 50px;
}

.wp-block-columns.work-row .work-text-column .work-text {
    /* position: absolute; */
    /* width: calc(100% + 150px); */
    /* width: 50%; */
    /* left: -150px; */
    /* color: var(--color-darkblue); */
    /* background-color: var(--color-bg-base); */
    /* box-shadow: -4px 3px 3px 1px rgba(0, 0, 0, 0.1); */
}

.wp-block-columns.work-row .work-text-column .work-text h4 {
    font-family: var(--special-font-family);
    font-size: var(--work-title-font-size);
}

.wp-block-columns.work-row .work-text-column .work-text.right {
    /* left: -150px; */
    /* right: 0; */
}

.wp-block-columns.work-row .work-text-column .work-text.left {
    /* left: 0; */
}

.wp-block-columns.work-row .work-text-column .work-text > .wp-block-group__inner-container,
.wp-block-columns.work-row .work-text-column .work-text > .wp-block-group__inner-container > * {
    margin: 30px;
}

.wp-block-button.work-button.double-button.is-style-outline > a.wp-block-button__link {
    background-color: transparent;
    color: var(--color-white);
    border: 1px solid var(--color-white);
}

.wp-block-button.work-button.double-button.is-style-outline > a::before {
    background-color: transparent;
    /* border: 1px solid var(--color-white); */
}

.wp-block-button.work-button.double-button.is-style-outline .wp-block-button__link:active, 
.wp-block-button.work-button.double-button.is-style-outline .wp-block-button__link:hover {
    background-color: transparent !important;
    color: var(--color-white) !important;
}


@media only screen and (max-width: 999px) {

    .our-work-section {
        background: linear-gradient(110deg, var(--color-themeblue) 40%, #75f7d2 150%);
    }

    .our-work-section .work-category .our-work-title > * {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
        margin-top: 0;
    }
    .our-work-title > *:last-child {
        margin-bottom: 30px;
    }

    .wp-block-columns.work-row {
        flex-direction: column;
    }

    .wp-block-columns.work-row.reverse {
        flex-direction: column-reverse;
    }

    .wp-block-columns.work-row .work-img-column {
        flex: 0 0 auto !important;
        width: 100%;
    }

    .wp-block-columns.work-row .work-img-column > figure {
        position: static;
    }

    .wp-block-columns.work-row .work-img-column img {
        height: 100%;
        max-height: 620px;
    }
    
    .wp-block-columns.work-row .work-text-column {
        flex: 0 0 auto !important;
        width: 100%;
        /* left: -100%; */
        padding: 0;
        /* padding-top: 300px; */
        /* padding-top: 100%; */
        position: relative;
        margin-bottom: 0;
    }

    .wp-block-columns.work-row .work-text-column.left {
        left: 0;
        z-index: 20;
    }

    .wp-block-columns.work-row .work-text-column.left + .work-img-column {
        /* left: -100%; */
    }

    .wp-block-columns.work-row .work-text-column .work-text {
        /* background: linear-gradient(120deg, rgba(0, 119, 187, 1.0) 50%, rgba(117, 247, 210, 1.0) 250%); */
        width: 100%;
    }


}

@media only screen and (max-width: 481px) {
    /*
    .our-work-section .work-category .our-work-title > * {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .our-work-title > *:last-child {
        margin-bottom: 30px;
    }
    */
    /*
    .wp-block-columns.work-row {
        flex-direction: column;
    }

    .wp-block-columns.work-row .work-img-column {
        height: 300px;
    }

    .wp-block-columns.work-row .work-text-column {
        left: 0;
        padding: 0;
    }

    .wp-block-columns.work-row .work-text-column.left {
        order: 2;
    }

    .wp-block-columns.work-row .work-text-column.left + .work-img-column {
        order: 1;
        left: 0;
    }
    */
}

/*
------------------
  About us
------------------
*/

.about-us-section {
    color: var(--color-darkblue);
    padding-top: var(--block-margin);
    padding-bottom: var(--block-margin);
    margin-top: 0;
    margin-bottom: 0;
}

.about-us-section figure.wp-block-table table {
    font-family: var(--dflat-font);
}

.about-us-section figure.wp-block-table table tr {
    /* border-bottom: 1px solid var(--color-darkgray); */
}

.about-us-section figure.wp-block-table table tr td:first-child {
    /* border-right: none; */
    /* padding-left: 30px; */
}

/*
.about-us-section figure.wp-block-table table tr td:nth-child(2) {
    border-left: none;
}
*/

.about-us-section figure.wp-block-table table tr td:last-child {
    /* padding-left: 30px; */
}



@media only screen and (min-width: 482px) {
    .about-us-section figure.wp-block-table table tr td {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.members-title > * {
    display: inline;
    margin-right: 20px;
}

.about-us-section .wp-block-group.members {
    margin-top: 60px;
}

.about-us-section .wp-block-group.members .members-columns > .wp-block-column {
    background-color: transparent;
    border: 5px solid;

}

.about-us-section .wp-block-group.members .member-photo-title {
      text-align: center;
}

.about-us-section .wp-block-group.members
  .member-photo-title > .wp-block-group__inner-container > * {
    display: inline;
    margin-right: 10px;
}

.about-us-section .wp-block-group.members .member-profile img {
    border-radius: 50%;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.about-us-section .wp-block-group.members .wp-block-group.member-profile {
    background-color: transparent;
    padding: 50px;
    /*border: 5px solid; */
}

.about-us-section .wp-block-group.members .wp-block-group.member-profile {
    background-color: transparent;
    padding: 50px;
    /*border: 5px solid; */
    margin-bottom: 0;
}

.about-us-section .wp-block-group.members .wp-block-group.links {
    margin-top: 0;
    padding: 0 50px 40px;
}

.about-us-section .wp-block-group.members .wp-block-group.links > .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
}

.about-us-section .wp-block-group.members .wp-block-group.links > .wp-block-group__inner-container > * {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 7px;
    padding-right: 7px;
}



.about-us-section .wp-block-group.members .wp-block-group.links p > a {
    /* color: var(--color-themeblue); */
    color: var(--color-darkblue);
}

.about-us-section .wp-block-group.members .wp-block-group.links p > a:hover, 
.about-us-section .wp-block-group.members .wp-block-group.links p > a:focus {
    color: var(--color-themeblue);
}

.about-us-section .wp-block-group.members .wp-block-group.links p.github:before {
    content: url('https://dflat.com.au/wp-content/uploads/2021/04/GitHub-Mark-32px.png');
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.about-us-section .wp-block-group.members .wp-block-group.links p.linkedin:before {
    content: url('https://dflat.com.au/wp-content/uploads/2021/04/LI-In-Bug_40w.png');
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

@media only screen and (max-width: 999px) {
    .about-us-section .wp-block-group.members .members-columns {
        flex-direction: column;
    }

    .about-us-section .wp-block-group.members .members-columns > .wp-block-column {
        margin-left: 0;
    }

    .about-us-section .wp-block-group.members .members-columns > .wp-block-column:not(:last-child) {
        margin-bottom: 30px;
    }
}

/*
------------------
  Contact
------------------
*/
.contact-section {
    color: var(--color-darkblue);
    /* background: linear-gradient(45deg, var(--color-paleblue) 70%, transparent 150%); */
    background: var(--color-paleblue);
    padding-top: var(--block-margin);
    padding-bottom: var(--block-margin);
    margin-top: 0;
    margin-bottom: 0;
}

.contact-section .contact-home {
    max-width: var(--responsive--alignwide-width);
}

.contact-section .contact-home form {
    display: grid;
    grid-template-columns: 300px auto;
    grid-template-rows: 90px 90px 90px 90px;
    padding: 60px;
    background-color: var(--color-white);
    border-radius: 5px;
    color: var(--form--color-text);
    column-gap: 20px;
}

.contact-section .contact-home form textarea {
    height: 212px;
}

.contact-section .contact-home form p:first-of-type { /* name */
    grid-area: 1 / 1 / 2 / 2;
}
.contact-section .contact-home form p:nth-of-type(2) { /* email */
    grid-area: 2 / 1 / 3 / 2;
}
.contact-section .contact-home form p:nth-of-type(3) { /* country */
    grid-area: 3 / 1 / 4 / 2; 
}
.contact-section .contact-home form p:nth-of-type(4) { /* message */
    grid-area: 1 / 2 / 4 / 3;
}
.contact-section .contact-home form p:last-of-type { /* Send button */
    grid-area: 4 / 1 / 5 / 3;
    place-self: center start;
}

.contact-section .contact-home form input[type="submit"] {
    color: var(--color-white);
}
.contact-section .contact-home form input[type="submit"]:hover,
.contact-section .contact-home form input[type="submit"]:active {
    background-color: var(--color-darkblue);
    color: var(--color-white);
}
.contact-section .contact-home form input[type="submit"]:focus {
    background-color: var(--color-themeblue);
    color: var(--color-white);
    outline-offset: 2px;
    outline: 1px solid var(--color-themeblue);
}

@media only screen and (min-width: 1000px) {

    .contact-section .contact-home .wpcf7 form .wpcf7-response-output {
        width: var(--responsive--alignwide-width);
    }
}

@media only screen and (max-width: 999px) {

    .contact-section .contact-home form {
        display: block;
    }

    .contact-section .contact-home form p {
        margin-top: 10px;
    }

    .contact-section .contact-home form p:last-of-type {
        margin-top: 20px;
    }

    .contact-section .contact-home form input[type="text"],
    .contact-section .contact-home form input[type="email"] {
        width: calc(100% - 3px);
    }
}

@media only screen and (max-width: 651px) {

    .contact-section .contact-home form input:not([type="submit"]) {
        /* width: 100%; */
    }

    /*
    .contact-section .contact-home form p {
        margin-top: 10px;
    }
    */
}

@media only screen and (max-width: 481px) {

    .contact-section .contact-home form {
        padding: 30px;
    }

    .contact-section .contact-home form input:not([type="submit"]) {
        /* width: 100%; */
    }

    .contact-section .contact-home form p {
        /* margin-top: 10px; */
    }
}

/*
------------------
  Footer
------------------
*/
/* entry-footer */
.site-main > article > .entry-footer {
    display: none;
}

.no-widgets .site-footer {
    margin-top: 0;
}

.site-footer > .site-info {
    border: none;
    color: var(--color-darkgray);
    font-size: 14px;
}

.site-footer > .site-info .site-name {
    display: flex;
    align-items: center;
    font-size: 14px;
    text-transform: none;
    font-family: var(--dflat-font);
}

.site-footer > .site-info .site-name .site-logo {
    padding-right: 20px;
}

.site-footer > .site-info .powered-by a {
    color: var(--color-themeblue);
    font-style: italic;
    text-decoration: none;
}
.site-footer > .site-info .powered-by a:hover,
.site-footer > .site-info .powered-by a:focus {
    color: var(--color-themeblue);
    text-decoration: underline;
}

@media only screen and (max-width: 821px) {
    .site-footer > .site-info .site-name {
        justify-content: center;
    }
    .site-footer > .site-info .powered-by {
        text-align: center;
    }
}

/*
------------------
  Back To Top
------------------
*/
#top {
    position: fixed;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    bottom: 20px;
    right: 20px;
    transition: background-color .3s, opacity .5s, visibility .3s, transform .3s;
    transition-timing-function: cubic-bezier(.95, .32, .37, 1.21);
    opacity: 0;
    visibility: hidden;
    z-index: 400;
    transform: scale(0);
    box-shadow: 1px 1px 3px 3px rgba(50, 50, 50, 0.2);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 8px 10px;
}

#top.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}




