.page .entry-title {
	display: none;
}

/* Hide site logo from homepage only zd#4652235 */
.home .site-logo-link {
	display: none;
}

/* Hide site description on homepage | 4561589-ZD */
.page-id-398 .site-description {
	display: none;
}

/* Hide menu only on homepage | 4561589-zd (BS) */
.page-id-398 .main-navigation {
	display: none;
}

/* Remove social menu from homepage zd-4561589-vk*/
.home .social-links {
	display: none;
}

/* Remove site info and grey line from footer on homepage only zd-4561589-vk*/
.home .footer-widget-area {
	display: none;
}

/* Remove lines between menu items on main navigation | 4561589-ZD */
nav.main-navigation li {
	border-top: 0;
}

/*Change active menu item's color to white zd#4561589*/
.main-navigation a:hover, .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {
	color: #fff;
}

/*remove the greyish background of the social icons zd#4561589*/
.social-links ul a:before {
	background: none;
	background-color: none;
}

/* Change hover color of social links -4561589-hc-KP */
.social-links ul a:hover:before {
	color: white;
	background: none;
}

/* Removing hover color from instagram icon | #4561589-zen (fl) */
.social-links ul a:hover:before {
	color: inherit;
}

/* Reduce vertical spacing between navigation links / 4561589-zen NS */
.main-navigation a {
	padding: .2em 0;
}

/* Reduce horizontal padding between social icons / 4561589-zen NS */
.social-links ul a::before {
	padding: .5em .1em;
}

/*decrease the gap between the Main menu and social menu zd#4561589*/
.main-navigation {
	margin-bottom: 30px;
}

/* Change Zazzle social icon | 4561589-zen rg */
#menu-social-media a[href*="zazzle.ca"] {
	background: url('https://i.postimg.cc/MTRR8hHB/Zazzle-icon.jpg') no-repeat center center;
	background-size: contain;
}

#menu-social-media a[href*="zazzle.ca"]:before {
	color: transparent;
}

/* Change Shopify social icon | 4561589-zen rg */
#menu-social-media a[href*="shopify.com"] {
	background: url('https://i.postimg.cc/YCPbwGBt/Shopify-Wordpress-Icon.jpg') no-repeat center center;
	background-size: contain;
}

#menu-social-media a[href*="shopify.com"]:before {
	color: transparent;
}


/* Change Ko-fi social icon | 4561589-zen rg */
#menu-social-media a[href*="ko-fi.com"] {
	background: url('https://i.postimg.cc/5t2YRh5p/Ko-fi-Wordpress-Icon.jpg') no-repeat center center;
	background-size: contain;
}

#menu-social-media a[href*="ko-fi.com"]:before {
	color: transparent;
}

#menu-social-media a[href*="ko-fi.com"]:before {
	color: transparent;
}

/* Changing social menu icons to scale | #4561589-zen (fl) */
#menu-social-media a:hover {
	transform: scale(1.1);
}

#menu-social-media a {
	transition: all ease .25s;
}

/* hide slideshow swiper when not active | 4561589-ZD */
.wp-block-jetpack-slideshow .swiper-button-white {
	display: none;
	background-color: transparent !important;
}

.wp-block-jetpack-slideshow:hover .swiper-button-white {
	display: block !important;
	border-bottom: 0 !important;
}

/* Add an opacity transformation on hover for gallery nav arrows | 4561589-zen rg */
.wp-block-jetpack-slideshow_button-next.swiper-button-next.swiper-button-white,
.wp-block-jetpack-slideshow_button-prev.swiper-button-prev.swiper-button-white {
	opacity: 0;
}

.wp-block-jetpack-slideshow_container:hover .wp-block-jetpack-slideshow_button-next.swiper-button-next.swiper-button-white,
.wp-block-jetpack-slideshow_container:hover .wp-block-jetpack-slideshow_button-prev.swiper-button-prev.swiper-button-white {
	opacity: 1;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

/* remove image caption background from slideshow | 4561589-ZD */
figcaption.wp-block-jetpack-slideshow_caption {
	background: none !important;
	text-align: center;
	top: 100%;
	left: 39% !important;
}

figcaption.wp-block-jetpack-slideshow_caption {
	text-align: center !important;
	left: 0 !important;
}
/*Adjust slideshow caption color 6695815-zen sgy*/
.wp-block-jetpack-slideshow figcaption.wp-block-jetpack-slideshow_caption.gallery-caption {
    color: black;
}

/*Adjust slideshow arrow positions 4740219-zen sy*/
.swiper-button-prev {
	left: -20px;
}

.swiper-button-next {
	right: -20px;
}
/* Add text indent to paragraph in about page SS-38225136-hc */
.page-id-779 p {
  text-indent: 1em;
}

/* Make Slideshow Block pagination indicators transparent | 4789484-ZD. MK */
button.swiper-pagination-bullet {
	opacity: 0 !important;
}

/* change contact form text area colors | 4561589-zd bk */
.contact-form textarea {
	background: #0000;
	box-shadow: none;
	border: 1px solid #a27d18;
}

/* change contact form input field colors | 4561589-zd bk */
.contact-form input[type=text], 
.contact-form input[type=email], 
.contact-form input[type=url], 
.contact-form input[type=search] {
	background: #0000;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #a27d18;
}

/* add empty border to contact button to fix hover styles | 4561589-zd bk */
.contact-form .wp-block-button__link {
	border: 1px solid transparent;
}

/* change contact form button hover color | 4561589-zd bk */
.contact-form .wp-block-button__link:active, 
.contact-form .wp-block-button__link:focus, 
.contact-form .wp-block-button__link:hover {
	background: #0000 !important;
	color: #655500 !important;
	border: none;
}
/* Change contact form send button color 7144475-zen*/
.wp-block-button__link.is-style-outline.has-text-color.has-background.no-border-radius {
	background-color: rgb(206, 149, 73) !important;
	border: 2px solid;
	color: #a1812b !important;
}

/* Hide Action Bar // 4877786-zen (JJ) */
#actionbar {
	display: none;
}

.site-footer {
	display: none;
}

/*slideshow update: hide pagination numbers and show full gallery captions | 40887112-hc (KAK)*/
.wp-block-jetpack-slideshow_pagination {
    height: 50px;
}
.swiper-pagination-simple {
    display: none;
}