/*
Theme Name: Ecole de Musique
Description: Ecole de Musique custom theme 
Author: Paul
Version: 1.0
Tags: ecole-de-musique, civray, responsive
*/


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
     ========================================================================== */


/**
   * Remove the margin in all browsers.
   */

body {
    margin: 0;
}


/**
   * Render the `main` element consistently in IE.
   */

main {
    display: block;
}


/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
     ========================================================================== */


/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
     ========================================================================== */


/**
   * Remove the gray background on active links in IE 10.
   */

a {
    background-color: transparent;
}


/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
    font-weight: bolder;
}


/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
   */

small {
    font-size: 80%;
}


/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
     ========================================================================== */


/**
   * Remove the border on images inside links in IE 10.
   */

img {
    border-style: none;
}


/* Forms
     ========================================================================== */


/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
   * Correct the padding in Firefox.
   */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
    vertical-align: baseline;
}


/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
    overflow: auto;
}


/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

 ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
     ========================================================================== */


/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
    display: block;
}


/*
   * Add the correct display in all browsers.
   */

summary {
    display: list-item;
}


/* Misc
     ========================================================================== */


/**
   * Add the correct display in IE 10+.
   */

template {
    display: none;
}


/**
   * Add the correct display in IE 10.
   */

[hidden] {
    display: none;
}


/* ******************************************************** */


/* GLOBAL */

body {
    color: #333;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #5ad67d;
}

a:hover {
    text-decoration: none;
}

p,
ul,
ol {
    margin: 0 0 1.65em 0;
}

p,
li {
    line-height: 1.65;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.page-section {
    padding: 20px;
    max-width: 800px;
}


/* ECOLE DE MUSIQUE */


/* HEADER BANNER */

.site-header {
    height: 0;
}


/* Header text */

.school-logo-text {
    display: none;
}

.page-banner {
    background-color: #000;
    padding: 90px 0 40px 0;
    position: relative;
    margin-top: -10px;
    z-index: -1;
}

.page-banner__content {
    position: relative;
    z-index: 2;
}

.page-banner__bg-image {
    opacity: 1;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.headline {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

.headline--dark {
    color: #333333;
}

.headline--large {
    font-size: 3rem;
    margin-bottom: .5rem;
}

.headline--large-medium {
    font-size: 5rem;
    margin: 0 0 1rem 0;
}

.headline--medium {
    font-size: 1.9rem;
    margin-bottom: .75rem;
}

.headline--small-plus-italic {
    font-family: 'Roboto', sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    font-style: italic;
    margin-bottom: .8rem;
}

.headline--small {
    font-size: 1.2rem;
    margin-bottom: 1.9rem;
}

.headline--smaller {
    font-size: 1.5rem;
}

.headline--tiny {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3875rem;
    margin-bottom: .25rem;
}

.headline--single {
    color: #000;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.headline--post-title a {
    color: #0D3B66;
    text-decoration: none;
}

.headline--post-title a:hover {
    text-decoration: underline;
}

.headline--blog {
    margin-top: 0;
}


/* MOBILE MENU */

.main-navigation {
    display: block;
    width: 100%;
    line-height: 1.6em;
    font-weight: 400;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}


/*Strip the ul of padding and list styling*/

.main-navigation ul {
    list-style-type: none;
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
    width: 100%;
    position: absolute;
    background: #8aa8bd;
}


/*Create a horizontal list with spacing*/

.main-navigation li {
    display: inline-block;
    /*float: left;
	margin-right: 1px;*/
}


/*Style for menu links*/

.main-navigation li a {
    display: block;
    /* min-width: 100px; */
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background-color: #000;
    text-decoration: none;
    padding: 10px 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}


/*Hover state for top level links*/

.main-navigation li:hover a {
    color: #000;
    background-color: #fff;
}


/*Style 'show menu' label button and hide it by default*/

.main-navigation .show-menu {
    text-decoration: none;
    color: #fff;
    /* background: #8aa8bd; */
    text-align: center;
    padding: 10px 15px;
    display: none;
    cursor: pointer;
    text-transform: uppercase;
}

.main-navigation .show-menu span {
    padding-left: 25px;
}


/*Hide checkbox*/

.main-navigation input[type=checkbox] {
    display: none;
}


/*Show menu when invisible checkbox is checked*/

.main-navigation input[type=checkbox]:checked~.menu-main-header-menu-container #menu-main-header-menu {
    display: block;
    margin-top: 23px;
    background-color: #000;
}

.menu-main-header-menu-container {
    margin-top: -46px;
    z-index: 50;
}


/* BREADCRUMB */

.metabox__blog-home-link {
    font-size: 1.8rem;
    padding: 15px 15px 20px;
    display: block;
    text-decoration: none;
    text-align: center;
}

.metabox__blog-home-link:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .metabox__blog-home-link {
        text-align: left;
    }
}


/* FOOTER */

.site-footer {
    padding: 2rem 0 1rem 0;
    /* background-image: linear-gradient(#0e626c, #1e9cb2); */
    background-image: linear-gradient(#aaa, #444);
}

.site-footer-group {
    padding: 20px;
    display: grid;
    grid-template-columns: (1fr);
    grid-gap: 20px;
}

.site-footer__link {
    text-decoration: none;
}

.site-footer p {
    font-size: .9rem;
}

.site-footer .headline {
    color: #fff;
    margin-bottom: .33rem;
}

.site-footer__link {
    color: #fff;
    text-decoration: none;
}

.site-footer__link:hover {
    color: #eee;
    text-decoration: underline;
}

.site-footer__inner {
    text-align: center;
}

.site-footer__col-four {
    padding-top: 20px;
    width: 85%;
    margin: 0 auto;
    clear: both;
    text-align: center;
}

.site-footer__bottom {
    width: 90%;
    margin: 10px auto;
    text-align: left;
}

.site-footer__bottom li a {
    font-size: .9rem;
    display: inline-block;
    margin: 0 10px;
}

.site-footer__copyright {
    text-align: center;
    color: white;
    font-size: .9rem;
    margin-top: 14px;
}

.nav-list ul {
    padding: 0;
    margin: 0;
}

.nav-list li {
    list-style: none;
}

.nav-list a {
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
}

.nav-list a:hover {
    color: #eee;
    text-decoration: underline;
}

.social-icons-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-inline-start: 0;
    max-width: 200px;
    margin: 0 auto;
}

.social-icons-list li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 8px;
}

.social-icons-list li a {
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 1.25rem;
    max-width: 50px
}

.social-icons-list li a:hover {
    opacity: .75;
}

.social-color-facebook {
    background-color: #4862a3
}

.social-color-youtube {
    background-color: #cc1e1f
}


/*Responsive Styles*/

@media screen and (max-width: 768px) {
    .main-navigation .lines {
        border-bottom: 15px double #f8f8f8;
        border-top: 5px solid #f8f8f8;
        content: "";
        height: 5px;
        width: 20px;
        padding-right: 15px;
        margin-right: 16px;
        float: right;
        position: absolute;
        right: 0;
        z-index: 100;
    }
    /*Make dropdown links appear inline*/
    .main-navigation ul {
        display: none;
        position: absolute;
    }
    /*Create vertical spacing*/
    .main-navigation li {
        margin-bottom: 1px;
    }
    /*Make all menu links full width*/
    .main-navigation ul li,
    .main-navigation li a {
        width: 100%;
    }
    /*Display 'show menu' link*/
    .main-navigation .show-menu {
        display: block;
    }
}


/* INFO SECTION */

.section-info {
    padding: 25px;
}


/* NOS COURS */

.section-nos-cours {
    padding: 25px 10px;
    background-color: #f5f5f5;
}

.section-nos-ateliers {
    padding: 25px 10px 40px;
    background-color: #e5e5e5;
}


/* NOS ATELIERS */


/* Blog cards - Nos Cours Nos Ateliers */

.blog-card {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 1rem auto 0;
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
    background: #fff;
    line-height: 1.4;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
}

.blog-card a {
    color: inherit;
    text-decoration: none;
}

.blog-card a:hover {
    color: #5ad67d;
}

.blog-card .meta {
    position: relative;
    z-index: 0;
    height: 250px;
}

.blog-card-related .meta {
    height: 150px;
}

.blog-card .photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.blog-card .details,
.blog-card .details ul {
    margin: auto;
    padding: 0;
    list-style: none;
}

.blog-card .details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    margin: auto;
    -webkit-transition: left .2s;
    transition: left .2s;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
    width: 100%;
    font-size: .9rem;
}

.blog-card .details a {
    -webkit-text-decoration: dotted underline;
    text-decoration: dotted underline;
}

.blog-card .details ul li {
    display: inline-block;
}

.blog-card .details .author:before {
    font-family: FontAwesome;
    margin-right: 10px;
    content: "\f007";
}

.blog-card .details .date:before {
    font-family: FontAwesome;
    margin-right: 10px;
    content: "\f133";
}

.blog-card .details .tags ul:before {
    font-family: FontAwesome;
    content: "\f02b";
    margin-right: 10px;
}

.blog-card .details .tags li {
    margin-right: 2px;
}

.blog-card .details .tags li:first-child {
    margin-left: -4px;
}

.blog-card .description {
    padding: 1rem;
    background: #fff;
    position: relative;
    z-index: 1;
}

.blog-card .description h1,
.blog-card .description h2 {
    font-family: Roboto, sans-serif;
}

.blog-card .description h1 {
    line-height: 1;
    margin: 0;
    font-size: 1.37rem;
}

.blog-card .description h2 {
    font-size: .95rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #a2a2a2;
    margin-top: 5px;
    margin-bottom: 0;
}

.blog-card .description .read-more {
    text-align: right;
    margin-top: auto;
}

.blog-card .description .read-more a {
    color: #5ad67d;
    display: inline-block;
    position: relative;
}

.blog-card .description .read-more a:after {
    content: "\f061";
    font-family: FontAwesome;
    margin-left: -10px;
    opacity: 0;
    vertical-align: middle;
    -webkit-transition: margin .3s, opacity .3s;
    transition: margin .3s, opacity .3s;
}

.blog-card .description .read-more a:hover:after {
    margin-left: 5px;
    opacity: 1;
}

.blog-card p {
    position: relative;
    margin: 1rem 0 0;
    font-size: .9rem;
}

.blog-card p:first-of-type {
    margin-top: 1rem;
}

.blog-card p:first-of-type:before {
    content: "";
    position: absolute;
    height: 5px;
    background: #5ad67d;
    width: 35px;
    top: -0.75rem;
    border-radius: 3px;
}

.blog-card:hover .details {
    left: 0%;
}

.pagination {
    text-align: center;
    margin: 2rem auto .5rem;
}

.pagination a {
    margin: 0 5px;
    text-decoration: none;
}


/* Medium devices (mobile landscapes,480px and up) */

@media (min-width: 480px) {
    .blog-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        max-width: 700px;
    }
    .blog-card .meta {
        flex-basis: 40%;
        /* height: auto; */
    }
    .prof-bio .blog-card .meta {
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin-left: 1rem;
    }
    .blog-card .description {
        flex-basis: 60%;
        display: flex;
        flex-direction: column;
    }
    .blog-card-related .meta {
        flex-basis: 40%;
    }
    .blog-card-related .description {
        flex-basis: 60%;
    }
    .blog-card .description-activity {
        flex-basis: 100%;
    }
    .blog-card .description-activity a {
        text-decoration: none;
    }
    .blog-card .description:before {
        -webkit-transform: skewX(-3deg);
        transform: skewX(-3deg);
        content: "";
        background: #fff;
        width: 30px;
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        z-index: -1;
    }
    .blog-card.odd_post {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse;
    }
    .blog-card.odd_post .description:before {
        left: inherit;
        right: -10px;
        -webkit-transform: skew(3deg);
        transform: skew(3deg);
    }
    .blog-card.odd_post .details {
        padding-left: 25px;
    }
    .blog-card:hover .photo {
        /*
        -webkit-transform: scale(1.3) rotate(3deg);
        transform: scale(1.3) rotate(3deg);
        */
    }
    /* FOOTER */
    .site-footer-group {
        padding: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 20px;
        grid-template-areas: "col1 col1 col1 col1" "col2 col2 col3 col3" "col4 col4 col4 col4"
    }
    .site_footer-group .headline {
        text-align: left;
    }
    .site-footer__col-one {
        grid-area: col1;
    }
    .site-footer__col-two {
        grid-area: col2;
        text-align: left;
    }
    .site-footer__col-three {
        grid-area: col3;
        text-align: left;
    }
    .site-footer__col-four {
        grid-area: col4;
    }
    .site-footer__col-two .headline,
    .site-footer__col-three .headline {
        text-align: left;
    }
    .social-icons-list {}
    .site-footer__link {
        font-size: 1.1rem;
    }
    .nav-list a {
        font-size: 1.1rem;
    }
    .site-footer__bottom li {
        display: inline-block;
        margin: 0 10px;
    }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .menu-main-header-menu-container {
        margin-top: 10px;
    }
    .main-navigation {
        margin: 0;
        background-color: transparent;
    }
    .main-navigation ul {
        position: relative;
        background-color: transparent;
    }
    .main-navigation li a {
        background: transparent;
        padding: 10px 5px;
        min-width: auto;
    }
    /*Hover state for top level links*/
    .main-navigation li:hover a {
        color: #5ad67d;
        background-color: transparent;
    }
    .headline--large {
        font-size: 3rem;
        margin-bottom: 1rem;
    }
    .headline--single {
        font-size: 2.2rem;
    }
    .blog-card .meta {
        height: 255px;
    }
    /* FOOTER */
    .site-footer-group {
        grid-template-areas: "col1 col2 col3 col4"
    }
    .site-footer__col-four {
        padding-top: 0;
    }
    .social-icons-list {}
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .main-navigation ul {
        background-color: transparent;
    }
    .main-navigation li a {
        padding: 10px;
    }
    .section-info {
        width: 70%;
        margin: 0 auto;
    }
    /*
    .section-a {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 25px;
        padding: 0 30px;
    }
    */
    .section-nos-cours-items,
    .section-nos-ateliers-items {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-row-gap: 8px;
        grid-column-gap: 25px;
        padding: 0 30px;
    }
    .section-nos-cours-items>div,
    .section-nos-ateliers-items>div {
        width: 100%;
        grid-column: span 2;
    }
    .section-nos-cours-items>div:nth-last-child(1):nth-child(odd),
    .section-nos-ateliers-items>div:nth-last-child(1):nth-child(odd) {
        grid-column: 2 / span 2;
    }
    /* FOOTER */
    .social-icons-list {}
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .main-navigation li a {
        padding: 10px 15px;
    }
    /* FOOTER */
    .social-icons-list {}
}


/* Archives */

.page_title {}

.page-title__title h1 {
    font-size: 2.5rem;
    font-weight: 300;
    font-style: italic;
    color: #000;
    text-align: center;
    margin: 2rem 0 1rem;
}

.page-title__intro {
    font-size: 1rem;
    text-align: left;
    margin: 0 3rem 2rem;
}


/* Prof Bio Page */

.prof-bio {
    padding: 0 10px;
    margin-top: -15px;
}

.prof-bio .blog-card p:first-of-type:before {
    width: 100%;
}

.prof-bio .blog-card .photo {
    border-radius: 5px;
}

.prof-bio .blog-card:hover .photo {
    -webkit-transform: none;
    transform: none;
}

.prof-bio .blog-card .description:before {
    left: 10px;
}

.prof-bio .blog-card .description-single-page {
    padding-left: 2rem;
}


/*
.prof-grid {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-areas: "prof-title prof-photo" "prof-bio prog-bio";
    grid-gap: 20px;
}

.prof-grid .prof-photo {
    grid-area: prof-photo;
    max-width: 100%;
}

.prof-grid .prof-title {
    grid-area: prof-title;
}

.prof-grid .prof-bio {
    grid-area: prof-bio;
}
*/

@media (min-width: 480px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}


/* Related Items on single pages 
   set card layout to vertical
*/

.headline--related {
    color: #000;
    font-weight: 400;
    margin: 40px auto 20px;
}

.blog-card-related-container {
    /* display: grid;
    grid-template-columns: 1fr; */
    padding: 0 20px;
}

@media (min-width: 480px) {
    .blog-card-related-container {
        /* grid-template-columns: 1fr 1fr;
        grid-column-gap: 20px; */
    }
    .blog-card-related {
        -webkit-box-orient: vertical;
        flex-direction: row;
        max-width: 700px;
    }
    .blog-card-related .meta {
        flex-basis: 40%;
        height: 225px;
    }
    .blog-card-related.description:before {
        display: none;
    }
    .blog-card-related .photo {}
    .blog-card-related:hover .photo {
        -webkit-transform: none;
        transform: none;
    }
}


/*
@media (min-width: 768px) {
    .blog-card-related-container {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width: 992px) {
    .blog-card-related-container {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

*/