/*
Theme Name: GeneratePress - Vaulted Vibes Theme
Template: generatepress
Version: 1.0
*/

/* MOBILE DEVELOPMENT FRAME 


OG BG: #3e2013

*/ 

body {
	background: #30190f;
}

/* LINKS */
body a {
	color: white;
	text-decoration: none;
}

/* HOVER */
body a:hover {
	color: #a63f13;
	text-decoration: underline;

}

p.oval img.oval-image {

	width: 380px;
	height: 580px;

	object-fit: cover;
	clip-path: ellipse(50% 40% at 50% 50%);

}

.mobile-landing {
	width: calc(100% - 40px);
	max-width: 430px;
	min-height: 100dvh;

	position: relative;	
	margin: 160px auto 20px auto;
	padding: 100px 24px 24px;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	overflow: visible;
	border: 1px solid #000;
	border-radius: 18px;
	box-sizing: border-box;
	box-shadow: 0px 0px 4px 4px #000000;
	
}



.mobile-page-shell { 
	border: 1px solid #30190f;
	background: #190d08;
	color: #a63f13;
	width: calc(100% - 40px);
	max-width: 430px;
	min-height: 80dvh;
	
	margin: 20px auto;
	padding: 20px;
	
	overflow: hidden;
	
	border-radius: 18px;
	box-sizing: border-box;
	box-shadow: 0px 0px 4px 4px #000000;
}

div.trials p { 
	color: #a63f13;
	font-size: 26px;
	background: black;
	border-radius: 18px;
	padding: 10px 20px;
	margin: 0 0 12px 0;
	border: 1px solid #30190f;
	box-sizing: border-box;
	box-shadow: 0px 0px 2px 2px #000000;
	background: #190d08; 
}


div.trials { 
	animation: trialFade 6s ease-in-out infinite;
	padding: 20px;
	position: absolute;
	bottom: 20px;
 }
div.trials a { 
	opacity: 1.0;
	font-size: 12px;
	
	border: 1px solid #30190f;
	box-sizing: border-box;
	box-shadow: 0px 0px 2px 2px #000000;
	background: #190d08; 

	text-align: center;
	margin-left: 150px;
	display: block; 
	padding: 10px; 
	color: #a63f13;
	border-radius: 18px;

}
div.trials a:hover { opacity: 1.0; } 

@keyframes trialFade {

	0%,
	100% {
		opacity: 0.0;
	}

	50% {
		opacity: 1;
	}
}

/* MOBILE HEADER */
.site-header {
	background: #190d08;
	position: sticky;
	top: 0;
	z-index: 999;
	border-bottom: 1px solid #000;
	box-sizing: border-box;
	box-shadow: 0px 0px 6px 5px #000000;
}

/* INNER HEADER WIDTH */
.inside-header {
	width: calc(100% - 40px);
	max-width: 430px;
	margin: 0 auto;
	padding: 14px 0;
}

/* SITE TITLE / LOGO */
.site-logo img,
.custom-logo {
	max-height: 52px;
}
div.site-branding p.main-title a { 
	color: #a63f13 !important;
 }

/* MOBILE MENU BUTTON */
.menu-toggle {

	background: transparent !important;
	color: #a63f13 !important;
	border: none;
	font-size: 28px;
	padding: 0;
}

/* REMOVE UGLY DEFAULT MOBILE BG */
.main-navigation,
.main-nav {
	background: transparent;
}

/* MOBILE MENU DROPDOWN */
.main-navigation ul ul,
.main-navigation.toggled .main-nav > ul {
	background: #30190f;
}

/* LINKS */
.main-navigation a {
	color: #a63f13 !important;
	text-decoration: none;
	
}.main-navigation a:hover {
	color: white !important;
	text-decoration: underline;
}

/* HOVER */
.main-navigation a:hover {
	opacity: 0.8;
}



/* B O U N C I N G LOGO */

.bouncing-logo {
	position: absolute;
	top: -175px;
	left: 50%;
	transform: translateX(-50%);
	width: 340px;
	margin: 0 auto;
	animation: bounce 2s infinite;
}

@keyframes bounce {
	0%,
	100% {
		transform: translateX(-50%) translateY(0);
	}

	50% {
		transform: translateX(-50%) translateY(-20px);
	}
}




/* MOBILE FOOTER */
.site-footer {

	margin-top: 40px;
	border-top: 1px solid #30190f;
	box-sizing: border-box;
	box-shadow: 0px 0px 6px 5px #000000;
}

/* INNER FOOTER */
.inside-site-info,
.footer-widgets-container {

	width: calc(100% - 40px);
	max-width: 430px;
	margin: 0 auto;
	padding: 24px 0;
	color: #a63f13;
}

/* LINKS */
.site-footer a {
	color: #a63f13;
	text-decoration: none;
}

/* HOVER */
.site-footer a:hover {
	opacity: 0.8;
	color: white;
	text-decoration: underline;

}

/* COPYRIGHT TEXT */
.site-info {
	background: #190d08;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
}

/* REMOVE EXCESS GENERATEPRESS SPACING */
.footer-widgets {
	margin-top: 0;
}