/*
Theme Name: WeWhoSupport
Theme URI: http://wewhosupportjovssetante.org
Description: Custom Wordpress Template forwewhosupportjovssetante
Author: Robert Pentha
Author URI: http://www.ptplondon.com
*/






 /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/



/*FONTS IMPORT*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;

}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
   padding:0;
  margin: 0;  
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
  padding:0;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body,html
{
position: relative;


}




body
{
-moz-font-feature-settings: "liga", "kern";
-moz-font-feature-settings:"liga=1, kern=1";
-ms-font-feature-settings:"liga", "kern";
-o-font-feature-settings:"liga", "kern";
-webkit-font-feature-settings:"liga", "kern";
font-feature-settings: "liga", "kern";

-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;


font-family: 'Alegreya Sans', sans-serif;

background-color: #1d1d1d;


}

.center
{
  position: absolute;
  top:50%;
  left:50%;
  -ms-transform:translate(-50%,-50%); 
  -webkit-transform:translate(-50%,-50%); 
  transform:translate(-50%,-50%); 
}

/*F O N T S*/

h1,h2 {

}

h2 {

}
p, a {
text-decoration: none;

}
a {}

a:hover {}

p a
{
 
}

strong {
  font-weight: 500;
}



.burgerone {
  position: absolute;
  right: 20px;
  top: -7px;
  width: 35px;
  height: 35px;
  display: none;
}

.burgerone img, .closeone img
{
  width: 100%;
  height: auto;
}

.closeone {
  position: absolute;
  right: 20px;
  top: -7px;
  width: 35px;
  height: 35px;
  display: none;
}

#mainarea {
  position: absolute;
  width: 100%;
  height: 100vh;
}

#holderheader {
  font-weight: 300;
  font-size: 46px;
  color: white;
}

#holderheader span {
  font-weight: 900;
}

/*Navigation*/


#navigation {
  z-index: 800;
  position: absolute;
  width: 100%;
}

.innermegaheader {
  position: absolute;
  width: 100%;
}

.menuone {
  position: absolute;
  top: 30px;
  right: 30px;
  /* width: 200px; */
}

.menuone li {
  float: left;
  margin-left: 20px;
}
.menuone a {
  color: white;
  font-weight: 900;
  /* text-transform: uppercase; */
  font-size: 14px;
}

.menuone li:nth-child(1) a {
  color: #151515;
  border: 1px solid #f90;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #f90;
  font-size: 18px;
}

.emailicon {
  width: 18px;
  height: 18px;
  overflow: hidden;
  display: block;
  text-indent: -9999px;
  background-image: url(svg/email.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.shareicon {
  width: 18px;
  height: 18px;
  overflow: hidden;
  display: block;
  text-indent: -9999px;
  background-image: url(svg/heart.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


#mainheader {
  position: absolute;
  top: 30px;
  left: 30px;
}

#mainheader a {
  font-weight: 300;
  font-size: 20px;
  color: white;
}

#mainheader a span {
  font-weight: 900;
}


/*Hide header and footer on home TEMP*/




/*Calendar*/
.homearea
{
  position: relative;float: left;
  width: 100%;
  height: 100vh;
  background-image: url(images/jovssetAnteSaraKalender.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.singlearea
{
  position: relative;float: left;
  width: 100%;
  height: 100vh;
    background-image: url(images/jovssetAnteSaraKalender.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.pagearea
{
  position: relative;float: left;
  width: 100%;
  height: 100vh;

}


.calendarholder {
  width: calc(100% - 40px);
  position: relative;
  margin-left: 20px;
  margin-top: 100px;
}

.calendarblock {
  position: relative;
  float: left;
  width: 12.5%;
}

.calendarblockinner
{
  position: relative;
  padding-bottom: 100%;
}

.calendarwindow {
  position: absolute;
  width: 80%;
  height: 80%;
  border-left: 1px dashed rgba(255, 255, 255, 0.19);
  margin-left: 10%;
  margin-top: 10%;
  /* background-color: rgba(0, 0, 0, 0.11); */
  box-shadow: 2px 2px 8px #151515;
  border-top: 1px dashed rgba(255, 255, 255, 0.15);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.11);
  border-right: 1px dashed rgba(255, 255, 255, 0.11);
}

.calendarnumber {
  position: absolute;
  bottom: 7px;
  right: 7px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.newactive .calendarnumber {
  color: #f90;
}

.reindeergraphic{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;left:0;
}


.theartwork {
  position: absolute;
  width: 98%;
  height: 98%;
  top: 1%;
  left: 1%;
  opacity: 0;
}

.reindeergraphic img, .theartwork img {
  width: 100%;
  height: 100%;
}

.thelinker, .thelatestz
{position: absolute;
display: block;
width: 100%;
height: 100%;
}





.shadow 
{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;left:0;
  background-image: url(images/shadow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/*INDY PAGES*/

.infoblock {
  max-width: 1100px;
  position: relative;
  /* float: left; */
  margin: 120px auto 20px;
  /* background-color: rgba(168, 168, 168, 0.9); */
  width: 96%;
  height: auto;
  display: flex;
}



.imageblockz {
  width: 70%;
  position: relative;
  float: left;
}

.sound .imageblockz, .video .imageblockz  {
  width: 20%;
}

.imageblockz img {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
}

.textblockz {
  width: 30%;
  position: relative;
  float: left;
  background-color: rgba(255, 255, 255, 1);
}

.sound .textblockz, .video .textblockz {
  width: 80%;
}

.innertextblockz {
  width: 80%;
  height: auto;
  bottom: 30px;
  position: absolute;
  left: 20px;
}
.innertextblockz h1 {
  font-size: 14px;
  font-weight: 900;
  color: #595959;
  margin-bottom: 10px;
}
.innertextblockz p {

    font-size: 14px;
    color: #414141;
    line-height: 15px;
    font-weight: 300;

}


.innertextblockz p a {
  color: #090909;
  text-decoration: underline;
}

.sound .innertextblockz {
  position: relative;
  float: left;
  bottom: auto;
  left: auto;
  margin-top: 20px;
  margin-left: 20px;
  padding-bottom: 40px;
}

.sound .innertextblockz p {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 28px;
  margin-top: 35px;
}

.sound .innertextblockz h1 {
  font-size: 26px;
  font-weight: 900;
  color: #595959;
  margin-bottom: 10px;
}




#closebutton1 {
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
}

#closebutton1 img 
{
  width: 100%;
}



/*Infopages*/

.infogrey {
  background-color: transparent;
  display: block;
}

.infogrey h1 {
  width: 100%;
  font-size: 36px;
  text-align: center;
  color: #fff;
  font-weight: 900;
  background-color: black;
  padding: 35px 0 35px;
  width: 20%;
  position: relative;
  float: left;
}

.infogrey h3 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 30px;
}

.infogrey p {
  font-size: 17px;
  line-height: 23px;
  font-weight: 300;
  margin-bottom: 20px;
}

.infogrey p img {
  width: 100%;
  height: auto;
  /* margin-bottom: 20px; */
}

.infogrey p a{
 text-decoration: underline;
 color: black;
}

.infogreyinner {
  width: 60%;
  padding: 40px 5%;
  position: relative;
  background-color: white;
  float: left;
}


/*Social Share*/

#socialtings {
  position: absolute;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
  display: none;
}


#socialtingsclick
{
  position: absolute;
  width:100%;
  height: 100vh;
}

#socialtingsinner {
  width: 310px;
  height: auto;
  background-color: #1d1d1d;
  padding: 20px;
  border-radius: 10px;
  pointer-events: auto;
}

#socialtingsinner h2 {
  color: white;
  font-weight: 900;
  width: 100%;
  text-align: center;
  padding: ;
  margin: 20px 0;
}

#closeshare {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  pointer-events:auto;
}


#bigbutton {
  color: black;
  background-color: orange;
  padding: 15px 30px;
  border-radius: 25px;
  font-weight: 900;
  text-decoration: none;
  margin-bottom: -3px;
  display: inline-block;
  font-size: 16px;
}


.video .innertextblockz {
  width: 80%;
  height: auto;
  bottom: auto;
  position: relative;
  left: auto;
  margin-left: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}






@media screen and (max-width: 860px) {


#holderheader {
  font-size: 22px;
}

.calendarholder {
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-top: 80px;
}

.calendarblock {
  width: 33.33%;
}

#mainheader {
  position: absolute;
  top: 10px;
  left: 10px;
}

#mainheader a {
  font-size: 14px;
}

.menuone li:nth-child(1) a {
  color: #202020;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  position: absolute;
  top: 28px;
  width: 100px;
  right: 10px;
}

#mainheader a {
  font-weight: 300;
  font-size: 14px;
  color: white;
}

.menuone {
  position: absolute;
  top: 10px;
  right: 10px;
  /* width: 200px; */
}

.menuone a {
  color: white;
  font-weight: 900;
  /* text-transform: uppercase; */
  font-size: 11px;
}

.menuone li {
  float: left;
  margin-left: 10px;
}

.homearea {
  min-height: 100vh;
  /*background-image: url(images/jovssetAnteSaraKalender.jpg);*/
  height: auto;
  margin-bottom: 80px;
}

#socialtingsinner {
  width: 220px;
}

.imageblockz {
  width: 100%;
  position: relative;
  float: left;
}

.sound .imageblockz, .video .imageblockz
{
  width: 10%;
}



.textblockz {
  width: 100%;
  position: relative;
  float: left;
}


.sound .textblockz, .video .textblockz {
  width: 90%;
}

.innertextblockz {
  width: 80%;
  height: auto;
  bottom: auto;
  position: relative;
  left: auto;
  padding: 40px 10px;
}

.infoblock {
  display: block;
  margin:80px auto 20px;
}

.infogrey h1 {
  width: 100%;
  font-size: 22px;
  padding: 15px 0;
}

.infogreyinner {
  width: 92%;
  padding: 40px 4%;
}

.infogrey h3 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 23px;
}


}



@media screen and (max-width: 600px) {




}









