/*
 Theme Name:   Storefront Child
 Description:  Custom theme for Razzle Designs
 Author:       ZRCreations, Digital Marketing Agency
 Template:     storefront
 Version:      1.0.0
*/

/***** Customization to Header *****/
.site-branding {
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.site-header .site-branding img {
		max-width: 60%;
	}
}

.home #masthead {
	margin-bottom: 0;
}

#pencilBanner {
    background: #309bae;
    height: 50px;
    margin: 1rem auto;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

#pencilBanner p {
    margin: 0;
    font-size: 1.25rem;
}


/***** All Pages *****/
.btn-primary, .btn-secondary:hover {
  color: #fff;
  background-color: #309bae;
  border-color: #fff;
}

.btn-secondary, .btn-primary:hover {
  color: #309bae;
  background-color: #fff;
  border-color: #309bae;
}


/***** Custom Homepage *****/
.homepage-full-width {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

.page-id-888 .entry-header, .page-id-888 .storefront-breadcrumb {
    display: none;
}

.homepage-header {
	font-size: 2rem;
	margin-bottom: 1rem;
}

#homepageCoffeeMugs .homepage-header, #homepageWineGlasses .homepage-header, #homepageWelcome .homepage-header {
	font-family: 'wreath';
	font-weight: 500;
	font-size: 3rem;
}

#dyot-cta {
	border: 2px solid #000;
}

#dyot-steps .col {
	background-position: center;
	height: 125px;
	background-size: contain;
	align-items: center;
	display: flex;
	justify-content: center;
	background-repeat: no-repeat;
	font-weight: bold;
}

#dyot-1 {
	background-image: url('/wp-content/uploads/2022/11/DesignYourOwnTumbler_Step1.png');
}

#dyot-2 {
	background-image: url('/wp-content/uploads/2022/11/DesignYourOwnTumbler_Step2.png');
}

#dyot-3 {
	background-image: url('/wp-content/uploads/2022/11/DesignYourOwnTumbler_Step3.png');
}

#dyot-4 {
	background-image: url('/wp-content/uploads/2022/11/DesignYourOwnTumbler_Step4.png');
}


/***** Footer *****/

footer a {
	text-decoration: none !important;
	color: unset !important;
}

#FooterLogo img {
	margin: 1rem auto;
	width: 300px;
	max-width: 70%;
}

#FooterSocial {
	text-align: center;
}

#FooterSocial a {
	width: 2.5rem;
	height: 2.5rem;
	display: inline-block;
	background-size: contain;
}

#FooterFB {
	background-image: url("/wp-content/uploads/2022/11/facebook-icon.png");
}

#FooterIG {
	background-image: url("/wp-content/uploads/2022/11/instagram-icon.png");
}

footer hr {
	width: 100px;
	margin: 1rem auto;
}

footer p {
	margin-bottom: 1rem;
}

#custSiteCredits {
	text-align: center;
}

.site-footer {
	padding: 2rem;
}


/***** Product Detail Pages *****/
.woocommerce-tabs .panel h2 {
	font-size: 1.618em;
	margin-top: 0;
	margin-bottom: 1em;

}
	

/***** "Design Your Own" Pages *****/
.variations th.label {
	margin-bottom: 8px;
}

.variations label {
	font-weight: 700;
}

.postid-372 .variations label:before {
	content: "Step 1: Select A ";
}

.postid-1098 .variations label:before {
	content: "Step 1: Select A ";
} 

.variations label:after {
	content: "(Required)";
	padding-left: .125em;
	color: #c02b0a;
	font-style: italic;
    font-weight: 400;
	font-size: 13.008px;
	font-family: "Source Sans Pro","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}