

.blog_holder.blog_single article .post_text .post_text_inner,.blog_holder article:not(.format-link):not(.format-quote) .post_text .post_text_inner{
padding: 33px 0 0;
}

aside.sidebar .widget:not(.woocommerce) a, .woocommerce aside.sidebar .woocommerce.widget ul.product-categories a, .woocommerce-page aside.sidebar .woocommerce.widget ul.product-categories a, .woocommerce aside.sidebar .woocommerce.widget ul.product-categories ul.children li a, aside ul.product-categories ul.children li a, .woocommerce-page aside.sidebar .woocommerce.widget ul.product-categories ul.children li a, aside.sidebar .widget.woocommerce ul.product-categories li a {
    font-size: 16px;
}

aside.sidebar .widget:not(.woocommerce) li {
    font-size: 16px;
    font-style: normal;
}

.projects_holder article .project_category >span {display:none !important;}

@media only screen and (min-width: 1000px) {
  header:not(.scrolled) .q_logo a, header:not(.scrolled) .q_logo img {    
    height: 90px !important;
  }
}
.blog_holder article .post_info{
margin: 0 0 18px;
}

.blog_holder article h2{
margin: 0 0 29px 0;
}

.q_tabs .tabs-nav li.active a, .q_tabs .tabs-nav li a:hover {
background-color: #393939;
}

@media only screen and (max-width: 768px) {
.page-id-21137 .qode_image_gallery_no_space ul li ,
.page-id-21137 .vc_empty_space:first-child { display: none; }
.page-id-21137 .qode_image_gallery_no_space ul li:nth-child(7) {
display: block;
}
.page-id-21137 .qode_image_gallery_no_space ul li:nth-child(7) img {
height: auto;
width: 100%;
margin: 0 auto;
margin-bottom: 30px;
}
}

@media only screen and (min-width: 1000px) and (max-width: 1200px){
    nav.main_menu > ul > li > a{
        font-size: 12px;
        padding: 0 9px;
    }
}

@media only screen and (max-width: 600px){
    .mobile_menu_button {
        float: right;
        height: 150px;
        margin-right:0;
        margin-left: 20px;
    }
    .header_bottom {
      padding: 0 15px;
    }
}

@media only screen and (max-width: 600px){
    .mobile_menu_button {
        float: right;
        height: 150px;
    }
.side_menu_button {
        height: 150px;
    }
}


/*Styles for Doctolib Button*/
a.doctolib-button {
  display: inline-block;
  padding: 8px 0px;
  margin: 0;
  text-align: center;
  width: 220px;
  background: #b4183c;
  color: #fff;
  text-decoration: none;
  border-radius: 0px;
  }
a.doctolib-button:hover {
  background: #393939;
  color: #fff;
  text-decoration: none;
}
.header_bottom a.doctolib-button {
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -110px;
  box-shadow: 0 2px 1px rgba(0,0,0,0.4);
}
@media(max-width: 1000px){
  .header_bottom a.doctolib-button {
    bottom: -40px;
    box-shadow: none;
  }
}
@media(max-width: 480px){
  .header_bottom a.doctolib-button {
    bottom: auto;
    top: 100px;
  }
} 