.site-branding img {
     max-height: 321px;
     transform: translateY(-94px);
}
@media screen and (max-width: 500px){
     .site-branding img {
         max-height: 250px;
         transform: translateY(-63px);
    }
}

@media only screen and (min-width: 1200px)
{
    .ttm-header-style-stackcenter #site-header-menu #site-navigation .menu.narrow > ul > li > a {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.ttm-header-style-stackcenter .info-widget-content h2:hover{
     opacity: 0.9;
     color: #008FB9;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
.featured-imagebox-post.ttm-box-view-top-image .ttm-post-featured-outer .featured-thumbnail img{
     height:auto;
     width:100%;
    /*added 27.05.2023*/
     max-height: 220px;
     
     /*fix 23.11.2023: width auto height fixed size*/
     width:auto;
     height: 220px;
}
.featured-imagebox-post.ttm-box-view-top-image .ttm-post-featured-outer .featured-thumbnail {
    text-align: center;
}

.ttm-row.working-section {
     padding-bottom: 50px;
}
/*.ttm-row.home-cta-section {
     padding-top: 0px;
}
*/
.fonkTipImg{
     width: 100%;
     margin-top: 50px;
}
.fonkTipImg img{
     width: 100%;
     object-fit: cover;
}
.propertiesOnlineDiyet{
     width: 100%;
     padding: 20px;
     border: 1px solid #9dca00;
     border-radius: 30px;
}
.onlineDiyetFiyatBox{
     width:100%;
     overflow: hidden;
     position: relative;
     background-color: #fff;
}
.diyetProgramImg{
     width:100%;
}
.diyetProgramImg img{
     width:100%;
     object-fit: cover;
}
.priceOnP{
     width: 100%;
     position: absolute;
     bottom: 0;
     border-top: 1px solid #28a745;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 15px 0;
     background-color: rgba(255,255,255,0.6);
}
.img{
     min-width: 50%
}
.img img{
     width: 100%;
     object-fit: cover;
}
.onlineDiyetProgramRight{
     text-align: center
}
.onlineDiyetProgramRight b{
     color: #9dca00;
     font-size: 18px
}

strong {
    font-weight: bolder;
}

/*ol,ul {
    list-style: initial;
}*/


.hidden
{
    display:none;
}
#owlCaruselIndex .featured-thumbnail
{
    text-align: center;
}
#owlCaruselIndex .featured-thumbnail
{
    width: auto;
    height: 222px;
}
/*mobile*/
@media (max-width: 991px)
{
    #owlCaruselIndex .featured-thumbnail img {
        width: auto;
    }
}

/*@media only screen and (min-width: 1200px){
    #owlCaruselIndex .featured-thumbnail
    {
        width: auto;
        height: 222px;
    }
}*/
/*@media only screen and (max-width: 1200px){
    #owlCaruselIndex.owl-carousel .owl-item img {
        max-height: 222px;
    }
}*/

div.ttm-page-title-row>.ttm-bg-layer {
    background-color: rgba(17, 24, 30, 0.31);
}

.ttm_single_image-wrapper img.mini
{
    max-height: 450px;
}



/*ul 
{
    list-style: none;
    padding: 0;
    padding-left: 0;
}
li
{
    padding-left: 19px;
    list-style: none;
    position: relative;
    padding-bottom: 10px;
}*/

ol:not(.ttm-list):not(.widget-contact):not(.widget-post):not(#menu-footer-services), 
ul:not(.ttm-list):not(.widget-contact):not(.widget-post):not(#menu-footer-services)
{
    list-style: initial;
}


/*ol:not(.ttm-list)  li, ul:not(.ttm-list) li
{
    
}*/



@media only screen and (min-width: 1200px)
{
    .ttm-header-style-stackcenter .info-widget-content {
        padding-top: 5px;
    }
}
/*@media screen and (max-width: 500px){

    .rev_slider .tp-revslider-slidesli .tp-bgimg.defaultimg 
    {
        background-size: contain;
    }
}*/

/*revolution slider mobile compability to fit the images*/
@media screen and (min-width: 320px) and (max-width: 675px) {   
    .tp-bgimg 
    {
        /*background-color: rgb(6, 6, 6)  !important;*/
        /*background-size: contain !important;*/
   }
   .rev_slider.fullwidthabanner 
   {
       height:180px !important;
       overflow:hidden;
   }
/*   .fullwidthbanner-container
   {
       height:180px !important;
   }*/
   .forcefullwidth_wrapper_tp_banner
   {
       height:180px !important;       
   }
   .ttm-row.about-section
   {
       padding-top:50px;
   }
}

@media screen and (min-width: 320px) and (max-width: 675px) {   
    .ttm_single_image-wrapper img
    {
        text-align: center !important;
        max-height: initial !important;
    }
    .ml-30
    {
        margin-left: 0;
    }
    #owlCaruselIndex.owl-carousel .owl-item img
    {
        max-height: initial;
        width: auto;
        height: 100%;
    }
    
    .featured-imagebox-post.ttm-box-view-top-image .ttm-post-featured-outer .featured-thumbnail img
    {
        max-height: initial;
    }
}
/*
.bordered-header
{

}*/

.list-rows .bordered-header:nth-child(odd)
{
    background:#eee;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:5px 10px;
}

.list-rows .bordered-header h4
{
    margin-top:20px;
    margin-bottom: 20px;
}

.list-rows
{
    margin-bottom:15px;
}

.wrap-form.ttm-contactform input[type="submit"]
{
    width:100%;
}