/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/




.navigation-primary .submenu:not(.level-1) {
  border:none;
  box-shadow: none;
  padding-left:10px;
  width:300px;
}

.submenu.level-2 .menu-link {
  padding:0px;
}

.menu-item ul li{
  line-height:1;
  padding-bottom:5px;
}

.menu-item ul {
  padding-top:10px;
}

.menu-item ul li:nth-child(2) a{
 font-family: 'Open Sans', sans-serif;
 font-style: normal;
 font-weight: 500;
  color:#666;
  font-size:13px;
 text-decoration: none;
 margin-bottom:10px;
 line-height:1.2;
}

.menu-item ul li:nth-child(4) a{
 font-family: 'Open Sans', sans-serif;
 font-style: normal;
 font-weight: 500;
  color:#666;
  font-size:13px;
 text-decoration: none;
 margin-bottom:10px;
 line-height:1.2;
}

.menu-item ul li:nth-child(6) a{
 font-family: 'Open Sans', sans-serif;
 font-style: normal;
 font-weight: 500;
  color:#666;
  font-size:13px;
 text-decoration: none;
 margin-bottom:10px;
 line-height:1.2;
}
.menu-item ul li:nth-child(8) a{
 font-family: 'Open Sans', sans-serif;
 font-style: normal;
 font-weight: 500;
  color:#666;
  font-size:13px;
 text-decoration: none;
 margin-bottom:10px;
 line-height:1.2;
}

.menu-item ul li:nth-child(10) a{
 font-family: 'Open Sans', sans-serif;
 font-style: normal;
 font-weight: 500;
  color:#666;
  font-size:13px;
 text-decoration: none;
 margin-bottom:10px;
 line-height:1.2;
}

@media (max-width: 767px) {
.submenu.level-2 .menu-link {
margin-left:20px;
}

  @media (max-width: 767px) {
.submenu.level-2 {
  box-shadow: none;
}

 
  .blog-index__post--card {
  width: calc(90% - 1.5rem);
}