/* 
 Theme Name:     Bare bones for Divi
 Author:         Creativeworld
 Author URI:     http://www.creativeworld.co.uk
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


.acf-map {
	width: 100%;
	height: 800px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.divi-engine-grid-list-view-switcher button.divi-engine-map-view:after {
    content: "\E01D";
}

table.dmach-repeater-table {margin-top:10px !important}

.de-list-view .de-hide-list-view, .de-grid-view .de-hide-grid-view {
    display: none!important;
}


input.divi-filter-item::placeholder  {
  color: #999999 !important;
}