/*!
Theme Name: CASM
Author: CASM
Author URI: 
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: casm
*/



/*--------------------------------------------------------------*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}

main {
	display: block;
}

/* h1 {
	font-size: 2em;
} */

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

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}


sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}
html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #022838;
	font-family: 'Inter', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}
p:last-of-type {
	margin-bottom: 0px;
}

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

/* 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:visited {
	color: #800080;
} */

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
--------------------------------------------- */
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

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

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

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 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;
}

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

.section {
	position: relative;
	overflow: hidden;
}
.btn {
    display: inline-flex;
	align-items: center;
	gap: 6px;
    font-size: 16px;
    padding: 13px 20px;
    border: 1px solid rgba(0,0,0,.7);
    border-radius: 6px;
    line-height: 1.5;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.btn-primary {
    color: #000;
    background: #FFBE00;
    border-color: #FFBE00;
}
.btn-primary:hover {
    color: #FFF;
    background: #004E9B;
    border-color: #004E9B;
}
.btn-primary svg path {
    transition: all .3s ease-in-out;
}
.btn-primary:hover svg path {
    stroke: #ffffff;
}
.btn-secondary {
    color: #ffffff;
    background: #004E9B;
    border-color: #004E9B;
}
.btn-secondary:hover {
    color: #000;
    background: #FFBE00;
    border-color: #FFBE00;
}
.btn-secondary svg path {
	stroke: #ffffff;
    transition: all .3s ease-in-out;
}
.btn-secondary:hover svg path {
    stroke: #000;
}

/* === === === Header CSS start form here === === === */
body.mobile-nav-open {
    overflow:hidden;
}
.admin-bar #masthead {
    top: 32px;
}
#masthead.header-fixed {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
}
#masthead.header-fixed .primary-logo,
#masthead.header-fixed .museum-logo {
    display: none;
}
#masthead.header-fixed .museum-logo-small img {
	max-height: 50px;
    display: block;
}
#masthead .museum-logo-small img {
	max-height: 50px;
}
.primary-logo img,
.museum-logo img,
.museum-logo-small img {
    transition: all 0.3s ease-in-out;
}
.main-navigation ul {
    display: flex;
    gap: clamp(15px, 2vw, 27px);
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation ul li a {
	font-weight: 600;
	text-underline-offset: .25em;
    transition: all 0.3s ease-in-out;
}
.main-navigation ul li a:hover {
	color: #0079ad;
    text-decoration: underline;
}
.main-navigation ul li.menu-item-has-children a {
    position: relative;
    padding-right: 20px;
}
.main-navigation ul li.menu-item-has-children > a::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 7px;
    top: 8px;
    right: 0px;
    background: url(/wp-content/uploads/2026/03/arrow-down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.menu-item {
    position: relative;
}
.mobile-menu-wrapper ul#primary-menu {
  	margin: 0px;
}
.mobile-menu-wrapper ul#primary-menu li .sub-menu {
  	background: #f7f3f373;
}
.mobile-menu-wrapper ul#primary-menu > li a {
  	display: block;
}
.mobile-menu-wrapper #primary-menu li > a,
.mobile-menu-wrapper #primary-menu li ul.sub-menu li a {
  	padding: 15px 10px !important;
}
.mobile-menu-wrapper ul#primary-menu > li a:hover {
  	color: #FFBE00;
}
#primary-menu li ul.sub-menu {
	display: none;
	margin-left: 10px;
}
#primary-menu li.hover-active > span > img {
	transform: rotate(180deg);
}
.mobile-menu-wrapper ul#primary-menu li.menu-item-has-children span {
  position: absolute;
  right: 5px;
  top: 12px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  border: 1px solid #8f9797;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  color: #2da9e4;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* === === === Header CSS end === === === */

/* === === === Slick Slider Button CSS start === === === */
ul.slick-dots {
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 65px;
}
ul.slick-dots li {
    width: 15px;
    height: 15px;
    background: rgba(2,40,56,.5);
    border-radius: 100px;
    cursor: pointer;
}
ul.slick-dots li button {
    display: none;
}
ul.slick-dots li.slick-active {
    background: #004E9B;
}
/* === === === Slick Slider Button CSS end === === === */

/* === === === Footer CSS start === === === */
footer {
    overflow: hidden;
}
#footer_social_icons a, #social_icons a {
    background-repeat: no-repeat;
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pm-0 p{
    margin: 0;
}
.f_firstRow_col2 ul {
    margin: 0;
}
ul#footer_social_icons li {
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0F3343;
    border-radius: 100%;
    border: 1px solid #0F404F;
    margin-right: 6px;
    transition: all ease-in-out .2s;
}
ul#footer_social_icons li:nth(:last-child){
	margin-right: 0;
}

.icn_tag_ph span:not(:last-child) {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0f3343;
    border-radius: 100%;
    margin-right: 5px;
}
.icn_tag_ph a, .icn_tag_ph span:not(:first-child) {
    width: calc(100% - 64px);
    line-height: 1.5em;
    margin: 0;
    background: transparent;
	cursor: pointer;
}
.f_firstRow_col2 nav li:not(:last-child) {
    margin-bottom: 24px;
}
.Foo_cusImg_brdr {
    border-right: 1px solid #fff;
}
ul#footer_social_icons li:hover {
    background: #ffbe00;
}
ul#footer_social_icons li:hover img {
    filter: grayscale(1) contrast(10) brightness(0);
}


@media only screen and (max-width:479px){
	.f_firstRow_col2 nav {
    	grid-column: span 3 / span 3;
	}
	.f_firstRow_col2 nav li:not(:last-child) {
		margin-bottom: 14px;
	}
}

/* === === === Footer CSS end === === === */

/* === === === Info Card Section CSS start === === === */
.info-wrapper .info-item .group:hover .button svg path,
.event-slick-slider .group:hover .event-link svg path
 {
    fill: #FFBE00;
}
/* === === === Info Card Section CSS end === === === */

@media screen and (min-width: 1200px) {
	header.site-header ul#primary-menu li.menu-item-has-children > ul.sub-menu {
		position: absolute;
		opacity: 0;
		visibility: hidden;
		background-color: rgba(255, 255, 255, 1);
		color: #000;
		transition: all 0.3s ease-in;
		padding: 20px 20px;
		border-radius: 10px;
		display: grid;
		gap: 10px;
		width: 300px;
		transform: translateY(20px);
		box-shadow: 0px 1px 15px -5px rgba(0, 0, 0, 0.2);
		left: -20px;
	}
	header.site-header ul#primary-menu li.menu-item-has-children:hover ul.sub-menu {
		opacity: 1;
		visibility: visible;
		transform: translateY(0px);
	}
}

@media screen and (max-width: 1199px) {
	.mobile-menu-wrapper {
        position: fixed;
        width: 100%;
        /* top: 139px; */
        left: 0;
        padding: 20px 20px 20px;
        background-color: #fff;
        overflow: auto;
        /* height: calc(100% - 139px); */
    }
	/* .admin-bar .mobile-menu-wrapper {
        top: 171px;
        height: calc(100% - 171px);
    }
	.admin-bar #masthead.header-fixed .mobile-menu-wrapper {
		top: 92px;
		height: calc(100% - 92px);
	}
	.admin-bar #masthead.header-fixed .mobile-menu-wrapper {
		top: 124px;
		height: calc(100% - 124px);
	} */
	header#masthead.mobile-nav-activated {
        background-color: #fff;
    }
	.mobile-menu-wrapper ul#primary-menu > li {
		border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	}
	.mobile-menu-wrapper ul#primary-menu > li ul > li:not(:last-child) {
		border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	}
	button#menu-trigger.active span {
		transition: all .3s ease-in-out;
	}
	button#menu-trigger.active span:first-child {
		transform: rotate(45deg);
		top: 25px;
	}
	button#menu-trigger.active span:nth-child(2) {
		opacity: 0;
	}
	button#menu-trigger.active span:last-child {
		transform: rotate(-45deg);
		top: 25px;
	}
}
@media screen and (max-width: 782px) {
	.admin-bar #masthead {
		top: 46px;
	}
}
@media screen and (max-width: 600px) {
	/* .admin-bar #masthead.header-fixed {
		top: 0px;
	} */
}
@media screen and (max-width: 575px) {
	.right.flex.items-center {
		width: 100%;
		justify-content: center;
	}
	#masthead.header-fixed .right.flex.items-center {
		width: auto;
	}
	section#home-hero-0 {
		margin-top: calc(211px * -1);
		padding-top: 200px;
	}
}