/*
Theme Name: Secretly Canadian
Theme URI: http://www.secretlycanadian.com/
Description: Bespoke, responsive theme created for the Secretly Canadian site.
Author: Tristan Palmer Studio
Author URI: http://www.tristanpalmerstudio.com
Version: 1.0
*/

body .alm-load-more-btn.done {
	display: none !important;
}

a.page-numbers {
	color: #6d91f0;
	border-bottom: 1px solid #6d91f0;
	transition: all 0.5s;
}

a.page-numbers:hover {
	color: #000;
	border-color: #000;
	transition: all 0.5s;
}

.fullscreen-modal-bg {
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 50;
	top: 0%;
	bottom: 0%;
	right: 0%;
	left: 0%;
	display: none;
	cursor: pointer;
}

.fullscreen-modal-body {
	position: fixed;
	display: none;
	z-index: 51;
	width: 100%;
	max-width: 750px;
	left: 50%;
	transform: translate(-50%, -42%);
	top: 50%;
}

.fullscreen-modal-body.in-page {
	position: relative;
	display: block;
	top: 0;
	left: 0;
	transform: none;
	max-width: none;
	z-index: 1;
}

@media (max-width: 500px) {
	.fullscreen-modal-body {
		position: absolute;
		top: 100px;
		transform: translateX(-50%);
	}
}

@media (max-width: 800px) {
	.fullscreen-modal-body {
		max-width: none;
		padding: 30px;
	}
}

@media (max-width: 500px) {
	.fullscreen-modal-body {
		padding: 20px;
	}
}

.fullscreen-modal-body-inner {
	position: relative;
	background: #88a6a5;
	padding: 35px 85px;
}

.fullscreen-modal-body.in-page .fullscreen-modal-body-inner-two {
	max-width: 750px;
	margin: 0 auto;
	position: relative;
	padding: 45px 0px;
}

@media (max-width: 800px) {
	.fullscreen-modal-body-inner {
		padding: 35px;
		padding-bottom: 160px;
	}
}

@media (max-width: 500px) {
	.fullscreen-modal-body-inner {
		padding-left: 20px;
		padding-right: 20px;
	}
}

body {
	position: relative;
}

.fullscreen-modal-body-inner h1,
.fullscreen-modal-body-inner h2,
.fullscreen-modal-body-inner p {
	color: #ffffff;
}

@media (max-width: 600px) {
	.fullscreen-modal-body-inner h1,
	.fullscreen-modal-body-inner h2 {
		font-size: 1.3rem;
	}
}

.fullscreen-modal-body-inner h1,
.fullscreen-modal-body-inner h2 {
	text-align: center;
	margin-bottom: 45px;
}

.email-signup-form {
	border: 1px solid #fff;
	padding: 20px 70px;
	text-align: center;
}

@media (max-width: 800px) {
	.email-signup-form {
		padding: 20px 45px;
	}
}

@media (max-width: 600px) {
	.email-signup-form {
		padding: 20px 25px;
	}
}

.email-signup-form p {
	font-size: 0.85rem;
}

@media (max-width: 800px) {
	.email-signup-form p {
		font-size: 1rem;
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
	}
}

#mc_embed_signup_scroll2 {
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 800px) {
	#mc_embed_signup_scroll2 {
		flex-direction: column;
	}
}

#mce-EMAIL2 {
	padding: 15px 13px;
	border: 0px;
	height: 46px;
	width: calc(100% - 100px);
	font-family: 'Apercu', sans-serif;
}

@media (max-width: 800px) {
	#mce-EMAIL2 {
		width: 100%;
	}
}

.email-signup-form p a {
	color: #ffffff;
	text-decoration: underline;
}

#mc-embedded-subscribe2 {
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 46px;
	border: 1px solid #ffffff;
	background: none;
	color: #ffffff;
	width: 100px;
	font-family: 'Apercu', sans-serif;
	transition: all 0.5s;
	cursor: pointer;
}

@media (max-width: 800px) {
	#mc-embedded-subscribe2 {
		margin-top: 15px;
	}
}

#mc-embedded-subscribe2:hover {
	background: #000000;
	transition: all 0.5s;
}

.fullscreen-modal-footer {
	width: 100%;
	max-width: 470px;
	margin: 0 auto;
	text-align: center;
	padding-top: 32px;
}

.fullscreen-modal-footer p {
	font-size: 0.6rem;
}

.fullscreen-modal-footer a {
	color: #ffffff;
	text-decoration: underline;
}

.fullscreen-modal-footer-logo {
	position: absolute;
	right: 15px;
	bottom: 15px;
	height: 100px;
	width: 100px;
	background-image: url('./modal-logo.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain;
}

@media (max-width: 800px) {
	.fullscreen-modal-footer-logo {
		right: 50%;
		transform: translateX(50%);
		bottom: 40px;
		height: 85px;
		width: 85px;
	}
}

.fullscreen-modal-close {
	position: absolute;
	left: 50%;
	top: -10px;
	transform: translateX(-50%);
	width: 20px;
	height: 20px;
	background-image: url('./modal-close.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain;
}

@media (max-width: 800px) {
	.fullscreen-modal-close {
		top: -12.5px;
		width: 25px;
		height: 25px;
	}
}

body header,
nav#primary {
	z-index: 53 !important;
}

#menu-item-100 {
	position: relative;
}

#menu-item-100 a {
	padding-right: 30px;
	background-image: url('./email-icon.png');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;
}

@media (max-width: 767px) {
	#menu-item-100 a {
		position: absolute;
		left: -20px;
		right: -20px;
		background: #88a6a5;
		padding: 10px;
		color: #ffffff;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#menu-item-100 a:after {
		display: block;
		content: '';
		width: 30px;
		height: 25px;
		background-image: url('./email-icon-white.png');
		background-repeat: no-repeat;
		background-position: center right;
		background-size: contain;
		margin-left: 5px;
	}
}
