﻿/*-----------------------------------------------------
[Style Sheet for "Beauty Tips"]

Last Change: 5/21/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: #000000;
	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: #000!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;}

/* Overrides react.css font styles */
.bootstrap-wrapper div {
	color: #000000 !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 */
.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;
	color: #e90b5a;
	background-image: none;
	box-shadow: none;text-transform: capitalize!important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);}
	
	.btn-secondary:hover {
    
	color: #c00b4b!important;
	background-image: none;
	box-shadow: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);}

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

	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;}
	
	a.primary-link:hover::after {
		color: #000000 !important;
		-webkit-transform: scaleY(1.5);
		-moz-transform: scaleY(2);
		transform: scaleY(1.5);
		transition-duration: .5s;}
		
	a:focus.primary-link {
		color: #000000;
		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;}
			
a.tertiary-link{
	color: #636466;
	font-weight: 600;
	text-decoration: none;}
		
	a:hover.tertiary-link {
		color: #303030;
		text-decoration: none;}
		
	a:focus.tertiary-link {
		color: #303030;
		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
==================================*/
@-moz-document url-prefix() { 
 h4 {
     padding: 6px 8px 4px 8px !important;
  }
}

.bootstrap-wrapper .card {
    
	border-radius: 0 !important;}

.intro-section {
	background-color: #f1f1f1;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin: 0px;}


	
	.thinner {
		color: #000 !important;
		font-size: 24px;
		font-weight: 200;}



h2 {
	color: #000000 !important;
	font-size: 22px !important;
	font-weight: 600;
	line-height: 20px;
	position: relative;
	text-align: center;}

 h2 span {position: relative;}
	  

		
		h2.shadeRangeName {color:#303030!important; text-transform: uppercase;font-size: 38px!important;font-weight:300!important;letter-spacing: .15em;text-align: center;text-indent:.10em;}

	 

.guides-section h3 {
	color: #000 !important;
	font-size: 32px;
	font-weight: 600;
	line-height: 38px;}



h4 {
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	background: #000000;
	display: inline;
	padding: 4px 8px 4px 8px;
	line-height: 1em !important;}


/*h4 {
    color: #fff !important;
	font-size: 14px !important;
	font-weight: 400 !important;
    border-left: 8px solid transparent;
    display: block;
    line-height: 40px;
    overflow: visible;
    position: relative;}

	h4 span {
		box-shadow: 8px 0 0 #000, -8px 0 0 #000;
		background-color: #000;
		box-decoration-break: clone;
		padding-bottom: 4px;
		padding-top: 4px;}*/

	.guides-section p {
		color: #000;
		font-size: 16px;
		font-weight: 200;
		line-height: 28px;}

hr.black {
    border-top: 6px solid #000;
    margin: 1px 0 20px;
    width: 240px;}

.color-bg-1 {background-color: #ead3e3;}
.color-bg-2 {background-color: #fcdce2;}

.shadow {
	box-shadow: none;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);position: relative;
	transform: translateZ(0);}
	
	.shadow:after {position: absolute;content: ""; bottom: 0; height: 0; background-color: #f37d39;left: 0; right: 0;transition: all 0.5s;}

	.shadow:hover {
		box-shadow:
		0px 7px 8px -4px rgba(0, 0, 0, 0.03),
		0px 12px 17px 2px rgba(0, 0, 0, 0.04),
		0px 5px 22px 4px rgba(0, 0, 0, 0.03);
		transform: translateY(-4px);}
		
		.shadow:hover::after {position: absolute;content: ""; bottom: 0; height: 8px; background-color: #f37d39;left: 0; right: 0;}
		
/*==============================================
Shade Finder Specific Classes
==================================*/

h1.shadefinder-title {
font-family: 'Hello Beautiful';
font-weight: normal!important;
color: #ffffff!important;
	font-size: 52px;
	font-weight: 500;
	background-color: #e90b5a;
	border-right: 34px solid #f47d39;
	display:inline-block; 
	padding: 2% 4% 2% 4%;
	max-width: 500px;
	line-height: 38px;}

.sf-hdr-content {color:#000;font-size:16px;}

.sf-logo {width: 275px;padding-bottom: 15px;margin-bottom: 20px;margin-top: 20px; border-bottom: 3px solid; border-bottom-color:#f37d39;}

.sf-logo img {margin:0; margin-top: 10px;padding:0;}

.sf-hdr-content h5 {font-size:16px;line-height:1.0;font-weight: 500!important;margin-top:10px;padding-top:0!important;}

.sf-hdr-content p {color:#000;line-height:1.3;font-weight: 500;font-size: 13px;padding-right:15%;}

.sf-hdr-content ul {padding-left:0;color:#000;font-weight: 500;margin-left:0!important;margin-bottom: 0;margin-top: 5px;float:left;font-size: 13px!important; line-height:1.3em;}

.sf-hdr-content ul.disc {list-style:disc!important;list-style-type: disc!important;list-style-position:inside;}

.sf-hdr-content ul.disc li {}

.sf-hdr-content ul:nth-of-type(1) {margin-right:20px;}



.sf-hdr-content ul li {line-height:1.3em;margin-left:0!important;padding-left:0!important;display:block;font-size:13px!important;}
.sf-hdr-content ul li span {}

.sf-hdr-content ul.disc li {display: list-item;margin-left: .8em!important;}

.shade-block {}
.shade-block h5 {font-size:16px; font-weight: 500!important; line-height: .9em;}
.shade-block p {font-size:16px!important; line-height: 1.2em;margin-bottom:25px;}

a.nextrange {font-weight:500;color:#000; text-decoration: none;}
a.nextrange:hover {color:#000; text-decoration: none;}
a.nextrange:after {font-family: 'FontAwesome';
		content: "\f107";
		position: absolute; top: 80%;font-weight: normal;
		z-index: 1;color:#000;left:0;right:0;font-size:200%;margin-bottom:10px;}
.blob-arrow {text-align: center;margin: 0 auto; width: 70px;}


/*=================================================
    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;}

/*==============================================
Shade Finder Specific Classes
==================================*/

h1.shadefinder-title {
font-family: 'Hello Beautiful';
font-weight: normal!important;
	font-size: 45px;
	border-right: 30px solid #f47d39; 
	padding: 2% 3% 2% 3%;
	max-width: 370px;
	line-height: 38px;}
	
.sf-logo {width: 235px;padding-bottom: 15px;margin-bottom: 20px;margin-top: 15px; border-bottom: 3px solid; border-bottom-color:#f37d39;}
	
.sf-hdr-content h5 {font-size:14px;line-height:1.0;margin-top:10px;}

.sf-hdr-content p {color:#000;line-height:1.3;font-weight: 500;font-size: 13px;padding-right:15%;}

.sf-hdr-content ul {margin-bottom: 0;margin-top: 5px;font-size: 13px!important; line-height:1.3em}

.sf-hdr-content ul:nth-of-type(1) {margin-right:15px;}

.sf-hdr-content ul li {line-height:1.3em;}
}

@media only screen and (min-width: 992px) {
  /* Adjustment for Desktop left-nav */
  .bootstrap-wrapper {
    margin-left: 180px;
  }
}

/* Tablets, small desktop and laptops */
@media only screen and (min-width: 765px) and (max-width: 989px) {
.cheese {background-color: blue; height: 50px; width: 50px;}
	
/*==============================================
Shade Finder Specific Classes
==================================*/

h1.shadefinder-title {
font-family: 'Hello Beautiful';
font-weight: normal!important;
	font-size: 45px;
	border-right: 30px solid #f47d39; 
	padding: 2% 3% 2% 3%;
	max-width: 370px;
	line-height: 38px;}
	
.sf-logo {width: 235px;padding-bottom: 8px;margin-bottom: 16px;margin-top: 8px; border-bottom: 3px solid; border-bottom-color:#f37d39;}
	
.sf-hdr-content h5 {font-size:14px;line-height:1.0;margin-top:10px;}

.sf-hdr-content p {color:#000;line-height:1.3;font-weight: normal;font-size: 11px;padding-right:10%;}

.sf-hdr-content ul {margin-bottom: 0;margin-top: 5px;font-size: 11px!important; line-height:1.3em}

.sf-hdr-content ul:nth-of-type(1) {margin-right:10px;}

.sf-hdr-content ul li {line-height:1.3em;font-size: 11px!important;}

		/* Styles for Ulta header cart dropdown */	
		.navbar .s-cont .search-cont input.search-input {
			font-size: 13px !important;
			height: 30px;
			width: 115px;}
	
	
	

	
	.guides-section p {
		color: #000;
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;}
		
}

/* Small screens portrait size */
@media only screen and (min-width: 574px) and (max-width: 764px) {

.intro-section h1 {
	font-family: 'Hello Beautiful';
font-weight: normal!important;
		color: #000 !important;
		font-size: 52px;
		line-height: 42px;
		margin-top: 0;margin-bottom: 16px;}	
.cheese {background-color: green; height: 50px; width: 50px;}
	.sf-hdr-content {color:#000;}
	
	.sf-hdr-content h5 {font-size:14px; font-size:3.2vw;}
.sf-hdr-content p {color:#000;line-height:normal;font-size:4.0vw!important; line-height: 1.3em!important;width:100%;font-weight: 500!important;}
.sf-hdr-content ul {padding-left:0!important;color:#000;font-weight: 500; margin-left:0!important; margin-top:35px;font-size:16px}

.sf-logo {width: 100%; max-width: 400px;padding-bottom: 10px;margin-bottom: 5px;margin-top: 10px;}
.sf-logo img {margin:0; margin-top: 16px;padding:0;}

.intro-section {background-color:#fff;}
.intro-section .container {background-color:#f1f1f1;}
.intro-section {background-color:#fff;}
	
	.intro-section img {
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;}
	
	
	
	.primary-link {margin-bottom: 2%;}

}

/* 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;}

.sf-hdr-content {color:#000;}

.sf-hdr-content h5 {font-size:14px; font-size:4.2vw;}

.sf-hdr-content p {color:#000;line-height:normal;font-weight: normal;font-size:13px; line-height: 1.2em!important;width:100%;font-weight: 500!important;}

.sf-hdr-content p {color:#000;line-height:normal;font-size:4.0vw!important; line-height: 1.2em!important;width:100%;font-weight: 500!important;}

.sf-hdr-content ul {padding-left:0!important;color:#000;font-weight: 500; margin-left:0!important; margin-top:35px;font-size:13px}

.sf-hdr-content ul li {line-height:1.3em;padding-left:0!important;margin-left:0!important;}
.sf-hdr-content ul li span {font-size: 95%; color:#fff; background-color: #000; padding: 2px 5px 2px 5px;}

.sf-logo {width: 100%; max-width: 500px;padding-bottom: 10px;margin-bottom: 5px;margin-top: 10px;}
.sf-logo img {margin:0; margin-top: 16px;padding:0;}

.intro-section {background-color:#fff;}
.intro-section .container {background-color:#f1f1f1;}

h2 span:after {font-family: 'FontAwesome';
		content: "\f107";
		position: absolute; top: 50%;font-weight: normal;
		z-index: 1;color:#000;left:0;right:0;font-size:180%;}
	
.no-padding {
	padding-left: 0  !important;
	padding-right: 0 !important;}
	
.intro-section {background-image: none;}
	
	.intro-section img {
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;}
	
	.intro-section h1 {
	font-family: 'Hello Beautiful';
font-weight: normal!important;
		color: #000 !important;
		font-size: 52px;
		line-height: 42px;
		margin-top: 0;margin-bottom: 16px;}	

}

/* Small screens portrait */
@media only screen and (min-width: 320px) and (max-width: 479px) {	
.navigation__row--search {display:none!important;}

h2 {font-size: 18px !important;}

.sf-hdr-content {color:#000;}

.sf-hdr-content h5 {font-size:14px; font-size:4.2vw;}
.sf-hdr-content p {color:#000;line-height:normal;font-size:13px; line-height: 1.2em!important;width:100%;font-weight: 500!important;}

.sf-hdr-content ul {padding-left:0!important;color:#000;font-weight: 500; margin-left:0!important;font-size: 13px;margin-top:15px;}

.sf-hdr-content ul li {line-height:1.3em;padding-left:0!important;margin-left:0px!important;}

.sf-logo {width: 100%; max-width: 500px;padding-bottom: 10px;margin-bottom: 10px;margin-top: 10px;}

.sf-logo img {margin:0; margin-top: 16px;padding:0;}

h2 span:after {font-family: 'FontAwesome';
		content: "\f107";
		position: absolute; top: 50%;font-weight: normal;
		z-index: 1;color:#000;left:0;right:0;font-size:180%;}
		
a.nextrange {font-size:3.4vw;}
a.nextrange:after {top: 70%;font-size:200%;}

.cheese {background-color: red; height: 50px; width: 50px;}
	
.no-padding {
	padding-left: 0  !important;
	padding-right: 0 !important;}
	
.intro-section {background-color:#fff;}
.intro-section .container {background-color:#f1f1f1;}
	
	.intro-section img {
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;}
	
	.intro-section h1 {
	font-family: 'Hello Beautiful';
font-weight: normal!important;
		color: #000 !important;
		font-size: 52px;
		line-height: 40px;
		margin-top: 0;margin-bottom: 16px;}

	.thinner {
		color: #000 !important;
		font-size: 22px;
		font-weight: 200;}

	.intro-section p {
		color: #000;
		font-size: 16px;
		font-weight: 200;
		line-height: 24px;}

.guides-section h2 {
	color: #000 !important;
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;}

.guides-section h3 {
	color: #000 !important;
	font-size: 21px;
	font-weight: 600;
	line-height: 27px;}
	
	h2.shadeRangeName {color:#303030!important; text-transform: uppercase;font-size: 32px!important;font-weight:300!important;letter-spacing: .10em;text-align: center;text-indent:.10em;}
	

h4 {
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	background: #000000;
	display: inline;
	padding: 3px 6px 3px 6px;
	line-height: 1em !important;}
	
/*h4 {
    color: #fff !important;
	font-size: 12px !important;
	font-weight: 400 !important;
    border-left: 8px solid transparent;
    display: block;
    line-height: 40px;
    overflow: visible;
    position: relative;}

	h4 span {
		box-shadow: 6px 0 0 #000, -6px 0 0 #000;
		background-color: #000;
		box-decoration-break: clone;
		padding-bottom: 2px;
		padding-top: 2px;}*/

	.small-title {
		color: #ffffff !important;
		font-size: 14px !important;
		font-weight: 200;
		margin-bottom: 0px !important;}

	.guides-section p {
		color: #000;
		font-size: 16px;
		font-weight: 200;
		line-height: 24px;}
	

}

.row-centered {display: flex!important;
  align-items: center!important;
}

  



