.block-right{
    text-align: right;
}
.referance-list{
    display: flex;
    flex-wrap: wrap;
}
.referance-list .item{
    margin-bottom: 15px;
    width: calc(100% * 1 / 7);
    margin: 5px;
}
.post-info-header{
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.post-info-header h2{
    font-size: 26px;
}
.news-sidebar-list{
    border: 1px solid #ddd;
}
.news-sidebar-list li a {
    display: flex;
}
.news-sidebar-list li a .news-image{
    width: 120px;
    height: 80px;
    margin-right: 15px;
}
.news-sidebar-list li a .news-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-sidebar-list li a h5{
    font-size: 14px;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.news-sidebar-list li a p{
    font-size: 13px;
    margin-top: 5px;
    color: #101010;
}
.news-sidebar-list ul li ul{
    padding-left: 5px;
}
.news-sidebar-list ul li{
    padding: 0;
    border: 0;
}
.news-sidebar-list ul li a{
    padding: 8px;
    color: #101010;
    border-bottom: 1px solid #ddd;
}
.news-sidebar-list ul li a i{
    margin-top: 4px;
    margin-right: 5px;
}
.gallery-block-item {
    background-color: #fff;
    box-shadow: 13px 19px 11px rgba(0,0,0,0.19), 0 2px 6px rgba(0,0,0,0.23);
    border-radius: 5px;
}
.gallery-block-item span{
    margin-top: 10px;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    padding: 5px;
}

.sidebar-list-header{
    background-color: #ddd;
    padding: 10px 15px;
    text-align:center;
}
.isotope-block-header{
    margin-bottom: 20px;
    background-color: #ddd;
    padding: 10px 15px;
}
.sidebar-list-header h5,
.isotope-block-header h5{
    font-weight: 400;
}
.whatsapp-icon{
    position: fixed;
    bottom: 18px;
    left: 20px;
    border-radius: 50px;
    background-color: #03a84e;
    color: #fff;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.whatsapp-icon:hover{
    color: #fff;
}
.whatsapp-icon i{
    font-size: 32px;
}
#product-detail {
    padding: 10px;
}
#product-detail .item{
    height: 400px;
}
#product-detail .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-detail-container .isotope-block-header{
    padding: 10px 15px;
}
.product-detail-content {
    margin: 10px 0 20px;
    padding: 0 15px;
    display: flex;
    justify-content: center;
}
.product-detail-container{
    border: 1px solid #ddd;
}
.post-info figure{
    height: 400px;
    overflow: hidden;
}

.post-info figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#lang-list .select2-selection__arrow b{
    display: none !important;
}
#lang-list{
    padding: 0 10px;
    font-size: 14px;
    height: 35px;
    color: #101010;
    background-color: transparent;
    cursor: pointer;
}
.lang-bar{
    display: flex;
    align-items: center;
    color: #101010;
}

.lang-bar i.fa-globe{
    margin-right: -3px;
}
.lang-bar i.fa-angle-down{
    margin-left: -5px;
}
.post-info-body p{
    text-align: justify;
}

/* Projeler */
.project-content{
    margin-bottom: 50px;
}
.project-inner {
    display: flex;
}
.project-left{
    width: 35%;
    margin-right: 15px;
}
.project-left .project-image{
    height: 200px;
}
.project-left .project-image a{
  display: block;
  height: 100%;
}
.project-left .project-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-right{
    width: 60%;
}
.project-right h3{
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.project-right p{
    font-size: 14px;
    margin-top: 0;
    word-break: break-word;
}
.project-link a {
    font-size: 14px;
    font-weight: 600;
}
.project-link a i {
    margin-left: 5px;
}
.project-footer{
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding-top: 15px;
    display: flex;
    align-items :center;
}
.project-footer-images{
    width: calc(100% * 1 / 5.001);
    height: 75px;
    margin-right: 10px;
}
.project-footer-images:last-child{ margin-right: 0; }
.project-footer-images a {
    display: block;
    width: 100%;
    height: 100%;
}
.project-footer-images img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Project Detail */
.project-detail-left{
    width: 100%;
}
.project-detail-left .project-image{
    height: 300px;
}
.project-detail-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-detail-right h3{
    margin-bottom: 15px;
}
.project-detail-right p {
    margin-top: 0;
    margin-bottom: 15px;
    word-break: break-all;
}
.sidebar-widget{
  padding: 20px 0;
}
.sidebar-widget .widget-header {
    background-color: #ddd;
    padding: 8px 10px;
    margin-bottom: 10px;
    border-radius: 26px;
    text-align: center;
}
.sidebar-widget input{
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 8px 12px;
}
.sidebar-widget button {
    padding: 7px 20px;
    border-radius: 5px;
    border: 1px solid #ddd;
    color: black;
    font-size: 13px;
}
.sidebar-widget .widget-info ul{
    margin-top: 10px;
}
.sidebar-widget .widget-info li{
    padding: 2px 10px;
}

.bg-alabaster {
    background: #f9f9f9;
    fill: #f9f9f9;
    display: none;
}