/**
 * Reset the styles for Gutenberg-like pages.
 */
.wp-block[data-align=left]>[data-type="core/embed"],
.wp-block[data-align=right]>[data-type="core/embed"],
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
    max-width: 360px;
    width: 100%;
}

.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper {
    min-width: 280px;
}

.wp-block-cover .wp-block-embed {
    min-width: 320px;
    min-height: 240px;
}

.wp-block-embed {
    margin: 0 0 1em 0;
    overflow-wrap: break-word;
}

.wp-block-embed figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
}

.wp-block-embed iframe {
    max-width: 100%;
}

.wp-block-embed__wrapper {
    position: relative;
}

.wp-has-aspect-ratio .wp-block-embed__wrapper::before {
    content: "";
    display: block;
    padding-top: 50%;
}

.wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
    padding-top: 42.85%;
}

.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
    padding-top: 50%;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
    padding-top: 56.25%;
}

.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
    padding-top: 75%;
}

.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
    padding-top: 100%;
}

.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before {
    padding-top: 177.77%;
}

.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
    padding-top: 200%;
}

/*
 * Default WP Alignment Classes
 *****************************************************************************/

.aligncenter,.alignleft,.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.wp-block-image.alignfull {
    margin-bottom: 0;
}

/* submitting */
.submitting .submit-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}

.submitting .submit-loading:before {
    content: "";
    position: absolute;
    border: 5px solid #8ccae5;
    border-top: 5px solid transparent;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

/* CF7 */
.wpcf7-not-valid-tip {
    font-style: italic;
    margin-top: 8px;
    text-transform: none;
    font-size: 14px;
}

.wpcf7 form .wpcf7-response-output {
    padding: 0;
    border: none;
    font-style: italic;
    color: #dc3232;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}

.wpcf7 .ajax-loader, .wpcf7-spinner {
    position: absolute;
    margin: 90px 0 0;
}

/* Calculator Form */
.form-ptz #message table{
    border: unset;
    table-layout: fixed;
    width: 100%;
}

.form-ptz #message table th{
    text-align: center;
    border-bottom: 2px solid #8ccae5;
    padding-bottom: 10px;
}

.form-ptz #message table td{
    padding: 5px;
}

.select2-container .select2-selection--single.ville_selection{
    background-color: #fff;
    padding: 5px 15px;
    font-size: 26px;
    line-height: 33px;
    font-family: "AvenirLTStd-Black";
    color: #8ccae5;
    border-radius: 0;
    border: 1px solid #8ccae5;
    min-height: 45px;
}

.select2-container--default .select2-selection--single.ville_selection .select2-selection__rendered{
    line-height: 34px;
    color: #8ccae5;
    padding-left: 0;
}

.select2-container--default .select2-selection--single.ville_selection .select2-selection__arrow{
    width: 27px;
    height: 29px;
    margin-top: -14px;
    right: 7px;
    border: 0;
    background: url(../images/svg/chevron-down-shape-blue.svg) no-repeat center/contain;
    top: 50%;
    position: absolute;
}

.select2-selection__arrow b{
    display: none;
}

/* ui-autocomplete */
.ui-autocomplete-loading {
    background: white url("../images/ui-anim_basic_16x16.gif") calc(100% - 10px) center no-repeat;
}

.ui-widget.ui-widget-content {
    background-color: #E6E6E6;
    border-color: #E6E6E6;
    color: #3D3D3D;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background-color: #8ccae5;
    border-color: #8ccae5;
}

.ui-autocomplete {
    max-height: 600px;
    overflow-y: auto;   /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
}

/* .mapboxgl-popup-close-button */
.mapboxgl-popup-close-button {
    right: 5px;
}

/* wp-block-table */
.wp-block-table table {
    min-width: 800px;
}