/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

.home .ghost {
    background: url('img/ghost.png') no-repeat;
    height: 520px;
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.x-entry-share {
    margin: 1em 0 0 0;
    border: none;
    border-left: 0;
    border-right: 0;
    padding: 5px 0;
    line-height: 1;
    text-align: left;
}

.entry-title-portfolio {
    font-family: "Lato",sans-serif;
    font-style: normal;
    font-weight: 400;
}
.seating-section:first-child h3 {
    margin-top: 0;
}

@media screen and (min-width: 980px) {
    #m-portfolio-container, .seating-section {
        overflow: hidden;
    }
    .page-template-template-layout-portfolio-php .m-portfolio-item, .page-template-template-layout-seating .m-portfolio-item {
        width: 32%;
        margin-right: 1%;
        margin-top: 0;
        float: left;
    }
    .m-portfolio-item .entry-wrap {
        padding-top: 15px;
    }

}