.page-blog > header {
    max-width: 1600px;
}

body{
  max-width:1600px;
}

.page-node-7066 .layout-container > header {
  display: block;
}

p{
  color:#262626;
}

.site-footer .region{
  max-width:100%;
}


.page-blog .site-footer .region-footer-top {
  max-width: none;
}

.radix-layouts-content  h1{
  font-size:1.6rem !important;
}

.radix-layouts-content  h2{
  font-size:1.5rem !important;
}

.radix-layouts-content  h3{
  font-size:1.2rem !important;
}

.site-footer .block-menu:not(.menu--social-links):not(.menu--footer){
      text-transform: unset !important;
}

.site-footer .block-menu:not(.menu--social-links):not(.menu--footer) .menu-title, .site-footer .block-menu:not(.menu--social-links):not(.menu--footer) span{
  margin-bottom:0;
}

.site-footer .block-menu:not(.menu--social-links):not(.menu--footer) .menu{
  line-height:1;
}

@media (min-width: 990px){
.blog-teaser-content .image img, .view-display-id-blog_list .views-field-nothing .image img {
    height: 200px;
}

}

.blog-products-list .owl-prev, .blog-products-list .owl-next{
  transform: translateY(-50%);
  top: 50%;
}


@media only screen and (min-width: 990px){
.site-footer .block-menu:not(.menu--social-links):not(.menu--footer) {
    width: 16%;
}
}

@media only screen and (max-width: 768px){
  .blog-section .col-md-8, .page-node-type-blog .col-md-8{
      padding: 0 25px;
}
}