/*
Theme Name: Highwind Child
Template: highwind
Author: Child Theme Configurator
Version: 1.0.1456058377
Updated: 2016-02-21 12:39:37
*/

@charset "UTF-8";

*/#project-box {    display: flex;    flex-direction: row;    flex-flow: row wrap;	justify-content: center;	}	

#project-box article {    width: 25%;    /* display: flex; */    padding: 2%; margin-bottom:0px;}
#project-box article .entry-summary {font-size: 12px;}
#project-box article .project-entry-meta a{
	    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: purple;
	transition: .3s;
	}
#project-box article .project-entry-meta a:hover{
	opacity: 50%;
}
#project-box article .entry-title {font-size: 30px;}
#project-box article .entry-thumb {
    margin-bottom: 10px;
}
.project-entry-meta {
	text-align:center;
}
.project-area {    width: 100%;    float: left;}

.buttons.nav-previous,
.buttons.nav-next  {
	max-width: none;
	margin-top: 10px;
}

@charset "UTF-8";

@media (max-width: 767px) {#project-box article {    width: 31%;    /* display: flex; */    padding: 1%;}}

@media (max-width: 400px) {#project-box article {    width: 98%;    /* display: flex; */    padding: 1%;#project-box .entry-summary p {    display: none;}}}

//Stuff to make the mailchimp-imported newsletters not look like a dumpster fire

table#bodyTable > tbody > tr > td {	border: none;}table#bodyTable {	border: none;}table#bodyTable td {	border: none;}#bodyCell {	border: none;}table {	border: none;}.single-post h2.site-description {        display: none !important;}
.single-post h1.site-title {    text-align: center !important;    font-family: open sans condensed !important;	letter-spacing: 0px !important;	    line-height: 100% !important;}.single-post h1.entry-title {    color: #fff !important;    font-family: open sans condensed !important;}.category-newsletter .entry-content>p:nth-child(1) {    display: none;}.category-newsletter .entry-content table{    margin-bottom: 0px;	}

[class*="mcn"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px;
    padding-top: 0px !important;
    margin-top: 0px !important;
}


[class*="mcn"] table,tr,td {
    padding-bottom: 0px !important;
    margin-bottom: 0px;
    padding-top: 0px !important;
    margin-top: 0px !important;
}

section.article-content center {
    margin-top: -275px !important;
}

[class*="emplate"] {
    padding-bottom: 0px !important;
    margin-bottom: 0px;
    padding-top: 0px !important;
    margin-top: 0px !important;
}


[class*="emplate"] table,tr,td {
    padding-bottom: 0px !important;
    margin-bottom: 0px;
    padding-top: 0px !important;
    margin-top: 0px !important;
}