/* --- Centering menu on mobile / 5229009-HC (mS) --- */
.menu-toggle {
	margin: 15px auto;
}

@media screen and (max-width: 991px) {
	#primary-menu a {
		text-align: center;
	}
}

/*Hide Continue reading button, Date, Leave a comment in the featured slider*/
.featured-post-content .more-link {
	display: none;
}

.entry-date {
	display: none;
}

.comments-link {
	display: none;
}

/*hide portfolio page title*/
.post-type-archive-jetpack-portfolio header.page-header {
	display: none;
}

/*--- Increase margin below blog post in archives / 5280384-hc ck ---*/
.archive .hentry, .blog .hentry {
	margin-bottom: 100px;
}

/* footer credits / 13243602-hc rw */
.site-info::after {
	visibility: visible;
	content: "\00a9 2020 Marissa Christine All Rights Reserved";
}

/* Adjust top margin on right block quote on Fine Art page | 13246217-hc */
.page-id-298 blockquote.wp-block-quote.is-style-large {
	margin-top: 80px;
}

/* Center footer logo / 20129688-HC (MI) */
#text-3 {
	text-align: center;
}

/* Full width caption / 20156437-HC (MI) */
.page-id-988 .blocks-gallery-caption {
	width: 100%;
}

/* Hide titles on all pages */
.entry-title {
	display: none;
}

/* Change all buttons to custom colour -  20286577hc   */
.button {
    background: #95B8A9;
	  color:#ffffff;
}
/* Colour of "in stock" label -  20288084-hc DF */
.product .summary .in-stock {
	background-color: #95B8A9;
	color: #fff;
}

/* Colour of active product tab on product page -  20288084-hc DF */
.woocommerce-tabs .tabs li.active a {
	color: #95B8A9;
}
/* Center footer text -  20288084-hc DF */
.textwidget {
	text-align: center;
}
/* change "read more" to "sold out" | KS-20296174-hc */
.outofstock a.button.product_type_simple {
    color: transparent;
}
.outofstock a.button.product_type_simple::before {
    content: "Sold Out";
    display: block;
    margin-bottom: -21px

;
    visibility: visible;
    color: #fff;
}
/* menu cart hover color | KS-20296174-hc */
a.cart-contents:hover, a.cart-contents:hover span {
    color: #95B8A9;
}
/*Make Shop page full-width | RN-2882367-hc*/
@media (min-width: 992px) {
    .col-lg-offset-2 {
        margin-left: 0;
}
}

@media (min-width: 992px) {
    .col-lg-8 {
        width: unset;
}
}
/*END - Make Shop page full-width*/
/* Add Pinterest Icon to Social menu | ZD-3382577-JG */
#menu-social a[href^="https://pin.it"]{
  background:url(https://marissachristine.com/wp-content/uploads/2020/10/pinterest-1-logo-black-and-white.png) no-repeat 50% 50%;
  background-size:86% auto;
  position:relative;
  top:3px;
}
#menu-social a[href^="https://pin.it"] svg{
  visibility:hidden;
}

/* Add Tik Tok Icon to Social menu | ZD-3382577-JG */
#menu-social a[href^="https://vm.tiktok.com"]{
  background:url(https://marissachristine.com/wp-content/uploads/2020/10/tiktok-2270636-1891163.png) no-repeat 50% 50%;
  background-size:cover;
  position:relative;
  top:3px;
}
#menu-social a[href^="https://vm.tiktok.com"] svg{
  visibility:hidden;
}
/* add tiktok icon to footer menu  | #24687955-hc bk */
.jetpack-social-navigation a[href^="https://vm.tiktok.com"] .icon {
    background: url(https://marissachristine.com/wp-content/uploads/2020/10/tiktok-2270636-1891163.png) no-repeat center;
    background-size: 18px;
    color: transparent;
}

/* add Pinterest icon to footer menu  | #24687955-hc bk */
.jetpack-social-navigation a[href^="https://pin.it"] .icon {
    background: url(https://marissachristine.com/wp-content/uploads/2020/10/pinterest-1-logo-black-and-white.png) no-repeat center;
    background-size: 18px;
    color: transparent;
}
/* Make sure 3 column product wrap correctly | HC-28561218-JG */
@media (min-width: 992px) {
.columns-3 ul.products > li:nth-child(3n+1) {
    clear:left;
}
}
