/*
Theme Name: vrtovi-child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Child theme for the Divi theme
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 1.0.0
*/

.et_gallery_item, 
.et_gallery_item:nth-child(3n) {
    float: left;
    width: 23.14%;
    margin: 0 2.47% 2.47% 0;
}

.et_gallery_item:nth-child(4n) {
    margin-right: 0;
}

.et_gallery_item:nth-child(3n+1) {
    clear: none;
}

.et_gallery_item:nth-child(4n+1) {
    clear: both;
}

.et_gallery_item {overflow: hidden;}

.et_gallery_item.double {width: 48%; margin:0 2% 2% 0;}

.et_gallery_item.double img {width: 100%;}

.et_pb_widget ul li {
    margin-bottom: 0.5em;
    list-style-position: inside;
    border-bottom: solid 1px rgb(102 67 37 / 50%);
    padding-bottom: 10px;
    border-style: dotted;
}

.et_pb_widget ul li:before {
display: none!important;
}

.et_pb_widget ul li:last-child {
    border-bottom: solid 0px rgb(102 67 37);
	padding-bottom: 0px;
	margin-bottom: 0em;
}

 