body{
font-family: 'Roboto'!important;
}
.site-title,.page-header{
display:none;
}
.container{
padding:0;
}
.site-content {
background:none;
}
#headimg {
    padding-bottom: 90px;
}
.site-header {
    background: #f9f9f9;
-webkit-box-shadow: 0px 13px 34px -12px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 13px 34px -12px rgba(0,0,0,0.12);
box-shadow: 0px 13px 34px -12px rgba(0,0,0,0.12);
}
#footer {
    margin-top: 100px;
}
.main-navigation-menu a:link, .main-navigation-menu a:visited {
    color: #525252;
    text-decoration: none!important;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.main-navigation-menu li.current-menu-item > a, .main-navigation-menu li a:hover, .main-navigation-menu a:hover{
color: #525252;
font-weight: bold;
}
.primary-navigation {
    margin: 11px 0;
}
.fixed-header #logo {
    margin-top: 15px;
}
.entry-header {
    text-align: center;
}
.entry-meta, .entry-excerpt{
display:none;
}
article {
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 30px 15px;
    position: relative;
top:0;
-webkit-transition: all 230ms ease-in-out;
-moz-transition: all 230ms ease-in-out;
-ms-transition: all 230ms ease-in-out;
-o-transition: all 230ms ease-in-out;
transition: all 230ms ease-in-out;
}
.post-column article:hover{
top:-10px;
-webkit-box-shadow: 0px 13px 34px -12px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 13px 34px -12px rgba(0,0,0,0.12);
box-shadow: 0px 13px 34px -12px rgba(0,0,0,0.12);
}
.post-column .entry-title a {
    font-size: 17px;
    font-family: sans-serif;
    color: #3b4c67!important;
}
.entry-title{
font-family: 'Roboto';
    font-weight: 300;
    text-transform: uppercase;
    font-size: 28px;
}
.post-column h2.entry-title:before {
    content: "";
    width: 50px;
    border-top: solid 1px #000;
    display: block;
    position: relative;
    left: 43%;
}
#main>article {
    margin-top: 50px;
}

#primary{
width:100%;
padding-right:0;
}

.single-post .attachment-post-thumbnail{
display:none;
}

.single-post .entry-header {
    border-bottom: solid 1px #ccc;
    padding-bottom: 33px;
}
.post-navigation .nav-links .nav-previous, .post-navigation .nav-links .nav-next {
    width: 35%;
    background: #37ace2;
    border-radius: 5px;
    min-height: 60px;
    display: table;
}
.post-navigation .nav-links .nav-next{
text-align:right;
}
.post-navigation .nav-links a{
background:none!important;
}
.post-navigation {
    margin: 0;
    padding: 2em 0 1em;
    border-top: 2px solid #eee;
}
.post-navigation {
    margin: 50px 0 0;
}
.sidebar {
    width: 100%;
}
#search-2 {
    width: 50%;
    margin: 0 auto;
}
.search-form .search-submit {
background:none;
}
.search-field {
    border-radius: 40px;
}
.search-form .genericon-search {
    color: #ccc!important;
}
.search #post-wrapper  .post-col {
    display:none;
}