/*
Theme Name: Frost Child
Theme URI: https://frostwp.com/
Template: frost
Author: WP Engine
Author URI: https://wpengine.com/
Description: With its clean, minimal design and powerful feature set, Frost enables agencies to build stylish and sophisticated WordPress websites.
Tags: block-patterns,block-styles,custom-colors,custom-logo,custom-menu,editor-style,full-site-editing,one-column,template-editing,threaded-comments,translation-ready,wide-blocks
Version: 1.0.2.1683729314
Updated: 2023-05-10 14:35:14

*/

/* ## Site Header
--------------------------------------------- */
.site-header {
	position: fixed;
	z-index: 100;
	width: 100%;
	border-bottom: 1px solid rgba(198, 202, 206, 0.3);
	background-color: #ffffff;
	transition: all 0.3s ease;
}

.sticky-header .site-header {
	position: fixed;
}

.no-js .site-header {
	position: relative;
}

.boxed-page .site-header {
	max-width: 1152px;
	margin: 0 auto;
}

.contact-page .site-header {
	background-color: #ffffff;
}

.site-header > .wrap {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 60px;
	height: 6rem;
	transition: height 0.3s ease;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.no-js .site-header > .wrap {
	height: auto;
	padding: 30px 6vw;
	padding: 3rem 6vw;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
	display: block;
	position: relative;
	width: 150px;
	width: 15rem;
	margin: 0 auto 0 0;
}

.site-title {
	margin-bottom: 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
}

.site-title a {
	color: #2a3139;
	text-decoration: none;
	transition: all 0.3s ease;
}

/*
.shrink .site-title a {
	color: #2a3139;
}
*/

.site-description {
	margin-bottom: 0;
	opacity: 0.618;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	position: absolute !important;
	width: 1px;
	width: 0.1rem;
	height: 1px;
	height: 0.1rem;
	border: 0;
	background-color: #ffffff;
}

.custom-logo {
	display: block;
}

/*
.shrink .custom-logo {
	display: block;
}
*/

.secondary-logo {
	display: none;
}

/*
.shrink .secondary-logo {
	display: none;
}
*/

/* ## Before Header
--------------------------------------------- */
.before-header {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 40px;
	height: 4rem;
	border-top: 1px solid rgba(198, 202, 206, 0.3);
	border-bottom: 1px solid rgba(198, 202, 206, 0.3);
	color: #3f454c;
	background-color: #f6f8fa;
	font-size: 12px;
	font-size: 1.2rem;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	transition: all 0.3s ease;
}

.no-js .before-header {
	height: auto;
	padding-top: 10px;
	padding-top: 1rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.menu .before-header {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: auto;
	margin: 3em 0 0;
	padding: 3em 0 0;
	border-bottom: none;
	background-color: transparent;
	clear: both;
}

.menu .before-header:before,
.menu .before-header:after {
	display: block;
	clear: both;
	content: '';
}

.menu .before-header .widget {
	margin-bottom: 1em;
}

.menu .before-header .simple-social-icons {
	margin-left: -0.5em;
}

.menu .before-header .simple-social-icons a {
	margin: 0 0.5em 0 0;
}

.before-header .wrap {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.before-header .wrap:before,
.before-header .wrap:after {
	display: none;
}

.before-header .widget {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
	-ms-flex-align: center;
	align-items: center;
}

.before-header .widget:last-of-type {
	margin-bottom: 0;
}

.before-header .widget-wrap {
	width: 100%;
}

.before-header p {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.before-header .fa {
	margin-right: 0.5em;
}

.before-header .fa:before {
	line-height: 1.618;
}

.before-header .simple-social-icons ul li a {
	background-color: transparent !important;
}

/* ## Header Right
--------------------------------------------- */
.header-widget-area {
	display: none;
	margin: 0 1em 0 0;
}

.header-widget-area .widget:last-of-type {
	margin-bottom: 0;
}

/* ## Hero Section
--------------------------------------------- */
.hero-section {
	position: relative;
	padding: 120px 0 60px;
	padding: 12rem 0 6rem;
	border-bottom: 1px solid #eceef1;
	background-color: #f6f8fa;
	background-position: center;
	background-size: cover;
	text-align: center;
}

.hero-section:before {
	display: block !important;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(42, 49, 57, 0.5);
	content: '';
	pointer-events: none;
	transition: all 0.3s ease;
}

.hero-section .wrap {
	position: relative;
	z-index: 2;
}

.hero-section h1 {
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
	text-align: center;
}

.hero-section p {
	width: 100%;
	max-width: 512px;
	margin: 0.5em auto 0;
	color: #ffffff;
	text-align: center;
}

/* ## Custom Header
--------------------------------------------- */
.wp-custom-header {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	pointer-events: none;
	object-fit: cover;
	object-position: center;
}

.woocommerce .wp-custom-header img,
.wp-custom-header img,
.wp-custom-header video,
.wp-custom-header iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.wp-custom-header iframe {
	position: absolute;
	top: -20%;
	right: -20%;
	bottom: -20%;
	left: -20%;
	width: 140%;
	min-width: 100%;
	max-width: 140%;
	height: 140%;
	min-height: 56.25vw;
	max-height: none;
	margin: auto;
}

.wp-custom-header img {
	display: none;
}

.wp-custom-header-video-button {
	display: none;
}

/* ## Menus
--------------------------------------------- */
.menu {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: left;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	clear: both;
}

.menu:before,
.menu:after {
	display: block;
	clear: both;
	content: '';
}

.menu .right {
	margin-left: auto;
}

.menu .rss,
.menu .date,
.menu .search,
.menu .twitter {
	display: -ms-flexbox;
	display: flex;
	margin-top: 1em;
	margin-left: 0;
	-ms-flex-align: center;
	align-items: center;
}

.menu .rss {
	margin-left: 0;
}

.menu .rss a {
	margin-left: 1em;
}

.menu-item {
	display: block;
	position: relative;
	width: 100%;
	padding: 10px 0;
	padding: 1rem 0;
	-ms-flex-order: -1;
	order: -1;
}

.menu-item.button {
	display: -ms-flexbox;
	display: flex;
	margin: 1em 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
	font-size: 12px;
	font-size: 1.2rem;
	-ms-flex-align: center;
	align-items: center;
}

.menu-item.button:last-of-type a {
	padding-right: 3em;
}

.menu-item.button a {
	background: #0072ff;
	background: linear-gradient(135deg, #00c6ff 0%, #0072ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr="$one", endcolorstr="$two", gradienttype=1);
	padding: 1em 3em;
	border-radius: 9rem;
	color: #ffffff;
}

.menu-item.button a:hover,
.menu-item.button a:focus,
.menu-item.button.current-menu-item > a {
	color: #ffffff;
	box-shadow: inset 0 0 0 9rem rgba(0, 17, 51, 0.1);
}

.menu-item a {
	display: inline-block;
	margin: 2px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.menu-item a:hover,
.menu-item a:focus,
.menu-item.current-menu-item > a {
	color: #97300d;
}

.menu-item span {
	display: block;
}

/* ## Sub Menus
--------------------------------------------- */
.sub-menu {
/*	display: none;*/
    visibility: hidden;
	clear: both;
}

.sub-menu .menu-item {
	width: 100%;
	height: auto;
	padding: 0.5em 0;
}

.sub-menu .menu-item:first-of-type {
	margin-top: 1em;
}

.sub-menu a {
	padding-left: 0.618em;
}

.sub-menu .sub-menu {
	padding-left: 1em;
}

/* menu */
@media (min-width: 1080px) {
    .nav-secondary {
        width: 100%;
        border-top: none;
    }

    .site-header>.wrap {
        height: auto;
        -ms-flex-wrap: nowrap;
        flex-wrap: wrap;
        text-align: center;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
    }

/*
    .sticky-header .site-header.shrink>.wrap {
        height: auto;
    }
*/
}

header.site-header {
    position: fixed !important;
    z-index: 100;
    top: 0;
    width: 100%;
    transition: all 0.3s ease;
	min-height: 82px;
}
@media screen and (max-width: 1080px) {
	header.site-header {
		min-height: auto;
	}
}

.logged-in header#headstick {
    margin-top: 32px;
}

header.site-header.hide {
    top: -110px;
}

.header-custom-row {
    height: 90px;
}

@media screen and (max-width: 580px) {
    .header-custom-row {
        height: auto;
    }
    .custom-logo-link {
        padding-left: 5px;
    }

    .site-header {
        height: 60px !important;
    }
}


.nav-primary {
    overflow: auto;
    position: absolute;
    top: 70px;
    right: 0;
    padding: 0 4rem;
    border-top: none;
    border-bottom: none;
    background-color: transparent;
    transition: all 0.3s ease;
    left: 0;
    width: 100%;
}

/*
.shrink .nav-primary {
    padding: 0 4rem;
}
*/

/* end menu */

/* ## Specific Menus
--------------------------------------------- */
.nav-primary,
.nav-secondary {
	overflow: auto;
	position: absolute;
	top: 0;
	right: -400px;
	right: -40rem;
	bottom: 0;
	width: 93vw;
	max-width: 400px;
	max-width: 40rem;
	height: 100vh;
	margin: 0;
	padding: 0 40px;
	padding: 0 4rem;
	border-top: 1px solid #eceef1;
	border-bottom: 1px solid #eceef1;
	background-color: #ffffff;
	transition: all 0.3s ease;
}

.nav-primary.activated,
.nav-secondary.activated {
	right: 0;
	left: auto;
	box-shadow: 0 0 4rem rgba(42, 49, 57, 0.2);
}

.no-js .nav-primary,
.no-js
.nav-secondary {
	display: block;
	position: relative;
	right: auto;
	width: 100%;
	height: auto;
	padding: 0;
	border: 0;
}

.no-js .nav-primary .wrap,
.no-js
.nav-secondary .wrap {
	padding: 0;
}

.no-js .nav-primary .menu,
.no-js
.nav-secondary .menu {
	padding: 0;
}

.no-js .nav-primary .menu-item,
.no-js
.nav-secondary .menu-item {
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: auto;
	padding-right: 10px;
	padding-right: 1rem;
}

.nav-primary .menu,
.nav-secondary .menu {
	position: relative;
	padding: 5em 0 7.5em;
}

.nav-secondary {
	width: 100%;
}

.nav-secondary .sub-menu .menu-item {
	height: auto;
}


/* ## Menu Toggle
--------------------------------------------- */
.menu-toggle {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	margin-right: -0.5em;
	padding: 1em 0.5em;
	color: #2a3139;
	background: transparent;
	box-shadow: none;
	cursor: pointer;
}

.menu-toggle:hover,
.menu-toggle:focus {
	color: #2a3139;
	background: none;
	box-shadow: none;
}

/*
.menu-toggle.activated,
.shrink .menu-toggle {
	color: #2a3139;
}

.menu-toggle.activated span,
.shrink .menu-toggle span {
	background: #2a3139;
}

.menu-toggle.activated span:before,
.menu-toggle.activated span:after,
.shrink .menu-toggle span:before,
.shrink .menu-toggle span:after {
	background: #2a3139;
}
*/

.menu-toggle.activated {
	color: #2a3139;
}

.menu-toggle.activated span {
	background: #2a3139;
}

.menu-toggle.activated span:before,
.menu-toggle.activated span:after {
	background: #2a3139;
}

.menu-toggle span {
	display: block;
	float: right;
	position: relative;
	width: 20px;
	width: 2rem;
	height: 2px;
	border-radius: 3px;
	background: #2a3139;
}

.menu-toggle span:before,
.menu-toggle span:after {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 3px;
	background-color: #2a3139;
	content: ' ';
}

.menu-toggle span:before {
	top: -5px;
	top: -0.5rem;
	transition: top 0.2s 0.2s, transform 0.2s 0s;
}

.menu-toggle span:after {
	bottom: -5px;
	bottom: -0.5rem;
	transition: bottom 0.2s 0.2s, transform 0.2s 0s;
}

.menu-toggle.activated span {
	background: none;
}

.menu-toggle.activated span:before {
	top: 0;
	transition: top 0.2s 0s, transform 0.2s 0.2s;
	transform: rotate(45deg);
}

.menu-toggle.activated span:after {
	bottom: 0;
	transition: bottom 0.2s 0s, transform 0.2s 0.2s;
	transform: rotate(-45deg);
}

/* ## Sub Menu Toggle
--------------------------------------------- */
.sub-menu-toggle {
	position: absolute;
	top: 0.1em;
	right: 3em;
	height: auto;
	margin: 0 -1em;
	padding: 1em;
	background: none;
	box-shadow: none;
}

.sub-menu-toggle:hover,
.sub-menu-toggle:focus {
	background: none;
	box-shadow: none;
}

.sub-menu-toggle:focus {
	outline: 2px solid #eceef1;
}

.sub-menu-toggle:before {
	display: block;
	margin: 2px 0 -2px;
	margin: 0.2rem 0 -0.2rem;
	border: 4px solid transparent;
	border: 0.4rem solid transparent;
	border-top-color: #2a3139;
	content: '';
}

.sub-menu-toggle.activated:before {
	margin: -2px 0 2px;
	margin: -0.2rem 0 0.2rem;
	transform: rotate(180deg);
}



/* NEW MOBILE MENU */

#ham-menu {
    display: none;
}

.subcheck {
    display: none;
}

li:hover>.sub-menu {
    display: block;
}

.wsmenu {
    visibility: hidden;
    transition: 0s 0.1s;
}

.wsmenu-submenu {
    transition: 0s;
}

.menu-item-has-children:hover>.wsmenu, .menu-item-has-children:hover>.wsmenu-submenu {
    visibility: visible;
    transition-delay: 0s;
}

.sub-menu a {
    color: #000;
}

.sub-menu a:hover {
    color: #97300d !important;
}

.menu-item.current-menu-item>a {
    color: #97300d;
}

.menu-item a {
    text-transform: inherit;
    color: #000;
}

.menu-item a:hover {
    text-transform: inherit;
    color: #97300d;
}

.mobile-searchbar {
    display: none !important;
}

.menu {
    padding-top: 15px;

}

.site-header>.wrap {
	/* width: 100%; */
	width: 88%;
	max-width: 1212px;
    /* 	padding: 0 10px; */
}

@media (min-width: 1316px) {
    .menu {
    font-size: 14px;
}
.menu .rss,
.menu .date,
.menu .search,
.menu .twitter {
    margin-top: 0;
    margin-left: 0.618em;
}
.menu-item {
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding: 0 0.618em;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-order: initial;
    order: initial;
}
/*
.shrink .menu-item {
    height: 7rem;
}
*/
.menu-item:first-of-type > a {
    padding-left: 0;
}
.menu-item:last-of-type a {
    padding-right: 0;
}
.menu-item.button {
    margin: 0 0 0 1em;
}
.sub-menu {
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 0;
    width: 20rem;
    margin-left: -1em;
    padding: 1em 0;
    border: 1px solid #eceef1;
    border-radius: 3px;
    background-color: #f6f8fa;
}

.sub-menu .menu-item {
    height: auto;
    padding: 0.5em 1em;
}
.sub-menu .menu-item:first-of-type {
    margin-top: 0;
}
.sub-menu a {
    position: relative;
    padding: 0;
    color: #90959f;
    word-wrap: break-word;
}
.sub-menu .sub-menu {
    top: -0.5em;
    left: -0.1rem;
    margin: -0.1rem 0 0 19.9rem;
    padding-left: 0;
    border: 1px solid #eceef1;
}
.nav-primary,
.nav-secondary {
    display: block;
    overflow: visible;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    max-width: none;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
}
.nav-primary.activated,
.nav-secondary.activated {
    right: auto;
    box-shadow: none;
}
.no-js .nav-primary,
.no-js
.nav-secondary {
    display: block;
    width: auto;
}
.nav-primary .menu,
.nav-secondary .menu {
    padding: 0;
}
.nav-secondary {
    width: 100%;
    border-top: 1px solid rgba(198, 202, 206, 0.3);
}
.nav-secondary .menu-item {
    height: 6rem;
}
/*
.sticky-header .shrink .nav-secondary .menu-item {
    height: 5rem;
}
*/
.nav-secondary .menu > .menu-item:first-of-type {
    padding-left: 0;
}
.menu-toggle {
    display: none;
}
.sub-menu-toggle {
    display: none;
}
}

.menu-heading {
    color:#000;
}

@media (max-width: 1316px) {
	
	.site-header>.wrap {
    	width: 100%;
	}

    .message-desktop {
        display: none;
    }

    .message-mobile {
        display: block;
        margin-right: 32px;
    }

    .message-mobile img {
        max-width: 60px;
    }

    nav {
        margin-top: 0;
    }

    .title-area .custom-logo {
        margin-left: 8px !important;
    }

    li:hover>.sub-menu {
        display: none;
    }

    .wsmenu {
        visibility: visible;
    }

    .subcheck {
        display: block;
    }

    .sub-menu {
        display: none;
    }

    .sub-menu-toggle {
        right: 1em;
        border: 2px solid #eceef1;
        border-radius: 14px;
    }

    .mobile-searchbar ul li a {
        padding: 2px 12px;
        font-size: 12px;
        line-height: 28px;
    }

    #menuToggle {
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        z-index: 2022;
        -webkit-user-select: none;
        user-select: none;
    }

    #menuToggle a {
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .overflow-hidden {
        overflow: hidden;
    }

    .nav li.current-menu-item a, .nav li.current-menu-parent a {
        background: #fff;
        color: #9747FF
    }

    #menuToggle a:hover {
        color: tomato;
    }

    #menuToggle #ham-menu {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: -5px;
        cursor: pointer;
        opacity: 0;
        /* hide this */
        z-index: 2;
        /* and place it over the hamburger */
        -webkit-touch-callout: none;
    }

    #menuToggle span {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        background: #000;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            opacity 0.55s ease;
    }

    #menuToggle .ham-color {
        background: #fff;
    }

    #menuToggle span:first-child {
        transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2) {
        transform-origin: 0% 100%;
        margin-bottom: 0;
    }

    #menuToggle #ham-menu:checked~span {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: #2a3139;
    }

    #menuToggle #ham-menu:checked~span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle #ham-menu:checked~span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }

    #menu-header-menu {
        position: absolute;
        width: 96vw;
        margin: -100px 0 0 -372px;
        padding: 120px 36px 70px 20px;
        background: rgba(255, 255, 255, 1);
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        /* to stop flickering of text in safari */
        transform-origin: 0% 0%;
        transform: translate(100%, 0);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
        box-shadow: 0 0 4rem rgb(42 49 57 / 20%);
        right: -30px;
        height: 100vh;
        overflow: scroll;
        display: block;
    }

    .searchbar {
        position: relative;
    }

    .mobile-searchbar {
        display: block !important;
        background: #fff;
        top: 0;
        padding-bottom: 10px;
    }

    .mobile-searchbar ul li {
        display: inline-block !important;
    }

    .mobile-searchbar ul li a {
        color: #fff !important;
    }

    #menuToggle span.searchtext {
        width: 100%;
        height: 100%;
        color: #000;
    }

    .desktop-searchbar, .search-wpb {
        display: none !important;
    }

    #menu-header-menu li {
        padding-bottom: 15px;
        font-size: 16px;
        display: block;
        position: relative;
        background: #fff;
        z-index: 4;
        float: none;
    }

    #menu-header-menu li a {
        color: #000;
        padding-right: 45px;
    }

    #menu-header-menu li a:hover {
        color: #000 !important;
        background-color: transparent;
        border-bottom: 0;
    }

    #menu-header-menu li ul {
        position: relative;
        visibility: visible;
        left: 0;
        width: 100%;
        padding-left: 10px;
    }

    #menu-header-menu li li {
        width: 100%;
    }

    #menu-header-menu li li ul {
        margin: 20px 0 0;
        padding-left: 20px;
        background-color: transparent;
    }

    #menuToggle #ham-menu:checked~ul {
        transform: none;
    }

    #sub-1~.subm-1, #sub-2~.subm-2, #sub-3~.subm-3, #sub-4~.subm-4, #sub-5~.subm-5, #sub-6~.subm-6, #sub-7~.subm-7, #sub-8~.subm-8, #sub-9~.subm-9, #sub-10~.subm-10, #sub-11~.subm-11, #sub-12~.subm-12, #sub-13~.subm-13, #sub-14~.subm-14, #sub-15~.subm-15, #sub-16~.subm-16, #sub-17~.subm-17, #sub-18~.subm-18, #sub-19~.subm-19, #sub-20~.subm-20, #sub-21~.subm-21, #sub-22~.subm-22, #sub-23~.subm-23, #sub-24~.subm-24, #sub-25~.subm-25, #sub-26~.subm-26, #sub-27:checked~.subm-27, #sub-28:checked~.subm-28, #sub-29:checked~.subm-29 {
        transition: all 1s ease-in-out;
    }

    #sub-1:checked~.subm-1, #sub-2:checked~.subm-2, #sub-3:checked~.subm-3, #sub-4:checked~.subm-4, #sub-5:checked~.subm-5, #sub-6:checked~.subm-6, #sub-7:checked~.subm-7, #sub-8:checked~.subm-8, #sub-9:checked~.subm-9, #sub-10:checked~.subm-10, #sub-11:checked~.subm-11, #sub-12:checked~.subm-12, #sub-13:checked~.subm-13, #sub-14:checked~.subm-14, #sub-15:checked~.subm-15, #sub-16:checked~.subm-16, #sub-17:checked~.subm-17, #sub-18:checked~.subm-18, #sub-19:checked~.subm-19, #sub-20:checked~.subm-20, #sub-21:checked~.subm-21, #sub-22:checked~.subm-22, #sub-23:checked~.subm-23, #sub-24:checked~.subm-24, #sub-25:checked~.subm-25, #sub-26:checked~.subm-26, #sub-27:checked~.subm-27, #sub-28:checked~.subm-28, #sub-29:checked~.subm-29 {
        display: block;
        transition: all 1s ease-in-out;
    }

    .subcheck {
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0;
        z-index: 2;
        width: 40px !important;
        height: 40px;
    }

    .subcheck~.sub-menu-toggle {
        transition: all .3s ease-in-out;
    }

    .subcheck:checked~.sub-menu-toggle {
        transform: rotate(180deg);
        background-color: #eb7c37;
    }

    .sub-menu a {
        padding-left: 0em;
    }

    #menu-header-menu li.menu-item-object-post {
        padding-bottom: 10px !important;
    }
	
}

/* END NEW MOBILE MENU */

/* Mega Menu */
@media screen and (min-width: 1316px) {
    .has-mega-menu {
        position: static;
		padding-top: 30px;
		padding-bottom: 30px;
    }

    .menu-item-has-children>a:after {
        content: url('/wp-content/uploads/2024/07/arrow-down-menu.svg');
        display: inline-block;
        padding-left: 4px;
        vertical-align: -3px;
        color: #00315A;
    }

    .menu-item-has-children.current-menu-item>a:after {
        color: #000;
    }

    .nav li:hover>a:after {
        color: #000 !important;
    }

    .nav .menu-item-has-children.current-menu-item>a:after {
        color: #000 !important;
    }

    .nav li.current-menu-item ul a, .nav li.current-menu-parent ul a {
        color: #000;
    }

    .nav .menu-item-has-children.current-menu-item ul li>a:after {
        color: transparent !important;
    }

    .nav #menu-item-3571 a:after {
        color: #fff !important;
    }

    .sub-menu-wrapper a:after {
        content: "";
    }

    .nav li ul li {
        width: auto;
        float: left;
        clear: both;
    }

    li.has-mega-menu .sub-menu {
        width: 100%;
        position: absolute;
        top: 100%;
        z-index: 100;
        left: -999em;
        right: 0px;
        background: #fff;
        padding: 0 10px;
        text-align: left;
    }

    .sub-menu .sub-menu {
        padding-left: 0 !important;
    }

    li.has-mega-menu:hover>.sub-menu {
        left: 50%;
        right: 50%;
        transform: translate(-50%);
        width: 100vw;
    }

    .sub-menu-wrapper {
        display: flex;
        gap: 15px;
        padding: 10px 20px;
        max-width: 1212px;
        width: 88%;
        margin: 0 auto;
    }

    .sub-menu .sub-menu {
        position: relative !important;
        display: block;
        margin: 0;
        visibility: visible;
        top: 0px !important;
        border: none !important;
        left: 0 !important;
    }

    .sub-menu .sub-menu li {
        float: none;
        width: 100%;
        border-bottom: 0;
    }

    .mega-menu-column ul li {
        display: block;
        padding-left: 0 !important;
    }

    .nav .has-mega-menu .sub-menu li:last-child {
        border-right: none !important;
    }

    .mega-menu-column>a,
    .mega-menu-column>div {
        font-weight: 900;
        text-decoration: underline;
        color: #2a3139;
    }

    .nav .sub-menu li:last-child {
        border-right: none;
        text-align: left;
    }

    .breadcrumb-bar .content-sidebar-wrap, .casino-byline .content-sidebar-wrap, .casino-main-title .content-sidebar-wrap, .casino-header .content-sidebar-wrap, .single-casino .site-container .site-inner .content-sidebar-wrap {
        max-width: 1212px;
    }
	.single-casino .content-sidebar-wrap.table-section-rev {
		max-width: 1100px !important;
		width: 100%;
	}
	.casino-main-title {
		flex-basis: 100%;
	}
	.casino-byline {
		flex-basis: 100%;
	}
	.casino-byline .bylines-review.sc {
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 600px) {
    li.mega-menu-column {
        width: 100%;
        max-width: 100%;
        min-height: 1px;
        padding: 0;
        flex: 1 0 calc(50%);
    }
}

@media screen and (min-width: 1316px) {
    li.mega-menu-column {
        flex: 1 0 calc(33.333%);
        display: block;
        padding: 0 1em !important;
    }
}

@media screen and (min-width: 1380px) {
    li.mega-menu-column {
        flex: 1 0 calc(25%);
        display: block;
        padding: 0 1em !important;
    }
}

.mega-menu-column ul li:first-of-type {
    margin-top: 5px !important;
}

.mega-menu-column ul li {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#mobile-menu ul li {
    padding: 10px 0 !important;
}

#mobile-menu li a {
    padding-left: 10px !important;
}

#mobile-menu ul ul a {
    padding-left: 10px !important;
}

/* END Mega Menu */

/* Game summary */

.game-summary-custom {
	align-items: flex-start;
}

.game-summary-custom .game-summary {
	min-width: 300px;
}

@media screen and (max-width: 781px) {
	.game-summary-custom {
		flex-wrap: wrap;
	}
	
	.game-summary-custom .wp-block-group:nth-child(2) {
		order: -1;
			width: 100%;
	}
	
	.game-summary-custom .game-summary {
		width 100%;
	
	}
}