/*
Theme Name: Zakra Child Theme
Theme URI: http://themegrill.com/themes/zakra/
Description: Child Theme for Zakra
Author: ThemeGrill
Author URI: http://themegrill.com
Template: zakra
Version: 1.0
*/


/*
#page {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    border-top: black 4px solid;
    border-left: black 4px solid;

}
*/

html {
    scroll-behavior: smooth;
}

main {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    border-top: black 4px solid;
    border-left: black 4px solid;

}

body .is-layout-flex {
    gap: 0;
}

.tg-site-header {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;

    border-bottom: none;
}



.site-header .tg-header-container {
    position: relative;
    max-width: 1600px;
    padding: 2em 2em 1em 2em;
    border: 1px black solid;
    background-color: aquamarine;
}


.tg-site-header-bottom {
    margin-top: 2em;
    padding-top: 0;
    padding-bottom: 1em;
}

.site-branding .site-description {
    display: none;
}


.tg-site-header-top {
    /*    display: flex;*/
    padding: 0;
    background-color: transparent;
}

.tg-site-header-top .tg-header-top-left-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    width: 100%;
}

.tg-site-header-top .tg-header-top-right-content {
    width: auto;
}

.tg-header-top-right-content {
    position: absolute;
    right: 2em;
    top: -8em;
    background-color: chocolate;
}

/*
.tg-site-header-top .tg-header-top-left-content,
.tg-site-header-top .tg-header-top-right-content {
    width: auto;
}
*/

.tg-container--flex-center {
    align-items: stretch;
    align-content: stretch;
}



.site-content {
    padding: 0;
}

.tg-page-header {
    display: none;
}

/*
main {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 2px 0 0 2px;
    background-color: black;
}
*/

.wp-block-columns {
    padding: 0;
}

.is-layout-flex.wp-block-columns.row {
    flex-wrap: wrap;
}

.col {
    position: relative;
    border-right: solid 2px black;
    border-bottom: solid 2px black;
}

.wp-block-columns > .wp-block-column.col-1,
.col-1 {
    flex-basis: 90px;
    flex-grow: 1;
    background-color: gold;
}

/*.tg-header-top-right-content,*/
.wp-block-columns > .wp-block-column.col-2,
.col-2 {
    flex-basis: 180px;
    flex-grow: 2;
    background-color: gold;
}

/*
.tg-site-header-bottom,
.tg-header-top-left-content,
*/
.wp-block-columns > .wp-block-column.col-3,
.col-3 {
    flex-basis: 270px;
    flex-grow: 3;
    background-color: crimson;
}

.wp-block-columns > .wp-block-column.col-4,
.col-4 {
    flex-basis: 360px;
    flex-grow: 4;
    background-color: cornflowerblue;
}


/*.tg-site-header-top,*/
.wp-block-columns > .wp-block-column.col-5,
.col-5 {
    flex-basis: 450px;
    flex-grow: 5;
    background-color: darkseagreen;
}

.wp-block-columns > .wp-block-column.col-8,
.col-8 {
    flex-basis: 100%;
    background-color: cornsilk;
}

.col-text {
    min-height: 10em;
    padding: 1.5em;
}

header .col-txt {
    min-height: 3em;
}

.col-img {
    min-height: 300px;
}

header .col-img {
    min-height: 120px;
}

.narrow {
    width: 100px;
    height: 150px;
}

.tg-site-footer-section-1 {
    display: none;
}

@media (min-width: 782px) {
/*
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: auto;
        flex-grow: 0;
    }
*/

    .is-layout-flex.wp-block-columns.row {
        flex-wrap: wrap !important;
    }
}

@media screen and (max-width: 600px) {
    .tg-site-header-top {
        display: flex;
    }
}

@media screen and (max-width: 768px) {
    .tg-container {
        padding: 0;
    }

}



/*
.cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



@media (max-width:420px) {
    .mobile-narrow {
        flex-basis: 90px;
        flex-grow: 0;
        background-color: pink;
    }
}
*/
