/* Enter Your Custom CSS Here */

/***HEADER***/

/*page header move left*/
#fullimagecenter h1, #transparentimage h1 {
 text-align: left !important;;
}


/* Add Business name next to logo in header */
div#logo::after {
    content: 'Gerroa Boat \A Fisherman\'s Club';
    display: inline-block;
    vertical-align: middle;
    top: -75px;
    position: relative;
    font-size: 30px;
    white-space: pre;
    line-height: 34px;
    padding-left: 10px;
}

/*** LOGO ***/

/* Make header smaller than logo size so logo overhangs */
div#logo-navigation {
  height: 105px;
}

/*** PAGE TITLE ***/

/* Move page title over from underneath logo */
#title {
  position: relative;
  left: 160px;
}

/***PAGES***/

/*move front page text up 50px*/
.wpb_row.vc_row-fluid.standard-section.section.section-no-parallax {
  padding-top: 50px;
}

/***PORTFOLIOS***/

/*remove tages for portfolio description*/
.portfolio-detail-attributes ul li:last-child {
  border: none;
  display: none;
}

/***TABLES***/

/*change table with*/
.tablepress tbody tr:first-child td {
  border-top: 0;
  width: 40%;
}

/* On Bistro page push price to the far right */
.page-id-30 td.column-1 {
  width: 100%;
}