/*
Theme Name: Ilex
Author: DoTe
Theme URI: https://dotecsa.altervista.org/thema-ilex
Author URI: https://dotecsa.altervista.org/
Description: Minimal theme created for a secular ilex wood website, it can be adapted to different use.
Two-column theme, with primary menu (two level), social menu and footer, 
full-width template, sidebar right, align-wide support for full-width template, excerpt support,
mobile version, sub-menu mobile scrollabile, translation-ready, color customization, localized in Italian.
Version: 1.6.0
Requires at least: 5.5
Tested up to: 6.7
Requires PHP: 5.6
Tested up to: PHP 8.3
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: ilex
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

All files, unless otherwise stated, are released under the GNU General Public
License version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/* ! css-reset */
body,
html {
    font-size: 16px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
    margin: 0;
    padding: 0;
}

h1,
h2,
.site-title {
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

ol,
ul {
    list-style-type: none
}

img {
    height: auto;
    width: 100%
}

/* ! essential */

/* Screen Reader Text ------------------------ */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Skip Link --------------------------------- */
.skip-link {
    position: absolute;
    left: -9999rem;
    top: 2.5rem;
    z-index: 999999999;
    text-decoration: underline;
    background: #ddd
}

.skip-link:focus {
    display: block;
    left: 6px;
    top: 7px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    line-height: normal;
    padding: 15px 23px 14px;
    z-index: 100000;
    right: auto;
}

/* sticky --------------------------------- */
.sticky .post-sticky {
    color: inherit;
}

/* figcaption --------------------------------- */
figcaption,
.wp-caption-text {
    color: #6d6d6d;
    display: block;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.2;
    font-style: italic;
}

figcaption a,
.wp-caption-text a {
    color: inherit;
}

figure {
    max-width: 100%;
}

iframe {
    max-width: 100%;
}

/* GALLERIES */
.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 3em 0 3em -0.8em;
    width: calc(100% + 1.6em);
}

.gallery-item {
    margin: 0.8em 0;
    padding: 0 0.8em;
    width: 100%;
}

.gallery-caption {
    display: block;
    margin-top: 0.8em;
}

/* author */
.bypostauthor .comment-footer-meta .by-post-author {
    display: block;
}

/* # Alignments */
.alignleft {
    display: inline;
    text-align: left;
}

.alignright {
    display: inline;
    text-align: right;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* ! base */
body {
    font-family: Helvetica, sans-serif;
    color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    margin-bottom: 20px
}

h1 {
    font-size: 60px;
    line-height: 1;
    font-weight: 600;
}

h2 {
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
}

h3 {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
}

h4 {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
}

p {
    line-height: 1.5;
    font-size: .95rem;
}

.mb-1 {
    margin-bottom: 20px
}

.mb-2 {
    margin-bottom: 40px
}

.mb-3 {
    margin-bottom: 60px
}

.mt-1 {
    margin-top: 20px
}

.mt-2 {
    margin-top: 40px;
}

.mxy-1 {
    margin: 10px
}

.pxy-1 {
    padding: 0px
}

.entry-content p {
    font-size: 1rem;
    line-height: 1.6;
}

.img-res {
    width: 100%;
    height: auto;
}

.entry-content a,
.entry-content a:hover {
    text-decoration: underline;
}

a {
    text-decoration: none;
    color: #8e2a02;
}

a:hover {
    color: var(--link-color-hover)
}

.widget_search {
    padding: 20px 0;
}

img.custom-logo {
    max-width: 250px;
    max-height: 100px;
    aspect-ratio: auto;
}

body.is-scrolled #site-header img.custom-logo,
footer img.custom-logo {
    max-height: 40px;
    max-width: 150px;
}


/* ! layout */
.container {
    margin: 0px;
    padding: 0px
}

.container {
    max-width: 1250px;
    margin: 0 auto;
}

.animate {
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.grid-center {
    display: flex;
    align-items: center;
}

.grid-top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.grid-between {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.header-image {
    width: 100%;
    height: 400px
}

.col-20 {
    width: 22.33%
}

.col-70 {
    width: 72%;
    /*margin: 0 auto;*/
    border: 0px solid green;
}

.single .col-70,
.page .col-70 {
    width: 66.66%;
    margin: 0 auto;
    margin-top: 10px;
    border: 0px solid green;
}


.col-33 {
    width: 33.33%;
    padding: 10px;
    padding-bottom: 30px
}

.col-100 {
    width: 100%;
}

.entry-content {
    max-width: 800px;
    margin: 0 auto
}

.spacer {
    height: 30px;
}

body>.grid-between.container,
body>.grid-top.container {
    margin-top: 50px;
    min-height: calc(100vh - 300px);
    height: auto !important;
}


/* ! header */
#site-header {
    margin: 0 auto;
}

.header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.container {
    padding: 10px;
    border: 0px solid red
}

.header input.search-submit {
    display: none
}

#site-header input.search-field {
    width: 100px;
}

.widget input.search-field,
.error404 input.search-field {
    width: auto;
}

.widget h2 {
    font-style: italic;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 22px;
}

.widget {
    margin-bottom: 30px
}

.navigation {
    position: relative;
}

img.logo {
    float: left;
    max-width: 200px;
    max-height: 80px;
    padding-right: 20px
}

.header-title {
    width: auto;
}

.entry-content-bottom {
    clear: both;
    padding-top: 20px;
    font-size: .9em;
}

.site-title {
    font-size: 26px;
    font-weight: 700;
    padding: 0 7px;
    margin-top: -8px;
}

.site-description {
    padding: 0 10px;
    line-height: 1.2;
}


/* ! header scrolled*/
body.is-scrolled #site-header {
    position: fixed;
    width: 100%;
    top: 0;
    transition: all .25s ease-in-out;
    box-shadow: 0 5px 20px rgb(0 0 0 / 5%);
}

body.is-scrolled.admin-bar #site-header {
    top: 32px
}

body.is-scrolled form.search-form {
    padding-top: 0;
}


/* ! aside */
aside.col-20.mxy-1.pxy-1 {
    /*margin-top: 30px;*/
    font-size: 14px;
    border: 0px solid green;
}

.widget ul li {
    padding-bottom: 5px;
}

ol.wp-block-latest-comments li {
    line-height: 1.2;
    margin-bottom: 5px;
}

/* ! article */
article {
    margin: 0px;
    padding: 0
}

article h3 {
    font-weight: normal;
    margin-bottom: 5px
}

.blog h1.mb-3.mt-2,
.search h1.mb-3.mt-2,
.archive h1.mb-3.mt-2,
.category h1.mb-3.mt-2,
h1.error.mb-3.mt-2 {
    width: 100%;
    text-align: center;
}

.blog article,
.archive article,
.category article,
.search article {
    width: 100%;
    margin-bottom: 20px
}

.small {
    font-size: 12px;
    font-style: italic;
}

.blog .img-res,
.archive .img-res,
.category .img-res,
.search .img-res {
    max-height: 150px;
    height: 150px;
    width: 100%;
    object-fit: cover;
}

.content-blog p {
    margin-bottom: 0;
}

figure.wp-block-media-text__media img {
    width: 100%;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.entry-content ul {
    margin: 10px 0;
    margin-left: 20px;
}

.entry-content ul li {
    list-style-type: disc;
    list-style-position: inside;
    font-size: 17px;
    line-height: 1.5;
}


/* ! comment */
ol.comment-list {
    list-style: decimal;
    list-style-position: outside;
    margin-left: 15px;
}

ol.children {
    padding-left: 30px;
    border-left: 3px solid #ddd;
    margin-top: 20px;
}

textarea#comment {
    width: 100%;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    width: 50%
}

input#author,
input#email,
input#url {
    width: 100%
}

footer.comment-meta img {
    width: auto;
}

.comment-content {
    padding: 10px 0;
}

ol.comment-list li {
    padding-bottom: 20px;
}

.comment-metadata {
    padding-top: 10px;
}

/* ! pagination*/
.pagination.clearfix {
    padding-top: 20px;
}

/* ! post navigation */
.nav-links {
    display: flex;
    justify-content: space-between;
}

.nav-next {
    padding-right: 20px;
    text-align: right;
}

.nav-previous {
    padding-left: 20px;
    text-align: left;
}

.nav-previous,
.nav-next {
    position: relative;
    overflow: hidden;
}

.nav-next span.nav-title svg {
    position: absolute;
    transform: rotate(-90deg);
    width: 25px;
    right: 0;
    top: -4px;
}

.nav-previous span.nav-title svg {
    position: absolute;
    transform: rotate(90deg);
    width: 25px;
    left: 0;
    top: -4px;
}

p.post-nav-links {
    padding-bottom: 10px;
}

/* ! widget*/
.widget-title {
    margin-bottom: 10px
}

/* ! footer */
ul#footer-menu {
    display: flex;
    justify-content: flex-end;
}

ul#footer-menu li a,
ul#social-menu li a {
    padding: 0 5px;
    font-weight: 500;
    font-size: 14px
}

ul#footer-menu .sub-menu {
    display: block;
    width: auto;
    box-shadow: none
}

ul#footer-menu .sub-menu li a {
    padding: 0;
    padding-left: 10px;
    overflow-x: auto;
    white-space: nowrap;
    box-shadow: 0 0 0
}

ul#social-menu {
    display: flex;
    justify-content: center;
}

ul#social-menu li {
    margin: 0 7px;
}

ul#social-menu li:hover {
    opacity: .8;
}

.footer p,
.footer ol,
.footer ul {
    margin-bottom: 0px;
}

.footer .col-33 {
    padding: 20px 0
}


/* ! template full-width */
.col-100 {
    width: 100%
}

.col-700 {
    width: 77.4%;
    margin: 0 auto
}

.col-700 .alignfull {
    margin-left: calc(50% - 49.45vw);
    margin-right: calc(50% - 49.45vw);
    width: auto;
    max-width: 1000%;
}

.col-700 .alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    width: auto;
    max-width: 1000%;
}

.col-700 .alignwide img,
.col-700 .alignfull img {
    display: block;
    margin: 0 auto;
}


/* ! full-width */
.col-100 {
    width: 100%;
}

.alignfull {
    margin-left: calc(50% - 49.45vw);
    margin-right: calc(50% - 49.45vw);
    width: auto;
    max-width: 1000%;
}

.alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    width: auto;
    max-width: 1000%;
}

.alignwide img,
.alignfull img {
    display: block;
    margin: 0 auto;
}

/*icon hamburger*/
.icon-hamburger {
    margin-top: -10px;
    padding-left: 10px;
}

.icon-hamburger span {
    width: 30px;
    margin: 0 auto;
    background: #8e2a02;
    position: relative;
    display: block;
    margin-top: 10px;
    height: 2px;
    border-radius: 2px;
}

.menu-open .icon-hamburger span:nth-child(1) {
    transform: translateY(3px) rotate(45deg);
    transition: all .5s cubic-bezier(.215, .61, .355, 1);
}

.menu-open .icon-hamburger span:nth-child(2) {
    transform: translateY(1px) rotate(-45deg);
    margin-top: 0px;
    transition: all .5s cubic-bezier(.215, .61, .355, 1);
}

button.menu-toggle {
    background: transparent;
    border: 0;
    color: #ad541c;
    display: flex;
    align-items: center;
}


/* ! sprite social*/
.twitter {
    width: 37px;
    height: 30px;
    background: url(img/social-sprite.png) 0px 0;
}

.facebook {
    width: 30px;
    height: 30px;
    background: url(img/social-sprite.png) -38px 0;
}

.instagram {
    width: 30px;
    height: 30px;
    background: url(img/social-sprite.png) -69px 0;
}

.youtube {
    width: 40px;
    height: 30px;
    background: url(img/social-sprite.png) -100px 0;
}

.pinterest {
    width: 25px;
    height: 30px;
    background: url(img/social-sprite.png) -172px 0;
}

.linkedin {
    width: 30px;
    height: 30px;
    background: url(img/social-sprite.png) -141px 0;
}

/* Navigation
--------------------------------------------- */

ul#primary-menu {
    display: flex;
}

ul#primary-menu a {
    display: flex;
    text-decoration: none;
}

ul#primary-menu li {
    position: relative;
}

ul#primary-menu li a {
    padding: .5em .7em;
}

ul li a:hover {
    background: rgba(232, 232, 232, 0.4);
    width: 100%;
}

ul#primary-menu li ul li>ul {
    border-left: 20px solid #fff;
}

ul#primary-menu li ul>li>a {
    min-width: 200px;
}

.menu li span.icon,
.menu li.open span.icon {
    width: 15px;
    height: 15px;
    right: -3px;
    background: transparent;
    background-size: 15px 15px;
    border: 0px solid #ccc;
    position: absolute;
    top: 10px;
}

.sub-menu li span.icon {
    display: none
}

ul#primary-menu>li>ul {
    padding: 0 10px;
    height: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    background: #fff;
    transition: all .5s cubic-bezier(.215, .61, .355, 1);
}

ul#primary-menu>li:hover>ul,
ul#primary-menu>li>ul:hover {
    display: block;
    height: auto;
    opacity: 1;
    top: 100%;
    visibility: visible;
    justify-content: center;
}

button.menu-toggle {
    display: none;
}

/*contact*/
#responsive-form {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

.form-row {
    width: 100%;
    display: flex;
}

.column-half,
.column-full {
    padding: 0.65rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.wpcf7 form.invalid .wpcf7-response-output {
    clear: both;
    text-align: center;
    color: red;
    border-color: red;
    font-size: .8rem;
}

.screen-reader-response {
    display: none
}

span.wpcf7-not-valid-tip {
    color: red;
    font-size: 1rem;
    font-style: italic
}

/**—————- Per personalizzare il messaggio di successo —————-**/
form p {
    margin-bottom: 0
}

.wpcf7 input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
.search-field,
input.search-submit {
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 0.6em;
    background: #f9f9f9;
    max-width: 100%;
    border-radius: 3px;
}

textarea {
    width: 100%;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0;
    width: 100%;
}

.wpcf7 label,
span.wpcf7-not-valid-tip {
    font-size: .8rem;
}

.column-half {
    width: 50%;
}

input.search-submit {
    background: #f0f0f0;
}

/*block_styles*/
.wpcf7-submit,
.submit,
.is-style-ilex-1 {
    background: #efefef;
    cursor: pointer;
    border: 2px solid #ccc;
    border-radius: 10px;
    transform: scale(1);
    text-transform: uppercase;
    transition: all .5s cubic-bezier(.215, .61, .355, 1);
    padding: calc(.667em + 2px) calc(1.333em + 2px);
}

.wpcf7-submit:hover,
.submit:hover,
.is-style-ilex-1:hover {
    background: #000;
    color: #fff;
    transform: scale(.98);
    transition: all .5s cubic-bezier(.215, .61, .355, 1);
}

.wp-block-search__input,
.wp-block-search__button {
    border-radius: 3px;
    background: #f5f5f5;
    border: 0;
}

/*button contact*/
.contact {
    border: 1px solid #ddd;
    background: transparent;
    padding: 0.6em 1em;
    border-radius: 3px;
    background: #f5f5f5;
}

.contact:hover {
    border: 1px solid #bbb;
    background: #eeeeee;
    padding: 0.55em 1em;
    transition: all 0.25s ease-in-out;
}


p.small.aligncenter {
    margin-top: -60px;
    margin-bottom: 60px;
    opacity: 0.6;
}

button.menu-toggle {
    border: 0;
    background: transparent;
}

.footer p.site-description {
    color: inherit !important
}

.footer img.custom-logo {
    max-width: 100px !important;
    max-height: 40px !important
}

.branding.grid-center,
.search {
    width: auto;
}

hr {
    border: 0;
    border-bottom: 1px solid #ccc;
}

form .wp-block-search__inside-wrapper {
    max-width: 250px;
    width: 100%;
}

.widget article {
    margin-bottom: 0;
}

.footer .col-33.alignleft {
    display: flex;align-items: center;
}

@media (max-width: 1250px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .main-navigation li {
        position: relative;
    }


    ul#footer-menu,
    .footer .col-33.alignleft {
        display: block;
        margin-right: 10px
    }

    #site-content .col-33 {
        width: 50%
    }



    .branding.grid-center {
        width: auto;
    }
}

@media (max-width: 768px) {

    .footer .grid-center {
        display: block;text-align: center;
    }

    .grid-center .col-33.alignleft, .grid-center .col-33.aligncenter, .grid-center .col-33.alignright {
        display: block;width:100%; text-align: center;
    }

    .menu.grid-center {
        width: 100%;
    }

    nav#site-navigation {
        width: 100%;
    }

    button.menu-toggle {
        display: flex;
    }

    .column-half {
        width: 100%;
    }

    .form-row {
        width: 100%;
        display: block;
    }

    ul#primary-menu {
        display: none;
    }

    /*toggled*/
    .primary-open ul#primary-menu>li>ul {
        width: 100%;
        padding: 0 10px;
        height: 0;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: 0;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        background: #fff;
        transition: all .5s cubic-bezier(.215, .61, .355, 1);
    }

    .primary-open ul#primary-menu>li.open>ul,
    ul#primary-menu>li>ul.open {
        display: block;
        height: auto;
        position: relative;
        opacity: 1;
        top: 100%;
        visibility: visible;
        justify-content: center;
    }

    .primary-open ul#primary-menu {
        display: block;
        width: 100%;
        padding-top:20px;
    }

    .menu li span.icon,
    .menu li.open span.icon {
        width: 39px;
        height: 39px;
        display: block;
        right: 10px;
        background: rgba(232, 232, 232, 0.4);
        background-size: 40px 40px;
        border: 1px solid #ccc;
        border-radius: 3px;
        position: absolute;
        top: 5px;
        transition: all .5s cubic-bezier(.215, .61, .355, 1);
    }

    li.open span.icon {
        transform: rotate(180deg);
    }

    .primary-open ul#primary-menu ul li span.icon {
        display: none;
    }

    .primary-open ul#primary-menu>li a {
        padding: 1em .7em;
        border-bottom: 1px solid #eee
    }

    .primary-open ul#primary-menu>li ul a {
        padding: .7em .7em;
        border-bottom: 0px solid #eee
    }


    #site-content .col-33 {
        width: 100%;
        padding: 0
    }

    .col-20 {
        width: 30.33%;
    }

    .col-70 {
        width: 66.66%;
    }

    .mxy-1 {
        margin: 0px;
    }

    .branding.grid-center {
        width: 73%;
        justify-content: space-between;
    }

    .search {
        width: 100%;
    }

    .header {
        position: relative
    }

    .contact {
        position: absolute;
        top: 17px;
        right: 10px;
    }
}

@media (max-width: 430px) {
    #site-content .col-33 {
        width: 100%
    }

    .col-20 {
        width: 100%;
    }

    .col-70 {
        width: 100%;
    }

    body.is-scrolled #site-header .menu.grid-center {
        padding: 0;
    }

    /*.search {text-align: center;padding: 10px;}*/
    .branding.grid-center {
        width: 73%;
    }

    p.small.aligncenter {
        margin-top: -20px;
        margin-bottom: 20px;
    }

    ul#footer-menu {
        display: block;
        text-align: center
    }

    img.custom-logo {
        max-width: 100px;
        max-height: 40px
    }

    .icon-hamburger {
        padding-left: 0px;
    }

    button.menu-toggle {
        display: block;
        margin-right: 20px;
    }

    /*base*/
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 25px;
    }

    .mb-3.mt-2 {
        margin-top: 20px;
        margin-bottom: 20px
    }

    main#site-content {
        min-height: 50px;
    }

    /* ! layout */
    .grid-top,
    .grid-center,
    .grid-between {
        display: block;
    }

    .col-70,
    .col-20,
    .col-33 {
        width: 100%
    }

    .col-33 {
        padding: 0
    }

    .branding.grid-center {
        display: flex;
        justify-content: space-between;
    }

    .header-title.grid-center {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap
    }

    body>.grid-between.container,
    body>.grid-top.container {
        min-height: calc(100vh - 450px);
    }

    /*header*/
    .header {
        display: block;
    }

    .header input.search-submit {
        display: inline-block;
    }

    form.search-form {
        display: flex;
        justify-content: center;
        padding-top: 20px;
    }

    #site-header input.search-field,
    input.search-field {
        width: auto;
    }

    /* ! header scrolled*/
    body.is-scrolled.admin-bar #site-header {
        top: 0
    }

    body.is-scrolled .site-description {
        display: none
    }

    /* ! aside */
    aside.col-20.mxy-1.pxy-1 {
        margin-top: 30px
    }

    /*article*/
    .blog article,
    .archive article,
    .category article,
    .search article,
    article {
        width: 100%;
        margin-bottom: 20px
    }

    .wp-block-media-text__media img {
        width: auto;
        height: auto
    }

    .grid-top {
        display: block;
    }

    .mxy-1 {
        margin: 0px
    }

    .pxy-1 {
        padding: 0px
    }

    /* ! template-full-width */
    .col-700 {
        width: 100%;
    }
}