  .container.isotope{
    padding:0;
}
input[type=submit]{
    background: #006C91;
    color: #ffffff;
    border: none;
    padding: 5px 2rem;
    border-radius: 26px;
    width: 100%;
    margin: 0;
    height: 100%;
}

/* read more button
**/


.btn.btn-more {
	border: 2px solid #009edd;
	color: #009edd;
	text-decoration: none;
}
.btn.btn-more:hover{
    color:#ffffff;
    background-color:#009edd;
}

/* isotope
**/
.grid-item {
	margin-bottom: 30px;
}

/* clear fix */
.grid-item:after {
	content: '';
	display: block;
	clear: both;
}


/* post type
**/
.post-type {
    position: absolute;
    top: 3.5em;
    right: 0;
    background: #414D61;
    padding: 5px 10px;
    font-family: "Verlag A", "Verlag B", sans-serif;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #000;
    text-transform: uppercase;
    color: #fff;
    z-index:3;
}


/* post
**/
h2.post-title {
    margin: 0px;
    margin-top: 0rem;
    line-height: 1.05;
    margin-bottom: .5rem;
    font-size: 1.5rem;
}
.featured-image {
    overflow: hidden;
}
.featured-image img {
	max-width:100%;
    height:auto;
	transition: all 0.5s ease;
}
.featured-image a {
	background-color: rgba(0, 0, 0, 1);
	color: #fff;
	display: block;
}
.featured-image a {
	background-repeat: no-repeat;
	background-position: 50% 50%;
    line-height: 0;
}
.featured-image a:hover img, article.post:hover img {
	transition: all 0.5s ease;
	opacity: .5;
	transform: scale(1.1, 1.1);
}
article.post {
	background: #fff;
	border:#f1f1f1 solid 3px;
	position:relative;
}
time {
	font-style: italic;
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.post-title a {
	font-size: 28px;
	font-weight: 500;
	/*letter-spacing: -1px;*/
	margin: 0 0 20px;
	color: #000;
	/*text-decoration: none;*/
}
.post-title a::after {
    content: "\00BB";
    margin-left: .2rem;
}
.post-holder{
    padding:.75em;
}

/*.post-content {margin-top:20px;}*/

p.author {
    /*margin-top:1rem;*/
    display: block;
    font-weight: 600;
    font-size: 14px;
}
/* breadcrumbs
**/

ol.breadcrumb{
    padding-left: 15px;
    background-color:#fff;
    margin-bottom:0;
}

.order-lg-1{
    order:1;
}

@media(max-width:991px){
    .order-lg-1{
        order:-1;
    }
}

/*reset btn
---------------------------------*/
.reset_btn{
    background: #006C91;
    color: #ffffff;
    border: none;
    padding: 5px 2rem;
    border-radius: 26px;
    width: 100%;
    margin: 0;
    height: 100%;
}

.reset_btn:hover{
    color:#fff;
}

/*pagenation
----------------------------------------*/
.pagination_media .pagination_previous, .pagination_media .pagination_next {
    float: left;
    line-height: 2em;
    padding: 0 1em;
    color: #036f9d;
    display: inline-block;
    position: relative;
}
.pagination_media ul {
    padding: 0;
    margin: 0;
    float: left;
    text-align: center;
}
.pagination_media ul li {
    list-style: none;
    float: left;
    display: block;
    margin: 0 1px;
    padding: 0;
}
.pagination_media ul li a {
    text-decoration: none;
    display: block;
    line-height: 2.2em;
    padding: 0 1em;
    background: #fff;
    color: #000;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
}
.pagination_media ul li.current {
    background: #036f9d;
    line-height: 2.2em;
    padding: 0 1em;
    color: #fff;
}
