.wt-photo-container{
    max-width:700px;
    text-align: center;
    padding-left: var(--wp--custom--spacing--outer);
    padding-right: var(--wp--custom--spacing--outer);
    padding-bottom: var(--wp--custom--spacing--outer);
    padding-top: var(--wp--custom--spacing--outer);
    margin-left: auto;
    margin-right: auto;

}

.wt-photo-container--grid{
    max-width:1400px;
}

.wt-photo-title{
    font-size: var(--wp--preset--font-size--medium);
    text-align: left;

}

.wt-photo-image,
.wt-photo-container img{
    max-width: 100% !important;
    height: auto !important;
}

.post-type-archive-wt_photo nav.pagination{
    margin-bottom: 30px;
}

.wt-photo-pagination{
    text-align: center;
}


.wt-photo-pagination a{
    text-decoration: none;
    font-size: 40px;
    color: var(--wp--preset--color--primary);
}

.wt-photo-grid{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
    margin-top:40px;
}

.wt-photo-grid__item{
    width: 100%;
    box-sizing: border-box;
    padding:10px;
}

.wt-photo-grid__item img{
    max-width: 100% !important;
    height: auto !important;
}

.wt-photo-caption{
    text-align: left;
}

.wt-photo-container .pagination a{
    margin-left: 5px;
    margin-right: 5px;
}

@media only screen and (min-width: 600px){

    .wt-photo-grid__item{
        width: 33.33%;
    }

}

@media only screen and (min-width: 1020px){

    .wt-photo-grid__item{
        width: 33.33%;
    }

}

