/* ==============================================

News

============================================== */
.byline { display: none; }


.news-left, .news-right { float: left; width: 100%; }
.news-left article { float: left; }

.news-left article { background: #FFF; float: left; width: 100%; }
.news-left article .post-image { float: left; width: 100%; background: #66a153; }
.news-left article .post-image a:hover img { opacity: 0.5; }
.news-left article .entry-content { display: none; }

.news-left article .entry-header { float: left; width: 100%; padding:20px; }
.news-left article .entry-title { float: left; width: 100%; min-height: 110px; }
.news-left article .entry-title a { font-size: 24px; color: #734e04; font-family: 'Cabin Sketch', cursive; line-height: 1em; }
.news-left article .entry-title a:hover { text-decoration: underline; }

.news-left article .entry-meta a { color: #734e04; }


.news-left article .entry-footer { display: none; }


.news-right h2 { font-size: 25px; }
.news-right #search-2 label input { width: 100%; background: none; border:1px solid #535ca1; border-radius:8px; padding:10px; }
.news-right #search-2 input { float: left; width: 100%; }
.news-right aside ul li a { font-size: 13px; font-weight: bold; padding:10px 0px; text-align: center; border-radius: 8px; color: #FFF; text-transform: uppercase; background: #66a153; float: left; width: 100%; margin-bottom: 10px; }
.news-right aside ul li a:hover { background: #4c803b; }
.news-right .search-submit { font-size: 14px; font-weight: bold; padding:10px 45px; text-align: center; border-radius: 8px; color: #FFF; text-transform: uppercase; background: #535ca1; border:none; margin-top: 5px; }
.news-right .search-submit:hover  { background: #8A90CE; }



/* News Single */


.single-post article { background: #FFF; width: 100%; }
.single-post .news-left article { width: 100%; float: left; }
.single-post article .article-info { padding:20px; float: left; width: 100%; }
.single-post article .entry-header { padding:0px; margin-bottom: 20px; }
.single-post article .entry-header h1 { color:  #734e04; }
.single-post article .entry-content { display: block; }
.single-post #internal-banner .banner-content-para { padding-bottom: 0px; }

.single-post .news-left .navigation { float: left; width: 100%; }
.single-post .news-left .navigation .nav-links { float: left; width: 100%; }

.single-post .news-left .navigation .nav-links div a { background: #66a153; font-size: 12px; font-weight: bold; padding:10px 5px; text-align: center; border-radius: 8px; color: #FFF; text-transform: uppercase; float: left; width: 100%; }
.single-post .news-left .navigation .nav-links div a { color: #FFF; }
.single-post .news-left .navigation .nav-links div a:hover { background: #4c803b; }

.single-post .news-left article .post-image { display: none; }
.single-post .news-left article .entry-title { min-height: initial; }


/* Search Area */

.search-results article { background: #FFF; padding:20px; width: 100%; }
.search-results article .entry-header { padding:0;  }
.search-results article .entry-summary { display: none;  }




/* =======================================
 @ 768
======================================= */
@media only screen and (min-width: 768px) {


.news-left { width: 75%; }
.news-right { width: 20%; float: right; }

.news-left article { width: 48%; float: left; }
.blog .news-left article:nth-child(even) { float: right; }

.single-post .banner-content-para { padding-top: 196px !important; }
.single-post .news-left .navigation .nav-links div { width: 48%; }
.single-post .news-left .navigation .nav-links div:nth-child(2) { float: right; }


}




/* =======================================
 @ 1200
======================================= */
@media only screen and (min-width: 1200px) {


.news-left article { width: 48%; float: left; }
.single-post .news-left article { width: 100%; float: left; }
.blog .news-left article:nth-child(even) { float: right; }


.archive .news-left article:nth-child(odd) { float: right; }



}
