/*
 Theme Name:     Denizli Taşımacılık Divi Alt Tema 
 Theme URI:      https://ertankayalar.com
 Description:    Ertan Kayalar Divi Child Theme
 Author:         Ertan Kayalar
 Author URI:     https://ertankayalar.com
 Template:       Divi
 Version:        1.0
*/

@import url("/wp-content/themes/Divi/style.css");


div.doc-gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 300px;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
  }
  
  div.doc-gallery:hover {
    border: 1px solid #b2bc4e;
  }
  
  div.doc-gallery img {
    width: 100%;
    
    max-height: 200px;
    overflow: hidden;
  }
  
  div.desc {
    padding: 15px;
    text-align: center;
    color: #777;
  }