/*
Theme Name: Sydney Child
Description: Sydney Child Theme
Author: Ticketweb
Author URL: Ticketweb.com
Template: sydney
Version: 1.0.0
Text Domain: sydney-child
*/ 

/* HEADER */
.site-header {
    background: #000;
}

.home .site-header {
    background: transparent;
}

/* .site-logo {
    max-height: 200px;
    position: absolute;
    top: -3.25em;
    left: 0;
} */

/* .fixed .site-logo {
    max-height: 150px;
    position: relative;
} */


/* Main */
.page-wrap .content-wrapper {
    background: transparent;
}

/* Utility */
.hidden {
    display: none;
}

.hentry .title-post {
    color: #fff;
}

/* FOOTEr */
#colophon .site-info {
    display: flex;
    justify-content: center;
    max-width: 150px;
    height: 50px;
}