/*shrink portfolio image
div.portfolio_image img {
width: 50% !important;
}*/

/*shrink portfolio image*/
#post_thumbnail > div > a > img {
width: 50%;
}


/*hide portfolio meta*/
.blog_post_meta {
display: none;
}

/*hide porfolio image on single page*/
#post_thumbnail > div > a > img {
width: 50%;
display: none;
}

/*heading h2 colur green*/
h2 {
color: #376F6F;
}

/*heading h3 colur borwn orange*/
h3 {
color: #a67852;
}

/*heading h1 colur borwn orange*/
h1 {
color: #ead5c5;
}


/*menu colour green*/
#menu ul li a {
color: #a67852;
}


/*h1 page title move up */
h1.post_title {
padding: 28px 40px 25px 30px;
background: #d3b298;
color: #ead5c5;
}


h1.title {
padding: 29px 40px 25px 30px;
background: #d3b298;
color: #ead5c5;
}


#menu ul li ul li a {
background: #C9AA91;
color: #555;
min-width: 100px;
}

/*header */
#header {
border-right: 5px solid #C9AA91;
}

/*hover colour to green*/
a {
color: #376F6F;
}


/*widht of SMt cdate column*/
#text-2 > div > div > table > thead > tr > th.views-field.views-field-entity-id.date {
width: 45%;
}

/*move logo up*/
#header {
padding: 37px 30px 0px 30px;
}

/*hide
@media screen and (max-width:1024px) {
#header {
padding: 6px 30px 0px 30px;
}
}
*/

/*mailchimp inputs reduce size*/
.mc4wp-form input[type="text"], .mc4wp-form input[type="email"] {
width: 40%;
}

/*decrease gap between paragraps*/
p {
margin-bottom: 12px;
}

/* EVENTS */

/*events find more link smaller button*/
.tribe-events-list .tribe-events-event-image+div.tribe-events-content {
    float: left;
    width: 41%;
    position: relative;
}

/* remove background colour behind the find out more link */

.tribe-events-list-event-description.tribe-events-content.description.entry-summary {
    background-color: transparent;
}

/* Make image full width */
.tribe-events-list .tribe-events-event-image {
    width: 100%;
}

/* make event heading a bit bigger */
.tribe-events-list h2.tribe-events-list-event-title {
    font-size: 2.2em;
}

/* style description text and read more link */
.tribe-events-list-event-description.tribe-events-content.description.entry-summary {
    background-color: transparent;
    font-size: 14px;
    padding: 2px;
    text-shadow: none;
    color: #000;
  width: 100%;
}