/*
Theme Name: Therapy For Expats
Theme URI:
Author: mymountain
Author URI:
Description:
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: therapyforexpats
Tags: full-site-editing,
*/

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    position: relative;
    overflow-x: hidden;
}

:where(.wp-site-blocks) > * {
    margin-block-start: 0;
}

.nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    color: white;
    transition: all .3s ease-in-out;
}

.nav.shrink {
    background-color: white;
    color: black;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.nav-black .nav {
    color: black !important;
}

.no-underline a {
    text-decoration: none !important;
}

/* HOMEPAGE */
@media screen and (max-width: 800px) {
    .header-content {
        padding-top: 100px !important;
    }

    .header-title {
        font-size: 60px !important;
    }

    .header-subtitle {
        font-size: 18px !important;
    }
}

.blog-grid .wp-block-post-template {
    display: grid;
    grid-template: auto / repeat(3, 1fr);
    grid-gap: 20px;
}

.wp-block-post-title a {
    text-decoration: none;
}

.pagination a {
    text-decoration: none;
}

.person-card {
    -webkit-box-shadow: 0px 4px 20px -11px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 4px 20px -11px rgba(0, 0, 0, 1);
    box-shadow: 0px 4px 20px -11px rgba(0, 0, 0, 1);
    border-radius: 10px;
}

.mt-0 {
    margin-top: 0 !important;
}

.btn-contact-form {
    border-color: #fdc500 !important;
    background-color: #fdc500 !important;
}

/* ANIMATIONS */

/*.fade-in {*/
/*    opacity: 0;*/
/*    transition: opacity .5s .3s ease-in-out;*/
/*}*/

/*.fade-in.fade-in-animate {*/
/*    opacity: 1;*/
/*}*/

/*.fade-in-up {*/
/*    opacity: 0;*/
/*    transform: translateY(30px);*/
/*    transition: all .5s .3s ease-in-out;*/
/*}*/

/*.fade-in-up.fade-in-up-animate {*/
/*    opacity: 1;*/
/*    transform: translateY(0);*/
/*}*/
