/*Internal page styles*/

/*--------------------------------
# Content
--------------------------------*/

#page-head {
    position: relative;
    height: 180px;
    overflow: hidden;
	border-bottom: 3px solid #000;
}
.header-img, header.entry-header, .entry-header-content {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.header-img {
    background-color: #f8f8f8;
    margin: auto 0;
	background: url(https://www.strategyskills.com/wp-content/themes/strategy-skills/strategy-man/img/hero-bg.jpg) center center / cover no-repeat;
}
header.entry-header, .entry-header-content {
    margin: auto;
    right: 0;
    text-align: left;
}
header.entry-header {
    max-width: 1200px;
    z-index: 6;
}
.entry-header-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    text-align: center;
}
.page-icon {
    background-color: #fff;
    border-radius: 50%;
    height: 70px;
    margin: 0 auto 1rem;
    text-align: center;
    width: 70px;
}
h1.entry-title {
    line-height: 1.3em;
	font-family: 'komika_title_-_paintregular';
    font-weight: normal;
	background: linear-gradient(#364853, #a4b7c2);
	/*background: linear-gradient(#f2977d, #882224);*/
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
	color: #000;
 /* -webkit-text-fill-color: #000;  Will override color (regardless of order) */
  /*-webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;*/
}
h2.entry-pretitle {
    color: #00B5C6;
    font-size: .8125em;
    font-weight: 700;
    line-height: 1em;
    padding: 0 0 2px;
    position: relative;
    text-transform: uppercase;
}
p#breadcrumbs, h2.entry-subtitle span.single-date {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}
h2.entry-subtitle span.single-date span.time {
    text-transform: none;
}
p#breadcrumbs span.mark {
    font-size: .8em;
    position: relative;
    top: -4px;
}
.fee-schedule-form {
    margin: 0 auto;
    max-width: 895px;
    padding: 1em 0 0;
    width: 100%;
}
.fee-schedule-form .submit-container {
    text-align: center;
}
@media only screen and (max-width: 959px) {
    h1.entry-title {
        font-size: 2em;
    }
}

/*--------------------------------
# Events
--------------------------------*/

.feed-list.row, .event-row.row, .page-template-news #resource-content {
    width: 100%;
    max-width: 1225px;
    margin: 0 auto;
}
.page-template-news #resource-content {
    max-width: 1255px;
}
.event-form .ninja-forms-all-fields-wrap {
    margin-top: 30px;
}
.event-form.card {
    text-align: left;
}
.event-form-title {
    padding-bottom: 15px;
    text-transform: none;
}
.headline {
    padding-top: 1em;
    text-transform: uppercase;
    font-size: .75em;
}
.event-meta {
    margin-bottom: 1em;
    font-size: 1.1em;
}
.event-form-content {
    padding: 4em 0;
}

/*--------------------------------
# Resource Library
--------------------------------*/

.resource-feed {
    padding-bottom: 2.125em;
}
h3.filter-title {
    display: inline-block;
    text-transform: none;
}
button.loader {
    background: transparent;
    border-radius: 0;
    border: 0;
    border-top: 2px solid #ddd;
    color: #333;
    display: block;
    font-size: 1.125em;
    margin: 0 0 2.125rem;
    width: 100%;
}
button.loader:before {
    content: none;
}
button.loader:hover, button.loader:focus {
    color: #B91237;
    outline: 0;
    -ms-transform: translateY(-3px);
        transform: translateY(-3px);
}
.load-more {
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}
.load-more.active {
    opacity: 1;
    visibility: visible;
}
.resource-meta span {
    display: block;
}

/*--------------------------------
# Page Styles
--------------------------------*/

.entry-content {
    padding-top: 4em;
	font-size: 18px;
    line-height: 1.8;
}
/* Fig Caption */
.wp-caption-text {
    padding: 0 1em;
    width: 85%;
}
.wp-caption .wp-caption-text {
    margin: 1em auto;
    border-left: 4px solid #b4b4b4;
}

/* Misc */

.entry-content a.btn {
    color: #fff;
}
.entry-content a.btn:hover {
    color: #fff;
}
.entry-content a.btn.reverse {
    color: #fff;
}
.entry-content a.btn:hover {
    color: #fff;
}
div.award div.medium-3.columns p {
    text-align:right;
}
span.lower {
    text-transform: lowercase;
}
#breadcrumbs span.lower {
    font-size: .9em;
}
.no-results {
    padding: 0 20px;
}

/* Single Event Template */
.single-events div#content-contain {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
}

/*404 Page*/

.error-404 {
    padding: 4em 20px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    h1.entry-title {
        font-size: 1.75em;
    }
    header.entry-header .subtitle {
        font-size: 1em;
    }
    .entry-content h2 {
        font-size: 1.5em;
    }
    .entry-content h3 {
        font-size: 1.35em;
    }
}

/* Pagination */

.pagination {
    padding: 1.71rem 0 0;
    text-align: center;
}
.pagination a {
    border: 0;
    color: #333;
    display: inline-block;
}
span.page-numbers.current {
    border-bottom: 1px solid #00B5C6;
    color: #00B5C6;
}
.pagination a.next {
    margin-left: 20px;
}
.pagination a.prev {
    margin-right: 20px;
}
.pagination a i:before {
    margin: 0;
    width: .7em;
}

/* Search Results */

.search-result {
    border-bottom: 1px solid #b4b4b4;;
    padding: 0 20px;
}
.entry-content .search-result a {
    border-bottom: none;
}
.search-result .card {
    box-shadow: none;
}
.search-result .card:before {
    content: none;
}
.search-result .card-content {
    height: auto;
    padding: 3.5rem 9rem;
}
.search-result .card-content:before {
    width: 9rem;
}

/* News Page */

ul.filter-list {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0 0 2rem 2rem;
}
ul.filter-list li {
    display: inline-block;
    font-size: 1.25em;
    padding: 7px;
}

@media only screen and (max-width: 640px) {
    .entry-content {
        font-size: 1rem;
        padding-top: 2em;
    }
}
