/*
 * Azores.com modern practical-information pages.
 * REVISION 7
 * Direct theme path: /wp-content/themes/portugal/css/azores-info-pages-rev7.css
 * Supports the three modern information hubs and every descendant of
 * /azores/general-information/ when paired with the routing snippet.
 * Selectors accept the modern class on either #body or the WordPress body.
 */

/* General Information descendants still use the legacy two-column template.
   Remove its sidebar and restore the same full-width content frame as the hub. */
body.azores-modern-info-page #body > .inner-wrapper {
    max-width:1120px!important;
    margin:16px auto 55px!important;
}
body.azores-modern-info-page #body > .inner-wrapper > aside {
    display:none!important;
}
body.azores-modern-info-page #body > .inner-wrapper > .inner-content {
    float:none!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    overflow:visible!important;
}

:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .image-page-header .carousel-content-container { height:310px; }
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) > .carousel { float:none!important; clear:both!important; width:100%; margin-bottom:0!important; }

:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-breadcrumb-strip {
    display:block; clear:both; width:100%; margin:0; padding:10px 0 0; background:transparent;
}
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-breadcrumbs {
    max-width:1120px; margin:0 auto; padding:10px 14px; background:#fcfcfc; box-sizing:border-box;
}
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-breadcrumbs ol {
    display:flex; flex-wrap:wrap; align-items:center; margin:0; padding:0; list-style:none;
}
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-breadcrumbs li {
    display:inline-flex; align-items:center; margin:0; padding:0; color:#596b82; list-style:none;
}
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-breadcrumbs li + li::before {
    content:"›"; display:inline-block; margin:0 9px; color:#8794a5;
}
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-breadcrumbs a,
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-breadcrumbs span { font-size:14px; line-height:1.35; text-decoration:none; }
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-breadcrumbs a { color:#435a78; font-weight:400; }
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-breadcrumbs span[aria-current="page"] { color:#3b56c4; font-weight:500; }

:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azores-modern-info-wrapper { max-width:1120px; margin:16px auto 55px; }
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azores-modern-info-content { background:transparent; border:0; overflow:visible; }
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .information-content { min-height:0; padding:0; }
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) h1.page-title {
    float:none; margin:0 0 22px; color:#3b7bcd; font-size:38px; font-weight:700; line-height:1.18;
}
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-content { color:#484848; font-size:16px; line-height:1.6; }
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-content *,
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-content *::before,
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-content *::after { box-sizing:border-box; }

:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-intro,
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-section {
    margin:0 0 24px; padding:32px; background:#fff; border:1px solid #dedede; border-radius:6px;
    box-shadow:0 3px 14px rgba(0,0,0,.07);
}
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-eyebrow,
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-kicker,
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-resource-label {
    margin:0 0 7px; color:#139a68; font-size:14px; font-weight:700; letter-spacing:.05em; line-height:1.3; text-transform:uppercase;
}
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-content h2 {
    margin:0 0 14px; color:#3b7bcd; font-size:30px; font-weight:700; line-height:1.22;
}
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-content h3 {
    margin:0 0 8px; color:#3b7bcd; font-size:20px; font-weight:700; line-height:1.3;
}
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-content p { margin:0 0 15px; font-size:16px; line-height:1.6; }
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-content p:last-child { margin-bottom:0; }
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-lead { color:#343434; font-size:19px; line-height:1.58; }
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-section-heading { max-width:850px; margin:0 0 22px; }

:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-family-nav {
    display:flex; flex-wrap:wrap; gap:8px; margin:25px 0 0; padding-top:19px; border-top:1px solid #e4e4e4;
}
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-family-nav a {
    display:inline-flex; align-items:center; min-height:38px; padding:8px 13px; background:#f4f4f2;
    border:1px solid #dedede; border-radius:4px; color:#484848; font-size:14px; font-weight:700; text-decoration:none;
}
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-family-nav a:hover,
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-family-nav a:focus { background:#eaf0fb; border-color:#b9cae7; color:#2f62aa; }

:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-fact-grid,
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-card-grid,
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-link-grid,
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-resource-grid {
    display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px;
}
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-fact-grid { grid-template-columns:repeat(4,minmax(0,1fr)); }
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-resource-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }

:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-fact,
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-card,
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-resource-card {
    padding:20px; background:#fafafa; border:1px solid #d9d9d9; border-top:4px solid #139a68; border-radius:5px;
}
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-fact strong { display:block; margin-bottom:5px; color:#435a78; font-size:14px; }
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-fact span { display:block; color:#343434; font-size:15px; line-height:1.45; }

:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-link-grid a {
    display:block; padding:20px; background:#f8fafc; border:1px solid #d9e1eb; border-radius:5px; text-decoration:none;
}
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-link-grid strong,
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-resource-card strong {
    display:block; margin-bottom:6px; color:#3b7bcd; font-size:18px; line-height:1.3;
}
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-link-grid span,
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-resource-card span:not(.azm-resource-label) {
    display:block; color:#555; font-size:15px; line-height:1.5;
}
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-resource-card { text-decoration:none; }
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-resource-card:hover,
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-resource-card:focus,
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-link-grid a:hover,
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-link-grid a:focus { box-shadow:0 6px 16px rgba(0,0,0,.09); transform:translateY(-1px); }

:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-media-row {
    display:grid; grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr); gap:30px; align-items:center;
}
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-figure { margin:0; }
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-figure img {
    display:block; width:100%; height:auto; border-radius:5px; box-shadow:0 4px 14px rgba(0,0,0,.12);
}
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-figure figcaption { margin-top:7px; color:#6d6d6d; font-size:13px; line-height:1.4; }

:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-actions { display:flex; flex-wrap:wrap; gap:11px; margin-top:20px; }
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-button {
    display:inline-flex; align-items:center; justify-content:center; min-height:45px; padding:10px 19px;
    border:2px solid transparent; border-radius:5px; font-size:15px; font-weight:700; line-height:1.25; text-align:center; text-decoration:none!important;
}
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-button-primary { background:#3b7bcd; color:#fff!important; }
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-button-secondary { background:#139a68; color:#fff!important; }
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-button-light { background:#fff; border-color:#fff; color:#2f62aa!important; }

:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-note {
    margin-top:18px; padding:19px 20px; background:#f8fafc; border-left:5px solid #f0c53a; color:#484848;
}

:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-tip-grid { display:grid; gap:12px; }
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-tip {
    display:grid; grid-template-columns:42px minmax(0,1fr); gap:15px; align-items:start;
    padding:17px 18px; background:#fafafa; border:1px solid #dedede; border-radius:5px;
}
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-tip > span {
    display:flex; align-items:center; justify-content:center; width:38px; height:38px; border-radius:50%;
    background:#139a68; color:#fff; font-weight:700;
}
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-tip h3 { margin:0 0 5px; font-size:18px; }
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-tip p { margin:0; font-size:15px; }

:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-faq-list { display:grid; gap:11px; }
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-faq-list details { background:#fff; border:1px solid #d9d9d9; border-radius:5px; }
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-faq-list summary {
    position:relative; padding:17px 48px 17px 18px; color:#3b7bcd; cursor:pointer; font-size:17px; font-weight:700; line-height:1.35; list-style:none;
}
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-faq-list summary::-webkit-details-marker { display:none; }
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-faq-list summary::after {
    content:"+"; position:absolute; top:50%; right:18px; color:#139a68; font-size:25px; line-height:1; transform:translateY(-50%);
}
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-faq-list details[open] summary::after { content:"−"; }
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-faq-list details[open] summary { border-bottom:1px solid #e1e1e1; }
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-faq-list details p { padding:17px 18px 19px; margin:0; }

:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-cta {
    display:flex; align-items:center; justify-content:space-between; gap:28px; margin:0 0 24px; padding:30px 32px;
    background:#3b7bcd; border-radius:6px; box-shadow:0 4px 14px rgba(0,0,0,.12);
}
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-cta > div:first-child { max-width:650px; }
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-cta .azm-kicker,
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-cta h2,
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-cta p { color:#fff; }
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-cta .azm-actions { flex:0 0 260px; margin-top:0; }
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-cta .azm-button { width:100%; }

:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-content-review {
    margin:0; padding:18px 22px; background:#fff; border:1px solid #dedede; border-radius:5px; color:#666; font-size:14px; line-height:1.5;
}
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-content-review strong { color:#484848; }

@media screen and (max-width:1140px) {
    :is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-breadcrumbs { margin-right:16px; margin-left:16px; }
    :is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azores-modern-info-wrapper { margin-right:16px; margin-left:16px; }
}
@media screen and (max-width:900px) {
    :is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-fact-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    :is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-card-grid,
    :is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-link-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    :is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-media-row { grid-template-columns:1fr; }
    :is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-cta { display:block; }
    :is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-cta .azm-actions { max-width:520px; margin-top:20px; }
}
@media screen and (max-width:767px) {
    :is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .image-page-header .carousel-content-container { height:190px; }
    :is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-breadcrumb-strip { padding-top:8px; }
    :is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-breadcrumbs { width:calc(100% - 24px); margin-right:auto; margin-left:auto; padding:9px 10px; }
    :is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azores-modern-info-wrapper { margin-top:12px; margin-bottom:35px; }
    :is(#body.azores-modern-info-page, body.azores-modern-info-page #body) h1.page-title { margin-bottom:16px; font-size:30px; }
    :is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-intro,
    :is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-section { padding:23px 19px; }
    :is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-content h2 { font-size:26px; }
    :is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-lead { font-size:18px; }
    :is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-cta { padding:24px 19px; }
}
@media screen and (max-width:600px) {
    :is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azores-modern-info-wrapper { margin-right:12px; margin-left:12px; }
    :is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-fact-grid,
    :is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-card-grid,
    :is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-link-grid,
    :is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-resource-grid { grid-template-columns:1fr; }
    :is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-family-nav,
    :is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-actions { display:block; }
    :is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-family-nav a,
    :is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-button { width:100%; margin-bottom:9px; }
}

/* =========================================================
   REV 6 — INFORMATION PAGE LINK GRID ALIGNMENT FIX
   Uses the same proven reset now working on the nine island
   detail pages. WordPress/legacy markup can insert <br> elements
   between adjacent links; those become CSS Grid items and create
   the left/right/center stagger. Remove them from layout and
   hard-reset the direct card links so they fill the grid normally.
   ========================================================= */

:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-link-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    gap: 18px !important;
    align-items: stretch !important;
    justify-items: stretch !important;
}

/* wpautop / editor line breaks must not become grid items. */
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-link-grid > br,
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-link-grid > br.clear,
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-link-grid > br.clearboth,
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-link-grid > br.clearfix {
    display: none !important;
    float: none !important;
    clear: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Defensive handling in case WordPress wraps editor content in <p>. */
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-link-grid > p {
    display: contents !important;
    margin: 0 !important;
    padding: 0 !important;
}

:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-link-grid > p > br {
    display: none !important;
}

:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-link-grid > a,
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-link-grid > p > a {
    display: block !important;
    float: none !important;
    clear: none !important;
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0 !important;
    grid-column: auto !important;
    grid-row: auto !important;
    grid-area: auto !important;
    justify-self: stretch !important;
    align-self: stretch !important;
    transform: none;
}

:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-link-grid > a:hover,
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-link-grid > a:focus,
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-link-grid > p > a:hover,
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-link-grid > p > a:focus {
    transform: translateY(-1px);
}

/* Keep the guidebook/map resource cards in their intended 2-column layout. */
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-resource-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    gap: 18px !important;
    align-items: stretch !important;
    justify-items: stretch !important;
}

:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-resource-grid > br,
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-resource-grid > br.clear,
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-resource-grid > br.clearboth,
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-resource-grid > br.clearfix,
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-resource-grid > p > br {
    display: none !important;
    float: none !important;
    clear: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-resource-grid > p {
    display: contents !important;
    margin: 0 !important;
    padding: 0 !important;
}

:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-resource-grid > a,
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-resource-grid > p > a {
    display: block !important;
    float: none !important;
    clear: none !important;
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0 !important;
    grid-column: auto !important;
    grid-row: auto !important;
    grid-area: auto !important;
    justify-self: stretch !important;
    align-self: stretch !important;
    transform: none;
}

:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-resource-grid > a:hover,
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-resource-grid > a:focus,
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-resource-grid > p > a:hover,
:is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-resource-grid > p > a:focus {
    transform: translateY(-1px);
}

@media screen and (max-width: 900px) {
    :is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-link-grid,
    :is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-resource-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media screen and (max-width: 600px) {
    :is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-link-grid,
    :is(#body.azores-modern-info-page, body.azores-modern-info-page #body) .azm-resource-grid {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }
}

@media screen and (max-width:1140px) {
    body.azores-modern-info-page #body > .inner-wrapper {
        margin-right:16px!important;
        margin-left:16px!important;
    }
}

@media screen and (max-width:767px) {
    body.azores-modern-info-page #body > .inner-wrapper {
        margin-top:12px!important;
        margin-bottom:35px!important;
    }
}

@media screen and (max-width:600px) {
    body.azores-modern-info-page #body > .inner-wrapper {
        margin-right:12px!important;
        margin-left:12px!important;
    }
}
