/*
Theme Name: abbuc
Author: Steve Boswell
Description:  ABBUC - Based on _s & Bootstrap
Version: 3.3.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: abbuc
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
:root {
	--background: #ffffff;
	--text:#222222;
	
	--primary-dark:#226188;
	--primary-medium:#479CD1;
	--primary-pale:#A1CDE8;
	--primary-light:#CEE5F3;
	--primary-hint:#EBF5FA;
	
	--secondary-dark:#885E22;
	--secondary-medium:#D19847;
	--secondary-pale:#E8CAA1;
	--secondary-light:#F3E4CE;
	--secondary-hint:#FAF4EB;

  --atari-pal-text:#75C1E9;

}
@font-face {
    font-family: 'Abbuc Serif';
    src: url('./inc/assets/fonts/AbbucSerif.woff2') format('woff2'),
    url('./inc/assets/fonts/AbbucSerif.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Abbuc Serif';
    src: url('./inc/assets/fonts/AbbucSerif-Bd.woff2') format('woff2'),
    url('./inc/assets/fonts/AbbucSerif-Bd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Abbuc Serif';
    src: url('./inc/assets/fonts/AbbucSerif-It.woff2') format('woff2'),
    url('./inc/assets/fonts/AbbucSerif-It.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Abbuc Serif';
    src: url('./inc/assets/fonts/AbbucSerif-BdIt.woff2') format('woff2'),
    url('./inc/assets/fonts/AbbucSerif-BdIt.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Abbuc Sans';
    src: url('./inc/assets/fonts/AbbucSans.woff2') format('woff2'),
    url('./inc/assets/fonts/AbbucSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Abbuc Sans';
    src: url('./inc/assets/fonts/AbbucSans-Bt.woff2') format('woff2'),
    url('./inc/assets/fonts/AbbucSans-Bt.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Abbuc Sans';
    src: url('./inc/assets/fonts/AbbucSans-BtIt.woff2') format('woff2'),
    url('./inc/assets/fonts/AbbucSans-BtIt.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Abbuc Sans';
    src: url('./inc/assets/fonts/AbbucSans-Lt.woff2') format('woff2'),
    url('./inc/assets/fonts/AbbucSans-Lt.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Abbuc Sans';
    src: url('./inc/assets/fonts/AbbucSans-LtIt.woff2') format('woff2'),
    url('./inc/assets/fonts/AbbucSans-LtIt.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Abbuc Sans';
    src: url('./inc/assets/fonts/AbbucSans-It.woff2') format('woff2'),
    url('./inc/assets/fonts/AbbucSans-It.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

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

.container {
  max-width: 90%;
  /* margin-top: 0.5rem; */
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-size:100%;
	line-height: 1.15;
	word-wrap: break-word;
}
.hidetdsmall {
	display:none;
}
.hidesmall {
	display:none;
}

.listing {
	display:none;
}
@media screen and (min-width: 576px) {
	html {
	  font-size: 105%;
	}
}
@media screen and (min-width: 730px) {
	html {
	  font-size: 110%;
	}
	.hidetdsmall{
		display:table-cell;
	}
	.hidesmall{
		display:block;
	}
	.listing {
		display:block;
	}
}
@media screen and (min-width: 768px) {
	html {
	  font-size: 120%;
	}
}
@media screen and (min-width: 1024px) {
	html {
	  font-size: 125%;
	}
}
@media screen and (min-width: 1200px) {
	html {
	  font-size: 130%;
	}
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

dfn {
  font-style: italic;
}

mark {
  background: var(--secondary-medium);
  color: var(--text);
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* .twitter-tweet,.fb-post,.instagram-media {margin:auto;} */


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body {
    font-family: "Abbuc Serif",serif;
    margin: 0;
}
/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Abbuc Sans",sans-serif;
    margin: 0 0 20px;
}

.comment-respond h3,
.entry-comments h3 {
    margin-bottom: 3.750rem;
    margin-top: 6.25rem;
}


.navbar-brand {
/* 
    font-family: "Abbuc Sans",sans-serif;
    font-weight:300;
    font-style:normal;
    font-size: 4rem;
    text-transform: lowercase;
 */
 	margin-bottom: 0.2rem;
}

/* 
.navbar-brand > a {
    font-family: "Abbuc Sans",sans-serif;
    font-weight:300;
    font-style:normal;
    font-size: 6rem;
}
 */
 
.brandbanner {
		width:100%;
		margin: 0 auto;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		align-items: stretch;
		align-content: stretch;
}


#masthead .navbar-nav > li a {
    border-bottom-width: 0;
    display: block;
    font-family: "Abbuc Sans",sans-serif;
    padding: 9px;
    text-transform: uppercase;
}
.mastheadimg {
  width:6rem;
}

.mainmenu {
margin-top: auto;
}
div#page-sub-header h1 {
    font-family: "Abbuc Sans",sans-serif;
    margin-bottom: 0;
    text-transform: none;
}

div#page-sub-header p {
    max-width: 100%;
}
#secondary .widget-title {
    font-family: "Abbuc Sans",sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.entry-meta, .entry-footer, .edit-link {
    font-family: "Abbuc Sans",sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    text-align: right;
}
.entry-footer {
		float: right;
}
.post-thumbnail > img {
	height: 14rem;
	width: 100%;
	object-fit: cover;
	border-radius: 5px 5px 0 0 ;
}

.post-thumbnail-single > img {
	width: 100%;
	border-radius: 5px 5px 0 0 ;
}

@media screen and (min-width: 576px) {
	.post-thumbnail > img {
		height: 12rem;
	}

}
@media screen and (min-width: 768px) {
	.post-thumbnail > img {
		height: 10rem;
	}

}
@media screen and (min-width: 1024px) {
	.post-thumbnail > img {
		height: 8rem;
	}

}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
  line-height: normal;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.3rem;
  font-weight: bold;
}
h5 {
  font-size: 1.1rem;
  font-weight: bold;
}

h6 {
  font-size: 1rem;
  font-weight: bold;
  font-style: italic;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  border-bottom: 1px solid var(--primary-light);
}
h2.entry-title {
  border-bottom: 1px solid var(--primary-light);
}
h3.widget-title {
  font-size: 1.2rem;
}

h1 a:link, h1 a:visited,h2 a:link, h2 a:visited,h3 a:link, h3 a:visited,h4 a:link, h4 a:visited,h5 a:link, h5 a:visited,h6 a:link, h6 a:visited {
  color: var(--text);
}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
  color: var(--secondary-medium);
}
/* h1 a:active,h2 a:active,h3 a:active,h4 a:active,h5 a:active,h6 a:active {
  color: var(--primary-medium);
} */

a:link, a:visited {
  color: var(--primary-medium);
}

a:hover, a:active {
  color: var(--secondary-medium);
  text-decoration: none;
}

.entry-footer a:link, .entry-footer a:visited {
  color: var(--secondary-dark);
}

.entry-footer a:hover, .entry-footer a:active {
  color: var(--secondary-medium);
  text-decoration: none;
}

code, kbd, samp {
  background: var(--primary-dark);
  color: var(--atari-pal-text);
}
/* blockquote {
  border-left: 10px solid var(--primary-pale);
  background: var(--primary-hint);
  margin: 1.5rem 10px;
  padding: 0.5rem 10px;
  quotes: "\201C""\201D""\2018""\2019";
} */
/* blockquote:before {
  color: var(--primary-pale);
  content: open-quote;
  font-size: 24em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
} */

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body.light_mode {
  background: var(--background);
  color: var(--text);
}
body.dark_mode {
  background: var(--text);
  color: var(--background);
}
article.dark_mode {
  background: var(--text);
  color: var(--background);
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  font-size: 1rem;
  background-color: var(--primary-hint) ;
  box-shadow:  0 0.2rem 0.2rem rgba(0,0,0,.5), inset 0 -0.2rem 0 rgba(0,0,0,.2)
  /* padding: .74rem 1rem; */
}

.navbar-brand > a {
  color: var(--text);
  outline: medium none;
  text-decoration: none;
  color: var(--background);
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  /* padding-top: 5rem; */
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}



#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}

a.page-scroller {
  color: var(--text);
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}


.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: var(--text) none repeat scroll 0 0;
}


.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: var(--primary-medium);
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: var(--background);
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

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

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid var(--primary-dark);
  background: var(--primary-medium);
  color: var(--background);
  /* border-radius: 0.938rem; */
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: var(--primary-dark) none repeat scroll 0 0;
}
 /* switch menu from horiz to vert  */
@media (min-width: 850px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: var(--primary-light);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: var(--text);
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  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;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# 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;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: var(--primary-light);
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
/*   padding-top: 4.125rem; */
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

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

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link, .entry-footer {
  color: var(--primary-dark);
}

.entry-title > a {
  color: inherit;
}

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

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: var(--primary-hint) none repeat scroll 0 0;
  border: 1px solid var(--primary-light);
  border-radius: 0.2rem;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  font-style: italic;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

figcaption, .blocks-gallery-item__caption {
  font-size: 0.7rem !important;
  font-style: italic;
  line-height: 1rem;
  margin: 0;
  padding: 0.3rem;
  text-align: center;
}

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

.site-footer {
	background: var(--primary-dark);
	box-shadow: 0 -0.05rem 0.25rem rgba(0,0,0,.5), inset 0 1px 0 rgba(0,0,0,.5);

}

.site-bottom {
	display:flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

.site-logo {
	position: relative; height: 24px;
}
.loglobe {
	width: 6rem;
	position: absolute; right: 0; bottom: 0;
}

.gracewarning {
  background-color:#fdfd86;
  width: 80%;
  margin: 1rem auto;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  box-shadow: 0 0.2rem 0.4rem rgb(0 0 0 / 60%) !important;
  padding: 1rem;
  font-weight: 700;
  border-radius: 1rem !important;
  text-align: center;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
.has-huge-font-size {
  font-size: 2rem;
}
.has-large-font-size {
  font-size: 1.5rem;
}
.has-regular-font-size {
  font-size: 1rem;
}
.has-small-font-size {
  font-size: 0.8rem;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-white-color {
  color: #ffffff;
}

.has-near-black-background-color {
  background-color: #222222;
}

.has-near-black-color {
  color: #222222;
}

.has-primary-dark-background-color {
  background-color: #226188;
}

.has-primary-dark-color {
  color: #226188;
}

.has-primary-medium-background-color {
  background-color: #479CD1;
}

.has-primary-medium-color {
  color: #479CD1;
}

.has-primary-pale-background-color {
  background-color: #A1CDE8;
}

.has-primary-pale-color {
  color: #A1CDE8;
}

.has-primary-light-background-color {
  background-color: #CEE5F3;
}

.has-primary-light-color {
  color: #CEE5F3;
}

.has-primary-hint-background-color {
  background-color: #EBF5FA;
}

.has-primary-hint-color {
  color: #EBF5FA;
}

.has-secondary-dark-background-color {
  background-color: #885E22;
}

.has-secondary-dark-color {
  color: #885E22;
}

.has-secondary-medium-background-color {
  background-color: #D19847;
}

.has-secondary-medium-color {
  color: #D19847;
}

.has-secondary-pale-background-color {
  background-color: #E8CAA1;
}

.has-secondary-pale-color {
  color: #E8CAA1;
}

.has-secondary-light-background-color {
  background-color: #F3E4CE;
}

.has-secondary-light-color {
  color: #F3E4CE;
}

.has-secondary-hint-background-color {
  background-color: #FAF4EB;
}

.has-secondary-hint-color {
  color: #FAF4EB;
}

.has-atari-pal-text-background-color {
  background-color: #75C1E9;
}

.has-atari-pal-text-color {
  color: #75C1E9;
}

.has-pri-dark-to-medium-gradient-background {
  background: linear-gradient(0deg,rgba(34,97,136,1) 0%,rgb(71,156,209) 100%);
}
.has-sec-dark-to-medium-gradient-background {
  background: linear-gradient(0deg,rgba(136,94,34,1) 0%,rgba(209,152,71,1) 100%);
}

/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}






/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
.navbar-dark {
  color: var(--background);
}
.site-info {
  color: var(--primary-pale);
	font-family: "Abbuc Sans";
  font-size: 0.8rem;
  /* margin-bottom: -1rem; */
}

.copyright {
	font-family: "Abbuc Sans";
  font-size: 0.8rem;
  /* margin-bottom: -1rem; */
  /* text-align: center; */
}

.copyright a, footer#colophon a {
  color: inherit;
}

footer#colophon a:hover {
  color: var(--primary-hint);
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
.stat-block h3 a {
	color: var(--atari-pal-text) !important;
}
.stat-block h3 a:hover {
	color: var(--primary-light) !important;
}
  


/*--------------------------------------------------------------
# plugins
--------------------------------------------------------------*/
.breadcrumbs {
  font-family: "Abbuc Sans",sans-serif;
  text-transform: uppercase;
  font-size:0.8rem;
  padding: 0.2rem;
  /* border-bottom: 1px solid #efefef; */
}
.pagenavi {
  margin: 0 auto;
}

.wp-pagenavi {
  font-family: "Abbuc Sans",sans-serif;
  text-transform: uppercase;
  font-size:0.8rem;
  clear: both;
  text-align: center;
  padding: 0.2rem;
}

.wp-pagenavi a, .wp-pagenavi span {
  border: 0px solid #ddd;
  background: var(--primary-medium);
  color: var(--background);
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background: var(--secondary-medium);
  color: var(--background);
}

.wp-pagenavi span.current {
	font-weight: bold;
}



.carousel-caption {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 30%;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  text-align: right;
}

.carousel-caption>h4 {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--primary-pale) !important; 
  text-shadow: 2px 2px 0 #212121, 2px -2px 0 #212121, -2px 2px 0 #212121, -2px -2px 0 #212121, 2px 0px 0 #212121, 0px 2px 0 #212121, -2px 0px 0 #212121, 0px -2px 0 #212121;
}
.carousel-caption h4 a:link, .carousel-caption h4 a:visited {
  color: var(--primary-pale);
}
.carousel-caption h4 a:hover {
  color: var(--secondary-pale);
}

.carousel-caption>p {
  font-size: 1rem;
  font-weight: normal;
  color: var(--primary-light); 
  text-shadow: 2px 2px 0 #212121, 2px -2px 0 #212121, -2px 2px 0 #212121, -2px -2px 0 #212121, 2px 0px 0 #212121, 0px 2px 0 #212121, -2px 0px 0 #212121, 0px -2px 0 #212121;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  height: 80px;
}
.carousel-control-next, .carousel-control-prev {
  align-items: flex-start;
  opacity: .25;
}

/*--------------------------------------------------------------
# blocks
--------------------------------------------------------------*/


.wp-block-code {
  background: var(--primary-dark);
  color: var(--atari-pal-text);
}

pre {
  font-size:smaller;
  line-height: 1.15;
  padding: 0.5rem;
}

.wp-block-button__link:hover{
  box-shadow:inset 0 0 0 99999px rgba(0,0,0,0.2);
}

.wp-block-cover-text{
  font-family: "Abbuc Sans",sans-serif;
}

/*.wp-block-post-featured-image {*/
/*  max-width: 30%;*/
/*  max-height: 30%;*/
/*  margin-top: 0px;*/
/*}*/

p.has-drop-cap:not(:focus):first-letter {
   float:left;
   font-size:3.5rem;
   line-height:.68;
   font-weight:100;
   margin: 0.6rem .25rem 0 0;
   text-transform:uppercase;
   font-style:normal;
}

.wp-block-latest-posts {
    border-bottom-width: 0;
    font-family: "Abbuc Sans",sans-serif;
    font-variant: small-caps;
    font-size:1rem;
    font-weight:normal;

}

/*--------------------------------------------------------------
# Custom classes for blocks
--------------------------------------------------------------*/
.rounded {
  border-radius: 1rem !important;
  margin-bottom: 1rem;
}
.wp-block-media-text.rounded {
  padding: 0 !important;
}
.rounded .wp-block-media-text__media img, .wp-block-media-text__media video {
  border-radius: 1rem;
}

.shadow {
  margin-bottom: 1rem;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.6) !important;
}

.boxout {
  padding: 1rem;
}

.lightborder {
  border: 1px solid var(--primary-hint);
}

.darkborder {
  border: 1px solid var(--primary-dark);
}

/*--------------------------------------------------------------
# Custom classes for shortcodes
--------------------------------------------------------------*/

.submenu{
  border-bottom-width: 0;
  font-family: "Abbuc Sans",sans-serif;
  text-transform: uppercase;
  font-size:1.1rem;
  list-style-type: none;
  list-style-position: inside;
  margin:0;
  padding:0;
}
.submenu a,.submenu a:visited{
  color:var(--text);
}
.submenu a:hover,.submenu a:active{
  color:var(--secondary-dark);
}


.children{
  border-bottom-width: 0;
  font-family: "Abbuc Sans",sans-serif;
  text-transform: uppercase;
  font-size:1.1rem;
}
.children a,.children a:visited{
  color:var(--text);
}
.children a:hover,.children a:active{
  color:var(--secondary-dark);
}

.childgrid {
  width:100%;
  margin: 0 auto;
  display: flex;
  flex-wrap:wrap;
  justify-content: space-around;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: row
}

.childgridsquare {
  /* background: var(--primary-hint); */
  padding:0.2rem;
  margin:0.4rem;
  float: left;
  max-width: 15rem;
}

.childgridsquare a {
  color: var(--text);
  text-align: center;
  display: inline-block;
}

.childgridsquare a:hover {
  color: var(--secondary-medium);
}

.childgridinner {
  margin: 0 auto;
}

.childgridimg{
  max-height: 14rem;
  max-width: 14rem;
  object-fit:contain;
  overflow:hidden;
}

.childgridimg:hover  {
  opacity: 0.75;
}

.childgridtitle {
  font-family: "Abbuc Sans";
  font-weight: normal;
  font-size: 1.2rem;
  text-align: center;
}

.autotoc-box {
	float: none;
	width:100%;
	margin:1rem 1rem 2rem 0;
	/* padding 0.5rem; */
	background-color: var(--atari-xl-white);
	border: 0;
	/* border-radius: 0.25rem; */
	/* box-shadow: 0 5px 10px var(--shadows); */
  
}
.autotoc-heading{
	font-family:"AtariXL",sans-serif;
	color: var(--text);
	font-weight: 900;
	font-size:1.5em;
	margin:0 0 0.25rem;
}
.autotoc {
	color: var(--text);
	border: 0;
	/* border-radius: 0.25rem; */
	/* box-shadow: 0 5px 10px var(--shadows); */
  
}
h2:target, h3:target, h4:target, h5:target, h6:target {
	animation: highlight 1s ease;
}

@keyframes highlight {
	from { background: var(--atari-800-orange); }
	to { background: var(--atari-xl-white); }
}

.autotoc a {
	color: var(--text);
	font-weight: 400;
}

.autotoc a:visited {
	color: var(--text);
	font-weight: 400;
}

.autotoc a:hover, .autotoc a:focus, .autotoc a:active {
	color: var(--atari-pal-screen);
	font-weight: 700;
}

.autotoc a:focus {
	outline: thin dotted;
	font-weight: 700;
}

.autotoc a:hover, .autotoc a:active {
	outline: 0;
	font-weight: 700;
}


.membertitle{
  font-family: "Abbuc Sans",sans-serif;
  font-weight:700;
  font-size:1.1rem;
  text-align:center;
  width:100%;
  margin-bottom:0.5rem;
}
.memberdl {
  width:95%;
  line-height: 1.0;
}
.memberdl dt {
  font-family: "Abbuc Sans",sans-serif;
  font-weight:400;
  float:left;

}
.memberdl dd {
  font-family: "Abbuc Serif",serif;
  font-weight:400;
  font-style: italic;
  margin-left:55%;
}
