/** FOR CONTAINER OVERRIDES, SEE "EDITED" IN THEME.LIQUID **/

.container-home { 
    position: relative; 
    width: 100%; 
    margin: 0 auto; 
    padding: 0;
  	margin-top: -100px;
}

.container-store { 
    position: relative; 
    width: 100%; 
    margin: 0 auto; 
    padding: 0 !important; 
}

/** FOR TOP MARGIN, SEE "EDITED" IN STYLES.SCSS.LIQUID **/

.home-hero {
  	height: 840px;
	background: url("OGB6.jpg");
  	background-size: cover;
 	background-repeat: no-repeat;
  	background-position: center; 
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.48);
}

/** PROMO HERO CSS **/

.home-hero-promo-title {
	position: relative;
	display: block;
  	margin-top: 0px;
  	padding: 380px 0px 300px 0px;
}

.home-hero-promo-title h1 {
	position: relative;
	display: block;
  	color: #fff;
	font-family: 'Montserrat', Arial, sans-serif;
	margin: 0px 11% 0px 11%;
  	padding: 6px;
  	font-size: 3.5vw;
	text-align: center;
    font-weight: 600;
  	border: 5px solid white;
}

.home-hero-promo-title h2 {
	position: relative;
	display: block;
	font-size: 1.6vw;
  	color: #fff;
	font-family: 'Montserrat', Arial, sans-serif;;
	letter-spacing: 8px;
	margin: 25px 8% 0px 8%;
	text-align: center;
    font-weight: 600;
  	line-height: 36px;
}

.home-hero-promo-title span {
	color: #e62e3d;
}


.home-hero-promo {
  	height: 840px;
	background: url("HolidaysBanner.jpg");
  	background-size: cover;
 	background-repeat: no-repeat;
  	background-position: center 100px; 
}


@media only screen and (max-width: 3840px) {
    .home-hero-promo {
  	background-position: center -777px; 
}
}

@media only screen and (max-width: 2560px) {
    .home-hero-promo {
  	background-position: center -350px; 
}
}

@media only screen and (max-width: 1920px) {
    .home-hero-promo {
  	background-position: center -130px; 
}
}


@media only screen and (max-width: 1510px) {
    .home-hero-promo {
  	background-position: center 10px; 
}
}

@media only screen and (max-width: 798px) {
    .home-hero-promo {
  	background-position: center 18%;
    margin-bottom: -30;
    Height: 500px;
    }
  
    .home-hero-promo-title h1 {
    font-size: 39px;
    line-height: 46px;
    }
  
    .home-hero-promo-title {
	position: relative;
	display: block;
  	margin-top: 0px;
  	padding: 220px 0px 300px 0px;

}
}

@media only screen and (max-width: 520px) {
    .home-hero-promo {
    background-position: center 40px;
    margin-bottom: -40px;
    background-size: cover;
    height: 340px;
    }
  
    .home-hero-promo-title h1 {
    font-size: 28px;
    line-height: 46px;
    }
  
    .home-hero-promo-title h2 {
    font-size: 25px;
    line-height: 46px;
    letter-spacing: 6px;
    }
  
    .home-hero-promo-title {
	position: relative;
	display: block;
  	margin-top: 0px;
 	padding: 150px 0px 300px 0px;

}
}

/** END PROMO HERO CSS **/

.home-hero-title {
	position: relative;
	display: block;
  	margin-top: 0px;
  	padding: 300px 0px 300px 0px;
}

.home-hero-title h1 {
	position: relative;
	display: block;
  	color: #fff;
	font-family: 'Montserrat', Arial, sans-serif;
	margin: 0px 11% 0px 11%;
  	padding: 15px;
  	font-size: 4.9vw;
	text-align: center;
    font-weight: 400;
  	border: 5px solid white;
}

.home-hero-title h2 {
	position: relative;
	display: block;
	font-size: 38px;
  	color: #fff;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	letter-spacing: 8px;
	margin: 40px 8% 0px 8%;
	text-align: center;
    font-weight: bold;
  	line-height: 45px;
}

.home-hero-title span {
	color: #e62e3d;
}

.home-subtitle h1 {
	position: relative;
	display: block;
	font-size: 70px;
	font-family: 'Montserrat', Arial, sans-serif;
	margin: 80px 8% 0px 8%;
	text-align: center;
    font-weight: 400;
}

.home-subtitle p {
	position: relative;
	display: block;
	font-size: 20px;
  	line-height: 24px;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	margin: 0 auto;
  	margin-top: 20px;
  	width: 50%;
	text-align: center;
    font-weight: bold;
}

.home-feature-divider {
	border: solid 2px;
    display: block;
    width: 100px;
  	margin: 0 auto;
  	margin-top: 20px;
    color: #0054CF;
}

.home-links-grid {
	position: relative;
	margin: 0 auto;
  	margin-top: 40px;
	/** max-width: 1920px; **/
  	margin: 80px 8% 0px 8%;
  	text-align: center;
    align-items: top;
   
}

.home-links-tile {
	position: relative;
	display: inline-block;
	margin-right: 30px;
  	margin-left: 2.5%;
  	margin-bottom: 2.5%;
    width: 27%;
  	min-width: 260px;
  	flex: 1;
  	overflow: auto;
}

.home-links-tile h2 {
	font-size: 32px;
	font-family: 'Montserrat', Arial, sans-serif;
  	letter-spacing: 0px;
  	color: #777;
  	text-transform: none;
  	font-weight: normal;
}

.home-links-tile p {
	font-size: 20px;
  	line-height: 24px;
  	text-align: justify;
	font-family: 'Source Sans Pro', Arial, sans-serif;
  	letter-spacing: 0px;
  	text-transform: none;
  	font-weight: 300;
}

.home-links-tile img {
	border-radius: 150px;
  	width: 150px;
  	margin-bottom: 20px;
}

.home-button {
    background-color: #0054CF;
  	border-radius: 4px;
    border: none;
    color: white;
    padding: 8px 30px;
  	margin-top: 20px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
  	letter-spacing: 0px;
  	text-transform: none;
  	font-weight: 300;
    display: inline-block;
    font-size: 14px;
}

.home-feature-divider-2 {
	border: solid 2px;
    display: block;
    width: 100px;
  	text-align: left;
  	margin-top: 20px;
    color: #0054CF;
}

.home-recent-videos {
  	background: url("recent-videos2.jpg");
  	background-size: 100%;
  	background-position: -15px 40%; 
    background-repeat: no-repeat; 
  	background-color: #1a1a1a;
  	position: relative;
  	width: 100%;
	margin: 0 auto;
	/** max-width: 1920px; **/
 	margin-top: 60px;
  	padding-top: 100px;
  	padding-bottom: 100px;
}

.home-videos-grid {
	position: relative;
	margin: 0 auto;
	max-width: 1920px;
  	margin: 0px 8% 0px 8%;
  	/** display: flex; **/
    /** align-items: top; **/
   
}

.home-videos-text {
    position: relative;
	display: inline-block;
	width: 50%;
  	margin: 0px 3% 40px 0px;
    vertical-align:top;
  	/** flex: 1; **/
}

.home-videos-text h2 {
	font-size: 40px;
  	line-height: 42px;
	font-family: 'Montserrat', Arial, sans-serif;
	letter-spacing: 0px;
	text-align: left;
    font-weight: 400;
  	text-transform: capitalize;
  	color: #fff;
}

.home-videos-text p {
	font-size: 18px;
    color: #474747;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	letter-spacing: 0px;
	margin-top: 40px;
  	margin-bottom: 0px;
	text-align: left;
    font-weight: 300;
  	line-height: 22px;
    color: #fff;
}

.home-videos-tile {
	position: relative;
	display: inline-block;
	padding: 0px 0px 0px 50px;
  	width: 50%;
  	max-width: 570px;
  	min-width: 325px;
  	/** flex: 1; **/
  	
}

/*****************************************************/

.home-widget-placeholder {
	position: relative;
	display: inline-block;
	padding: 0px 0px 0px 50px;
  	width: 50%;
  	max-width: 570px;
  	min-width: 325px;
  	/** flex: 1; **/
  	
}

.home-widget-placeholder img {
  	width: 100%;
}

.home-widget-section {
  	position: relative;
	display: inline-block;
	padding: 0px 0px 0px 0px;
  	width: 45%;
  	/** max-width: 570px; **/
  	min-width: 310px;
  	/** flex: 1; **/
    vertical-align:top;
}

.elfsight-sapp-7cf0c9b0-464d-11e8-97e6-af4652d797f5 {
    width: 100%;
  	box-shadow: 1px 2px 5px rgba(0, 0, 0, .18);
    
}

/*****************************************************/

.home-story-text span {
	color: #0054CF;
}

.home-story-text h1 {
	font-size: 40px;
  	line-height: 42px;
	font-family: 'Montserrat', Arial, sans-serif;
	letter-spacing: 0px;
	margin-top: 80px;
  	margin-bottom: 30px;
	text-align: center;
    font-weight: 400;
  	text-transform: capitalize;
}

.home-story-text h2 {
	font-size: 20px;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	letter-spacing: 0px;
	margin-top: 30px;
	text-align: center;
  	text-transform: none;
    font-weight: bold;
  	line-height: 22px;
  	margin-bottom: 80px;
}

.home-story-text p {
	font-size: 18px;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	letter-spacing: 0px;
	text-align: center;
  	text-transform: none;
    font-weight: 300;
  	line-height: 22px;
  	width: 60%;
  	margin: 0 auto;
  	margin-top: 30px;
}

.home-picture-grid {
	position: relative;
	margin: 0 auto;
	/**max-width: 1920px;**/
  	margin: 40px 8% 0px 8%;
  	text-align: center;
   
}

.home-picture-grid h2 {
  	position: absolute;
  	padding: 20px; 0px; 0px; 20px;
	font-size: 40px;
	font-family: 'Montserrat', Arial, sans-serif;
	letter-spacing: 0px;
	text-align: left;
    font-weight: 400;
  	text-transform: uppercase;
  	color: #fff;
   
}

.home-picture-grid span {
	font-size: 20px;
  	vertical-align: middle; 
	font-family: 'Montserrat', Arial, sans-serif;
	letter-spacing: 0px;
  	color: #fff;
   
}

.home-picture-grid p {
  	position: absolute;
  	padding: 20px; 0px; 0px; 20px;
  	margin-top: 55px;
	font-size: 14px;
  	line-height: 17px;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	letter-spacing: 0px;
	text-align: left;
    font-weight: 300;
  	text-transform: none;
  	color: #fff;
   
}

.home-picture-tile {
	position: relative;
	display: inline-block;
	margin-right: 15px;
  	margin-bottom: 11px;
    width: 31.5%;
  	min-width: 300px;
}

.home-picture-tile img {
    width: 100%;
}

.home-featured-products {
  	background: url("featured-products2.jpg");
  	background-size: 100%;
  	background-position: 0% 35%; 
    background-repeat: no-repeat; 
  	background-color: #afafaf;
  	position: relative;
  	width: 100%;
	/** max-width: 1920px; **/
 	margin-top: 80px;
  	padding-top: 60px;
  	padding-bottom: 60px;
  	/** margin-bottom: -60px; **/
}

.home-featured-products ul {
  	position: relative;
	margin: 0 auto;
	/** max-width: 1920px; **/
  	margin: 40px 8% 0px 8%;
  	text-align: center;
}

.home-featured-products li {
  	position: relative;
	display: inline-block;
  	/** margin-right: 20px; **/
    margin-right: 20px;
  	width: 22.5%;
    min-width: 230px;
}

.home-featured-products img {
  	width: 100%;
  	margin-bottom: 0px;
  	border: 5px solid white;
}


/** .home-products-text {
    position: relative;
	display: inline-block;
	width: 60%;
  	margin: 0px 8% 0px 8%;
} **/

.home-products-text h2 {
	font-size: 40px;
  	line-height: 42px;
	font-family: 'Montserrat', Arial, sans-serif;
	letter-spacing: 0px;
	text-align: center;
    font-weight: 400;
  	text-transform: capitalize;
  	color: #fff;
}

.home-social-text h2 {
	font-size: 40px;
  	line-height: 42px;
	font-family: 'Montserrat', Arial, sans-serif;
	letter-spacing: 0px;
	text-align: center;
    font-weight: 400;
  	text-transform: capitalize;
  	color: #363636;
    margin-top: 60px;
}

.home-social-container {
  	width: 85%;
    padding-top: 10px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

#home-social-section {
  	width: 100%;
    width: 1050px; 
    margin: 0 auto;
}

/**** Home Tablet/Mobile - Tablet ***/

@media only screen and (max-width: 1205px) {
    .home-featured-products li {
    margin-right: 30px;
    width: 45%;
    }
}

@media only screen and (max-width: 1199px) {
    #home-social-section {
    width: 840px; 
}
}

@media only screen and (max-width: 959px) {
    #home-social-section {
    width: 675px; 
}
}

@media only screen and (min-width: 769px) {
    .home-hero-title {
  	padding: 370px 0px 300px 0px;
}
}

@media only screen and (max-width: 768px) {
    .home-subtitle h1 {
	font-size: 50px;
    line-height: 50px;
    }
  
    .home-subtitle p {
  	width: 85%;
    }
  
    .home-hero-title h1 {
  	font-size: 42px;
    line-height: 46px;
    }
  
    .home-subtitle h1 {
	font-size: 40px;
    line-height: 44px;
    }
  
    #.home-subtitle h1 {
	#width: 80%;
    #}
  
    .home-story-text h2 {
	font-size: 23px;
    line-height: 26px;
    } 
  
    .home-videos-text {
	width: 100%;
    }
  
    .home-featured-products li {
  	margin-right: 30px;
    width: 45.1%;
    }
  
    .home-widget-section {
  	width: 100%;
  	max-width: 650px;
    }
  
    .home-hero {
  	margin-bottom: -50px;
    }
  
    .home-recent-videos {
  	padding-top: 70px;
    }
  
}


/**** Home Picture/Text Grid  ***/

@media only screen and (max-width: 1130px) {
    .home-links-tile {
	margin-right: 20px;
  	min-width: 120px;
    }

    .home-links-tile p {
	font-size: 18px;
  	line-height: 22px;
    }
}

/****** Tablet Specific Fixes ******/

@media screen and (max-width: 768px) and (min-width: 768px) {
    .home-hero {
	height: 740px;
    }
  	
  	.home-links-tile {
	width: 27.3%
    }
  	
  	.home-links-tile p {
	font-size: 17.5px;
    line-height: 22px;
  	text-align: left;
    }
  
  	.home-links-tile {
	margin-right: 20px;
  	min-width: 120px;
    }
  
  	.home-featured-products li {
    margin-right: 25px;
    width: 45.5%;
    }
  
  	.home-featured-products ul {
    margin-right: 6%;
    }
  
  	.home-featured-products {
    margin-top: 45px;
    }
  
  	.home-recent-videos {
    padding-bottom: 70px;
    }
  
  	.home-picture-tile {
    width: 21.5%;
    min-width: 208px;
    margin-right: 4px;
    }
  
  	.home-picture-tile h2 {
	font-size: 24px;
    }
  
  	.home-picture-tile p {
    font-size: 11px;
	line-height: 13px;
    text-shadow: 1px 1px 10px #000000;
    margin-top: 40px;
    }
  
  	.home-story-text h1 {
    font-size: 36px;
    line-height: 40px;
    } 
  
    .home-videos-text h2 {
    font-size: 36px;
    line-height: 40px;
    } 
  
  	.home-products-text h2 {
    font-size: 36px;
    line-height: 40px;
    }
  
  	.home-social-text h2 {
    font-size: 36px;
    line-height: 40px;
    }
}


/**** Home Tablet/Mobile - Mobile ***/
      

@media only screen and (max-width: 767px) {
    .home-featured-products li {
  	margin-right: 10px;
  	width: 98%;
    }
  
    .home-picture-tile {
	width: 100%;
    margin-bottom: 20px;
    margin-bottom: 20px;
    }
  
    .home-featured-products {
    margin-top: 5px;
    padding-bottom: 15px;
    }
  
    .home-story-text h2 {
	width: 80%;
    margin-left: auto;
    margin-right: auto;
    } 
  
    .home-story-text p {
	width: 80%;
    margin-left: auto;
    margin-right: auto;
    } 
  
  	.home-products-text h2 {
	width: 80%;
    margin-left: auto;
    margin-right: auto;
    } 
  
    #home-social-subsection {
    width: 280px !important; 
    }
  
    #home-social-section {
    width: 280px;
    }
  	
  	.home-story-text h1 {
    font-size: 32px;
    line-height: 36px;
    } 
  
    .home-videos-text h2 {
    font-size: 32px;
    line-height: 36px;
    } 
  
  	.home-products-text h2 {
    font-size: 32px;
    line-height: 36px;
    }
  
  	.home-social-text h2 {
    font-size: 32px;
    line-height: 36px;
    }
  
    .home-links-tile {
	position: relative;
	display: inline-block;
	margin-right: 5px;
  	margin-left: 2.5%;
  	margin-bottom: 50px;
    width: 27%;
  	min-width: 260px;
  	flex: 1;
  	overflow: auto;
    }
  
  	.home-links-grid {
	margin-top: 70px;
    }
  
    .home-recent-videos {
	margin-top: 20px;
    padding-bottom: 35px;
    margin-bottom: -10px;
    }
  
  	.home-picture-grid {
	margin-top: -10px;
    }

    .home-links-tile p {
	font-size: 20px;
  	line-height: 24px;
  	text-align: justify;
	font-family: 'Source Sans Pro', Arial, sans-serif;
  	letter-spacing: 0px;
  	text-transform: none;
  	font-weight: 300;
    }
  
}

/**** Home Widescreen Fixes ***/

@media only screen and (min-width: 2000px) {
	.home-videos-grid {
	position: relative;
	margin: 0 auto;
    }
  	.home-widget-section {
	/** max-width: initial; **/
    width: 46%;
    }
   
}

/**** Home SEO Links  ***/

.seo-link-section {
    width: 82%;
    padding: 6% 9% 4% 9%;
    background-color: #1b1f23;
    border-bottom: solid 1px #999;
}

.seo-link-section h3 {
    color: #fff;
    font-size: 18px;
  	line-height: 24px;
	font-family: 'Montserrat', Arial, sans-serif;
  	letter-spacing: 0px;
  	text-transform: uppercase;
  	font-weight: 600;
    
}

.seo-link-section ul {
    list-style: none;
    margin-left: 0;
}

.seo-link-section li {
    color: #777;
    font-size: 13px;
  	line-height: 20px;
	font-family: 'Source Sans Pro', Arial, sans-serif;
  	letter-spacing: 0px;
  	text-transform: none;
  	font-weight: 300;
    margin-bottom: 4px;
    text-decoration: none;
}

.seo-link-section li a {
    color: #777;
    text-decoration: none;
}

.seo-link-section li a:hover {
    color: #fff;
    text-decoration: none;
}

.seo-link-column {
    width: 30%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width: 767px) {
    .seo-link-column {
    width: 100%;
    display: block;
    margin-bottom: 5%;
}
}
