/*
Theme Name: Inboxes Nouveau
*/
html {
	scroll-behavior: smooth;
}

body {
	background-color: #f9f9f9;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	margin: 0;
}

/* Header  */

.hover {
	position: sticky;
	position: -webkit-sticky;
	top: 25px;
	z-index: 999;
}

.hover-blur {
	backdrop-filter: blur(5px);
}

.logo-container {
	margin-top: 4px;
}

.logo { max-height: 28px;}
.logo-mobile { 
	max-height: 48px;
	margin: 20px 0 -50px 0;
}

.nav {
	font-weight: 550;
	height: 37px;
	border-radius: 8px;
	padding: 5px;
/*	background-color: #f5f2ed;*/
	background-color: rgba(245, 242, 237, 0.8);
	text-decoration: none !important;
}
.nav a:hover {
  color: #111111; text-decoration:none; }

/* Video Demos */
.demo-padding {
	padding-top: 100px;
}

@keyframes floatUpDown {
		  0%, 100% {
		transform: translateY(0);
		  }
	  50% {
			transform: translateY(-5px);
	}
}
.floatupdown {animation: floatUpDown 1.5s infinite ease-in-out;}
.learn-more {
    display: inline-block;
    background-image: url("assets/down.svg");
    background-position: 0px 5px;
	background-repeat: no-repeat;
    margin-left: 5px;
    width: 20px;
    height: 20px;
}



/* Rating */
.rating { font-size: 13px; }

/* Email count */
.email-count {
	padding: 150px 20px 125px 20px;
	border-radius: 16px;
	background-color: #f9f9f9;
}

/* Font styling  */
h1 {font-family: 'Iowan Old Style', 'Palatino Linotype', 'URW Palladio L', P052, serif;}
h2 {font-size: 2.5rem;}
h3 {font-size: 2.2rem;}
h4 {font-size: 2rem;}
.h2-big {font-size: 5rem;}
.h3-big {font-size: 2.5rem;}
.h4-big {font-size: 2.2rem;}
.serif {font-family: 'Iowan Old Style', 'Palatino Linotype', 'URW Palladio L', P052, serif;}

.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}

.text-heavy {font-weight: 550}
.text-footer {font-size: 1.7rem; margin: 10px 0 0 0;}

/* Helpers */

.button-primary {
    background-color: #e67469ee !important;
    border-color: #e67469ee !important;
    color: #fff;
}

.bg-top {padding-bottom: 150px;}
.bg-normal {padding: 150px 0 150px 0;}
.bg-white {
	background-color: #fff;
	padding: 150px 0 150px 0;
}
.bg-black {
	background-color: #111;
	padding: 150px 0 150px 0;
}

.spacer-s {margin-top: 25px;}
.spacer-m {margin-top: 50px;}
.spacer-l {margin-top: 100px;}
.spacer-xl {margin-top: 150px;}

.round-corners {border-radius: 10px;}


@media (max-width: 550px) {
	.hide-on-phone {
		display: none;
	}
}
@media (min-width: 550px) {
	.hide-on-larger-than-phone {
		display: none;
	}
}

/* FAQ */
.faq-container {
    max-width: 960px;
    margin: 0 auto;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.faq-item { border-bottom: 1px solid #ddd; }
.faq-question {
    padding: 15px 20px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    list-style: none;
}
.faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
}
.faq-item[open] .faq-question::after { content: '-';}
.faq-answer {
    padding: 20px;
    background-color: #fafafa;
}

/* Blog Post */
.text-blog {font-size: 18px;}
.text-blog h2 {font-weight: 550}
.text-blog h3 {font-weight: 500}
.text-blog img { border-radius: 12px; }
.text-blog ul, .blog-styling li { font-size: 18px; list-style-position: outside; padding: 10px;}
.text-blog cite { margin-bottom: 5px; }
.text-blog .date-author { margin-bottom: 15px; }
.text-blog .wp-block-quote {	border-left: 2px solid #333; padding-left: 10px; }
.text-blog a { text-decoration: underline !important; }
.date-author { font-size: 15px !important; color: gray; }


/* WordPress Defaults */
img {
    max-width: 100%;
    height: auto;
}

.wp-block-image {
	margin-right: 0px;
	margin-left: 0px;
}

.blog-top {
    padding: 25px;
}

/* Blog post specific  */

.random-address-container {
	background-color: rgba(245, 242, 237, 0.8);
	border-radius: 3px;
	padding: 50px;
}


/* Checkout style */
.checkout {	
    padding: 50px;
	background-color: white;
	border-radius: 12px;
}

.checkout-product {
  border: 1px solid #e6e6e6;
  box-shadow: 0px 1px 5px #f0f0f0;
  padding: 40px;
  margin: 40px 0px 20px 0px;
}