@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@400;600&display=swap');

html { 
	margin: 0;
    padding: 0;
    height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0 0 75px 0;
}

header {
    color: #fff;
    padding: 0 0 15px 0px;
	background: rgb(57,30,170);
	background: linear-gradient(0deg, rgba(59,29,170,1) 0%, rgba(75,50,178,1) 100%);
	min-height: 240px;
}

h2 {
    color: #3c1fab;
    font-size: 5vw;
    letter-spacing: 1px;
}

nav#primary {
	background: #391EAA;
	text-align: right;
	width: 100%;
	padding: 15px;
    height: 75px;
}

nav#primary ul {
		text-align: right;
		display: block;
		clear: both;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		width: 100%;
}

nav#primary ul li {
	font-size: 0.85em;
	font-family: Catamaran, Tahoma;
	letter-spacing: 1px;
	margin: 0 15px;
	width: auto;
	text-align: center;
	float: left;
    line-height: 50px;
}

nav#primary ul li a,
nav#primary ul li a:visited,
nav#primary ul li a:hover {
	color: #fff;
}

nav#primary ul li a img {
    width: 45px;
}

header, main, #footer {
    flex-shrink: 0;
}

article {
	min-height: 100%;
	position: relative;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: #503aba;
}

#mini-logo {
	width: auto;
	display: inline-block;
	float: left;
	width: 90px;
	padding: 0;
	margin-top: -10px;
}

#ss-logo {
	position: relative;
	z-index: 10;
	text-align: center;	
	width: 306px;
	margin: 10px auto -205px auto;
	opacity: 0;
	-webkit-transition: all 0.75s ease-in-out;
	-moz-transition: all 0.75s ease-in-out;
	-ms-transition: all 0.75s ease-in-out;
	-o-transition: all 0.75s ease-in-out;
	transition: all 0.75s ease-in-out;
}

#ss-logo.load-state {
	opacity: 1;
}

#site-header-container {
	/* max-width: 1200px; */
	margin: 0 auto;
}

#main-container {
	border-top: 50px solid #fff;
	background: #fff;
	/* background-image: url(/images/pattern-treats-bgV5.png); */
	background-image: url(/images/ShimmerSweets-ProductsIconsBackgroundPattern-V2.png);
	/* background-size: 25%; */
	background-size: 249px;
	color: #333;
	font-family: Catamaran, Tahoma;
	padding-top: 85px;
 	flex-grow: 1;
 	height: auto;
}

.treat-icons {
	display: flex;
	position: relative;
	width: 100px;
	margin: 0 auto;
	z-index: 1;
}

.treat-icons.load-state {
	width: 100px;
}

.treat {
	width: 100%;
	text-align: center;
	position: absolute;
	opacity: 0;
}

.treat img {
	width: 100px;
	margin-bottom: -74px;
}

.treat:nth-child(1),
.treat:nth-child(2),
.treat:nth-child(3),
.treat:nth-child(4) {
	margin-left: 0%;
	transition-duration: 2s;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}

.treat.load-state {
	opacity: 1;
}

.treat.load-state:nth-child(1) {
margin-left: -320%;
}

.treat.load-state:nth-child(2) {
margin-left: -200%;
}

.treat.load-state:nth-child(3) {
margin-left: 200%;
}

.treat.load-state:nth-child(4) {
margin-left: 320%;
}

.treat:nth-child(1),
.treat:nth-child(3) {
	text-align: right;
}

.treat:nth-child(2),
.treat:nth-child(4) {
	text-align: left;
}

.treat:nth-child(2) {
/*	padding-left: 22px;*/
}

.treat:nth-child(3) {
/*	padding-right: 22px;*/
}

.treat {
	padding: 0 1%;
}

#treat-icons-border {
    margin: 55px auto -115px auto;
	height: 50px;
	width: 100%;
    position: relative;}

#intro, #whats-your-sweet {
	text-align: center;
	margin: 0 auto;
	line-height: 1.5em;
}

#intro {
    width: 70%;
    max-width: 685px;
    text-align: center;
    margin: 59px auto 4px auto;
    background-color: #fff;
    padding: 22px 0;
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.2);
    border: 6px solid #FFF;
    border-top: 5px solid #eee;
	border-bottom: 5px solid #eee;
}

#intro h1 {
	margin: 0 auto;
	line-height: 1.5em;
}

#intro p {
	margin: 15px;
	line-height: 1.5em;
}

.feature-hover-window-block {
	text-align: center;
	margin: 0 auto;
	line-height: 1.5em;
}

.feature-hover-window-block {
    width: 70%;
    max-width: 685px;
    text-align: center;
    margin: 59px auto 4px auto;
    background-color: #fff;
    padding: 22px 0;
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.2);
    border: 6px solid #FFF;
    border-top: 5px solid #eee;
	border-bottom: 5px solid #eee;
}

.feature-hover-window-block h1 {
	margin: 0 auto;
	line-height: 1.5em;
}

.feature-hover-window-block p {
	margin: 15px;
	line-height: 1.5em;
}

.feature-hover-window-container {
	margin: -25px 0 0 0;
	padding: 50px 0 70px 0;
	background: rgb(57,30,170);
    background: linear-gradient(0deg, rgba(59,29,170,1) 0%, rgba(75,50,178,1) 100%);
}

.feature-hover-window-container {
    margin-bottom: 30px;
}

.feature-hover-window-block {
	padding: 0 0 50px 0;
}

.feature-hover-window-block.cta-buttons h3 {
	margin-top: 25px;
}

.feature-hover-window-block.cta-buttons h1 {
    margin-bottom: 25px;
    padding: 7px;
    background-color: #F8004F;
	display: inline-block;
	color: #fff;
	font-weight: normal;
	margin-top: -32px;
}

.feature-hover-window-block.cta-buttons h1 div {
	font-size: 0.75em;
	border: 5px solid #fff;
    padding: 5px 25px;
}

.feature-hover-window-block.cta-buttons.button-only {
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: none;
    height: 70px;
    border: 0;
}

.feature-hover-window-block.cta-buttons.purple h1 {
    background-color: #6851c5;
}

a.order-now {
	color: #F8004F;
	letter-spacing: 0.4px;
	font-size: 2em;
}

.diamond-border {
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-bottom-color: #6851C5;
    position: relative;
    top: -53px;
    text-align: center;
    margin: 0 auto;
}

.diamond-border:after {
    content: '';
    position: absolute;
    left: -20px;
    top: 20px;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #6851C5;
}

.diamond-border.purple:after {
    border-top-color: #6851C5;
}

.diamond-border.purple {
    border-bottom-color: #6851C5;
}

.diamond-border.pink:after {
    border-top-color: #F8004F;
}

.diamond-border.pink {
    border-bottom-color: #F8004F;
    top: 59px;
}

.diamond-border.white:after {
    border-top-color: #fff;
}

.diamond-border.white {
    border-bottom-color: #fff;
	z-index: 1;
}

.intro-bottom {
	position: relative;
}

.intro-bottom .diamond-border.pink {
	margin-top: -80px;
	top: 0;
}

#homepage-photos-row {
    display: flex;
    width: 100%;
    max-width: 1000px;
    padding: 10px 0 6px 0;
    background: #fff;
	margin: 40px auto -56px auto;
}


.homepage-photo-row:nth-child(1) {
	margin-left: 0;
}

.homepage-photo-row:nth-child(4) {
	margin-right: 0;
}

.homepage-photo-row {
	width: 25%;
	margin: 0 5px;
	position: relative;
}

.homepage-photo-row img {
	width: 100%;
}

#whats-your-sweet {
    color: #fff;
    padding: 0;
	/* background: rgb(57,30,170);
	background: linear-gradient(180deg, rgba(57,30,170,1) 0%, rgba(75,50,178,1) 100%); */
}

#whats-your-sweet h1 {
	padding: 25px 0;
}

#whats-your-sweet ol, ul {
    margin: 0;
    padding-left: 0;
}

.diamond-group.divider {
	position: relative;
	margin-top: 90px;	
}

.diamond-group.divider .diamond-border.white {
    margin-top: -80px;
	top: 0;
	z-index: 1;
}

.diamond-group.divider .diamond-border.white,
.diamond-group.divider .diamond-border.white:after {
    border: 20px solid transparent;
}

.diamond-group.divider .diamond-border.purple {
	margin-top: -30px;
	top: 0;
	z-index: 2;
}

.diamond-group.divider .diamond-border.pink {
	margin-top: -30px;
	top: 0;
	z-index: 3;
}

.diamond-group.divider .background-divider-line {
	margin-top: -6px;
	position: relative;
	/* height: 50px; */
}

.diamond-group.divider .background-divider-line .left {
    width: 47.5%;
    background: #6851C5;
    float: left;
    height: 2px;
}

.diamond-group.divider .background-divider-line .center {
    width: 5%;
    background: #fff;
    float: left;
    height: 2px;
}

.diamond-group.divider .background-divider-line .right {
    width: 47.5%;
    background: #F8004F;
    float: left;
    height: 2px;
}

a.cd-hero__btn:visited {
    color: #fff;
}

#latest-creations {
	min-height: 60vh;
    background: #fff;
}

#latest-creations-header {
	margin: 60px 0 0px 0;
    background-color: #f8004f;
    height: 40px;	
}

#latest-creations h2.latest-creations-h2-hidden {
	text-align: center;
	color: #F8004F;
	font-size: 3em;
	font-family: 'Nunito', sans-serif;
	margin-top: -50px;
	margin-left: -9999px;
}

#latest-creations .title-container {
    padding-top: 0px;
    background: #fff;
    text-align: center;
    margin-top: 20px;
}

#latest-creations .header-text-bg {
	background: #F8004F;
	height: 40px;
}

#latest-creations .image-with-logo {
	position: relative;
}

#latest-creations .image-with-logo .ss-logo-divider {
	width: 150px;
	float: left;
	position: absolute;
}

#latest-creations .image-with-logo .ss-header-text {
     /* width: 50%;  */
    width: 300px;
	margin: 0 auto -20px auto;
	position: relative;
}

#latest-creations .diamond-group {
	position: relative;
	margin-top: 24px;	
}

#latest-creations .diamond-group .diamond-border.white {
    margin-top: -60px;
	top: 0;
	z-index: 1;
}

#latest-creations .diamond-group .diamond-border.purple {
	margin-top: -30px;
	top: 0;
	z-index: 2;
}

#latest-creations .diamond-group .diamond-border.pink {
	margin-top: -30px;
	top: 0;
	z-index: 3;
}

#latest-creations-gallery {
    background: #fff;
    padding-bottom: 45px;
    margin-top: 20px !important;
}

#latest-creations .title-container h2 {
    color: #3c1fab;
    font-size: 2em;
    letter-spacing: 1px;
    height: auto;
    margin: 25px 0 -40px 0;
}


@media (max-width: 1169px) {

	/* #latest-creations .title-container {
		height: 140px;
	} */

}

@media (max-width: 1000px) {

	nav#primary ul {
		/* display: block;
		clear: both;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		width: 100%; */
	}

	nav#primary ul li {
	    /* padding: 5px 0; */
	    /* width: 50%; */
	    /* margin: 0; */
	}

	#site-header-container {
		clear: both;
	}

}

@media (max-width: 800px) {

	nav#primary {
		text-align: center;
	}

	nav#primary ul {
		width: auto;
		display: inline-block;
	}

	nav#primary ul li a {
		font-size: 0.94em;
	}
	nav#primary ul li {
		margin: 0 10px;
	}

	.treat-icons {
		display: none;
		visibility: hiddne;
	}

	#intro {
		margin: 47px auto 65px auto;
	}

	#intro h1 {
		font-size: 8vw;
		line-height: 1.25em;
		letter-spacing: 1px;
	}

	#intro p {
		font-size: 4vw;
		line-height: 1.6em;
	}

	#homepage-photos-row {
		margin-top: 35px;
	}

	#homepage-photos-row {
		display: inline-block;
		width: 100%;
		padding: 10px 0 6px 0;
		background: #fff;
		margin: 0 auto;
		clear: both;
	}

	.homepage-photo-row {
		width: 50%;
		display: flex;
		float: left;
		padding: 0;
		border: 1px solid #fff;
		margin: 0px;
	}

	.feature-hover-window-block.cta-buttons h1 div {
		font-size: 4.65vw;
	}

}

