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

 Theme Name:   Netuv Child Theme
 Theme URI:    https://netuv.com/
 Description:  Child Theme of NETUV
 Author:       Netuv
 Author URI:   netuv.com
 Template:     Divi
 Version:      5.4
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ Netuv 5.4 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;   }



/* image hover ZOOM */
.et-zoom-in.et_pb_image:hover img,
.et-zoom-in .et_pb_image_wrap:hover img,
.et-zoom-in a:hover img {
 transform: scale(1.2) rotate(0deg); 
  transition: all 0,5s 0s ease;
}
.et-zoom-in,
.et-zoom-in a {
 overflow: hidden;
}
.et-zoom-in.et_pb_image img,
.et-zoom-in .et_pb_image_wrap img,
.et-zoom-in a img {  transition: all 1s 0s ease; 
}









/* END */