﻿/* Halloween 2022 */


@import url('https://use.fontawesome.com/releases/v5.7.0/css/all.css');



.map-desktop {
    width: 100%;
}


#mapwrapper {
	max-width: 2320px;
	margin: 0 auto;
	padding: 0 0;
	background-color: red;
	min-width: 220px;
    background: #e3e7ea; /*white spaceship interior color */
    background: url(https://map.candystore.com/halloween/2024/img/bg-article-002.webp) bottom center no-repeat !important;
    background-size: cover !important;
}  


  @media screen and (min-width: 1920px) {
      #mapwrapper.fullscreen {
        background-size: 1140px 644px;   
      }
  }
  @media screen and (min-width: 2560px) {
      #mapwrapper.fullscreen {
        background-size: 1140px 644px;     
      }
  }

.embed-need-full,
.embed-need-full a{
  text-align: center;
  margin-top: 20px;
  color: #13a9e6;
  font-family: 'Lato',sans-serif;
  font-family: Arial ,sans-serif;
  font-size: 1rem;
}

#map_base svg {
	max-height: 100%;
	width: 100%;
	margin: 0;
}

.bottom-white {
    height: 450px;
    margin-top: -1px;
    background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(248,249,250,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(248,249,250,1) 100%);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(248,249,250,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f8f9fa",GradientType=1);
}


.flex-container{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;

  position: inherit;

  /* Delete THIS */
  /*margin-bottom: 900px;*/
  /* / REMOVE THIS */
}


.map-mobile{order:0;}
.site-inner{order:2;}
.map-desktop{order:3;}
.embed-main{order:4;}

.order-0{order:0;}
.order-1{order:1;}
.order-2{order:2;}
.order-3{order:3;}

.mobile-only{display:none;}
p.mobile-only{font-size: 10px; color: #ccc;margin-top:0px !important;}


.worst-table{
    
}

.tablepress{
    max-width: 100%;
}

/* iPhone 6, 6S, 7 and 8 Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) { 
    .embed-main{order:1;}

    .dataTables_wrapper{
    overflow: scroll;
  }
  .order-mobile-0{order:0;}
  .order-mobile-1{order:1;}
  .order-mobile-2{order:2;}

  .mobile-only{display: block;}
  .hide-on-mobile{display:none !important;}

  p.narrow {
    margin-left:3% !important;
    margin-right:3% !important;
  }
}




/*  Shareholic hide before WP content area */
.entry-content .shareaholic-canvas:first-child {
		display:none;
	}


/*@media screen and (max-width: 320px){
	#map_base svg.iframe-responsive {
		height:140px;
	}
}

@media screen and (max-width: 400px) and (min-width: 321px) {
	#map_base svg.iframe-responsive {
		height:363px;
	}
	#map_base svg.iframe-responsive image{
		height: 129%;
	}
}
@media screen and (max-width: 480px) and (min-width: 401px) {
	#map_base svg.iframe-responsive {
		height:250px;
	}
}
@media screen and (max-width: 568px) and (min-width: 481px) {
	#map_base svg.iframe-responsive {
		height:300px;
	}
}
@media screen and (max-width: 685px) and (min-width: 569px) {
	#map_base svg.iframe-responsive {
		height:369px;
	}
}
@media screen and (max-width: 767px) and (min-width: 686px) {
	#map_base svg.iframe-responsive {
		height:420px;
	}
}
@media screen and (max-width: 979px) and (min-width: 768px) {
	#map_base svg.iframe-responsive {
		height:500px;
	}
}
@media screen and (max-width: 1024px) and (min-width: 980px) {
	#map_base svg.iframe-responsive {
		height:608px;
	}
}
@media screen and (max-width: 1280px) and (min-width: 1025px) {
	#map_base svg.iframe-responsive {
		height:632px;
	}
}
@media screen and (min-width: 1281px) {
	#map_base svg.iframe-responsive {
    height:792px;
  }
  .fullscreen #map_base svg.iframe-responsive {
    height:900px;
  }
}*/


@media screen and (min-width: 768px) {
    .center-header-area .flex-container{
        display: inherit;
    }
}




.map-desktop p {
    letter-spacing: -0.5px;
}

#mapwrapper .key-wrap{
	text-align: center;
}

#map-tip {
    font: 14px/16px Trebuchet MS, Helvetica, Arial, sans-serif;
    display: block;
    padding: 13px 6px;
    border: 1px solid #7c6356;
    color: #4d4d4d; /* Bitcoin gray */
    z-index: 1000;
    float: left;
    position: absolute;
    word-break: keep-all;
    white-space: nowrap;
    background: #fff;
    text-align: center;
    display: none;
}

#map-tip h3 {
    padding: 5px 15px 0;
    margin-top: -6px;
    color: #6b418d !important; 
    font-size: 60px;
    margin-bottom: 0px;
    line-height: 1;
    /*font-style: italic;*/
    font-family: tahoma;
    letter-spacing: -4px !important;
    letter-spacing: -2px;
}

#map-tip.embed-map-tip h3 {
  font-size: 2rem;
}

#map-tip p {
  margin: 0!important;
    font-family: 'Lato',sans-serif;
    font-family: Arial ,sans-serif;
    line-height: 2.4rem;
    -webkit-font-smoothing: antialiased;
    color: #4d4d4d !important; /* Bitcoin gray */
    font-weight: bold;
    font-size: 2rem;
}

#map-tip img {
  padding: 0px;
    margin: 0px;
}

#map-tip.embed-map-tip img{
  width: 187px;
}

.winner-wrap {
    background: white;
    width: 100%;
    display: block;
    margin-top: 13px;
    margin-bottom: 10px;
    padding-bottom: 6px;
}

#map-tip .winner-wrap p {
  color: black;
  font-weight: normal;
}

.map-header p {
    font-family: "Lato", sans-serif;
    font-family: Arial ,sans-serif;
    font-size: 1.3rem;
    line-height: 1.6rem;
}

.map-header p a{
      color: #fb7171;
}

.site-inner.map-header span.bullet {
    font-size: 1rem;
    vertical-align: text-bottom;
    /*color: #90bee6;*/
}

.mapwrapper img.key{
	margin: 0 auto;
}

p.last-year {
    font-size: .85rem !important;
    padding-top: 3px;
}

span.ly,
.last-year{
	color: red !important;
}

.site-inner.map-header {
    text-align: center;
    padding: 0px 10% 0px;
}

.h2-title{
	font-size: 2.6rem;
	letter-spacing: -1px;
}

.site-inner {
	color: #333;
	font-family: "Lora", "Proxima Nova", "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-family: Times, serif;
	-webkit-font-smoothing: antialiased;
 }



 .genesis-nav-menu .menu-item {
		display: inline-block;
		font-family: "lato", arial;
        font-family: Arial ,sans-serif;
		font-size: 12px;
 	    font-weight: bold;
 	    text-align: left
}


.entry-title {
		font-weight: 700;
		padding: 0 10px 20px;
		margin-bottom:0px;
}

.entry-title a,
.sidebar .widget-title a {
		color: #333;
}

.entry-header h2.entry-title {
		line-height: 2.8rem;
 }

.sidebar h4 {
	font-family: 'Lato', sans-serif;
    font-family: Arial ,sans-serif;
}

.sidebar p {
    font-size: 12px;
}

.theme-green .sidebar h4 {
    color: #968565;
}

.featuredpost h2 a {
	line-height: 1.2;
}

.accordion dd > a {
	  font-family: "Lora", "Proxima Nova", "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-family: Times, serif;
}

button, .button {
      font-family: "Lora", "Proxima Nova", "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;	
      font-family: Times, serif;
}

.label {
	font-family: "Lora", "Proxima Nova", "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-family: Times, serif;
}

.side-nav li.active > a:first-child:not(.button),
.sub-nav dt,
.sub-nav dd,
.sub-nav li,
.tabs dd > a,
.top-bar-section ul li > a,
.ash-slideshow-wrapper.hero .bx-wrapper .promo-details .slide-call-to-action a.button {
	font-family: "Lora", "Proxima Nova", "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-family: Times, serif;
}

@media only screen and (min-width: 62.063em) {
	.ash-slideshow-wrapper.hero .bx-wrapper .promo-details .slide-call-to-action a.button {
		font-family: "Lora", "Proxima Nova", "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
        font-family: Times, serif;
	 	}
}


 /* Default header styles */
 h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato',sans-serif;
    font-family: Arial ,sans-serif;
	font-weight: 700;
 	font-style: normal;
	color: #161616;
}

@media only screen and (min-width: 46.863em) {
 	  h1, h2, h3, h4, h5, h6 {
			line-height: 1.2;
 	  }
}


.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6, .wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6 {
		font-family: 'Lato',sans-serif;
        font-family: Arial ,sans-serif;
		font-weight: 700;
}

p.narrow {
	margin-left:10%;
	margin-right:10%;
}



 ::selection {
    background-color: #8bc3f5 !important;
    color: #0a63b3 !important;
}

 .entry-title a:hover {
		color: #6d6d6d;
 }

.slider .textwidget h1 {
		color: #968565;
}



#map-tip p.winner{
	font-size: 26px;
	font-family: 'Lato',sans-serif;
    font-family: tahoma ,sans-serif;
	color: #000 !important;
	font-weight: 700;
    letter-spacing: -1px;
}

#map-tip h3.new-winner{
	margin-bottom:3px;
}

#map-tip p.new-winner {
    font-family: 'Lato',sans-serif;
    font-family: Arial ,sans-serif;
    font-weight: 700;
    color: #4d4d4d !important; /* Bitcoin gray */
    font-size: 20px;
    padding-bottom: 5px;
}

#map-tip p.winner-lbs{
	font-size: 17px;
	font-family: 'Lato',sans-serif;
    font-family: Arial ,sans-serif;
	font-weight: 700;
	color: #888888;
}







/*  tabs code start */

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  /*height: 100vh;*/
}

body {
  /*font: 14px/1 'Open Sans', sans-serif;
  color: #555;
  background: #eee;*/
}

h1 {
  padding: 50px 0;
  font-weight: 400;
  text-align: center;
}

p {
  margin: 0 0 20px;
  line-height: 1.5;
}

main.embed-main {
  min-width: 320px;
  max-width: 800px;
  /*padding: 50px;*/
  margin: 0 auto;
  background: #fff;
  width: 90%;
}

section.embed-section {
  display: none;
  padding: 10px 0 0;
  border-top: 1px solid #ddd;
  position: relative;
  text-align: center;
}

input {
  display: none;
}

.embed-main label {
  display: inline-block;
  margin: 0px 0 -1px;
  padding: 6px 16px;
  font-family: 'Lato',sans-serif;
  font-family: Arial ,sans-serif;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

.embed-textarea {
    position: relative;
    display: block;
}

textarea.embed-copy:hover,
textarea.embed-copy:focus{
  border: 1px solid #13a9e6 !important;
}

textarea.embed-copy:focus{
  height: 100px !important;
}

.embed-textarea label {
    position: absolute;
    top: 1px;
    left: 1px;
    background: #f3f3f3;
    color: #13a9e6;
    padding: 1px 3px;
    font-size: .7rem;
    border-radius: 2px 0px 5px 0px;
    z-index: 1;
    cursor: default;
    box-shadow: 4px 4px 5px rgba(0,0,0,.1);
}

.embed-textarea label:hover {
    color: #13a9e6;
    cursor: default;
}

textarea.embed-copy:hover ~ label,
textarea.embed-copy:focus ~ label {
    background: #13a9e6;
    color: #f3f3f3; 
}

textarea.embed-copy {
    box-shadow: inset 2px 2px 6px rgba(0,0,0,.1);
}

.width-70percent {
	width: 70%;
	margin: 10px auto 0;
}

span.help,
span.help-content {
    color: #ccaa6c;
}

span.help:hover{
	color: #ad7d26;
	cursor: pointer;
}


label:before,
label a:before,
.embed-icon:before,
.download-icon:before {
  font-family: "Font Awesome 5 Free", 'fontawesome';
  margin-right: 10px;
}

.embed-icon:before { content: '\f121'; }
.download-icon:before { content: '\f019'; color: #0a63b3 !important; }
label[for*='1']:before { content: '\f245'; font-weight: bold;}
label[for*='2']:before { content: '\f03e'; }
label[for*='3'] a:before { content: '\f31e'; }

label:hover {
  color: #888;
  cursor: pointer;
}

label[for*='0'],
label[for*='0']:hover{
	color: #555;
    cursor: default !important;
}

label[for*='3'] {
    float: right;
    
}

label[for*='3'],
label[for*='3'] a{
	color: #50acf9;
}

label[for*='3']:hover{
    color: #2f81c5;
}

input[type="checkbox"] + label, 
input[type="radio"] + label {
	margin-bottom: -1px;
}

input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 0px solid #e20002;
  border-bottom: 1px solid #fff;
  z-index: 1;
  position: relative;
}

input[type="radio"] + label{
	margin-bottom: -1px;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}

#content1 p,
#content2 p,
#content3 p,
#content4 p {
    margin-bottom: 15px;
    color: #828181;
    font-family: 'Lato',sans-serif;
    font-family: Arial ,sans-serif;
    font-size: .8rem;
}

@media screen and (max-width: 650px) {
  label {
    font-size: 0;
  }
  .embed-main label{
  	font-size: .75rem;
  }
  label:before {
    margin: 0;
    font-size: 18px;
  }
  .embed-main label:before{
  	margin-right:5px;
  	font-size:inherit;
  }
}

@media screen and (max-width: 400px) {
  label {
    padding: 15px;
  }
}



.astormars{

}

#map_base .astormars{
    position: relative;
    text-align: right;
    margin-top: -20px;
    z-index: 999;
    line-height: 20px;
    margin-right: 20%;
}

.astormars, .astormars a{
  font-family: 'Lato',sans-serif;
  font-family: Arial ,sans-serif;
  font-size: .75rem;
  text-decoration: none;
}

.astormars a span{
  text-decoration: underline;
}

.astormars span:hover{
  color: red !important;
}

.gray, .gray a{
  color: #9f8a8a !important;
}


/*  STATIC IMAGE EMBED TAB CONTENT */

.popup{
    width: 900px;
    max-width: 96%;
    margin: auto;
    text-align: center
}
.popup img{
    width: 200px;
    height: 163px;
}

.popup .tall img{
	height: 280px;
}

.popup .landscape img{
  height: 115px;
}

.popup .landscape.hween2020 img{
    height: 163px;
    width: 284px;
}

.float-embeds {
    float: left;
    display: inline-block;
    width: 48%;
    margin-right: 2%;
}

.show{
    z-index: 999;
    max-width: 100%;
    display: none;

}
.show .overlay{
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.46);
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.show .img-show{
    width: 600px;
    max-width: 96%;
    background: #FFF;
    position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    z-index: 2;
}

.show .img-show{

}

.img-show span{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
    font-family: 'Lato',sans-serif;
    font-family: Arial ,sans-serif;
    color: white;
    display: block;
    color: #000;
    text-shadow: 1px 1px 0px #FFF, -1px -1px 0px #FFF, 1px -1px 0px #FFF, -1px 1px 0px #FFF;
    color: #FFF;
    text-shadow: 1px 1px 1px #000, -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000;
    text-align: center;
}
.img-show img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.preview-img {
    position: relative;
    margin-bottom: 10px;
}

span.preview-text {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    text-align: center;
    background: rgba(255,255,255,.7);
    font-family: 'Lato',sans-serif;
    font-family: Arial ,sans-serif;
    padding: 5px;
    color: #2681ce;
    display: none;
}

.preview-img:hover .preview-text {
    display: block;
}


.related-posts.quick-facts.tree-bullet p:before {
    /*font-family: "Font Awesome 5 Free", 'fontawesome';*/
    content: '\f1bb';
    content: '•';
    margin: 0 5px 0 -15px;
    font-weight: bold;
}

.related-posts.quick-facts.skull-bullet p:before {
    /*font-family: "Font Awesome 5 Free", 'fontawesome';*/
    content: '\f54c';
    content: '•';
    margin: 0 5px 0 -15px;
    font-weight: bold;
}

.related-posts.quick-facts.carrot-bullet p:before {
    /*font-family: "Font Awesome 5 Free", 'fontawesome';*/
    content: '\f787';
    content: '•';
    margin: 0 5px 0 -15px;
    font-weight: bold;
}

.related-posts.quick-facts.egg-bullet p:before {
    /*font-family: "Font Awesome 5 Free", 'fontawesome';*/
    content: '\f7fb';
    content: '•';
    margin: 0 10px 0 -15px;
    font-weight: bold;
}

.width-70percent {
    width: 70%;
    margin: 0 auto;
}




/*  END STATIC IMAGE EMBED TAB CONTENT */


/*  STATIC IMAGE EMBED TAB CONTENT */


/*  Download IMG  */

img.aligncenter {
    margin-bottom: 10px !important;
}

.download-area,
.download-this,
.embed-main{
  font-size: .8rem;
}

.download-this{
  margin: 0 auto 25px;
  display: block;
  width: 50%;
  text-align: center;
  font-family: 'Lato',sans-serif;
  font-family: Arial ,sans-serif;
  font-weight: 300;
}

.download-btn{
  color: #13a9e6;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #13a9e6;
  background: #f3f3f3;
}
.download-btn:hover{
  background: #13a9e6;
  color: #f3f3f3;
}

.download-link{
  text-decoration: underline;
  color: #0a63b3 !important;
}

.download-link:hover{
  color: #333;
}

.download-contents,
.download-contents-02{
  display:none;
}

.gray, .gray a{
  color: #9f8a8a !important;
}

/*   END  Download IMG  */
