/*
Theme Name: Sirit New
Template: twentyseventeen
*/

@import url("../twentyseventeen/style.css");

.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.main-navigation .menu {
  text-align: right;
}
.dropdown-toggle {
/*  display: none;*/
}
.list-group {
  margin-bottom: 20px;
}
.category-header {
  margin-top: 20px;
}
.input-group {
  margin-bottom: 10px;
}
.btn {
  margin: 20px 0;
}
footer {
  margin-top: 24px;
}
.card-footer a {
 /* padding-left: 0;
  padding-right: 0;*/
}
.pagination {
  border-top: none;
}

.btn-success{
	background-color: #9da51c;
	border-color: #9da51c;
}

.col-md-6 .card-img-top {
    width: 100%;
    height: 250px;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card {
    position: relative;
    margin-bottom: 20px;
}
.new-excerpt {
  min-height: 96px;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.4;
    margin: 0 0 0.75em;
    padding: 0em 0 0;
}

.banner-image{
	    margin: 0px;
}