/*
Theme Name: New starter theme
Theme URI: 
Author: Marasson
Author URI: 
Description: A basic theme using the Bootstrap framework.
Version: 1.0
*/

/*
 * Globals
 */

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #555;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
}

.blog-nav {
  margin-bottom: 40px;
  background-color: #ffffff;
  text-align: end;
}

/*
   * Override Bootstrap's default container.
   */

/*@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}*/

/*
   * Masthead for nav
   */

.blog-masthead {
  display: inline;
  color: white;
  padding: 16px;
}

.blog-masthead li {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #cdddeb;
  text-decoration: none;
  border-bottom: 1px solid #cdddeb;
}

.blog-masthead a {
  position: relative;
  display: inline-block;
  font-weight: 400;
  color: gray;
  text-decoration: none;
}

/*
   * Blog name and description
   */

.blog-navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}
.title {  
  color: #000;
  margin-bottom: -55px;
  font-size: 42px;
  font-weight: bold;
}

.title a {
  color: #000;
  margin-bottom: -55px;
  font-size: 42px;
  font-weight: bold;
}

.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;
}

.blog-post-title {
  font-weight: 300;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}

.blog-post-title:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0;
  right: 50%;
  border-bottom: 2px solid #fcba03;
}

.blog-post-meta {
  display: none;
  /*margin-bottom: 20px;
  color: #999; */
}

@media only screen and (max-width: 767px) {
  .wp-block-image {
    display: block;
  }
  .has-2-columns .wp-block-column,
  .has-3-columns .wp-block-column,
  .has-4-columns .wp-block-column,
  .has-5-columns .wp-block-column,
  .has-6-columns .wp-block-column {
    width: 100%;
  }
}

/* hide post author and date*/
.entry-meta .byline,
.entry-meta .cat-links {
  display: none;
}
.entry-meta .posted-on {
  display: none;
}

/*
   * Footer
   */

.blog-footer {
  padding: 40px 0;
  color: #999;
  text-align: end;
  background-color: #ffffff;
  border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
