/*
Theme Name:   MNM Sports
Description:  Wild Sports child theme
Author:       Francis
Author URI:   https://aurawebsolutions.com/
Template:     wild-sports
Version:      1.0.0
Text Domain:  mnm-sports
*/

html {
    -webkit-font-smoothing: antialiased; /* Better in WebKit (Chrome, Safari) */
    -moz-osx-font-smoothing: grayscale; /* Helps in Firefox on macOS */
}

h1 {
  font-size: 2em !important;
}

a:hover {
    color:#6b6b6b !important;
}

p a {
	text-decoration: underline;
}

.wrap-paragraphe-centre {
		max-width: 670px;
        margin: 0 auto;
        padding: 0 1em;
}

@media (max-width: 1068px) {
        .stack-columns-on-mobile {
            flex-direction: column !important;
        }
        .stack-columns-on-mobile > .wp-block-column {
            width: 100% !important;
        }
    }
    
@media (max-width: 1068px) {
    .reorder-on-mobile {
        display: flex;
        flex-direction: column;
  }
  .reorder-on-mobile > *:nth-child(1) {
    order: 2;
  }
  .reorder-on-mobile > *:nth-child(2) {
    order: 1;
  }
}