/*---------------------------------------------------------------------------------

 Theme Name:   Companion Child Theme
 Theme URI:    https://companion.com.tr
 Description:  Child Theme for Companion
 Author:       Companion
 Author URI:   https://companion.com.tr/
 Template:     Divi
 Version:      5.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ Companion 5.2 Custom CSS ------------------------------*/

.bort { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;   } 
.balt { 
    margin: auto auto 0;   }



.et_pb_image img {
    pointer-events: none!important;  }
.mfp-title {
    display: none!important;  }



/* Remove extra bottom padding and margin on posts */
.single .et_pb_post {
margin-bottom: 0;
padding-bottom: 0;   }
#left-area {   padding-bottom: 0 !important;   }




.df-viewer .df-3dcanvas {   padding-bottom: 20px;    }




/* Dp M galery Tile ı resim üzerine alma */
.dipl_masonry_gallery_title_caption_wrapper {
position: absolute;
top: 70%;
left: 50%;
z-index: 99;
width: 100%;
padding-left: 15px;	
visibility: hidden;
opacity: 0;
transform: translate(-50%, -50%);
transition: all 1ms ease;
}
.dipl_masonry_gallery_item:hover .dipl_masonry_gallery_title_caption_wrapper {
top: 20px;
visibility: visible;
opacity: 1;
}
.dipl_masonry_gallery_item .et_overlay:before {
display: none;
}




/* zoom için */
.et-zoom-inn.et_pb_image:hover img,
.et-zoom-inn .et_pb_image_wrap:hover img,
.et-zoom-inn a:hover img {
 transform: scale(1.05) rotate(0deg); 
  transition: all 2s 0s ease;
}
.et-zoom-inn,
.et-zoom-inn a {
 overflow: hidden;
}
.et-zoom-inn.et_pb_image img,
.et-zoom-inn .et_pb_image_wrap img,
.et-zoom-inn a img {  transition: all 2s 0s ease; 
}








/* END */