/*
 * Globals
 */

body {
  font-family: 'Lato', sans-serif !important;
  color:#4a4a4a;
  text-rendering: geometricPrecision;
  overflow-x: hidden;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: 'Lato', sans-serif !important;
  font-weight: normal;
  color: #333;
}


/*
 * Masthead for nav
 */

.blog-masthead {
  background-color: #FFF;
  color: #4a4a4a;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0px 10px 27px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 10px 27px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 10px 27px 0px rgba(0,0,0,0.2);
}

/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #4a4a4a;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #4a4a4a;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #4a4a4a;
}



/*
 * Blog name and description
 */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
  color: #999;
}


/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 18px;
  line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}


/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}


/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
  padding: 0 1rem;
}
.blog-post-title {
  margin-bottom: 5px;
  font-size: 40px;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}
#blog .blog-post {
    padding: 0;
}

#blog .blog-post span {
    font-size: 16px !important;
}

#blog .blog-post-title {
    padding: 0;
    margin-top: 1rem;
}
#blog.blog-main .blog-post {
    padding-bottom: 5rem;
}

.widgettitle,
.screen-reader-text,
#searchsubmit {
  display: none;
}

#search {
  width: 100%;
  padding: 1rem;
  border-radius: 4px;

  margin-bottom: 1rem;
  border: 1px solid #D7D5D1;

  background: url('../images/search_icon.png') no-repeat scroll 15px 10px;
  background-size: 24px;
  padding-left: 50px;
  font-size: 14px;
  color: #878787;
  outline: none;
}

.blog-header {
    height: 250px;
    margin-top: 5rem;
    background-image: url('../images/category_title_bg.png');
    background-repeat: repeat-x;
    background-size: cover;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.blog-header h2 {
    color: #fff;
    text-align: center;
    font-size: 48px;
    margin-bottom: 2rem;
}

.blog-header h4 {
    color: #fff;
    text-align: center;
    font-size: 24px;
}

.row.search {
    margin-top: 2rem !important;
}

/*
 * Footer
 */

.blog-footer {
  padding: 40px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

.blog-nav li {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;	
}