/* @override 
	https://robkaufman.boox.link/zinc/css/site.css
	https://robkaufmanbooks.com/zinc/css/site.css */

/* ---------------SITEWIDE--------------- */

/* @group Base */

body {
font-family: din-2014, sans-serif;
font-weight: 400;
font-style: normal;
background: black;
}

a {
	color: #e21818;
}

a:hover {
	color: #e4ab67;
}

a:focus,a:hover{color: gray}

h1,h2,h3,h4,h5,h6,h7 {
font-family: din-2014-narrow, sans-serif;
font-weight: 600;
font-style: normal;
	line-height: 1.3;
color: black;
text-transform: uppercase;
}

.pagination {
	font-size: 1.2em;

	padding-top: 1em;
	padding-bottom: 1em;
}

.pagination a {
	font-size: 1.2em;
	color: white;
	border-style: solid;
	border-width: 1px;
	margin: .5em;
}

.pagination a:hover {
}



/* @end */

/* @group Navigation */

.nav-logo-container {
	padding-top: 3em;
	padding-bottom: 3em;
}

.main-navigation {
font-family: din-2014-narrow, sans-serif;
font-weight: 600;
font-style: normal;
	color: #3f150a;
	margin-top: .8em;
}

.main-navigation li{
	padding: 0.6rem;
	display: inline;
	font-weight: bold;
	font-size: 1.5rem;
	  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.main-navigation li a {
	color: white;
	text-transform: uppercase;
	  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.main-navigation a:hover {
	color: #04BFBF;
}

/* Small Navigation */

.title-bar {
	margin-top: 2em;
	background-color: #261F0A;
	text-align: center;
}

.title-bar-title {
	
}

.menu-icon {
	
}

#mobile-navigation {
	background-color: #00bfbf;
	padding: 1em;
}

#mobile-navigation li {
	font-size: 1.2em;
	margin-top: 1em;
	margin-bottom: 1em;
	text-transform: uppercase;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

#mobile-navigation li a {
	color: white;
	font-weight: bold;
	  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

#mobile-navigation li a:hover {
	color: black;
	font-weight: bold;
}



/* @end */

/* @group Header */

.pagetop-container {
	background: url(/zinc/img/texture-01x.jpg) 0 center scroll white;
	background-size: cover;
}

.pagetop-container-home {
	background: url(/zinc/img/texture-01x.jpg) 0 center scroll white;
	background-size: cover;
}

.navlogox-inner {
	background-color: rgba(158, 137, 48, 0.11);
	background-blend-mode: multiply;
}


.header-container {
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-blend-mode: overlay;
	background-color: rgba(251, 196, 7, 0.14);
}



.header-container h2 {
    color: #e21818;
	font-size: 2.8rem;
	mix-blend-mode: screen;
}

.logo-head {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  text-transform: lowercase;
  font-size: 2.6rem;
  font-weight: bold;
}

.logo-head:hover {
	mix-blend-mode: difference;	
	opacity: 0.5;
}

/* @end */

/* @group Footer */

.complete-footer-container {
	background-size: cover;
	opacity: 1;
	background-blend-mode: multiply;
	background-image: url(/zinc/img/texture-02.jpg);
}



.twitter-container {
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: white;
	border-top-width: 1px;
	border-top-color: #e4dfd5;
	color: #027373;
}



.footerlinks-container {
	color: gray;
	background-color: rgba(1, 1, 89, 0.34);
	padding-bottom: 2rem;
}

.footerlinks-container a {
	color: white;
}

.footerlinks-container a:hover {
	color: #b09e5b;
}

.copyright-text {
	font-size: .8em;
	text-align: center;
	margin-top: .5em;
	margin-bottom: 1em;
	color: white;
}

.credits {
	padding-top: 2em;
	font-size: 0.8rem;
}

.socialmedia {
	
}

.social-icon {
	display: inline-block;
	padding: .3em;
	font-size: 2em;
}

.logo-footer {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;	
}

.logo-footer:hover {
mix-blend-mode: difference;		
}

.disclosure {
	padding: 1rem;
}

.logo-socials {
	padding-top: 2rem;
	padding-bottom: 2rem;

}

.logo-socials a {
	color: #ebe0c3;
}

.logo-socials a:hover {
	color: white;
}



.sharing-button-link {
	font-size: 1.6rem;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}


.reviews-container {
	font-size: 1.3rem;
	text-align: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
	color: black;
	border-top: 4px solid white;
	border-bottom: 4px solid white;
}

.reviews-container .review-block {
border-bottom-style: none;
}

.reviews-container h4 {
	color: #0d3646;
	margin-bottom: 0;
	padding-bottom: 0;
}

.mailinglist-footer h3 {
	color: white;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* @end */

/* @group Site Common */

#main-content-container {
	padding: 4em 2em 2em;
	background: #f2f2f1;
	background-size: cover;
	background-attachment: fixed;
	background-blend-mode: soft-light;
}

/* My Comment */

.button {
	background-color: rgb(226, 25, 25);
}

.button:hover {
	background-color: black;
	color: #F2E8C9;
}

.buy-amazon {
	background-color: black;
}

.buy-amazon:hover {
	background-color: red;
	color: #F2E8C9;
}

.other-books-container {
	background: url(/zinc/bg/txt-09.jpg) fixed;
	background-size: cover;
	padding-top: 2rem;
	padding-bottom: 2rem;
}


.other-books-container h2 {
	color: white;
}

/* @end */

/* @group Homepage */





.featured-book-container {
	background: url(/zinc/bg/999.jpg) 0 center scroll white;
	background-size: cover;
	border-bottom-style: solid;
	border-bottom-color: white;
}


.featured-book-inner {
padding: 2rem;
color: black;
background-color: rgba(236, 235, 235, 0.15);
}

.featured-book-container h2 {
	color: black;
	margin-top: 1rem;
	font-size: 3.5em;
}

.book-intro-excerpt-long {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.3em;
	color: black;
	font-weight: bold;
}

.book-intro-excerpt-long h3 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: white;
	font-size: 1.2em;
}

.author-home-container {
	background-color: white;
	padding: 3em;
}

.home-books-container {
}

.home-books-container-inner {
		padding-top: 2em;
	padding-bottom: 2em;
	background-color: #bf6b03;
	background-image: url(/zinc/bg/col-01.jpg);
	background-size: cover;
	background-blend-mode: soft-light;
	color: #edf4f2;
}

.home-books-container h2 {
	color: #edf4f2;
	margin-bottom: 1em;
}

.blog-home-container {
	padding-top: 3em;
	padding-bottom: 3em;
	background: url(/zinc/img/texture-grey-notone.jpg) 0 center scroll;
	background-size: cover;
	opacity: 1;
}



.blog-home-container a:hover {
	color: white;
}


.blog-home-container .readmore a {
	border-bottom-color: #edf4f2;
	color: white;
}

.blog-home-container .readmore a:hover {
	border-bottom-color: #edf4f2;
	color: #e21818;
}

.blog-home-container h2 {
	text-align: center;
	margin-top: -2rem;
	font-size: 3rem;
	color: white;
}

.author-intro-text {
	margin-bottom: 2em;
	margin-top: 1em;
	font-size: 1.1em;
	line-height: 1.6;
}

.mailing-list-container {
	text-align: center;
	color: white;
	padding-top: 3rem;
	padding-bottom: 4rem;
	background-size: cover;
	background-attachment: fixed;
	background-blend-mode: multiply;
}

.mailing-list-container h3 {
	color: #F2E8C9;
	font-weight: bold;
	text-transform: lowercase;
}

.book-block-display-home {
	text-align: center;
	color: #edf4f2;
	margin-bottom: 1em;
}

.book-block-display-home a {
	text-align: center;
	color: #edf4f2;
}

.book-block-display-home .book-title {
	text-align: center;
	color: #edf4f2;
	font-weight: bold;
	padding: 1em;
}

.book-col-inner {
	padding: 1.2em;
}

.box-shadow-book {
  box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 80px 60px rgba(0, 0, 0, 0.12)
;

	margin-top: 10px;
	margin-bottom: 10px;
}

.box-shadow-book:hover {
  box-shadow:
  0 0px 0px rgba(0, 0, 0, 0.034),
  0 0px 0px rgba(0, 0, 0, 0.048),
  0 0px 0px rgba(0, 0, 0, 0.06),
  0 0px 0px rgba(0, 0, 0, 0.072),
  0 0px 0px rgba(0, 0, 0, 0.086),
  0 0px 0px rgba(0, 0, 0, 0.12)
;
	margin-right: 0;
	margin-left: 0;
}

.blog-home-story {
	padding: 1em;
}

.blog-home-text {
	padding: 1em;
	color: white;
}

.blog-home-text h3 {
color: #3f0404;
font-size: 2.2em;
}

.blog-home-text h3 a {
	color: #e21818;
}

.blog-home-text h3 a:hover {
	color: white;
}

.author-intro {
}

.author-intro h2 {
font-size: 2rem;
}

/* @end */

/* @group Contact */

.contact-intro {
	padding: 1em;
	margin-bottom: 2em;
	border-bottom: 1px solid silver;
	text-align: center;
}

.vspace1em {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

label {
	margin-bottom: .5em;
	color: #ea321d;
	font-weight: bold;
	text-transform: uppercase;
}

.formfield {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

/* @end */

/* @group Blog */

.content-listing {
	margin-top: 1em;
	margin-bottom: 2em;
	background-color: #f2f2f1;
}

.article-text {
	padding: 0 1em 1em;
}

.article-text h3 {
	font-size: 2.4rem;
	line-height: 101%;
}

.article-text h3 a {
	color: black;
	-webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;	
}

.article-text h3 a:hover {
	color: #04BFBF;
}

.entry-date {
	color: silver;
	padding-top: .5em;
	border-top-style: none;
	border-bottom-style: none;
}





.content-listing .entry-date {
	color: gray;
	border-top-style: none;
	border-bottom-style: none;
	text-transform: uppercase;
	font-size: 0.8rem;
}

.readmore {
	font-weight: bold;
	font-style: normal;
	display: inline-block;
	color: #e21818;
}

.readmore a {
	color: #e21818;
}

.readmore a:hover {
	border-bottom-color: #edf4f2;
	color: black;
}

.share-icons {
	margin-top: 2em;
	padding-top: 2em;
}

.share-icons h5 {
	text-transform: uppercase;
	color: #F2B705;
	font-size: 1.5rem;
}

.news-sidebar-story {
	padding-bottom: 1em;
	padding-top: 1.6em;
}

.news-sidebar-story h4 a {
	color: black;
}

.news-sidebar-story h4 a:hover {
	color: #04BFBF;
}



.sidebar-header {
	color: black;
	margin-top: 1.6em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.title-date {
	margin-bottom: 2em;
}

.title-date h3 {
	font-size: 2.5rem;
	color: #5a5f67;
	line-height: 103%;
}

.content-inner {
	margin-bottom: 1em;
	padding: 0 1.6em 1.6em;
}

.content-inner h4 {
	color: #e21818;
}

.content-inner p {
	
}

.article-image {
	padding-bottom: 1em;
}

.blog-list-image {
background-image: url(/zinc/bg/sky-01.jpg);
mix-blend-mode: none;  
-webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;	

}

.blog-list-image:hover {
background-image: url(/zinc/bg/sky-01.jpg);
mix-blend-mode: luminosity;
opacity: 0.5;
}

.video-fluid {
	margin-top: 2em;
}



/* @end */

/* @group Reviews */

.review-intro
 {
	padding: 1rem;
	border: 1px solid #a0612b;
	text-align: center;
}

.review-intro h5
 {
	color: #A66D03;
	font-size: 1.6rem;
}

.title-date-review h4
 {
	color: black;
	font-size: 1.6rem;
}

.title-date-review .entry-date
 {
	color: black;
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 0.8rem;
}

/* @end */

/* @group Books */

.book-excerpt {
	color: black;
	margin-top: 1em;
	margin-bottom: 1em;
}

.book-title-page {
	color: #A66D03;
	margin-top: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

.book-title-page h3 {
font-size: 4rem;
color: black;
}

.book-title-page a {
	color: black;

	font-weight: bold;
}

.category-series {
	
}

.category-series a {
	color: red;
	background-color: black;
	padding: .6em;
}

.category-series a:hover {
	
}

/* Book Series Links */

.book-series {
	text-align: center;
}

.category-link {
	display: inline-block;
	padding: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

.category-link a {
	color: #012881;
	border-bottom: 2px solid #b09e5a;
}

.category-link a:hover {
	color: #b09e5a;
	border-bottom: 2px solid #b09e5a;
}

.series-header {
	text-align: center;
}

.audio-file {
	padding: 1em;
	background-color: white;
}

.goodreads-block {
	background-color: white;
	padding: 1em;
}

.goodreads-block h3 {
	background-color: white;
	padding: 1em;
	text-align: center;
	font-size: 1.4em;
}

#goodreads-widget {
	background-color: transparent;
}

.featured-reviews {
	margin: 2em 0;
}

.featured-reviews h4 {
text-align: center;
}

.review-block {
	padding: 1em;
	border-bottom: 1px solid silver;
}

.review-source {
	font-weight: bold;
	color: #ea321d;
}

.rounded {
  border-radius: 2em;
}

.book-cover {
  margin-bottom: 1rem;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.book-cover:hover {
	opacity: 0.7;
	mix-blend-mode: multiply;
	background-color: red;
}

.book-cover-featured {
  margin-bottom: 1rem;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.book-cover-featured:hover {
	opacity: 0.7;
}

.book-list-index {
-webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
background-color: orange;
}

.book-list-index:hover {
	opacity: 0.7;
	mix-blend-mode: multiply;
	background-color: red;
}

.category-book-page {

}

.category-book-page a {
	-webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
	color: #04BFBF;
}

.category-book-page a:hover {
	color: black;
}

.return-to-list .button {
	color: black;
	background-color: transparent;
	border: 1px solid black;
	text-transform: uppercase;
}

.return-to-list .button:hover {
	color: white;
	background-color: black;
	border: 1px solid black;
	text-transform: uppercase;
}

/* @end */

/* @group Site */

.consent-request-block {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid silver;
}

.author-bio-block {
	margin-bottom: 1em;
	padding: 2rem;
}

.author-photo-bio {
	margin-bottom: 1rem;
}

/* @end */

/* ---------------DEV--------------- */

/* @group HFX 2 */

.video-thumb-container {
display: flex;
  flex: 1 1 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  	transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out;
opacity: 1;
transition:color .25s ease-in-out;
-moz-transition:color .25s ease-in-out;
-webkit-transition:color .25s ease-in-out;
transition:all .25s ease;
-webkit-transition-delay:all .25s ease;
-moz-transition-delay:all .25s ease;
-ms-transition-delay:all .25s ease;
-o-transition-delay:all .25s ease;
}

.related-insight-block. video-thumb-container {
display: flex;
  flex: 1 1 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  	transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out;
opacity: 1;
transition:color .25s ease-in-out;
-moz-transition:color .25s ease-in-out;
-webkit-transition:color .25s ease-in-out;
transition:all .25s ease;
-webkit-transition-delay:all .25s ease;
-moz-transition-delay:all .25s ease;
-ms-transition-delay:all .25s ease;
-o-transition-delay:all .25s ease;
	margin-bottom: 1em;
}

.video-thumb-container img {
  flex: 1 0 100%;
  height: 100%;
  max-width: 100%;
  mix-blend-mode: multiply;
  object-fit: cover;
  opacity: 1;
  position: relative;
  width: 100%;
}

.video-thumb-container img:hover {
  flex: 1 0 100%;
  height: 100%;
  max-width: 100%;
  mix-blend-mode: multiply;
  object-fit: cover;
  opacity: 1;
  position: relative;
  width: 100%;
}

.video-thumb-container::before:hover {
  background-color: #06017C;
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
	opacity: 0.5;
}

.video-thumb-container:hover {
	background-color: #b09e5a;
display: flex;
  flex: 1 1 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
	opacity: 1;
}

.video-thumb-container:hover img {
	background-color: #140f89;
display: flex;
  flex: 1 1 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
	opacity: 0.3;
	 filter: blur(1px) grayscale(100%);
 -webkit-filter: grayscale(1) blur(1px);
   background-blend-mode: color-burn;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: transparent;
}

.video-thumb-container:hover .overlay {
  opacity: 1;
  background-blend-mode: color-burn;
}

.video-list-title {
	font-family: poppins, sans-serif;
font-weight: 900;
font-style: italic;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
	font-size: 1.4em;
	line-height: 1.2;
}

.related-insight-block .video-list-title {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	text-align: center;
	font: italic bold 1.1em/1.1 poppins, sans-serif;
}

/* Outlines for Legacy Images */

.vti-outline {
	border: 4px solid #0babfe;
}
/* @end */











/* @group TWITTER */

.twitter-homepage {
	
}

.twitter-profile-image {
	
}

.screen-name h3 {
	margin-bottom: 0;
	color: black;
}

.tweet-date {
	font-size: 0.9rem;
	color: #027373;
}

.tweet-content {
	color: #027373;
}

.tweet-actions {
	color: #027373;
}

.tweet-actions a {
margin-left: 0.3rem;
	margin-right: 0.3rem;
color: #027373;
}

/* @end */

/* @group MOBILE NAV */



.offcanvas-full-screen {
  position: fixed;
  z-index: 1;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: rgba(3, 2, 2, 0.96);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow-y: auto;
}

[data-whatinput='mouse'] .offcanvas-full-screen {
  outline: 0;
}

.offcanvas-full-screen.is-transition-overlap {
  z-index: 26;
}

.offcanvas-full-screen.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.offcanvas-full-screen.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.offcanvas-full-screen.is-open ~ .off-canvas-content {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.offcanvas-full-screen.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.offcanvas-full-screen.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.offcanvas-full-screen-inner {
  padding: 3rem 1rem 1rem;
  text-align: center;
}

.offcanvas-full-screen-menu {
  margin: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.offcanvas-full-screen-menu > li {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

[data-whatinput='mouse'] .offcanvas-full-screen-menu > li {
  outline: 0;
}

.offcanvas-full-screen-menu > li > a {
  display: block;
  padding: 1rem;
  line-height: 1;
}

.offcanvas-full-screen-menu input,
.offcanvas-full-screen-menu select,
.offcanvas-full-screen-menu a,
.offcanvas-full-screen-menu button {
  margin-bottom: 0;
}

.offcanvas-full-screen-menu > li {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.offcanvas-full-screen-menu > li > a {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.offcanvas-full-screen-menu a {
  color: #fefefe;
}

.offcanvas-full-screen-menu a:hover {
  color: #b2b2b2;
}

.offcanvas-full-screen-close {
  color: #fefefe;
  font-size: 5rem;
}

.offcanvas-full-screen-close:hover {
  color: #b2b2b2;
}

.mobile-nav-rk {
	background-color: black;
	margin-top: -2rem;
	font-size: 1.5rem;
	padding: 1rem;
}

.hamburger-rk {
	color: white;
}

.hamburger-rk:hover {
	color: #04BFBF;
}

/* @end */

/* ---------------SECTION SPECIFIC--------------- */



/* ---------------MEDIA QUERIES--------------- */

/* Small only */

@media screen and (max-width: 39.9375em) {


.nav-logo-container {
	padding-top: 2em;
	padding-bottom: 0em;

}

.logo-head {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  text-transform: lowercase;
  font-size: 2.6rem;
  font-weight: bold;
  padding-top: 2rem;
		padding-bottom: 2rem;
}

.logo-head:hover {
	mix-blend-mode: difference;	
	opacity: 0.5;
}
}

/* Medium and up */

@media screen and (min-width: 40em) {}

/* Medium only */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {

}

/* Large and up */

@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}