/*!
Theme Name: Stellantistwentyfive

**/

/*--------------------------------------------------------------
>>> MASTER.CSS TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 General
	1.1 Typography
	1.2 Section Titles
2.0 Header
	2.1 Navigation
3.0 Pages
	3.1 Homepage
	3.2 Containers
	3.3 Gallery
4.0 Footer
	4.1 Footer General
5.0	Gravity Forms
6.0 Blog
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 General
--------------------------------------------------------------*/

.custom-logo-link img {
	width:210px!important;
}
.no-results {
	min-height: 400px;
}
.col-full {
	max-width: 1440px;
	width: 100%;
	padding-left: 4%;
	padding-right: 4%;
	margin: 0 auto;
}

@media screen and (min-width: 1000px) {
	.col-full {
		padding-left: 4%;
		padding-right: 4%;
	}
}
@media screen and (min-width: 1080px) {
	.main-navigation ul.menu>li>a,
	.main-navigation ul.nav-menu>li>a,
	.main-navigation a {
		padding: 10px 20px;
	}
}

/** Slick Slider **/

.home-content .slick-dots {
    bottom: -40px;
    width: 100%;
    margin: 0;
    list-style: none;
    text-align: center;
}
.home-content .slick-dots li button {
    width: 20px;
    height: 20px;
    padding: 8px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}
.home-content .slick-dots li.slick-active button:before {
    opacity: .50;
    color: #000;
}
.home-content .slick-dots li button:before {
    font-size: 24px;
    line-height: 20px;
    opacity: .15;
    color: #000;
}
.home-content .slick-next:before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath d='M25.26 13.34a.5.5 0 0 0 0-.38.457.457 0 0 0-.11-.16L13.5 1.15c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l10.79 10.79H1.5c-.28 0-.5.22-.5.5s.22.5.5.5h22.09L12.8 24.45c-.2.2-.2.51 0 .71a.485.485 0 0 0 .7 0l11.65-11.65s.08-.1.11-.16Z' style='fill:%23ff2410'/%3E%3C/svg%3E");
	background-size: 24px 24px;
	display: block;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center center;
}
.home-content .slick-prev:before {
    content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath d='M25.26 13.34a.5.5 0 0 0 0-.38.457.457 0 0 0-.11-.16L13.5 1.15c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l10.79 10.79H1.5c-.28 0-.5.22-.5.5s.22.5.5.5h22.09L12.8 24.45c-.2.2-.2.51 0 .71a.485.485 0 0 0 .7 0l11.65-11.65s.08-.1.11-.16Z' style='fill:%23ff2410'/%3E%3C/svg%3E");
	background-size: 24px 24px;
	display: block;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	transform: rotate(180deg);
}

@media screen and (max-width: 960px) {
	.home-content .wp-block-cb-carousel {
		margin-left: 30px;
		margin-right: 30px;
	}
}

/*--------------------------------------------------------------
1.1 Typography
--------------------------------------------------------------*/

/** Blockquote **/

blockquote:before {
	color: #ccc;
	content: '“';
	font-size: 4rem;
	line-height: 0.1em;
	margin-right: 10px;
	vertical-align: -30px;
}
blockquote p {
	display: inline;
}
figure.quote {
	margin: 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 50px;
}
figure.quote figcaption,
figure.quote blockquote {
	margin: 1em;
}

@media screen and (min-width: 961px) {

	figure.quote img {
		float: right;
		margin-left: 20px;
	}
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background: none;
}

/*--------------------------------------------------------------
2.0 Header
--------------------------------------------------------------*/

#masthead {
	background-color: #282B34;
	padding: 20px 28px;
	display: table;
	width: 100%;
	position: relative;
	z-index: 1;
}
.site-branding {
	float: left;
	width: 50%;
}
.site-branding img,
.custom-logo-link {
	display: block;
}
.site-header .register_button a {
	border: 1px solid #fff;
	border-radius: 30px;
	padding: 10px;
	font-weight: 300!important;
	text-transform: uppercase;
	text-align: center;
}
.site-header .register_button a:hover {
	color: #000!important;
	border-color: #fff;
	background-color: rgba(255,255,255,1.0);
	text-decoration: none!important;
}

@media screen and (min-width: 960px) {

	.site-branding {
		max-width: 250px;
		float: left;
	}
}

@media all and (device-width: 960px) and (device-height: 1024px) and (orientation:portrait) {
	.site-branding {
		width: 25%;
	}
}


/*--------------------------------------------------------------
2.1 Navigation
--------------------------------------------------------------*/

.primary-navigation {
	float: right;
}
#menu-stellantistwentyfive-main-menu {
	display: inline-block;
	float: left;
}

@media screen and (min-width: 960px) {

	.primary-navigation {
		margin-right: 50px;
	}
	.stellantistwentyfive-primary-navigation {
		float: right;
		margin-top: 10px;
	}
	.home-link span {
		display: none;
	}
	li#menu-item-49 {
		margin-left: 20px;
	}
}

/*--------------------------------------------------------------
3.0 Pages
--------------------------------------------------------------*/

.entry-header,
.page-header {
	margin: 20px 0;
}
.entry-content {
	padding-bottom: 0;
	margin-bottom: 35px;
}
@media screen and (min-width: 960px) {
	.entry-header,
	.page-header {
		margin: 50px 0;
	}
	.entry-content {
		margin-bottom: 75px;
	}
}
.home .entry-header {
	margin: 0 0;
}

/*--------------------------------------------------------------
3.1 Homepage
--------------------------------------------------------------*/

/** HERO **/

.hero_banner  {
	padding: 0;
    min-height: 530px;
}
.hero_banner .wp-block-cover__inner-container {
	padding-left: 4%;
	padding-right: 4%;
	max-width: 1220px;
}
.hero_banner h1 {
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 1.3;
	margin-bottom: 20px;
	text-shadow: 3px 3px 11px rgba(0,0,0,1.0),-3px -3px 11px rgba(0,0,0,1.0);
}
.hero_banner p {
	margin-bottom: 30px;
	font-size: 1.3rem;
	line-height: 1.4;
	font-weight: 400;
	letter-spacing: 1px;
	text-shadow: 3px 3px 11px rgba(0,0,0,1.0),-3px -3px 11px rgba(0,0,0,1.0);
}
.hero_banner .wp-block-cover__background {
    opacity: 1.0;
}
.hero_banner .wp-block-button__link {
    color: #fff;
	text-transform: uppercase;
    background-color: rgba(255,255,255,0.0);
    border-radius: 9999px;
    box-shadow: none;
	border: 1px solid #fff;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
	font-weight: 600;
	transition: all 200ms ease-in-out;
}
.hero_banner .wp-block-button__link:hover {
    color: #000;
	border: 1px solid #fff;
	background-color: rgba(255,255,255,1.0);
}

@media screen and (min-width: 960px) { 
	.hero_banner .wp-block-cover__inner-container {
		padding-left: 0;
		padding-right: 0;
	}
	.hero_banner h1 {
		font-size: 3.438rem;
		letter-spacing: 1px;
	}
	
}

/** HOME CONTENT **/

.home_info_block {
	max-width: 1220px;
	width: 100%;
	padding-top: 60px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 60px;
	margin: 0 auto;
}
.home-content {
	position: relative;
	z-index: 0;
}
.home-content::after {
	background: url('../images/stellantis-wave.png') bottom right no-repeat;
	content: "";
	position: absolute;
	bottom: -50px; 
	right: -100px;
	width: 100%;
	height: 100%; 
	opacity: .6; 
	z-index: -1;
}
@media screen and (max-width: 960px) {
	.venue_details img {
		padding: 0 10%;
	}
	.home_info_block {
		padding-left: 4%;
		padding-right: 4%;
	}
	
}

/*--------------------------------------------------------------
4.0 Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
4.1 Footer General
--------------------------------------------------------------*/

.site-footer {
	background-color: #F5F5F5;
	padding-top: 40px;
	position: relative;
}
.site-footer a {
	text-decoration: none;
}
.footer-nav {
	overflow: hidden;
	margin-bottom: 30px;
}
.footer-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-nav li {
	margin-bottom: 5px;
}
.site-footer ul.menu li a,
.site-footer {
	color: #fff;
}
.site-footer ul.menu li a:hover {
	text-decoration: underline;
}
.menu-footer-container li {
	float: left;
	margin-right: 4%;
	padding-left: 4%;
	border-left: 1px solid #999;
}
@media screen and (min-width: 960px) {
	.menu-footer-container li {
		float: none;
		margin-right: 0;
		padding-left: 0;
		border-left: none;
	}
}

/** Footer Logo **/

.footer_logo figure {
	margin-bottom: 0;
}
.footer_logo a {
	max-width: 450px;
	display: block;
	margin: 0 auto;
}
.footer_logo a img {
	width: 390px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.footer1wrp :where(.wp-block-columns) {
    margin-bottom: 0;
}
.footer1wrp {
	padding: 30px 4% 70px 4%;
}

/** Footer Register CTA **/

.page_top_cta h2 {
	font-size: 2.5rem;
	font-weight: 400;
	text-shadow: 3px 3px 11px rgba(0,0,0,1.0),-3px -3px 11px rgba(0,0,0,1.0);
}
.page_top_cta h2,
.page_top_cta h3,
.page_top_cta h4,
.page_top_cta h5,
.page_top_cta p {
    color: #fff;
}

.page_top_cta {
	text-align: center;
}
.page_top_cta .wp-block-cover__inner-container {
    padding-left: 4%;
    padding-right: 4%;
}
#colophon .wp-block-cover.page_top_cta {
    min-height: 300px;
    padding-top: 30px;
    padding-bottom: 10px;
}
.page_top_cta .wp-block-button__link {
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(255,255,255,0.0);
    border-radius: 9999px;
    box-shadow: none;
    border: 1px solid #fff;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
    transition: all 200ms ease-in-out;
}
.page_top_cta .wp-block-button__link:hover {
    color: #000;
    border: 1px solid #fff;
    background-color: rgba(255,255,255,1.0);
}

@media screen and (min-width: 960px) {
	.page_top_cta {
		text-align: left;
	}
}


/** Footer Nav **/

.footer_nav {
	background-color: #282B34;
	overflow: hidden;
	padding: 50px 4%;
}
.footer_nav_menu ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin: 0;
	padding: 0;
	gap: 0 30px;
}
.footer_nav_menu ul li {
	display: block;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;
	position: relative;
}
.footer_nav_menu ul li a {
	font-weight: 200;
}
.footer_nav_menu ul li a::after {
	content: "|";
	display: block;
	position: absolute;
	top: 0;
	right: -15px;
}
.footer_nav_menu ul li:last-child a::after {
	content: "";
}


/** Site Info **/

.site-info {
	background-color: #111;
	padding: 20px 5%;
}
.site-info p {
	margin: 0 0 10px 0;
}
.site-info {
	font-size: 0.8rem;
	text-align: center;
}
.site-info a,
.site-info a:visited,
.site-info a:hover,
.site-info p,
.site-info {
	color: #fff;
	text-decoration: none;
}
