/*@import "flexnav/flexnav.css";
@import "flexnav/flexnav-custom.css";
@import "fontawesome/all.min.css";
@import "fontawesome/fontawesome.min.css"; */
@import "animate/animate.compat.css";
@import "slick-carousel/slick.css"; 
@import "slick-carousel/slick-theme.css"; 
@import "bootstrap/bootstrap.min.css"; 

:root {
  --body: #3e3e3e;
  --primary: #ac813e; 
  --font-body: 'acumin-pro', sans-serif; 
  --font-heading: 'alternate-gothic-atf', sans-serif;  
}

html {
    height: 100%;
    -webkit-font-smoothing: antialiased;
}

html,
body { 
    color: var(--body);  
	font-family: var(--font-body); 
	font-weight: 400; 
	font-size: 1rem; 
	letter-spacing: -1px;
	line-height: 1.5; 
	overflow-x: hidden; 
} 

h1, h2, h3, h4, h5, 
.h1, .h2, .h3, .h4, .h5 { 
	font-family: var(--font-heading); 
	font-weight: 600; 
	margin-bottom: 1.5rem; 
} 


p:not(:last-child), 
ul:not(:last-child), 
ol:not(:last-child), 
dl:not(:last-child), 
blockquote:not(:last-child), 
table:not(:last-child), 
form:not(:last-child) {
	margin-bottom: 1.5rem; 
} 

table {
    width: 100%;
} 

b, strong { 
    font-weight: 700;
}

a {
    transition: all .3s ease-in-out;
    color: #b3802e;
} 

a.contact {color: #fff; text-decoration: none;}
a.contact:hover, a:hover {color: #3e3e3e;}

img {
	max-width: 100%; 
	height: auto; 
}

.bg-contain { 
	background-repeat: no-repeat; 
	background-position: 50% 50%; 
	background-size: contain;
} 

.bg-cover { 
	background-repeat: no-repeat; 
	background-position: 50% 50%; 
	background-size: cover;
} 

.font-body {
	font-family: var(--font-body) !important;  
} 

.font-heading { 
	font-family: var(--font-heading) !important;  
} 

.fw-400 {
	font-weight: 400 !important; 
} 

.fw-500 {
	font-weight: 500 !important; 
} 

.fw-600 {
	font-weight: 600 !important; 
} 

.fw-700 {
	font-weight: 700 !important; 
}

.text-primary {
	color: var(--primary) !important;  
} 

h2 {
	font-size: 48px; 
} 

h2 span {
	margin-bottom: -10px; 
} 

h2:after {
	content: ''; 
	display: block; 
	width: 100px; 
	height: 6px; 
	background-color: var(--primary); 
	margin-top: 10px; 
} 

h2.text-center:after {
	margin-left: auto; 
	margin-right: auto; 
} 

.pt45 {
    margin-top:45px;
    
}

.content {
    font-size: 17px;
}

.btn { 
    border-width: 3px; 
    border-radius: 0; 
    font-size: 24px; 
    line-height: normal; 
    font-family: var(--font-heading); 
    font-weight: 600; 
    letter-spacing: 1.8px; 
    padding: 18px 30px;
    text-transform: uppercase; 
    min-width: 240px; 
} 

.btn span { 
	display: block; 
	margin-bottom: -6px; 
}

.btn-primary { 
	background-color: var(--primary);
    border-color: white; 
    color: white; 
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:first-child:active { 
	background-color: white; 
    border-color: white; 
    color: var(--primary);  
} 

.btn-primary-transparent { 
	background-color: transparent;
    border-color: var(--primary); 
    color: var(--primary); 
} 

.btn-primary-transparent:hover, 
.btn-primary-transparent:focus, 
.btn-primary-transparent:first-child:active { 
	background-color: var(--primary);
    border-color: var(--primary); 
    color: white;  
} 

.btn-white-transparent { 
	background-color: transparent;
    border-color: white; 
    color: white;  
} 

.btn-white-transparent:hover, 
.btn-white-transparent:focus, 
.btn-white-transparent:first-child:active { 
	background-color: white;
    border-color: white; 
    color: ac813e;  
} 

.btn-primary.btn-pdf {
	display: flex; 
	justify-content: center; 
	align-items: center; 
	gap: 8px; 
}

.btn-primary.btn-pdf:after {
	content: ''; 
	display: block; 
	width: 21px; 
	height: 26px; 
	margin: -4px 0; 
	background-image: url('../images/pdf-icon.png'); 
	background-repeat: no-repeat; 
	background-position: 50% 50%; 
	filter: brightness(0) invert(1); 
} 

.btn-primary.btn-pdf:hover:after, 
.btn-primary.btn-pdf:focus:after, 
.btn-primary.btn-pdf:first-child:active:after { 
	filter: unset; 
} 

.page-section#pre-order .content-wrap .btn-wrap {
    display: flex;
    justify-content: center;
    text-align: center;
}


.hidden-content {
	display: none; 
}

/* BODY */
.body {
	position: relative; 
}

.page-section {
	padding-top: 48px;
    padding-bottom: 48px;
} 

/* HERO  */
#hero {
	padding: 80px 0; 
	background-image: url(../images/hero-image.jpg); 
	background-position: 50% 100%; 
} 

#hero .logo {
	margin-bottom: 1rem; 
}

#hero .logo a { 
	background-image: url(../images/logo.png); 
	text-indent: -9999px; 
	overflow: hidden; 
	display: inline-block; 
	width: 192px; 
	height: 70px; 
}

#hero .content {
	color: white; 
	margin-bottom: 1.5rem;
	font-size: 32px;
	line-height: 1.208333333333333; 
} 

#hero .content strong { 
	color: var(--primary); 
} 

#hero .content span {
	font-size: 24px; 
}

/* CTA */
#cta {
	padding: 18px 0; 
	background-image: url(../images/cta-bg.jpg); 
	border-bottom: 10px solid #a7a9ab;
} 

#cta .content-wrap { 
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 32px; 
} 

#cta .content { 
	font-family: var(--font-heading); 
	font-size: 48px; 
	margin-bottom: -10px; 
	font-weight: 500;  
} 

#cta .content span.sep {
	width: 5px; 
	height: 70px; 
	background-color: white; 
	margin: -12px 24px 0; 
}

#cta .content span.by {
	font-size: 36px; 
	font-weight: 600; 
} 

/* SOCIAL LINKS */
.social-links {
    display: flex;
    justify-content: center;
} 

.social-links ul {
	list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px; 
} 

.social-links ul li {
	position: relative; 
} 

.social-links ul li a { 
	width: 66px; 
	height: 66px; 
	display: block; 
	background-size: cover; 
	filter: brightness(0) invert(1); 
} 

.social-links ul li a:hover, 
.social-links ul li a:focus { 
	filter: unset; 
}

.social-links ul li a.fb {
	background-image: url(../images/fb-icon.png); 
} 

.social-links ul li a.tw {
	background-image: url(../images/tw-icon.png); 
} 

.social-links ul li a.yt { 
	background-image: url(../images/yt-icon.png); 
} 

.social-links ul li a.in {
	background-image: url(../images/in-icon.png); 
} 

/* ABOUT THE BOOK */
#about-the-book {} 

#about-the-book .inner-section {
	position: relative; 
	min-height: 588px; 
} 

#about-the-book .more-link { 
	color: var(--primary); 
} 

#about-the-book .more-link:hover { 
	text-decoration: none; 
} 

/* MESSAGE FROM RANDY */
#message-from-randy h3 {
    color: #ac813e;
    font-size: 1.75em;
}
#message-from-randy .more-link { 
	color: var(--primary); 
} 

#message-from-randy .more-link:hover { 
	text-decoration: none; 
} 

/* PHOTOBAR */
#photobar {}
#photobar .slider {}
#photobar .slider .item {}
#photobar .slider .item .wrap {

} 
#photobar .slider .item .wrap .image {
	position: relative; 
} 

#photobar .slider .item .wrap .image:before {
	content: ''; 
	width: 100%; 
	display: block; 
	padding-bottom: 65.10416666666667%;
} 

/* ABOUT THE AUTHOR */
#about-the-author { 
	background-image: url(../images/about-the-author-bg.jpg); 
} 

#about-the-author .image-wrap .image { 
	border: 8px solid white;
    border-radius: 50%; 
    max-width: 472px; 
} 

#about-the-author .content-wrap h2:after { 
	background-color: white; 
} 

#about-the-author .more-link { 
	color: white; 
} 

#about-the-author .more-link:hover { 
	text-decoration: none; 
} 

/* CTA DOWNLOAD */
#cta-download {
	padding: 45px 0; 
	background-color: var(--body); 
} 

#cta-download .content-wrap { 
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; 
    text-align: center; 
    gap: 24px; 
} 

#cta-download .content { 
	font-family: var(--font-heading); 
	font-size: 36px; 
	letter-spacing: .72px; 
	margin-bottom: -10px; 
	font-weight: 600;  
} 
/* CTA CONTACT */
#cta-contact {
	padding: 45px 0; 
	background-color: var(--body); 
} 

#cta-contact .content-wrap,
#blog .content-wrap { 
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; 
    text-align: center; 
    gap: 24px; 
} 

#cta-contact .content { 
	font-family: var(--font-heading); 
	font-size: 36px; 
	letter-spacing: .72px; 
	margin-bottom: -10px; 
	font-weight: 600;  
} 

#cta-download .content img { 
    width: 100px; 
}

/* PRE_ORDER */
#pre-order {
	background-color: #f1f2f2; 
} 

#pre-order .inner-section {
	position: relative; 
	/* min-height: 577px; */
	min-height:325px;
} 

#pre-order .items { 
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px 24px; 
} 

/* ADJUST YOUR SIGHT */
#adjust-your-sights {
    padding: 45px 0;
    background-color: var(--body); 
}

#adjust-your-sights .heading { 
    font-size: 36px;
    letter-spacing: .72px; 
    font-weight: 600; 
    margin-bottom: 0; 
} 

#adjust-your-sights .content a { 
    color: var(--primary); 
    text-decoration: none; 
} 

#adjust-your-sights .content a:hover, 
#adjust-your-sights .content a:focus, 
#adjust-your-sights .content a:first-child:active { 
    color: var(--primary); 
    text-decoration: underline;  
} 

/* TESTIMONIALS */
#testimonials { 
	background-image: url(../images/quote-bg.png); 
	background-repeat: no-repeat; 
	background-position: 82% 0; 
} 

#testimonials .slider {}
#testimonials .slider .item {} 
#testimonials .slider .item .wrap {
	max-width: 960px; 
	margin-left: auto; 
	margin-right: auto;
} 

#testimonials .slider .item .wrap .author {
	color: var(--primary); 
	text-transform: uppercase; 
	font-weight: 500; 
	font-family: var(--font-heading); 
	letter-spacing: 2.1px; 
	font-size: 28px; 
} 

#testimonials blockquote header {
	border-radius: 50%;
    border: 7px solid var(--primary);
    width: 164px;
    height: 164px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem; 
} 

.testimonials-dots ul li button {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #a7a9ab;
    background: transparent; 
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    width: 18px;
    height: 18px;
    display: block; 
    padding: 0; 
    opacity: 1; 
    margin: 0 8px;
    transition: all .5s ease-in-out;
} 

.testimonials-dots ul li:hover button, 
.testimonials-dots ul li:focus button {
	background-color: #a7a9ab; 
} 

.testimonials-dots ul li.slick-active button {
	background-color: #a7a9ab; 
	pointer-events: none; 	
}

/* FOOTER */
.content-info {}

.copyright { 
	border-bottom: 24px solid var(--body); ;
	color: white; 
	font-size: 20px; 
	background-image: url(../images/copyright-bg.jpg); 
	padding: 24px 0; 
}  

.copyright .content-wrap { 
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px 30px; 
} 

.copyright .social-links {
	margin-top: 0; 
}

.copyright .social-links ul {
	gap: 15px; 
}

.copyright .social-links ul li a { 
	width: 44px; 
	height: 44px; 
}