.featured-blog p {
	margin-bottom: 30px;
}

.featured-blog-list hr {
    border-top: 1px solid #c1c1c1!important;
    margin-top: 20px;
    margin-bottom: 50px;
}

.widget-form-1 input[type="submit"] {
    font-family: 'Gotham' !important;
    font-weight: bold;
    font-size: 41px;
    width: 100%;
    background: #d86d1b;
    padding: 0;
}

li.snap-link a:after {
    background-image: url(https://www.mattmorris.com/wp-content/uploads/2017/11/snap-icon.png);
    background-position-y: 1px;
}

.header-image .site-title > a {
    background: url(/wp-content/uploads/2016/04/matt-moris-logov2.png) no-repeat left;
}
button#load-more {
    background: #094077 none repeat scroll 0 0;
    opacity: 0.9;
}
button#load-more {
    opacity: 1;
}
.alm-btn-wrap {
    text-align: left !important;
}

.page-template-page_blog .mainblogpagehider {
    display: none;
}

.css3button {
    font-family: 'Gotham' !important;
    font-weight: bold;
    font-size: 34px;
    width: 100%;
    background: #d86d1b;
    padding: 0;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 50px;
  	border-radius:0;
}


/*Bio Slider*/
body .amazingcarousel-item .amazingcarousel-item-container .amazingcarousel-image > div:last-child {
    display: none !important;
    height: 0;
    overflow: hidden;
    padding: 0 !important;
    visibility: hidden !important;
    width: 0;
}
.amazingcarousel-item-container {
    border: 2px solid #000;
    margin-bottom: 30px !important;
    padding: 0 !important;
}
.amazingcarousel-image {
    border: medium none !important;
    padding: 0 !important;
}


.page-template-page_blog .post-box-content > h2, .page-template-page_blog .post-box-content > h3, .page-template-page_blog .post-box-content > p {
    display: none;
}

.search-content .entry-content {
    float: left;
    margin-right: 3%;
    width: 30%;
}
.search-content header.entry-header {
    float: right;
    width: 67%;
}
.search-content article {
    border-bottom: 1px solid #ccc;
    padding: 0 0 40px;
}
.search-content header.entry-header .entry-title {
    font-size: 28px;
}
.search-content header.entry-header .entry-title a {
    text-decoration: none;
}


@media only screen and (max-width:690px) {
  .hspan-1 {
        min-height: 0;
	}
.search-content header.entry-header {
    float: none;
    width: 100%;
}
.search-content .entry-content {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.search-content .entry-content img {
    text-align: center;
    width: 100%;
}
.search-content article {
    border-bottom: 1px solid #ccc;
    margin: 0 auto;
    max-width: 500px;
    padding: 0 0 30px;
    width: 100%;
}  
}

@media only screen and (max-width:414px) {
  body .homepage-top-form .newsletter-bottom h4 strong {
      font-size: 25px;
  }
}

.page-template-page_blog .hideonBlog {
	display:none;
}