.main-navigation {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 15px 0;
	background-color: white;
	border-bottom: #1D1D1D solid 2px;
}

.main-navigation a {
	font-size: 70%;
	text-transform: capitalize;
	color: #000000 !important;
}

.main-navigation a:hover,
.menu-navigation a:hover,
.main-navigation ul li a:hover {
	color: #E8504d !important;
}

.main-navigation .current-menu-item a {
	color: #E8504d !important;
}

.main-navigation ul ul li {
	background: white;
}

.main-navigation ul > li.has-children:after,
.main-navigation ul > li.page_item_has_children:after,
.main-navigation ul > li.menu-item-has-children:after {
	border-top-color: rgba(0, 0, 0, 0.6);
}

.main-navigation ul ul>li.has-children:after, .main-navigation ul ul>li.page_item_has_children:after, .main-navigation ul ul>li.menu-item-has-children:after {
	border-left-color: rgba(0, 0, 0, 0.6);
}

.site-branding-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 80px;
}

@keyframes changeBackground {
	/* Image 1: Displays from 0% to 25%, then starts transitioning */
	0%, 25% {
		background-image: url('https://gwenwilson.com.au/wp-content/uploads/2025/03/ibtno.jpg');
	}
	
	/* Image 2: Displays from 33.33% to 58.33%, then starts transitioning */
	33.33%, 58.33% {
		background-image: url('https://gwenwilson.com.au/wp-content/uploads/2026/02/louisa-resized-1200x675-for-blog.png');
	}
	
	/* Image 3: Displays from 66.66% to 91.66%, then starts transitioning */
	66.66%, 91.66% {
		background-image: url('https://gwenwilson.com.au/wp-content/uploads/2025/11/ss-front-cover-hr.jpg');
	}
	
	/* Loop back: Return to Image 1 at 100% to ensure a seamless cycle */
	100% {
		background-image: url('https://gwenwilson.com.au/wp-content/uploads/2025/03/ibtno.jpg');
	}
}

.site-branding-wrapper::before {
	content: "";
	display: block;
	width: 30%;
	height: 500px;
	background-size: contain;
	background-repeat: no-repeat;
	animation: changeBackground 10s infinite;
}

.site-branding {
	width: 50%;
}

ul li a:hover {
	color: #E8504d;
	transition: color .3s ease-in-out;
}

@media screen and (max-width: 1024px) {
	.site-branding-wrapper::before {
		width: 30%;
		height: 300px;
	}
	
	@media screen and (max-width: 500px) {
	.site-branding-wrapper {
		flex-direction: column;
		align-items: center;
		margin-top: 40px;
	}
	
	.site-branding-wrapper::before {
		width: 50%;
		height: 250px;
	}
	
	.site-branding {
		width: 100%;
		text-align: center;
		padding-top: 20px;
	}
}

/* Home page display*/
.page-id-16962 #secondary {
	display: none;
}

.page-id-16962 .content-area .site-main {
	margin: 0;
}

/* Editorials page display*/
.page-id-17080 #secondary {
	display: none;
}

.page-id-17080 .content-area .site-main {
	margin: 0;
}

/* Interviews page display*/
.page-id-17111 #secondary {
	display: none;
}

.page-id-17111 .content-area .site-main {
	margin: 0;
}

.page-id-17111 {
	background-image: url('https://gwenwilson.com.au/wp-content/uploads/2025/04/bolinda-2016-12-14-006.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* My story page display*/
.page-id-1 #secondary {
	display: none;
}

.page-id-1 .content-area .site-main {
	margin: 0;
}

.page-id-1 .entry-header {
	text-align: center;
}

/* Where to buy page display*/
.page-id-17518 #secondary {
	display: none;
}

.page-id-17518 .content-area .site-main {
	margin: 0;
}

.page-id-17518 #jp-post-flair {
	display: none;
}

.page-id-17518 {
	background-color: black;
}

/* contact section display*/
#block-2 {
	display: none;
}

.page-id-16962 #block-2 {
	display: block !important;
}

/* header section display*/
.site-header {
	display: none;
}

.page-id-16962 .site-header {
	display: block !important;
}

/* anchor setting*/
:target {
	scroll-margin-top: 200px;
}

/* menu height setting*/
body {
	padding-top: 120px;
}

.page-id-16962,
.page-id-17080,
.page-id-17111 {
	padding-top: 20px;
}

/* social icon setting*/
.main-navigation .menu > li.social-icon a {
	position: relative;
	width: 60px;
	height: 40px;
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
}

.main-navigation .menu > li.social-icon a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	transform: translate(-50%, -50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

/* Facebook */
.menu-item-17571 a::before {
	background-image: url('https://www.svgrepo.com/show/494273/facebook-round.svg');
}

/* Linkedin */
.menu-item-17569 a::before {
	background-image: url('https://www.svgrepo.com/show/494278/linkedin-round.svg');
}

/* Goodreads */
.menu-item-17570 a::before {
	background-image: url('https://cdn-icons-png.flaticon.com/512/4494/4494644.png');
}

.social-icon a::before {
	transition: opacity .3s ease;
	opacity: 1;
}

.social-icon a:hover::before {
	opacity: .6;
}