﻿/*-----------------------------------------------------
[Style Sheet for "Monthly Fragrance Crush"]

Last Change: 8/28/18
-----------------------------------------------------*/

@import "fonts.css";
@import "font-awesome.css";



/*=================================================
    Global styles for shared elements
==================================*/

html,
body {
    height: 100%;
	margin: 0;}
	
	
	.bootstrap-wrapper{
		overflow: hidden;}

body {
	color: #636466;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;}

h1, h2, h3, h4, h5 {
	color: #636466 !important;
	font-weight: bold !important;
	margin: 0 0 6px;}

h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 10px;
    margin-top: 35px;}

img {
	max-width: 100%;}
	
ul {
	list-style-type: none;
	-webkit-padding-start: 0;}
	
	.bottle-text h2 {font-size:36px;}

/* Overrides react.css font styles */
.bootstrap-wrapper div {
	color: #636466 !important;
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 1rem !important;
	font-weight: 300 !important;
	-webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;}

/* Global Button & Link Styles */
a:hover,
a:focus {
    text-decoration: none !important;}	

.btn-primary {
    background-color: #e90b5a;
	background-image: none;
	box-shadow: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);}

.btn-singleUse {
    background-color: #ef4262;
	background-image: none;
	box-shadow: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);}

.btn-secondary {
    background-color: #fff;
	background-image: none;
	box-shadow: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);}

.bootstrap-wrapper a.primary-link{
	color: #000000;
	font-weight: 600;
	text-decoration: none;
	line-height: 1.3;
	position: relative;
	padding-bottom: 6px;}

	.bootstrap-wrapper a.primary-link:after {
		position: absolute;
		top: 90%;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #000;
		content: '';
		transform-origin: top;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		transition-duration: .5s;}
	
	.bootstrap-wrapper a.primary-link:hover::after {
		color: #000000 !important;
		-webkit-transform: scaleY(1.5);
		-moz-transform: scaleY(2);
		transform: scaleY(1.5);
		transition-duration: .5s;}
		
	.bootstrap-wrapper a:focus.primary-link {
		color: #000000;
		text-decoration: none;}

.bootstrap-wrapper a.primary-link-white{
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	line-height: 1.3;
	position: relative;
	padding-bottom: 6px;}

	.bootstrap-wrapper a.primary-link-white:after {
		position: absolute;
		top: 90%;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
		content: '';
		transform-origin: top;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		transition-duration: .5s;}
	
	.bootstrap-wrapper a.primary-link-white:hover::after {
		color: #fff !important;
		-webkit-transform: scaleY(1.5);
		-moz-transform: scaleY(2);
		transform: scaleY(1.5);
		transition-duration: .5s;}
		
	.bootstrap-wrapper a:focus.primary-link-white {
		color: #fff;
		text-decoration: none;}
			
a.secondary-link{
	color: #636466;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;}
		
	a:hover.secondary-link {
		color: #303030;
		text-decoration: none;
		text-transform: uppercase;}
		
	a:focus.secondary-link {
		color: #303030;
		text-decoration: none;
		text-transform: uppercase;}

.bootstrap-wrapper a.my-link{
	color: #e90b5a;
	font-weight: 600;
	text-decoration: none;
	line-height: 1.3;
	position: relative;
	padding-bottom: 6px;}

	.bootstrap-wrapper a.my-link:after {
		position: absolute;
		top: 90%;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #e90b5a;
		content: '';
		transform-origin: top;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		transition-duration: .5s;}
	
	.bootstrap-wrapper a.my-link:hover::after {
		color: #c00b4b !important;
		-webkit-transform: scaleY(1.5);
		-moz-transform: scaleY(2);
		transform: scaleY(1.5);
		transition-duration: .5s;}
		
	.bootstrap-wrapper a:focus.my-link {
		color: #c00b4b;
		text-decoration: none;}

.bootstrap-wrapper a.white-link{
	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
	line-height: 1.3;
	position: relative;
	padding-bottom: 6px;}

	.bootstrap-wrapper a.white-link:after {
		position: absolute;
		top: 90%;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #ffffff;
		content: '';
		transform-origin: top;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		transition-duration: .5s;}
	
	.bootstrap-wrapper a.white-link:hover::after {
		color: #ffffff !important;
		-webkit-transform: scaleY(1.5);
		-moz-transform: scaleY(2);
		transform: scaleY(1.5);
		transition-duration: .5s;}
		
	.bootstrap-wrapper a:focus.white-link {
		color: #ffffff;
		text-decoration: none;}

/* Margins. Bootsrap 4 now has new methods of adding margins and padding */

.top-5 {margin-top: 5px;}
.top-10 {margin-top: 10px;}
.top-20 {margin-top: 20px;}
.top-30 {margin-top: 30px;}
.top-40 {margin-top: 40px;}
.top-50 {margin-top: 50px;}
.top-60 {margin-top: 60px;}
.top-70 {margin-top: 70px;}
.top-80 {margin-top: 80px;}

.bottom-5 {padding-bottom: 5px;}
.bottom-10 {padding-bottom: 10px;}
.bottom-20 {padding-bottom: 20px;}
.bottom-30 {padding-bottom: 30px;}
.bottom-40 {padding-bottom: 40px;}
.bottom-50 {padding-bottom: 50px;}
.bottom-60 {padding-bottom: 60px;}
.bottom-70 {padding-bottom: 70px;}
.bottom-80 {padding-bottom: 80px;}
	
	.no-padding-left {
		padding-left: 0  !important;}
		
	.no-padding-right {
		padding-right: 0 !important;}
	
.container-fluid {
    padding-top: 0 !important;}

.bootstrap-wrapper .jumbotron-fluid {
    border-radius: 0;
    padding: 0;}

/* Styles for Ulta header */
#collapse-show .cc-rewards-guest {
	float: left;
	margin-left: 15px;
	width: 210px;}

.enter-zip h5 a span {
	color: #fff !important;
	font: 12px "montserrat" !important;
}

.navbar .s-cont .search-cont input.search-input {
	font-size: 13px !important;
	height: 30px;
	width: 290px;
}
	
.navbar {
    border-radius: 0 !important;}

	.top-nav-bg {height: 75px;}

/* Flex fix for older Safari browswers.  Must be included for every "ROW" */
.flexfix.container:before,
.flexfix.container:after,
.flexfix.row:before,
.flexfix.row:after {
   content: normal;}

/* Class for coloring and giving height to BS cols in example. Comment out or remove before you start a project 
.bootstrap-wrapper [class^="col"] {
    background: rgba(152, 214, 245, 0.73);
    border: 1px solid rgba(86,61,124,.2);
    min-height: 50px;}*/


/*=================================================
    Styles for main page elements
==================================*/
.mt-2-2 {margin-top: 0.688rem !important;}

#title-bar {width: 100%; z-index: 200 !important;}

.sticky-bar {
	background-color: #e90b5a;
	padding-bottom: 10px;
	padding-top: 10px;}

.fragrance-crush-copy h1 {
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 400 !important;}

.fragrance-crush-copy h2 {
	color: #e90b5a !important;
	font-family: Georgia, serif;
	font-size: 28px;
	font-weight: 200 !important;}

.fragrance-crush-copy-20 h2 {
	color: #303030 !important;
	font-size: 36px;
	font-weight: 200 !important;}

.scent-family h3 {
	color: #303030 !important;
	font-family: Georgia, serif;
	font-size: 24px;
	font-weight: 200 !important;}

.scent-family-20 h3 {
	color: #303030 !important;
	font-size: 24px;
	font-weight: 200 !important;}

.fragrance-crush-copy h4 {
	color: #303030 !important;
	font-size: 18px;
	font-weight: 200 !important;}

.fragrance-crush-copy h5 {
	color: #e90b5a !important;
	font-size: 32px;
	font-weight: 600 !important;}

.fragrance-crush-copy h6 {
	color: #ffffff !important;
	font-size: 32px;
	font-weight: 600}

.fragrance-crush-copy p {
	color: #303030;
	font-size: 16px;
	font-weight: 200;
	line-height: 19px;}

.fragrance-crush-copy-20 p {
	color: #303030;
	font-size: 16px;
	font-weight: 200;
	line-height: 24px;}

.carousel-copy p {
	color: #303030;
	font-size: 14px;
	font-weight: 200;
	line-height: 19px;}

.scent-family p {
	color: #303030;
	font-size: 16px;
	font-weight: 200;
	line-height: 22px;
	margin-bottom: 0 !important;}

.header-copy {
	width: ;}

.header-copy p {
	color: #303030;
	font-size: 16px;
	font-weight: 200;
	line-height: 22px;
	z-index: 200;}

	.white {
		color: #ffffff !important;}

	.bold {
		font-weight: 600 !important;}

	.bigger {
		font-size: 18px;}


/*=================================================
    You Tube Videos
==================================*/

.video-text {
	color: #303030 !important;
	font-family: Helvetica;
	font-size: 18px;
	font-weight: 400 !important;
	line-height: 30px;
}

.video-section {background-color: #fcdce2;}

.youtube-player {
    position: relative;
    padding-bottom: 56.25%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #f1f1f1;
        
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("../images/play-btn.png") no-repeat;
	background-size:cover;
    cursor: pointer;
}

.brand-section {background-color: #fcdce2;}

.free-gift-section {background-color: #f1f1f1;}

.points-section {background-color: #e90b5a;}

.points-section h6 {
	font-weight: 500;
}
	
.image-swap img:last-child{display:none}
.image-swap:hover img:first-child{display:none}
.image-swap:hover img:last-child{display:inline-block}

.icons .fragrance-crush-copy img {max-width: 35%;}

hr.grey-center {
	align: center;
	border-top: 2px solid #E6E6E6;
	text-align:center; margin: 0 auto;
	width: 100%;}


span.hb-title {font-family:'Hello Beautiful'; font-size:64px;}

/*=================================================
    Media Queries
==================================*/
/* Extra large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1195px) and (max-width: 2080px) {	
.cheese {background-color: black; height: 50px; width: 50px;} /* Class for visually showing were breakpoints are for testing */
		
}

/* Large screens and laptops */
@media only screen and (min-width: 990px) and (max-width: 1194px) {	
.cheese {background-color: orange; height: 50px; width: 50px;}
	
		/* Styles for Ulta header cart dropdown */	
		.navbar .s-cont .search-cont input.search-input {
			font-size: 13px !important;
			height: 30px;
			width: 186px;}
	
}

@media only screen and (max-width: 992px) {
	.video-text {
		font-size: 14px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 767px) {
	.video-text {
		font-size: 18px;
		line-height: 30px;
	}
}

/* Tablets, small desktop and laptops */
@media only screen and (min-width: 765px) and (max-width: 989px) {	
.cheese {background-color: blue; height: 50px; width: 50px;}
	
	/* Styles for Ulta header cart dropdown */	
	.navbar .s-cont .search-cont input.search-input {
		font-size: 13px !important;
		height: 30px;
		width: 115px;
	}	
}

/* Small screens portrait size */
@media only screen and (min-width: 574px) and (max-width: 764px) {
.cheese {background-color: green; height: 50px; width: 50px;}
	
/*#ulta_header {
	height: 70px !important;}*/
	
	.no-padding {padding-left: 0 !important; padding-right: 0 !important;}
span.hb-title {font-family:'Hello Beautiful'; font-size:64px;display:block;}
.fragrance-crush-copy-20 h2 {
	text-align:left;}
}

/* Small screens to larger screens portrait size */
@media only screen and (min-width: 480px) and (max-width: 573px) {
.cheese {background-color: yellow; height: 50px; width: 50px;}
	
/*#ulta_header {
	height: 70px !important;}*/

.no-padding {padding-left: 0 !important; padding-right: 0 !important;}

span.hb-title {font-family:'Hello Beautiful'; font-size:64px;display:block;}
.fragrance-crush-copy-20 h2 {
	text-align:left;}
}

/* Small screens portrait */
@media only screen and (min-width: 320px) and (max-width: 479px) {	
.cheese {background-color: red; height: 50px; width: 50px;}

span.hb-title {font-family:'Hello Beautiful'; font-size:64px;display:block;}
.fragrance-crush-copy-20 h2 {
	text-align:left;}
	
/*#ulta_header {
	height: 70px !important;}*/
	
.no-padding {padding-left: 0 !important; padding-right: 0 !important;}

.fragrance-crush-copy-20 h2 {font-size: 30px;}

}

