/*
Theme Name: Tora Child
Template: tora
*/

/* Tora Theme Changes */
.site-branding {
    width: 40%!important; 
}

/* We've removed the sidebar so need to force the main content area to 100% width*/
.content-area {
    width: 100% !important;
}

/* We don't want to see the Header Image */
.header-image {
    display:none;
}

/* Page titles are really not heeded for this app, so Hide page titles across entire site */
h1.entry-title {
    display: none;
}