body{
	background: #000;
}

header#masthead {
	/*height: 100px;*/
	width: 100%;
	position: fixed;
	font-family: chandler-42-regular, sans-serif;
	font-weight: 800;
	font-style: normal;
	color: #8a8a8a;
  z-index: 10;
  display: grid;
  grid-template-columns: auto auto;
  background-color: #000;
  padding-top: 10px;
}

.site-header:before {
  content: none;
}

header#masthead:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,.6) 60%, rgba(0,0,0, 0) 90%);
  width: 100%;
  height: 4em;
}

div#fixedbackgroundhomepagepainterior {
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
}

.home #content {
  padding-top: 100px;
}

#fixedbackgroundhomepagepainterior video {
  width: 100%;
}

div.mobile-brand {
	background: url(/wp-content/uploads/2019/09/cloakdagger_logo_with_tagline-1.png) no-repeat 10% #000;
	background-size: contain;
	height: 100px;
	min-width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	text-align: left;
	padding-top: 10px;
}

nav#site-navigation.main-navi {
	position: absolute;
	right: 0;
	width: 50%;
	height: 100%;
	text-align: center;
	top: 30px;
}

div#nav-menu {
	float: right;
  height: 80px;
  width: 25%;
  transition: all 0.1s;
  padding: 18px 10px;
}

section#buy-section {
  padding: 30px;
  font-family: chandler-42-regular, sans-serif;
  color: #8a8a8a;
  position: absolute;
  border-top: 1px solid #8a8a8a;
  width: 100%;
  text-align: right;
  border-bottom: 1px solid #8a8a8a;
  bottom: 10%;
}

section#buy-section a:visited {
  color: #8a8a8a;
}

section#buy-section img {
  width: 5em;
}

li.wine-item {
/*  display: grid;
  grid-template-columns: 20% 80%;*/
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}

.wine-item::after {
  display: block;
  position: relative;
  background-image: linear-gradient(to bottom, transparent 0%, black 150%);
  margin-top: -150px;
  height: 150px;
  width: 100%;
  content: '';
}

.wine-image {
  margin: 0 auto;
  background-image: url(/wp-content/uploads/2019/12/bottle.jpg);
  background-repeat: no-repeat;
  display: block;
  height: 400px;
  padding: 0 10px;
  text-align: center;
  width: 204px;
}
.wine-details * {
  color: #fff;
  display: block;
}

.wine-details a:visited {
  color: #fff;
}

.wine-list {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}

.award-item:last-of-type {
  margin-bottom: 50px;
}

#nav-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #000;
  z-index: 10;
  transition: all .5s ease-in-out;
}

#nav-overlay.active {
  opacity: 1;
  visibility: visible;
}

.close-btn {
  position: absolute;
  right: 64px;
  top: 25px;
  width: 32px;
  height: 32px;
  opacity: .9;
}
.close-btn:hover {
  opacity: 1;
}
.close-btn:before, .close-btn:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #8a8a8a;
}
.close-btn:before {
  transform: rotate(45deg);
}
.close-btn:after {
  transform: rotate(-45deg);
}

#primary {
  margin: 180px auto 0;
  max-width: 1100px;
  color: #8a8a8a;
}

.single-post #primary,
.single-declasifiedintel #primary{
  max-width: unset;
}


.single-post div#primary article, 
.single-declasifiedintel div#primary article {
  max-width: 1100px;
  margin: 0 auto 1.8rem;
}

#menu-menu-nav {
  margin: 0 auto;
  padding: 0;
}

#menu-menu-nav > li {
  list-style: none;
  text-align: center;
  color: #8a8a8a;
  font-family: chandler-42-regular, sans-serif;
  font-size: 3rem;
}

#menu-menu-nav > li > a,
#menu-menu-nav > li > a:visited {
  color: #8a8a8a;
  text-decoration: none;
  transition: all .7s;
  color: transparent;
  background-color: #8a8a8a;
  background-image: -webkit-linear-gradient(left, #bdc3c7 0%, #2c3e50 50%, transparent 50%);
  background-position: 100% 0;
  background-size: 200% 200%;
  color: transparent;
  -webkit-transition: .4s .5s;
  -webkit-background-clip: text;
}

#menu-menu-nav > li > a:hover {
  text-decoration: none;
  color: #8a8a8a;
  color: transparent;
  background-position: 0 0;

}


.menu-menu-nav-container {
  display: grid;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.entry-title {
  font-family: chandler-42-regular, sans-serif;
  text-align: center;
  font-size: 3.5rem;
}

.entry-content > p{
  font-family: chandler-42-regular, sans-serif;
  max-width: 1100px;
  margin: 20px auto;
  color: #8a8a8a;
}

.entry-content {
  font-family: chandler-42-regular, sans-serif;
}

iframe {
  border: none;
}


.wpcf7 {
  text-align: center;

}

.wpcf7 label {
  text-align: left;
  font-family: chandler-42-regular, sans-serif;

}
/* Fields */
.wpcf7 input[type=date], 
.wpcf7 input[type=datetime], 
.wpcf7 input[type=datetime-local], 
.wpcf7 input[type=email], 
.wpcf7 input[type=month], 
.wpcf7 input[type=number], 
.wpcf7 input[type=password], 
.wpcf7 input[type=range], 
.wpcf7 input[type=search], 
.wpcf7 input[type=tel], 
.wpcf7 input[type=text], 
.wpcf7 input[type=time], 
.wpcf7 input[type=url], 
.wpcf7 input[type=week], 
.wpcf7 select, 
.wpcf7 textarea {
  max-width: 500px;
  font-family: initial;
  background-color: transparent; /* Remove background fill */
  border-radius: 0; /* Remove corner curve */
  border: 2px solid #fff; /* 2px white border */
  color: #fff; /* White text */
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
}
/* Button */
.wpcf7 input[type=submit], 
.wpcf7 button[type=submit], 
.wpcf7 .wpcf7-sumbit,
.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit] {
  font-family: chandler-42-regular, sans-serif;

   text-transform: uppercase;
   padding: 10px 60px;
   color: white;
   background: #444;
   font-weight: normal;
}

#extra_content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 200px 0 0;
    text-align: center;
    color: #fff;
}

#extra_content > p {
    margin-bottom: 3rem;   
    font-family: chandler-42-regular, sans-serif;

}


button.colapse {
  display: none;
}

.social_cont {
  
    height: 80px;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(3, auto);
    align-items: center;
    grid-gap: 20%;
}

.social_nav, 
.social_nav:visited {
  color: #8a8a8a;
}

.social_nav:hover {
  color: red;
}

#wines {
  position: relative;
}

.winebtn {
  padding: 0;
  border: none;
  position: absolute;
 /* top: 50%;
  transform: translateY(-50%);*/
  z-index: 9;
}

.prev {
  left: 0;
}
.next {
  right: 0;
}

.single-wine .post-thumbnail {
  text-align: center;
}
.single-wine .post-thumbnail > img {
  max-height: 500px;
  width: auto;
  margin: 0 auto;
}

.entry-content {
  margin-bottom: 70px;
}

.wine-title {
  font-family: chandler-42-regular, sans-serif;
  transition: all .3s ease-in-out;
}
.wine-link,
.wine-link:visited {
  color: #fff;
}
.wine-link:hover .wine-title {
  transform: scale(1.1);
  text-decoration: none; 
}
.wine-link:hover {
  text-decoration: none; 
  color: red;
  transform: scale(1.1);

}

#slideoverlay {
  overflow: hidden;
  position: fixed;
  display: none;
  z-index: 100;
  height: 100vh;
  width: 100%;

  background-color: grey;
  opacity: .7 ;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

body.locked #slideoverlay {
  display: block;
}

body.locked {
  height: 100%;
  overflow: hidden;
}

#contact_popup > .popup_container {
/*  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
  padding: 100px 300px;
  background-color: grey;
}

div.close_pop {
    position: absolute;
    right: 25px;
    top: 0;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
}

#contact_popup .wpcf7 {
  margin-bottom: 75px;
}

.entry-title  {
  color: #8a8a8a; 
}
.single-wine .entry-title {
  margin: 0 20px;
}

.sl-overlay {
  opacity: .6 !important;
}

.site-branding .brand {
  height: 100px;
  margin-left: 10%;
  /*padding-top: 10px;*/
}

.split-wine {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-column-gap: 20px;
}

.wine-buy-now,
.wine-buy-now:visited,
.site-main .posts-navigation a,
.site-main .posts-navigation a:visited,
.site-main .post-navigation a,
.site-main .post-navigation a:visited {
  font-family: chandler-42-regular, sans-serif;

  margin: 20px auto;
  text-align: center;
  color: #fff;
  border-color: #fff;
  border: 1px solid #fff;
  min-width: 150px;
  max-width: 250px;
  display: block;
  padding: 1em 2em;
  /*color: inherit;*/
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
}

.wine-buy-now:hover,
.site-main .posts-navigation a:hover,
.site-main .post-navigation a:hover {
    color: #fff;
    border-color: #8a8a8a;
    background-color: transparent;
    text-decoration: none;
}

.wine-buy-now::before,
.site-main .posts-navigation a::before,
.site-main .post-navigation a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #8a8a8a;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.wine-buy-now:hover::before,
.site-main .posts-navigation a:hover::before,
.site-main .post-navigation a:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#post-228 {
  margin-top: 200px;
}

  
.demo a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font : normal 400 20px/1 chandler-42-regular, sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.demo a:hover {
  opacity: .5;
}


#section03 a {
  padding-top: 60px;
}
#section03 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
#section03 a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
#section03 a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb03 3s infinite;
  animation: sdb03 3s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.typewriter {
  max-width: 350px;
  margin-left: 10%;
}
.typewriter h1 {
  width: fit-content;
  color: #8a8a8a;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  font-family: chandler-42-regular, sans-serif;
  font-size: 1rem;
  animation: 
    typing 4.5s steps(40, end),
    blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 70% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #8a8a8a; }
}

.page-template-page-smoke canvas,
.page-template-page-ourwines canvas,
.blog canvas,
.single-post canvas,
.single-wine canvas,
.page-template-default canvas {
  position: fixed;
  z-index: -1;
  bottom: 0;
  left: 0;
}

.site-branding a:hover {
  text-decoration: none;
}

#post-container {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-gap: 20px;
}

#post-container li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a.postobj-link:hover .post-image {
    transform: scale(1);
    transform-origin: center;
    box-shadow: 0px 0px 15px -6px #000;
}

.post-image {
    background: #fefefe;
    background-position: 50%;
    background-size: cover;
    position: relative;
    padding-top: 275px;
    transition: all 1s;
    transform: scale(0.95);
}

h3.entry-title {
  margin: .67em auto;
}

a.postobj-link:hover {
  text-decoration: underline;
  color: #8a8a8a;
}

.post-excerpt {
  font-family: chandler-42-regular, sans-serif;
  color: #8a8a8a;
}

.post-content {
  padding: 0 20px;
}

.site-main .comment-navigation, 
.site-main .posts-navigation, 
.site-main .post-navigation,
.site-main .posts-navigation a {
  font-family: chandler-42-regular, sans-serif;
  color: #8a8a8a;
}


.post-thumb {
    text-align: center;
    background-position: 50%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.post-header {
    margin: 0px 0 60px;
    min-height: 350px;
    position: relative;
    text-align: center;
    background-position: 50%;
    background-size: cover;
    overflow: auto;
    background: #fff;
}


.back-to-blog {
    margin: 20px 0 0;
    overflow: auto;
    display: block;
    text-align: left;
    padding-left: 20px;
}

a#backblog {
    padding: 0 11px 0 8px;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 1px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    transform: translateZ(0);
    display: inline-block;
    color: #444;
    padding: 0 16px;
    font-weight: 600;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: .5px;
    text-rendering: geometricPrecision;
    text-transform: uppercase;
    border: 0;
    font-family: chandler-42-regular, sans-serif;
    color: #8a8a8a;
}

article.type-post {
  font-family: chandler-42-regular, sans-serif;
  color: #8a8a8a;
}

.post-info {
  text-align: center;
}

.post-header h1.entry-title {
    font-size: 38px;
    line-height: 46px;
    font-weight: 400;
    text-shadow: 2px 2px 10px rgba(1, 1, 1, 0.7);
    font-family: chandler-42-regular, sans-serif;
    color: #fff;
    
    margin: 0;
    padding: 30px 0 0;
    text-transform: uppercase;
    width: 74%;
    margin: 0 auto;
    z-index: 1;
    position: absolute;
    bottom: 10%;
    left: 13%;
}

footer#mainfooter {
    font-family: chandler-42-regular, sans-serif;
    width: 100%;
    margin: 70px auto;
    color: #fff;
    text-align: center;
}

footer#mainfooter a,
footer#mainfooter a:visited {
  color: inherit;
}

footer#mainfooter a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 641px) {
body div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 49%;
}
}