/**
 * Theme Name: Auto Wróbel
 * Author: Netivo
 * Author URI: http://netivo.pl/
 * Description: Theme created for Auto Wróbel
 * Version: 1.0
 * Text Domain: wrobel
 * Template: netivo
 */




.project_main_photo{
    max-width: 100%;
    z-index: -1;
}

.gallery .gallery__row .gallery__element-title {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px 20px;
    color: #fff;
    font-size: 17px;
    line-height: 21px;
}

.navigation .navigation__link {
    padding: 7px 16px;
}

@media screen and (max-width: 1366px) {
    .navigation .navigation__element .navigation__link {
        padding: 5px 16px;
    }
}

@media screen and (max-width: 1199px) {
    .navigation .navigation__element .navigation__link {
        padding: 2px 10px;
    }
}

@media screen and (max-width: 1000px){

    .hamburger {
        display: block;
    }

    .navigation {
        display: none;
    }
}

.title_blog_post{
    width: 100% !important;
}

.buttons_prev_next{
    margin-left: auto;
    margin-right: auto;
    height: 3rem;
}



.button-67{
  background-color: #fff;
  border-color: #fff;
  border: 1px solid;
  color: #e21d23;
  cursor: pointer;
  transition: 0.5s;
    font-size: 1rem;
}

.button-67:hover {
    background-color: #a31317;
    border: 1px solid #a31317;
    color: #fff;
    font-size: 1rem;
    opacity: 0.9;
}
@media (min-width: 768px) {
    .button-67 {
        padding: 14px;
    }
}
.header {
    height: 155px;
}

.logo .logo__img{
    margin-top: 15px;
}
.navigation-bar.sticky{
    height: 120px !important;
}
.navigation .sticky{padding-bottom: 60px;}
.padding {
    padding-top: 25px;
    padding-bottom: 25px;
}
