/*!
Theme Name: ATH New
Author: Blue Symphony LLC
Author URI: http://www.BlueSymphony.com
Description: Custom WordPress theme created for ATH
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: ath-new

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.

ATH New is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Spacing
# Forms
# Navigation
        ## Links
        ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
        ## Posts and pages
        ## Footer
        ## Comments
# Infinite scroll
# Media
        ## Captions
        ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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;
}

/**
 * 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 */
}

/**
 * Add the correct font size in all browsers.
 */

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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    margin: 0 0 1rem;
	line-height: 1.4em !important;
}

h1{
    font-size: 2.6em;
}

h2{
    font-size: 2.3em;
}

h3{
    font-size: 1.9em;
}

h4{
    font-size: 1.6em;
}

h5{
    font-size: 1.3em;
}

h6{
    font-size: 1.1em;
}

h6 a,
h6 a:visited {
	color: #b2b335;
}

p {
    margin: 0 0 1.5em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

.text-small{
    font-size: 0.85em;
}

.entry-title a{
    text-decoration: none;
    color: inherit !important;
}
/* blue sym removes author, date, and categories at the end of blog posts*/
.entry-footer{
display:none !important;
}

footer.entry-footer a{
    text-decoration: none;
    color: inherit !important;
	display: none !important;
}



footer.entry-footer a:hover{
    text-decoration: underline;
}

.text-brush,
.text-brush.elementor-widget-heading .elementor-heading-title{
    font-family: 'Caveat Brush', cursive !important;
}

.leaf h2{
    color: #b2b335 !important;
}

.leaf h2:after {
    content: '';
    width: 30px;
    height: 40px;
    background-image: url(images/leaves-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 10px;
    vertical-align: super;
}

@media screen and (max-width: 767px){
    h1{
        font-size: 2.3em;
    }

    h2{
        font-size: 2em;
    }

    h3{
        font-size: 1.7em;
    }

    h4{
        font-size: 1.5em;
    }

}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em;
    padding-left: 2em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li{
    margin-bottom: 5px;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}
/*--------------------------------------------------------------
# Spacing
--------------------------------------------------------------*/
.m0{
    margin: 0;
}
.mb-0{
    margin-bottom: 0;
}
.mb-1{
    margin-bottom: 1em
}
.mb-2{
    margin-bottom: 2em
}
.mb-3{
    margin-bottom: 3em
}
.mt-0{
    margin-top: 0;
}
.mt-1{
    margin-top: 1em;
}
.mt-2{
    margin-top: 2em;
}
.mt-3{
    margin-top: 3em;
}
.p0{
    padding: 0;
}
.pb-0{
    padding-bottom: 0;
}
.pb-1{
    padding-bottom: 1em;
}
.pb-2{
    padding-bottom: 2em;
}
.pb-3{
    padding-bottom: 3em;
}
.pt-0{
    padding-top:0;
}
.pt-1{
    padding-top:1em;
}
.pt-2{
    padding-top:2em;
}
.pt-3{
    padding-top:3em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #f04d30;
    transition: 0.5s;
}

a:visited {
    color: #f04d30;
}

a:hover, a:focus, a:active {
    color: #fcb83b;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

a.read-more{
    text-decoration: none;
    color: #000;
    font-weight: 400;
}

a.read-more:hover{
    text-decoration: underline;
    color: #f04d30
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#top-menu{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 1em;
}
#top-menu li{
    display: inline-block;
    padding: 0em 0.5em;
    border-right: 1px solid #444;
    line-height: 1;
    margin-top: 1em;
}
#top-menu li:first-of-type{
    padding-left: 0;
}
#top-menu li:last-of-type{
    padding-right: 0;
    border-right: none;
}
#top-menu li a{
    text-decoration: none;
    color: #636466;
}
#top-menu li a:hover{
    text-decoration: underline;
}

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    text-transform: uppercase;
}

.main-navigation ul{
    flex-direction: column;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    text-align: center;
    background-color: #f04d30;
    padding: 4px 8px;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
    border-bottom: 1px solid #fff;
    font-size: 13px;
    padding: 6px 0;
}

.main-navigation ul ul li:last-of-type a{
    border-bottom: none;
    padding-bottom: 0;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul li:hover > a,
.main-navigation ul li.focus > a,
.main-navigation ul li.current-menu-parent > a,
.main-navigation ul li.current-menu-item > a {
    color: #f04d30;
}

.main-navigation ul ul li:hover > a,
.main-navigation ul ul li.focus > a,
.main-navigation ul ul li.current-menu-item > a {
    color: #fff;
}

.main-navigation li {
    float: left;
    position: relative;
    display: block;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #121212;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    padding: 1.5em 1em 1em;
}

.main-navigation .menu-toggle{
    float: right;
    border: 0;
    padding: 0.5em 1em;
    background: #f04d30;
    color: #f1f1f1;
    display: block;
    margin-top: 10px;
}
.menu-toggle span.bar {
    display: block;
    width: 30px;
    height: 3px;
    background: #f1f1f1;
    clear: both;
    margin: 8px 0;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: flex;
}

@media screen and (min-width: 768px) {
    .main-navigation .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: flex;
        justify-content: space-around;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .main-navigation li {
        flex: 1 1 auto;
        text-align: center;
    }
    .main-navigation ul ul {
        flex-direction: column;
    }
    .main-navigation ul.nav-menu > li:hover > ul,
    .main-navigation ul.nav-menu > li.focus > ul {
        left: 50%;
        transform: translateX(-50%);
    }
    
    #primary-menu > li:hover:before,
    #primary-menu > li.focus:before,
    #primary-menu > li.current-menu-parent:before,
    #primary-menu > li.current-menu-item:before{
        content: '';
        display: block;
        position: absolute;
        border-top: 10px solid red;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        position: absolute;
        top: 3px;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media screen and (max-width:767px){
    #primary-menu{
        background-color: #f2efea;
        clear: both;
    }
    #primary-menu a{
        padding: 0.8em 0.5em;
    }
    #primary-menu ul.sub-menu {
        box-shadow: none;
        float: none;
        position: relative;
        top: 0;
        left: 0;
        z-index: 99999;
        text-align: left;
        background-color: #f1f1f1;
        padding: 0 0.5em;
        width:100%;
    }
    #primary-menu ul.sub-menu  a{
        width: 100%;
        line-height: 1.3;
        padding-left: 18px;
    }
    
    #primary-menu ul.sub-menu ul a{
        padding-left: 30px;
    }
}

.site-main .comment-navigation {
    margin: 0 0 2em;
    overflow: hidden;
    border-top: 1px solid #f04d30;
    border-bottom: 1px solid #f04d30;
}

.comment-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-previous a {
    display: block;
    padding: 1em 1em 1em 2em;
    text-decoration: none;
    position: relative;
}
.comment-navigation .nav-previous a:before {
    content: '';
    display: block;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    border-right: 10px solid #f04d30;
    width: 0;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.comment-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.comment-navigation .nav-next a{
    display: block;
    padding: 1em 2em 1em 1em;
    text-decoration: none;
    position: relative;
}
.comment-navigation .nav-next a:after{
    content: '';
    display: block;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    border-left: 10px solid #f04d30;
    width: 0;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.container{
    display: block;
    width: 90%;
    max-width: 1100px;
    min-width: 300px;
    margin: 0 auto;
}

.top-donate a.btn{
    display: inline-block;
    text-decoration: none;
    background: #fcb83b;
    color: #fff;
    padding: 0.8em 3em;
    font-weight: 600;
    line-height: 1;
}

.site-branding .header-logo{
    width:500px;
}

.sticky {
    display: block;
}

.post,
.page {
    /*margin: 0 0 1.5em;*/
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1em 0 0;
}

.entry-summary p {
    margin-bottom: 1em;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.entry-footer{
    border-top: 1px solid #e1e1e1;
    padding-top: 1em;
    margin-bottom: 2.5em;
    font-size: 0.85em;
	display: none !important;
}

a.btn:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    transition: 0.8s;
}

/*Home Cards*/
.ath-cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    color: #fff
}
.ath-cards .hm-card{
    margin-bottom: 2em;
    width: 100%;
}
.ath-cards .hm-card .hm-card-img{
    display: block;
    height: auto;
    max-height: 200px;
    overflow: hidden;
    background: #f2efea;
}
.ath-cards .hm-card .hm-card-img img{
    width: 100%;
}
.ath-cards .hm-card .hm-card-body{
    padding: 1.5em 1em;
    text-align: center;
}
.ath-cards .hm-card .hm-card-body a.btn{
    display: inline-block;
    color: inherit;
    text-decoration: none;
    padding: 0.6em 1.5em;
    min-width: 100px;
}

@media screen and (min-width:580px){
    .ath-cards .hm-card{
        width: 48%;
        flex: 0 0 calc(50% - 1em);
    }
}
@media screen and (min-width:900px){
    .ath-cards{
        justify-content: space-between;
    }
    .ath-cards .hm-card{
        width: 31%;
        flex: 0 0 calc(33% - 1em);
    }
}

.search article footer.entry-footer {
    border-top: 0;
    border-bottom: 1px solid #e1e1e1;
    padding-top: 0; 
    padding-bottom: 1em; 
    margin-bottom: 2em;
	display: none !important;
}

#blog-header{
    min-height: 11vh;
    background-color: #f2efea;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
@media screen and (min-width:768px){
    #blog-header{
        min-height: 26vh;
    }
}

.blog .bread-crumbs,
.single .bread-crumbs{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 1em;
}

.single .bread-crumbs a{
    text-decoration: none;
    color: #000;
}

.bread-crumbs {
	color: #000;
	font-weight: bold !important;
}

.bread-crumbs::before {
	font-weight: normal;
    content: "Home » ";
}

.blog nav.pagination{
    padding: 1em;
    text-align: center;
}

.blog .pagination.top,
.archive .pagination.top{
    border-bottom: 1px solid #ccc;
    min-height: 52px;
}

.blog .pagination.bottom{
    padding-bottom: 2em;
}

.pagination .nav-links a.page-numbers{
    color: #000;
    font-weight: 400;
    text-decoration: none;
}

.pagination .nav-links a.page-numbers:hover,
.pagination .nav-links span.page-numbers.current{
    color: #f04d30;
    font-weight: 400;
    text-decoration: underline;
}

.post-nav .nav-previous,
.post-nav .nav-next{
    display: inline-block;
}

.post-nav .nav-previous a,
.post-nav .nav-next a{
    text-decoration: none;
    color: #000;
}

.post-nav .nav-previous a:hover,
.post-nav .nav-next a:hover{
    text-decoration: underline;
    color: #f04d30;
}

.post-nav .nav-next a{
    margin-left: 1.5em;
}

section.ath-posts-list{
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.ath-posts-list article.hentry{
    margin-bottom: 3em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
}
section.ath-posts-list article.hentry:last-of-type {
    margin-bottom: 0;
}
section.ath-posts-list article.hentry a.blog-featured-image{
    display: block;
    width: 300px;
    flex: 0 0 300px;
    height: 200px;
    overflow: hidden;
    background-color: #f2efea;
    background-image: url(images/placeholder-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
section.ath-posts-list article.hentry a.blog-featured-image > img{
    width: 100%;
}

section.ath-posts-list article.hentry header.entry-header{
    background-color: #f2efea;
    color: #fff;
    display: flex;
    position: relative;
}

section.ath-posts-list article.hentry header.entry-header .blog-header-hover{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    opacity: 0.9;
    color: #fff;
    overflow: hidden;
    font-size: 1.5em;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    transform: scale(0);
}
section.ath-posts-list article.hentry header.entry-header:hover .blog-header-hover{
    transform: scale(1);
}
section.ath-posts-list article.hentry header.entry-header .blog-header-hover span{
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

section.ath-posts-list article.hentry .blog-list-title {
    flex: 1 1 auto;
    padding: 0 1em 1em;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

section.ath-posts-list article.hentry header.entry-header span.posted-on{
    display: block;
}

section.ath-posts-list article.hentry header.entry-header span.posted-on a{
    display: inline-block;
    color: inherit;
    text-decoration: none;
    padding: 0.6em 1.5em;
    font-size: 18px;
}

section.ath-posts-list article.hentry header.entry-header h2.entry-title{
    font-size: 25px;
    font-weight: 600;
    margin: 16px 0 0;
}

section.ath-posts-list article.hentry header.entry-header footer.entry-footer{
    margin: 0;
    font-size: 0.8em;
    border: 0;
}

section.ath-posts-list article.hentry div.entry-summary{
    padding: 10px;
    margin: 0;
}

section.ath-posts-list article.hentry:nth-child(6n+1) header.entry-header,
.ath-cards .hm-card:nth-child(6n+1) .hm-card-body{
    background: #f04d30;
}

section.ath-posts-list article.hentry:nth-child(6n+2) header.entry-header,
.ath-cards .hm-card:nth-child(6n+2) .hm-card-body{
    background: #704856;
}

section.ath-posts-list article.hentry:nth-child(6n+3) header.entry-header,
.ath-cards .hm-card:nth-child(6n+3) .hm-card-body{
    background: #b2b335;
}

section.ath-posts-list article.hentry:nth-child(6n+4) header.entry-header,
.ath-cards .hm-card:nth-child(6n+4) .hm-card-body{
    background: #d5cab9;
}

section.ath-posts-list article.hentry:nth-child(6n+5) header.entry-header,
.ath-cards .hm-card:nth-child(6n+5) .hm-card-body{
    background: #fcb83b;
}

section.ath-posts-list article.hentry:nth-child(6n+6) header.entry-header,
.ath-cards .hm-card:nth-child(6n+6) .hm-card-body{
    background: #403434;
}

/*Blog date background colors*/
section.ath-posts-list article.hentry:nth-child(6n+1) header.entry-header span.posted-on a,
.ath-cards .hm-card:nth-child(6n+1) .hm-card-body a{
    background: #e21709;
}

section.ath-posts-list article.hentry:nth-child(6n+2) header.entry-header span.posted-on a,
.ath-cards .hm-card:nth-child(6n+2) .hm-card-body a{
    background: #31141d;
}

section.ath-posts-list article.hentry:nth-child(6n+3) header.entry-header span.posted-on a,
.ath-cards .hm-card:nth-child(6n+3) .hm-card-body a{
    background: #7c7e0b;
}

section.ath-posts-list article.hentry:nth-child(6n+4) header.entry-header span.posted-on a,
.ath-cards .hm-card:nth-child(6n+4) .hm-card-body a{
    background: #b2a086;
}

section.ath-posts-list article.hentry:nth-child(5n+5) header.entry-header span.posted-on a,
.ath-cards .hm-card:nth-child(6n+5) .hm-card-body a{
    background: #fed252;
}

section.ath-posts-list article.hentry:nth-child(6n+6) header.entry-header span.posted-on a,
.ath-cards .hm-card:nth-child(6n+6) .hm-card-body a{
    background: #18100e;
}

/* Single Post */
.single article.post header.entry-header{
    display: flex;
    background: #f04d30;
    color: #fff;
    flex-direction: column;
    margin-bottom: 0.5em;
}

.single article.post header.entry-header .entry-header-image img{
    display: block;
    margin: 0 auto;
}

.single article.post header.entry-header .entry-header-title{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 1.5em;
    max-width: 100%;
}

.single article.post header.entry-header h1{
    margin-left: 0.5em;
    margin-right: 0.5em;
    font-size: 2.4em;
}

.single .blog-section,
.blog .content-area.container,
.archive .content-area.container{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.single .blog-section .entry-content,
.blog .content-area.container #primary,
.archive .content-area.container #primary{
    margin: 0;
    padding: 1em 0.75em 0;
}

.single .blog-section #secondary{
    background: #f2efea;
    padding: 1em;
}  

.blog .content-area.container #secondary,
.archive .content-area.container #secondary{
    padding: 1em;
}

.blog-section #secondary .widget-title {
    font-size: 1.9em;
}

aside#secondary a {
    text-decoration: none;
}

.img-half-out{
    margin-top: -40px !important;
    position: relative;
}

@media screen and (max-width:767px){
    .single article.post header.entry-header,
    section.ath-posts-list article.hentry header.entry-header{
        flex-wrap: wrap;
        align-items: center;
        flex-flow: column;
    }
    .single article.post header.entry-header h1{
        margin: 0.5em 0;
        width: 100%;
        padding: 0 0.5em;
    }
    section.ath-posts-list article.hentry a.blog-featured-image{
        flex: 1 1 auto;
        height: auto;
        line-height: 0;
    }
}
@media screen and (min-width:767px){
    .single article.post header.entry-header{
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .single article.post header.entry-header .entry-header-image{
        flex: 1 1 35%;
    }
    .single article.post header.entry-header .entry-header-title{
        flex: 1 1 65%;
    }
}
@media screen and (min-width:992px){
    .single .blog-section,
    .blog .content-area.container,
    .archive .content-area.container{
        flex-direction: row;
    }
    .single .blog-section .entry-content,
    .blog .content-area.container #primary,
    .archive .content-area.container #primary{
        min-width: 50%;
        flex: 1 1 60%;
    }
    .single .blog-section #secondary,
    .blog .content-area.container #secondary,
    .archive .content-area.container #secondary{
        width: 250px;
        flex: 0 0 250px;
    }
    .blog .content-area.container #secondary,
    .archive .content-area.container #secondary{
        padding-top: 140px;
        padding-left: 2em;
    }
    .archive .content-area.container #secondary{
        padding-top: 190px;
    }
}
/*
@media screen and (min-width:680px){
    section.ath-posts-list article.hentry {
        flex: 0 0 47%;
        flex: 0 0 calc(50% - 1em);
    }
}
@media screen and (min-width:1064px){
    section.ath-posts-list article.hentry {
        flex: 0 0 30%;
        flex: 0 0 calc(33% - 1em);
    }
}*/

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer#colophon{
    background: #f2efea;
    padding: 3.5em 0;
    position: relative;
}

footer a#to-top{
    display: block;
    width: 100px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    top: -25px;
    left: 50%;
    background: #f2efea;
    transform: translateX(-50%);
    text-align: center;
}

footer a#to-top:before{
    content:'';
    display: inline-block;
    border-bottom: 20px solid #f04d30;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    width: 0;
    margin-top: 20px;
}

#footer-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}
#footer-menu li {
    padding-top: 5px;
}
#footer-menu li + li:before{
    content: " | ";
    padding: 0 10px;
}
#footer-menu li a{
    text-decoration: none;
    color: #000;
}
#footer-menu li a:hover{
    text-decoration: underline;
    color: #f04d30;
}

#footer-menu ul ul{
    display: none;
}

footer .social-block {
	width: 25.80%;
    margin: 2em auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

footer .social-block a{
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #5e4f4a;
    position: relative;
    transition: 0.6s;
    color: #fff;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-size: 1.6em;
	margin: 5px 5px 5px 5px;
}

footer .social-block a.fb:hover{
    background: #3C5A99;
}

footer .social-block a.ig:hover{
    background: #833AB4;
}

footer .social-block a.twitter:hover{
    background: #1DA1F2;
}
/* Hover for Youtube Social Block - BlueSym */
footer .social-block a.youtube:hover{
	background: red;
}

footer .logo-block {
    max-width: 400px;
    margin: 1em auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;   
    align-items: center;
}

footer .logo-block .footer-logo{
    width: 130px
}

footer .logo-block a.btn{
    display: inline-block;
    text-decoration: none;
    background: #fcb83b;
    color: #fff;
    padding: 0.8em 3em;
    font-weight: 600;
    line-height: 1;
}

footer .logo-block span.border{
    width: 1px;
    height: 55px;
    background: #000;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/* blue sym add breadcrumb formatting */
#breadcrumbs a,
.breadcrumb_last{
	color: #000;
	text-transform: uppercase;
}
.bread-crumbs.pt-1{
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal !important;
}

.campaign a{
	text-decoration: underline !important;
	color: #b2b335;
}

/* Editing Tabs: Line spacing - Blue Sym */
.elementor-tabs-content-wrapper li{
	margin-bottom: 20px;
}

/* blue sym add mailchimp form formattig */
.mc4wp-form label {
	display: block;
	float: left;
	width: 30%;
}

.mc4wp-success p {
	display: block;
	text-align: center;
	margin: 10px;
}

/* blue sym add home page card copy block style */
.feature-callout {
	max-width: 495px;
}

/* blue sym removes author, date, and categories at the end of blog posts*/
.entry-footer{
display:none !important;
}

/* blue sym responsive for content sharing same elementor block */

.third,
.two-thirds {
	padding: 5px;
	display: block;
	float: none;
}
.third img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  max-width: 150px;
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
.third {
	float: left;
	width: 34%; 
}
	.third img.center {
		width: 100%;
		max-width: 150px;
	}
.two-thirds {
	float: left;
	width: 66%;
}
}