/*
Theme Name: Equineglow
Author: Mark Granath
Description: Code by Mark
Version: 1.0.4
Text Domain: equineglow
*/

:root {
    --bs-body-color: #000 !important;
}

html, body {
    margin: 0px;
    hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;

    font-weight: 400;    
    font-style: normal;
    font-size: 9pt;

    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.secondary_content {
    background-color: #f7ede6;
    opacity: 1;
    background-image:  repeating-radial-gradient( circle at 0 0, transparent 0, #f7ede6 8px ), repeating-linear-gradient( #c9be9f55, #c9be9f );
}

/* divider */

.custom-shape-divider-bottom-1642365873 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1642365873 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-bottom-1642365873 .shape-fill {
    fill: #FFFFFF;
}

/* divider */

.siteheaderbackground {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    min-height: 50vh;
}

.entry-content > .row > .col > * {
    padding-top: 1em !important;
    padding-bottom: 0.8em !important;
}

.entry-content tr td:nth-child(2) {
    white-space: nowrap;
}

#masthead {
    margin: -11px;
}

.fa {
    color: white;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

h1,h2,h3,h4,h5,h6 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1pt;
}

.title {
    text-shadow: 2px 2px 5px #000;
}

header {
    background-size: cover;
}

header a.navbar-brand img.logo {
    width: 50vw;
    padding-top: 1em; 
}

#footer-menu li {
    display: inline;
}

a:link, a:visited {
    color: black;
    text-decoration: none;
    transition: color .5s;
}

a:hover {
    color: red;
    text-decoration: underline;
    transition: color .5s;
}

.top-header {
    font-family: celestia-antiqua-mvb,serif;
    font-weight: 400;
    font-style: normal;
}

.menu-item {
    margin-left: 1em;
}

.menu-item a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1pt;
}

.footer {
    background-color: black;
    color: white;
}

.relative {
    margin-top: 5em;
    position: relative;
}

.footerimage {
    position: absolute;
    top:-50px;
}

.wp-post-image {
    height: auto;
    max-width: 100% !important;
}

iframe {
    width: 100%;
    height: 100%;
}

.wp-embed-aspect-16-9 > .wp-block-embed__wrapper > iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}

.post-feature-wrapper {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    width: 100%;
    height: auto;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
  }  

@media (min-width: 576px) {
    .footer > .row {
        margin-top: 8em;
    }
}

@media ( min-width: 768px) {
    .footer > .row {
        margin-top: 0em;
    }    

    .sidebar-col {
        margin-top: 1em;
        padding-top: 1em;
        border-top: 1pt solid black;
    }
}

@media (min-width: 992px) {
    .sidebar-col {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
       border-left: 1pt solid black;
    }
}

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

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