/*!
Theme Name: CB AJA
Theme URI: https://castlebuilder.com
Author: Castle Builder Design
Author URI: https://castlebuilder.com
Description: Custom theme for the American Journal of Archaeology
Version: 1.0.0
Text Domain: cb-aja
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}
.entry-content h2 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
}

.entry-content h3 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
}

.entry-content h4 {
    font-weight: 700;
}
.post-navigation a,.post-navigation a:visited {
	color: #3c9dbe;
	text-decoration: underline;
}

.post-navigation a:hover {
	color: #CC8624;
}
/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}


a.wp-element-button,a.rounded {
    text-decoration: none !important;
    transition: all .5s;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
}

a.bg-white.rounded:hover {
    background-color: #d9d1d1;
}
:where(.wp-block-button__link) {
    border-radius: 4px !important;
}
.wp-element-button:hover, .wp-block-button__link:hover {
	opacity: .8;
}
.page .entry-content a.rounded:hover {
    opacity: .8;
}

.page .entry-content a.wp-block-button__link.wp-element-button:not(.has-text-color) {
    color: #fff;
}

a.wp-block-button__link.wp-element-button:not(.has-background) {
    background-color: #CC8624;
}
 .wp-block-button__link,.wp-element-button {
    transition: all .5s;
	margin-bottom: 15px;
}

#mc_embed_signup .button {
    transition: all .5s;
}
#mc_embed_signup .button:hover {
    background-color: #976826 !important;
}
input#mc-embedded-subscribe {
    border-radius: 4px;
    background: #CC8624;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    border: none;
    color: #FFF;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 1.125em;
    transition: all .5s;
    cursor: pointer;
}
.fbx-show .fbx-caption.fbx-slide-caption {
    transform: unset !important;
    visibility: visible !important;
}
input#mc-embedded-subscribe:hover {
    background-color: #976826 !important;
}
.entry-footer a:hover {
    color: #CC8624;
}

.malt a:hover {
    color: #CC8624;
}

a.readArticle:hover {
    color: #CC8624;
}

header.entry-header a:hover {
    color: #CC8624 !important;
}

.cat_group a:hover h3 {
    color: #CC8624 !important;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}
h4 {
    font-weight: 700;
}
/**
 * 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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 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;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Custom Theme Colors */

.has-blue-color {
	color: #3C9DBE;
}
.has-gold-color {
	color: #CC8624;
}
.has-white-color {
	color: #FFFFFF;
}
.has-dark-color {
	color: #2A2A2A;
}
.has-blue-background-color, .wp-block-button__link.has-blue-background-color {
	background-color: #3C9DBE;
}
.has-gold-background-color, .wp-block-button__link.has-gold-background-color {
	background-color: #CC8624;
}
.has-white-background-color, .wp-block-button__link.has-white-background-color {
	background-color: #FFFFFF;
}
.has-dark-background-color, .wp-block-button__link.has-dark-background-color {
	background-color: #2A2A2A;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}



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

a:focus {
	outline: thin dotted;
}

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

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

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

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

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

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

.main-navigation svg.toggled {
	display:none!important;
}
.main-navigation.toggled svg {
	display:none!important;
}
.main-navigation.toggled svg.toggled {
	display:block!important;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}
figure.wp-block-table {
    margin-top: 30px;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 50px 0 0;
}

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Header start */
#page {
    display: grid;
    margin: 47px auto 0;
    position: relative;
}
header#masthead {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 90px;
	z-index:9999;
}
.site-branding {
    max-width: 80%;
}
.site-branding a {
	border:0!important;
	outline:none!important;
}
form.search-form label {
    display: flex;
    width: max-content;
    position: relative;
    z-index: 0;
}
form.search-form {
    display: flex;
    width: max-content;
    align-items: start;
    gap: 0;
}
input.search-field {
	width:158px;
    max-width: 158px;
    height: 24px;
    background: #ffffff;
    border: 0 !important;
    border-radius: 4px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.10);
    padding: 5px 0 5px 11px;
    color: #555;
    font-family: var(--nonsans, "Noto Sans", sans-serif);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    outline: 0 !important;
}
input.search-submit {
    font-size: 0;
    width: 42px;
    height: 24px;
    border-radius: 4px;
    background: #3C9DBE;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9InNlYXJjaC1hbHQiIGNsaXAtcGF0aD0idXJsKCNjbGlwMF81MDhfMTgpIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTEwLjU1MzUgOS41NzI2Nkw3LjcxNzU4IDcuMjY5NTNDOC44ODYzMyA1LjY3MTA5IDguNzY2MDIgMy4zODUxNiA3LjMwNTA4IDEuOTQxNDFDNi41MzE2NCAxLjE2Nzk3IDUuNTAwMzkgMC43MzgyODEgNC40MDAzOSAwLjczODI4MUMzLjMwMDM5IDAuNzM4MjgxIDIuMjY5MTQgMS4xNjc5NyAxLjQ5NTcgMS45NDE0MUMtMC4xMDI3MzQgMy41Mzk4NCAtMC4xMDI3MzQgNi4xNTIzNCAxLjQ5NTcgNy43NTA3OEMyLjI2OTE0IDguNTI0MjIgMy4zMDAzOSA4Ljk1MzkxIDQuNDAwMzkgOC45NTM5MUM1LjQ0ODgzIDguOTUzOTEgNi40Mjg1MiA4LjU1ODU5IDcuMjAxOTUgNy44NTM5MUwxMC4wNzIzIDEwLjE3NDJDMTAuMTQxIDEwLjIyNTggMTAuMjI3IDEwLjI2MDIgMTAuMzEyOSAxMC4yNjAyQzEwLjQzMzIgMTAuMjYwMiAxMC41MzYzIDEwLjIwODYgMTAuNjA1MSAxMC4xMjI3QzEwLjc0MjYgOS45NTA3OCAxMC43MjU0IDkuNzEwMTYgMTAuNTUzNSA5LjU3MjY2Wk00LjQwMDM5IDguMTgwNDdDMy41MDY2NCA4LjE4MDQ3IDIuNjgxNjQgNy44MzY3MiAyLjA0NTcgNy4yMDA3OEMwLjczOTQ1MyA1Ljg5NDUzIDAuNzM5NDUzIDMuNzgwNDcgMi4wNDU3IDIuNDkxNDFDMi42ODE2NCAxLjg1NTQ3IDMuNTA2NjQgMS41MTE3MiA0LjQwMDM5IDEuNTExNzJDNS4yOTQxNCAxLjUxMTcyIDYuMTE5MTQgMS44NTU0NyA2Ljc1NTA4IDIuNDkxNDFDOC4wNjEzMyAzLjc5NzY2IDguMDYxMzMgNS45MTE3MiA2Ljc1NTA4IDcuMjAwNzhDNi4xMzYzMyA3LjgzNjcyIDUuMjk0MTQgOC4xODA0NyA0LjQwMDM5IDguMTgwNDdaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzUwOF8xOCI+CjxyZWN0IHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
    background-position: 50%;
    background-repeat: no-repeat;
    display: flex;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    margin-left: -42px;
    z-index: 1;
    position: relative;
}
nav#site-navigation {
    width: max-content;
    max-width: calc(60% - (4rem / 3));
    flex: 0 auto;
}
ul#primary-menu {
    gap: 40px;
}
.main-navigation a {
    color: #555;
    font-family: var(--nonsans, "Noto Sans", sans-serif);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.main-navigation a:is(:hover,:focus,:focus-visible){
	outline: 0;
	border: 0;
	box-shadow: none;
}
header#masthead .mobile_menu_container form.search-form {
	display: none;
}
nav#site-navigation.toggled .mobile_menu_container {
    transform: scaleY(1);
}
nav#site-navigation.toggled .mobile_menu_container ul {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
button.menu-toggle {
    border: 0;
    outline: 0;
    box-shadow: none;
    padding: 0;
	position:relative;
	z-index:9;
}

@media only screen and (max-width:1199px) and (min-width:600px) {
    nav#site-navigation {
        order: 3;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width:682px) and (min-width:600px) {
    .main-navigation a {
        font-size: 13px;
    }
}

@media only screen and (min-width:600px){
}

@media only screen and (max-width:599px){
	header#masthead > form.search-form {
		display: none;
	}
	nav#site-navigation.toggled form.search-form {
		display: flex;
	}
	.mobile_menu_container {
		position: absolute;
		top: -47px;
		left: 0;
		width: 100%;
		background: rgba(213,213,213,1);
		padding: 138px 2rem 61px;
		display: flex;
		flex-direction: column;
		align-items: center;
        text-align: center;
		gap: 53px;
		transform-origin: top;
		transform: scaleY(0);
		transition: all 0.25s ease-in-out;
	}
	input.search-submit {
		width:70px;
		height:40px;
	}
	input.search-field {
		width:264px;
		max-width:264px;
		height:40px;
	}
	.main-navigation a {
		font-size: 22px;
	}
	#menu-footer-menu li.menu-item {
		display: grid;
	}
	.menu-item-has-children .menu-item a {
		line-height:46px!important;
	}
}
/* Header end */

/* Global page body */
main#primary {
    max-width: 1372px;
    width: 100%;
    margin: 0 auto;
    padding: 4em 10px;
}

a.fbx-close-caption {
    display: none;
}
body:not(.home ) .boxes {
    margin-top: 70px;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	display:none;
}
.home-body:not(.home ) .boxes {
    margin-top: 70px;
}slider .swiper-button-prev:after,.home-slider .swiper-button-next:after {
    display: none;
}
.home-slider .swiper-button-next svg,.home-slider .swiper-button-prev svg {
    display: none;
}
.home-slider .swiper-button-prev {
    width: 70px;
    height: 70px;
    background-image: url(../png/left-arrow.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
	top: 40%;
}
p.has-text-align-center {
    text-align: center !important;
}
.home-slider .issue-content a {
    text-align: center;
    display: inline-block;
    text-decoration: underline !important;
}
.home-slider .swiper-button-next {
    width: 70px;
    height: 70px;
    background-image: url(../png/right-arrow.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
	top: 40%;
}
.page .entry-content a.featureimg:hover p {
    color: #CC8624;
}
.numbering-pagination nav.archive-pagination ul.page-numbers li a.page-numbers:hover {
    color: #3c9dcd;
}

.numbering-pagination nav.archive-pagination ul.page-numbers li a.page-numbers:hover svg,.numbering-pagination nav.archive-pagination ul.page-numbers li a.page-numbers:hover svg path {
    fill: #3c9dcd;
}
@media only screen and (max-width:767px){
	#page {
		margin-top:20px;
	}
	main#primary {
		padding:0 20px 1.25rem;
	}
	.home main#primary {
		padding: 0 10px 1.25rem;
	}
	.home-slider .swiper-button-next,.home-slider .swiper-button-prev {
		background-image: unset;
		width: 68px;
		height: 65px;
	}
	.home-slider .swiper-button-next svg,.home-slider .swiper-button-prev svg {
		display: block;
	}
}

/* Footer start */
/* div#mc_embed_shell {
    display: flex;
    width: 100%;
}*/
#mc_embed_signup form {
    margin: 0;
}
input#aja_email {
    max-width: 300.199px;
    min-height: 34px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.10);
    color: rgba(85, 85, 85, 0.56);
    font-family: var(--notosans, 'Noto Sans', sans-serif); 
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 15px;
    outline: 0!important;
    border: 0!important;
}
#mc_embed_signup form {
    margin: 0 !important;
    color: #fff;
}
#mc_embed_signup .mc-field-group strong {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
#mc_embed_signup .mc-field-group label {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#mc_embed_signup .mc-field-group li {
    display: flex !important;
    align-items: center;
    gap: 0.625rem;
}
#mc_embed_signup .button {
    border-radius: 4px !important;
    background: #CC8624 !important;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.10);
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 28px;
    outline: 0 !important;
    border: 0 !important;
	margin: 0 !important;
	padding: calc(.667em + 2px) calc(1.333em + 2px) !important;
    height: auto !important;
    font-size: 0.875rem !important;
    line-height: 23px !important;
}

footer .footer-image {
    width: 200px;
}

footer .footer-bottom.grid {
    gap: 72px !important;
}

ul#menu-footer-menu {
    display: flex;
    justify-content: center;
    gap: 80px;
}

ul.sub-menu {
    margin: 0;
}
.menu-item-has-children > a {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.menu-item-has-children .menu-item a {
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}
.footer-socials img.size-full {
    margin-left: -15px;
}
.footer-socials {
    max-width: 271px;
    display: flex;
    flex-direction: column;
    gap: 1.25em;
}
.footer-socials img {
    width: 100%;
}
a.social_share {
    background: rgba(204, 134, 36, 1);
    color: #ffffff;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 3px;
}
.socials {
    display: flex;
    gap: 20px;
}
.footer_bottom_desc, .footer_bottom_desc p {
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 573px;
    margin: auto;
}
.footer_bottom_desc, .footer_bottom_desc a {
    color:inherit;
    text-decoration:underline;
	outline:none!important;
	border:0!important;
}
ul#menu-contact-menu {
    display: flex;
    gap: 1em;
}
ul#menu-contact-menu a {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
}
ul#menu-contact-menu li {
    display: flex;
}
.menu-contact-menu-container:is(:has(ul#menu-contact-menu)) {
    margin-bottom: 24px;
}
.copyright, .copyright a {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 2;
}
.page article {
    padding: 50px 80px 50px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
}
.page .entry-content {
    margin-top: 30px;
}

.page .entry-content p {
    margin-bottom: 1rem;
}

.page .entry-content h2 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}
.page  h1.entry-title {
    color: #3C9DBE;
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 18px;
}
.page .entry-content figure.wp-block-image {
    margin-bottom: 20px;
}

.page article.has-post-thumbnail {
    display: flex;
    flex-wrap: wrap;
}

.page article.has-post-thumbnail header.entry-header {
    order: 1;
    width: 100%;
}

.page article.has-post-thumbnail .post-thumbnail {
    order: 3;
    width: 40%;
    text-align: center;
}

.page article.has-post-thumbnail .entry-content {
    order: 2;
    width: 60%;
}

.page article.has-post-thumbnail .post-thumbnail img {
    margin: 0 auto;
}

.page article ul.wp-block-list,ol.wp-block-list {
	margin-left: 30px !important;
	margin-bottom: 15px;
}

.page article ul.wp-block-list li {
	list-style-type: initial;
}

.page article ol.wp-block-list li {
	list-style-type: auto;
}
.page .entry-content a:not(.has-text-color) {
    color: #3c9dbe;
	text-decoration: underline;
}
.page .entry-content a:hover {
    color: #CC8624;
}
.page .entry-content ul.wp-block-list {
    width: 60%;
}
.page article.has-post-thumbnail .entry-content ul.wp-block-list {
    width: 100%;
}
.page .entry-content.no-block-element p {
	width: 60%;	
}
.page article.has-post-thumbnail .entry-content.no-block-element p {
    width: 100%;
}
.page .entry-content.block-element .wp-block-columns .wp-block-column {
    position: relative;
}
.page .entry-content.block-element .wp-block-columns {
    gap: 100px;
}
.page .entry-content.block-element .wp-block-columns .wp-block-column:nth-child(1):before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    right: -50px;
    background-color: #555;
}
.page .entry-content h3 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}
.swiper-slide  a {
    text-decoration: none !important;!i;!;
}
footer ul.sub-menu {
    padding: 0;
}


body.search h1.page-title {
    color: #555;
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

body.search .page-content {
    margin-top: 0;
}

section.no-results.not-found form.search-form {
    margin-top: 20px;
}

section.no-results.not-found input.search-field {
    border: 1px solid #cccccc !important;
}

section.no-results.not-found {
    padding: 32px 140px 32px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
}


body.search.search-results article header.entry-header {
    margin-bottom: 6px;
}

body.search.search-results article header.entry-header .entry-meta {
    display: none;
}

body.search.search-results article header.entry-header h2.entry-title a {
    color: #3c9dbe;
}

body.search.search-results article header.entry-header h2.entry-title a:hover {
    color: #cc8624;
}

body.search.search-results article a.post-thumbnail {
    display: none;
}


.numbering-pagination nav.archive-pagination {
    position: relative;
}

.numbering-pagination {
    margin: 50px 0 10px;
}

.numbering-pagination nav.archive-pagination ul.page-numbers {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.numbering-pagination nav.archive-pagination ul.page-numbers li {
    display: inline-block;
}

.numbering-pagination nav.archive-pagination ul.page-numbers li a.page-numbers {
    padding: 5px 10px;
}

.numbering-pagination nav.archive-pagination ul.page-numbers li:nth-child(1) {
    position: absolute;
    left: 10px;
    height: 100%;
    top: 72%;
    transform: translate(-50%, -50%);
}

.numbering-pagination nav.archive-pagination ul.page-numbers li:last-child {
    position: absolute;
    right: 0;
    height: 100%;
    top: 72%;
    transform: translate(-50%,-50%);
}

.numbering-pagination nav.archive-pagination ul.page-numbers li a.prev.page-numbers,.numbering-pagination nav.archive-pagination ul.page-numbers li a.next.page-numbers  {
    padding: 0;
}
.category-intro {
	width: 60%;
    margin-bottom: 30px;
}
.category-intro p {
    margin-bottom: 1rem;
}

.category-intro a {
    text-decoration: underline;
    color: #3c9dbe;
}

.category-intro a:hover {
    color: #cc8671;
}
.image-galleries-page-contet p {
    margin-bottom: 1em;
}

.image-galleries-page-contet a {
    color: #3c9dc4;
    text-decoration: underline;
}

.image-galleries-page-contet a:hover {
    color:#cc8624;
}
.image-galleries-page-contet {
    margin-bottom: 30px;
}

@media only screen and (min-width:768px) {
	#mc_embed_signup .mc-field-group:first-child {
		display: none;
	}
}
@media only screen and (max-width:767px) {
	.category-intro {
	width: 100%;
	}
	body:not(.home ) .boxes {
		margin-left: -20px;
		margin-right: -20px;
	}
	.page .entry-content.block-element .wp-block-columns {
		gap:0;
	}
	.footer-socials {
		max-width: 100%;
	}
	.site-branding {
		max-width: 70%;
	}
	.page article.has-post-thumbnail .post-thumbnail {
		width: 100%;
	}
	.home-slider .swiper-button-prev,.home-slider .swiper-button-next {
		top: 190px;
	}
	body {
	  word-break: break-word;
	}
	.page .entry-content.block-element .wp-block-columns .wp-block-column:nth-child(1):before {
		display: none;
	}
	.book-list-content,.page .entry-content.no-block-element p {
		width: 100% !important;
	}

	.page article.has-post-thumbnail .entry-content {
		width: 100%;
	}
	button.menu-toggle {
		padding: 20px 0px 20px 20px;
	}
	.page article {
		padding:0;
		box-shadow:none;
	}
	ul#menu-footer-menu {
		flex-direction:column;
		gap:44px;
		align-items:center;
		text-align:center;
	}
	.menu-item-has-children > a {
		position: relative;
	}
	.menu-item-has-children > a::after {
		content: '';
		background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDE0IDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03IDdMMTMuMDYyMiAwLjI1SDAuOTM3ODIyTDcgN1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPg==");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		width: 14px;
		height: 9px;
		display: inline-flex;
		position: relative;
		margin-left: 1rem;
		transform: rotate(0deg);
		transition: transform 0.2s ease-in-out;
	}
	ul.sub-menu {
		display:none;
	}
	.menu-item-has-children > a.menu-open::after {
		transform: rotate(90deg);
	}
	.footer-socials {
		align-items:center;
	}
	ul#menu-contact-menu {
		justify-content:center;
	}
	.copyright {
		text-align:center;
	}
}

@media only screen and (max-width:767px){
	.pb-\[150px_\!important\] {
		padding-bottom: 50px !important;
	}
}
/* Footer end */


