/* CSS Document */

/* Containers
---------------------------------------------------------------------------- */

body {
	background-color: #1A1A1A;
	color: #594D5E;
	line-height: 1.5;
}

.site-container {
	background-color: #fff;
    overflow: hidden;
	position: relative;
}

.wrap,
div.alignfull > div {
    margin-inline: auto;
    max-width: 90%;
}

.site-inner {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.top-background > div {
	margin: 60px 0;
}

body.home .top-background > div {
	margin: 100px 0;
}

.top-background h1 {
	font-weight: 300;
}

.top-background h1 strong {
	font-weight: 900;
}

.top-background h2 a {
	color: #57B38D;
}

.top-background h2 a:focus,
.top-background h2 a:hover {
	color: #fff;
	text-decoration: underline;
}

.full-width-content .content {
	width: 100%;
}

a:focus,
a:hover {
	outline: none;
}

*.invisible {
	display: none;
}


/* Headings
---------------------------------------------------------------------------- */

h1,
h2, 
h3, 
h4, 
h5,
h6 {
	color: #29332F;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 32px;
}

h4 {
	font-size: 28px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 21px;
}

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


/* Buttons
---------------------------------------------------------------------------- */

.site-container div.wp-block-button .wp-block-button__link,
button.pbax-button {
	border-radius: 16px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.33;
	text-transform: uppercase;
	transition: all .2s ease-in-out;
}

button.pbax-button {
	background-color: #9C57B2;
	color: #fff;
	padding: 15px 30px;
}

button.pbax-button:focus,
button.pbax-button:hover {
	box-shadow: inset 0 0 200px rgba(230, 230, 230, 0.25);
}


/* Safety Icon
---------------------------------------------------------------------------- */

.warning {
	height: 100px;
	position: relative;
	z-index: 2;
	width: 100px;
}

a.safety {
	font-size: 0;
	height: 100px;
	left: 0;
	position: absolute;
	transition: transform .2s ease-in-out;
	width: 100px;
}

.site-footer a.safety {
	height: 68px;
	width: 68px;
}

a.safety::before {
	background: url("https://elysiumaxebar.com/wp-content/themes/elysium-axe-bar/images/icon-safety.png") no-repeat center;
	background-size: 100px 100px;
	content: '';
	display: block;
	height: 100px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100px;
}

.site-footer a.safety::before {
	background-size: 68px 68px;
	height: 68px;
	width: 68px;
}

a.safety:focus,
a.safety:hover {
	transform: rotate(2deg) scale(1.05);
}


/* Popup Maker
---------------------------------------------------------------------------- */

.axe-safety {
	font-size: 18px;
	text-align: center;
}

h1.safety {
	align-items: center;
	display: grid;
	grid-gap: 0 20px;
	grid-template-areas: "sign1 title sign2";
	grid-template-columns: 137px 1fr 137px;
	grid-template-rows: auto;
	font-size: 36px;
	font-weight: 300;
	justify-content: center;
	line-height: 1;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

h1.safety span {
	grid-area: title;
}

h1.safety strong {
	display: block;
	font-size: 72px;
	font-weight: 900;
	grid-area: title;
}

h1.safety::before,
h1.safety::after {
	aspect-ratio: 1 / 1;
	background: url("https://elysiumaxebar.com/wp-content/themes/elysium-axe-bar/images/icon-safety.png") no-repeat center;
	background-size: contain;
	content: '';
	display: block;
	grid-area: sign1;
	position: relative;
}

h1.safety::after {
	grid-area: sign2;
}

.axe-safety p:last-child {
	margin: 0;
}


/* Details
---------------------------------------------------------------------------- */

details.wp-block-details {
    background-color: #f3f3f3;
    margin: 0 0 10px;
    overflow: visible;
    padding: 10px 10px 7px 0;
    position: relative;
}

details::before {
    background-color: #f3f3f3;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    width: 100vw;
    z-index: 0;
}

details > * {
    position: relative;
}

details summary {
	font-weight: 700;
}

details > *:not(summary) {
    font-size: 18px;
}

details p {
    margin-top: 15px;
}

details p:last-child {
    margin-bottom: 10px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
    background: url("https://elysiumaxebar.com/wp-content/themes/elysium-axe-bar/images/bgtexture.jpg") repeat center bottom;
	box-shadow: none;
    color: #fff;
	padding: 0;
    position: relative;
}

.site-header > .wrap {
    display: grid;
	gap: 0 40px;
    grid-template-areas: "logo social" "logo nav" "logo .";
    grid-template-columns: 154px auto;
    grid-template-rows: 1fr auto 1fr;
	padding: 15px 0;
}

.title-area {
    grid-area: logo;
    position: relative;
    z-index: 1;
}

.wp-custom-logo .title-area {
    align-self: center;
    max-width: 154px;
    padding: 0;
    transition: transform .2s ease-in-out;
}

.wp-custom-logo .title-area:focus,
.wp-custom-logo .title-area:hover {
    transform: rotate(-2deg) scale(1.03);
}

.site-header .widget-area {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    grid-area: social;
    grid-gap: 0 20px;
    justify-content: flex-end;
    margin: 0;
}

.site-header .widget-area .widget {
    flex: 0 0 auto;
    margin: 0;
}

.site-header .widget-area .widget_text a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.site-header .widget-area .widget_text a:focus,
.site-header .widget-area .widget_text a:hover {
    color: #9C57B2;
}

.site-header .simple-social-icons li {
    margin: 0 3px !important;
}

.site-header #simple-social-icons-2.simple-social-icons ul li a {
    font-size: 16px;
    padding: 4.5px;
}

.site-header .nav-primary {
    grid-area: nav;
}


/* Navigation Menus
---------------------------------------------------------------------------- */

.nav-primary {
    position: relative;
}

.nav-primary::before {
    background-color: #594D5E;
    content: '';
    display: block;
    height: 100%;
    left: 50%;
    opacity: .9;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 200vw;
    z-index: 0;
}

.genesis-nav-menu a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.genesis-nav-menu .current-menu-item > a {
	color: #fff;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #57B38D;
}

.menu-toggle {
	color: #fff;
	font-size: 0;
	grid-area: nav;
	justify-content: flex-end;
	margin: 0;
	text-align: right;
	text-transform: uppercase;
}

.sub-menu-toggle {
	color: #fff;
}

.site-header .menu-toggle::before {
	float: right;
	font-size: 32px;
	right: 0;
	top: -7px;
}

.genesis-nav-menu .sub-menu {
	background-color: #594D5E;
	border: none;
	padding: 5px 0;
}

.genesis-nav-menu .sub-menu a {
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 13px;
	text-align: left;
}

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover {
	color: #57B38D;
}


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

.entry-header h1 {
	font-size: 38px;
	margin-bottom: 30px;
}

.entry-content .wp-block-image .alignright {
	max-width: 50%;
}


/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	background: url("https://elysiumaxebar.com/wp-content/themes/elysium-axe-bar/images/bgtexture.jpg") repeat center bottom;
	border: none;
	color: #fff;
	font-size: 16px;
	padding: 90px 0;
}

.footer-widgets .wrap {
	display: grid;
	grid-gap: 0 30px;
	grid-template-areas: "footer1 footer2 footer3 footer4";
	grid-template-columns: 200px repeat(3, auto);
	grid-template-rows: auto;
}

.footer-widget-area {
	margin: 0;
	padding: 35px 0 0;
	width: auto;
}

.footer-widgets .widget {
	margin: 0;
}

.footer-widgets .widget-title {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.footer-widgets a {
	color: #fff;
	text-decoration: none;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #57B38D;
}

.footer-widgets-1 {
	grid-area: footer1;
	padding-top: 0;
}

.footer-widgets-1 img {
	width: 200px;
}

.footer-widgets-2 {
	font-size: 18px;
	grid-area: footer2;
	line-height: 1.33;
}

.footer-widgets-2 .simple-social-icons {
	margin-top: 15px;
}

.footer-widgets-2 .simple-social-icons li:first-child {
	margin-left: 0 !important;
}

.footer-widgets-3 {
	grid-area: footer3;
}

.footer-widgets-4 {
	grid-area: footer4;
}

.footer-widgets a.phone {
	color: #fff;
	display: inline-block;
	font-size: 31px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 7px;
	text-decoration: none;
}

.footer-widgets a.phone:focus,
.footer-widgets a.phone:hover {
	color: #57B38D;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #1A1A1A;
	border: none;
	padding: 0 0 25px;
}

.site-footer .wrap {
	position: relative;
}

.after-entry.widget-area {
	box-shadow: none;
	color: #fff;
	margin-bottom: 25px;
	padding: 30px 0;
	position: relative;
	text-align: left;
}

.after-entry.widget-area::before,
.after-entry.widget-area::after {
	background: url("https://elysiumaxebar.com/wp-content/themes/elysium-axe-bar/images/bgtexture.jpg") repeat center top;
	content: '';
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100vw;
	z-index: 0;
}

.after-entry.widget-area::after {
	background: none;
	background-color: #9C57B2;
	opacity: .5;
	z-index: 1;
}

.after-entry.widget-area .widget {
	position: relative;
	z-index: 2;
}

.after-entry.widget-area h4 {
	color: #fff;
}

.after-entry.widget-area div.gform_wrapper .gform_fields {
	align-items: center;
	display: grid;
	grid-gap: 20px;
	grid-template-areas: "text email submit";
	grid-template-columns: 1fr 270px auto;
	grid-template-rows: auto;
}

.after-entry.widget-area div.gform_wrapper .gform_fields .gfield_html {
	font-size: 16px;
	grid-area: text;
	line-height: 1.25;
}

.after-entry.widget-area div.gform_wrapper .gform_fields .gfield_html h4 {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 5px;
}

.after-entry.widget-area div.gform_wrapper .gform_fields .gfield--type-email {
	grid-area: email;
}

.after-entry.widget-area div.gform_wrapper .gform_fields .gfield--type-submit {
	grid-area: submit;
	justify-content: center;
}

.after-entry.widget-area div.gform_wrapper .gform_fields .gfield--type-submit input {
	background-color: #B39757;
	border-radius: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 13.5px 30px;
	text-transform: uppercase;
}

.after-entry.widget-area div.gform_wrapper .gform_fields .gfield--type-submit input:focus,
.after-entry.widget-area div.gform_wrapper .gform_fields .gfield--type-submit input:hover {
	background-color: #57B38D;
}

.after-entry.widget-area div.gform_wrapper .gform_footer {
	margin: 0;
	padding: 0;
}

.site-footer .legal {
	color: #ccc;
	float: left;
	font-size: 14px;
	text-align: left;
}

.site-footer .legal a {
	color: #ccc;
	text-decoration: none;
}

.site-footer .legal a:focus,
.site-footer .legal a:hover {
	color: #fff;
}

.site-footer .warning {
	bottom: -12px;
	height: 68px;
	position: absolute;
	right: 0;
	width: 68px;
}


/* Careers
---------------------------------------------------------------------------- */

#colorbox {
	width: 90% !important;
}

ul.careers {
	margin-top: -20px;
}

div.career-desc {
	padding: 20px;
}


/* Pricing
---------------------------------------------------------------------------- */

.pricing {
	color: #fff !important;
}

.pricing > div {
	grid-row-gap: 1em;
}

.pricing > div > div > .gb-block-layout-column-inner,
.pricing > div > div > .gb-layout-column-wrap>.gb-block-layout-column-inner {
	border: 1px solid rgba(0,0,0,0.25);
	border-radius: 20px;
	height: 100%;
	overflow: hidden;
	padding: 0 20px 10px;
}

.pricing h3 {
	margin-bottom: 10px;
}

.pricing h4 {
	margin-bottom: 15px;
	padding: 12px 0 3px;
	position: relative;
}

.pricing h4::before {
	background-color: rgba(0,0,0,0.25);
	content: '';
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 200%;
}

.pricing h4 > * {
	position: relative;
}

.pricing h5 {
	margin-bottom: 0;
}

.pricing h5 strong {
	display: block;
	margin-bottom: 5px;
}

.pricing h5 sub {
	display: inline;
	margin-bottom: 15px;
}

.pricing p {
	margin-bottom: 5px;
}


/* Testimonials
---------------------------------------------------------------------------- */

.testimonials {
	background: url("https://elysiumaxebar.com/wp-content/themes/elysium-axe-bar/images/bgtexture.jpg") repeat center bottom;
	color: #fff;
	font-size: 24px;
	line-height: 1.33;
}

.testimonials.alignfull > div {
	max-width: 100%;
}

.testimonials p:last-child {
	margin: 0;
}

.testimonials .quotes {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}

.testimonials .quote-item > .wrap {
	max-width: 768px;
}

.testimonials .quote-desc {
	position: relative;
}

.testimonials .quote-desc::before {
	background: url("https://elysiumaxebar.com/wp-content/themes/elysium-axe-bar/images/icon-testimonials.png") no-repeat center;
	background-size: contain;
	content: '';
	display: block;
	height: 40px;
	margin: 0 auto 15px;
	position: relative;
	width: 99px;
}

.testimonials .quote-title {
	font-size: 16px;
	font-weight: 600;
	position: relative;
	text-transform: uppercase;
}

.testimonials .quote-title::before {
	background: url("https://elysiumaxebar.com/wp-content/themes/elysium-axe-bar/images/icon-quote.png") no-repeat center;
	background-size: contain;
	content: '';
	display: block;
	height: 15px;
	margin: 40px auto 5px;
	position: relative;
	width: 19px;
}

.testimonials .bx-wrapper .bx-pager {
	bottom: -70px;
}

.testimonials .bx-wrapper .bx-pager.bx-default-pager a {
	height: 10px;
	margin: 0 3px;
	width: 10px;
}


/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 960px) {
	
	.site-header {
		width: 100%;
	}
    
    .site-header .nav-primary {
        text-align: right;
    }
	
	.nav-primary .genesis-nav-menu a {
        padding-left: 12px;
        padding-right: 12px;
    }
    
    .genesis-nav-menu > .menu-highlight > a {
        background-color: #9C57B2;
        color: #fff;
		margin-left: 12px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .genesis-nav-menu > .menu-highlight > a:focus,
    .genesis-nav-menu > .menu-highlight > a:hover {
        background-color: #57B38D;
    }
	
	.top-background > div {
		margin: 80px 0 100px;
	}
	
	body.home .top-background > div {
		margin: 150px 0 200px;
	}
    
}

@media only screen and (min-width: 1024px) {
    
    .wrap,
	div.alignfull > div {
        max-width: 960px;
    }
    
    .nav-primary .genesis-nav-menu a {
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .genesis-nav-menu > .menu-highlight > a {
        margin-left: 25px;
    }
	
	.pricing.gb-3-col-widecenter>.gb-layout-column-wrap {
		grid-template-columns: 1fr 2.4fr .8fr;
	}
	
	.pricing.gb-2-col-equal>.gb-layout-column-wrap {
		grid-template-columns: 1.25fr .7fr;
	}
    
}

@media only screen and (min-width: 1240px) {
    
    .wrap,
	div.alignfull > div {
        max-width: 1170px;
    }
    
}

@media only screen and (max-width: 1024px) {
	
	.pricing.gb-3-col-widecenter>.gb-layout-column-wrap {
		grid-template-areas: "col1" "col2" "col3";
		grid-template-columns: auto;
	}
	
	.pricing.gb-2-col-equal>.gb-layout-column-wrap {
		grid-template-areas: "col1" "col2";
		grid-template-columns: auto;
	}
	
	.footer-widgets .wrap {
		grid-template-areas: "footer1 footer2" "footer3 footer4";
		grid-template-columns: auto;
		text-align: center;
	}
	
	.footer-widgets-2 .simple-social-icons ul {
		float: none;
		text-align: center;
	}
	
	.footer-widgets-2 .simple-social-icons ul li {
		display: inline-block;
		float: none;
	}
	
}

@media only screen and (max-width: 960px) {
	
	.site-header > .wrap {
		grid-template-areas: "logo social" "logo nav" "nav-mobile nav-mobile";
		grid-template-columns: 154px auto;
		grid-template-rows: repeat(3, auto);
	}
	
	.site-header .widget-area .widget {
		flex-basis: 100%;
		text-align: right;
	}
	
	.site-header .nav-primary {
		grid-area: nav-mobile;
	}
	
	.nav-primary::before {
		display: none;
	}
	
	.genesis-nav-menu .sub-menu {
		background-color: transparent;
		padding-left: 20px;
	}
	
	/*.pricing.gb-3-col-widecenter>.gb-layout-column-wrap {
		grid-template-columns: 1fr 1.5fr 1fr;
	}*/
	
	.pricing.gb-2-col-equal>.gb-layout-column-wrap .gb-block-layout-column .gb-layout-columns-2>.gb-layout-column-wrap,
	.pricing.gb-3-col-widecenter>.gb-layout-column-wrap .gb-block-layout-column:nth-child(2) .gb-layout-columns-2>.gb-layout-column-wrap {
		grid-template-areas: "col1" "col2";
		grid-template-columns: auto;
	}
	
	.after-entry.widget-area {
		text-align: center;
	}
	
	.after-entry.widget-area div.gform_wrapper .gform_fields {
		grid-template-areas: "text text" "email submit";
		grid-template-columns: 1fr auto;
	}
	
}

@media only screen and (max-width: 900px) {
	
	.testimonials .quote-item > .wrap {
		max-width: 80%;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.axe-safety {
		font-size: 18px;
	}
	
	h1.safety {
		font-size: 28px;
		grid-gap: 10px 0;
		grid-template-areas: "sign1" "title";
		grid-template-columns: auto;
		grid-template-rows: 137px auto;
	}
	
	h1.safety::before {
		height: 100%;
		margin: 0 auto;
	}
	
	h1.safety::after {
		display: none;
	}
	
	h1.safety strong {
		font-size: 58px;
	}
	
	.entry-content .wp-block-image .alignright {
		float: none;
		margin: 0 0 25px;
		max-width: 100%;
	}
	
	.site-footer .legal {
		float: none;
		text-align: center;
	}
	
	.site-footer .warning {
		bottom: auto;
		margin: 15px auto 0;
		position: relative;
		right: auto;
	}
	
}

@media only screen and (max-width: 600px) {
	
	
	.pricing .gb-block-layout-column-inner {
		padding: 20px 0 0;
	}
	
	.testimonials {
		font-size: 18px;
	}
	
	.testimonials .bx-controls-direction {
		display: none;
	}

	.footer-widgets .wrap {
		grid-template-areas: "footer1" "footer2" "footer3" "footer4";
	}
	
}

@media only screen and (max-width: 550px) {
	
	.axe-safety {
		font-size: 16px;
	}
	
	h1.safety {
		grid-template-rows: 75px auto;
	}
	
	.site-header > .wrap {
		grid-template-areas: "logo" "social" "nav" "nav-mobile";
		grid-template-columns: 1fr;
		grid-template-rows: repeat(4, auto);
		text-align: center;
	}
	
	.title-area {
		margin: 0 auto 15px;
	}
	
	.site-header .widget-area,
	.menu-toggle {
		justify-content: center;
	}
	
	.site-header .widget-area .widget {
		text-align: center;
	}
	
	.site-header .simple-social-icons ul {
		float: none;
		margin-top: 10px;
		text-align: center;
	}
	
	.site-header .simple-social-icons ul li {
		float: none;
		display: inline-block;
	}
	
	.site-header .menu-toggle {
		text-align: center;
	}
	
	.site-header .menu-toggle::before {
		float: none;
		right: auto;
	}
	
	.site-header .nav-primary {
		text-align: left;
	}
	
	.top-background > div {
		text-align: center;
	}
	
	.top-background > div .wp-block-buttons {
		justify-content: center;
	}
	
	.after-entry.widget-area div.gform_wrapper .gform_fields {
		grid-template-areas: "text" "email" "submit";
		grid-template-columns: 1fr;
	}
	
}