/*
 Theme Name: Divi Child
 Description:  Filantrop.cz theme
 Template:     Divi
 Version:      1.0.0
*/

.projects{
    width:100%;
    margin-top: 30px;
    margin-bottom: 30px;
    }
.projects thead tr th{
    padding:2px 5px;
    border-bottom:1px solid grey;
    }

.projects tbody tr td{
    border-bottom:1px solid grey;
    }
.projects tbody tr:last-child td{
    border:none;
    }

.projects .icon{
    float:right;
    margin-top: 3px;
    }

.container.no-sidebar:before{
    display: none;
    }

.icon.arrow-down{
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;

    border-top: 10px solid grey;
    }

.icon.arrow-up{
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid grey;
    }

.gallery{
    /*padding-bottom:30px;*/
    /*border-bottom:1px solid grey;*/
    }

.project-detail .et_pb_row{
    padding-left:0;
    padding-right: 0;
    margin:0;
    width:100%;
    }


.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
    }

/* fixes potential theme css conflict */
.acf-map img {
    max-width: inherit !important;
    }