
.tab-content {
    display: none
}

.tab-content.active {
    display: block
}

.wp-editor-wrap {
    width: 50%;
}

.agm-canvas {
    height: 285px;
    width: 500px;
    border: 1px solid #bcbcbc;
    margin-top: 15px;
}

@media screen and (max-width: 782px) {
    .agm-canvas, .wp-editor-wrap {
        width: 99%;
    }
}

/**
* Fixes for map canvas
*/
.gmnoprint img {
    max-width: none;
}
