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

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

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






/* Resim üzerindeyken açılı ZOOM yapma */
.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.05) rotate(0deg); 
  transition: all 400ms 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 400ms 0s ease; 
}







@media (min-width: 981px) {
    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget {
        width: 20.875%;
        margin-right: 5.5%;
        margin-bottom: 4%;
    }
}