/* Department CSS Document */
/*For mobile first adaptive design place styles for mobile and up in the mobile and up area.
Place styles for tablet and up inside the media query in the tablet and up area.
Place styles for desktop only inside the media query in the desktop only area.

For questions or media query training contact Web Development Services.
*/
/* ====================== Mobile and Up ========================== */

#content-wrap p a {
	text-decoration: underline;
}

#content-wrap p a:hover {
	text-decoration: none;
}


.header-serif {
	font-family: "Georgia", serif;
	font-weight: bold;
	color: #165C34;
}

.grid-background {
	background-image: url(/gift-guide/images/gg_background_1920px.png);
}

.intro-background {background: url(/gift-guide/images/graphic25.svg) 92% 15% no-repeat, url(/gift-guide/images/graphic40.svg) 9% 92% no-repeat;	}

.showcase-background { background: url(/gift-guide/images/graphic7.svg) 5% 50% no-repeat, url(/gift-guide/images/graphic11.svg) 0% 100% no-repeat, url(/gift-guide/images/graphic9.svg) 97% 90% no-repeat;	}

.creator-background {
	background: url(/gift-guide/images/graphic5.svg) 95% 20% no-repeat, url(/gift-guide/images/graphic7.svg) 3% 90% no-repeat, url(/gift-guide/images/gg_background_1920px.png) no-repeat;	
}

.border-dash {
	border: 5px dashed #75B231;
	border-radius: 10px;
}

.text-georgia {font-family:"Georgia", sans-serif;}

.justify-content-center {
	justify-content: center;
}

.header-padding{padding-top: 60px; padding-bottom: 60px;}
.header-border{border-top: 10px solid #165C34; border-bottom: 10px solid #165C34;}

.pic-card {
	display: grid;
	grid-template-columns: 1fr;
}

a.card-button {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #275D38;
	text-transform: uppercase;
	font-weight: 800;
	font-family: "Lato", sans-serif;
	border-radius: 50px;
	width: 90%;
	color: #fff;
	text-align: center;
	position:relative;
	top: 25px;
	border: 5px solid #275d38;
}

a.card-button:after {
	content: url(/gift-guide/images/graphic14.svg);
	position: absolute;
	right: -5%;
	top: -30%;
}

a.card-button:hover {
	background-color: #fff;
	color: #275d38;
}

.card-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	row-gap: 40px;
}

a.button-external {
	border: 4px solid #275d38;
	background-color: #fff;
	font-size: 20px;
	padding: 10px;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	width: 80%;
	font-family: "Arial", sans-serif;
	margin: 0px auto;
}

a.button-external:hover {
	color: #fff;
	background-color: #275d38;
}

.creator-spotlight {
	background-color: #fff;
	border: 20px solid #275d38;
	padding: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	grid-template-areas:
		"creator-title creator-title"
		"quote-1 creator-image-1";
	align-items: top;
}

.creator-spotlight-double {
	background-color: #fff;
	border: 20px solid #275d38;
	padding: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	grid-template-areas: 
		"creator-title creator-title"
		"quote-1 creator-image-1"
		"creator-image-2 quote-2";
	align-items: center;
}

.creator-title {grid-area: creator-title; padding: 20px;}
.quote-1 {grid-area: quote-1; padding-left: 20px;}
.quote-2 {grid-area: quote-2; padding-right: 20px;}
.creator-image-1 {grid-area: creator-image-1;}
.creator-image-2 {grid-area: creator-image-2;}

.product-image {
	position: relative;
}

.product-image::before {
    content: url(/gift-guide/images/graphic11.svg);
    width: 175px;
    height: 150px;
    display: inline-block;
    position: absolute;
    right: -80px;
    top: -50px;
}

.product-page-title {
align-items: baseline;
}

.product-page-header {
		background: #F5F4EF;
background: linear-gradient(180deg,rgba(245, 244, 239, 1) 0%, rgba(245, 244, 239, 1) 79%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
	}

/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {
	
	
}

/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {

	.header-padding{padding-top: 120px; padding-bottom: 120px;}
	.header-border{border-top: 20px solid #165C34; border-bottom: 20px solid #165C34;}
	
	.card-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	column-gap: 20px;
	row-gap: 50px;
}
	
.creator-spotlight {
	background-color: #fff;
	border: 20px solid #275d38;
	padding: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	grid-template-areas:
		"creator-title creator-title creator-title creator-title creator-title creator-image-1"
		"quote-1 quote-1 quote-1 quote-1 quote-1 creator-image-1"
}	

.creator-spotlight-double {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	grid-template-areas: 
		"creator-title creator-title creator-title creator-title creator-title creator-image-1"
		"quote-1 quote-1 quote-1 quote-1 quote-1 creator-image-1"
		"creator-image-2 quote-2 quote-2 quote-2 quote-2 quote-2";
}

.creator-title {grid-area: creator-title; padding-left: 60px;}
.quote-1 {grid-area: quote-1; padding-left: 60px;}
.quote-2 {grid-area: quote-2; padding-right: 60px;}
.creator-image-1 {grid-area: creator-image-1; width: 120%; position: relative; right: -40px;}
.creator-image-2 {grid-area: creator-image-2; width: 120%; position: relative; left: -80px;}
	
	

	
	
	
}

/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {
	
	
}

/*end media query*/
/*End desktop only styles*/
/*END OF DOCUMENT*/