/*
Hello u ~( °0°)~
Yeah Yeah... style.css
for Morphcat Games Website

By Lord Hackermaniacmann aka lost soul from Gamma.2 dimension.
Coming to earth to erase WP Plugin invader army...
*/

/* RESET */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background:#FFFFFF;
    font-family:arial;
	line-height: 1.4em;
}

section{
    margin: auto;
    width: 1024px;
}

a {
    color: #3a9567;
}
/***********************
      HEADER
**********************/    

header{
    background: black;
    color:white;
    height: 90px;
    padding-top:10px;
    width:100%;
}

.mglogo{
    width:80px; 
    height:64px:
}
.font{
    margin-left:20px;
    width:396px; 
    height:64px;
}

#social {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.newsletter{
    font-family: arial !important;
    font-weight: bold !important;
    width: 100% !important;
    font-size: 1.3em !important;
	padding-left:5px;
	padding-right:5px;
}

#banner {
    background-image: url("img/banner-greeny.png");
    background-position: center bottom;
    height: 300px;
    margin-bottom: 2%;
    text-align: center;
    width: 100%;
}

.info {
    display: block;
    font-family: arial;
    font-size: 1.1em;
    font-weight: bolder;
    height: 190px;
    margin-left: auto;
    margin-right: auto;
    /*opacity: 0.75;*/
    position: relative;
    text-transform: uppercase;
    top: 18%;
    width: 505px;
    z-index: 1;
    background: white none repeat scroll 0 0;
    border: 3px solid #54af81;
    border-radius: 4px;
    color: #62bd8f;
    padding: 20px;
}

.info > img {
    float: left;
    position: relative;
}
.imgwizlarge{
	display:;	
}
.imgwiz{
	display:none;	
}
.alert {
    margin-bottom: 22px;
}
.date {
    float: right;
    font-size: 1em;
    margin-top: 20px;
    width: 201px;
}
.signup{
 /*   top: 10px; */
	position: relative;  
}
/*
.info img {
    float: right;
    width:350px;
}*/

.right {
    margin-top: 90px;
    text-align: right;
}

h1{
    display:none;
}

@font-face {
    font-family: 'si';
    src: url('font/socicon.eot');
    src: url('font/socicon.eot?#iefix') format('embedded-opentype'),
         url('font/socicon.woff') format('woff'),
         url('font/socicon.ttf') format('truetype'),
         url('font/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(font/socicon.svg) format(svg);
    }
}

.soc {
    float: right;
    list-style: outside none none;
    margin: 5px 0 0;
    overflow: hidden;
    padding: 0;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;

    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 27px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*margin-right: 6px;*/
    color: #ffffff;
}

header .soc li a {
    background-color: #000000;
}

header .soc a:hover {
    z-index: 2;
    background-color:#363636 !important;
}

.soc-icon-last{
    margin:0 !important;
}

.soc-twitter:before {
    content:'\e040';
}
.soc-facebook:before {
    content:'\e041';
}
.soc-instagram:before {
    content:'\e057';
}
.soc-youtube:before {
    content:'\e051';
}    
.soc-discord:before {
    content:'\e086 ';
} 
/***********************
      MAIN Content
**********************/    

h2{
    color: #62BD8F;
    font-family: Verdana;
    font-size: 1.8em;
    font-weight: bolder;
    text-transform: uppercase;
}
h2:after {
    border-radius: 3px;
    display: block;
    content: "";
    margin-top: -2px;
    position: relative;
    top: -10px;
    background: #62BD8F;
    width: 100%;
    height: 5px;
}

h2 span {
    background-color: #FFFFFF;
    padding-right: 10px;
    position: relative;
    z-index: 101;
}
    
article{
    border-radius: 4px;
    margin-top:50px;
    background: #62BD8F;
    height:280px;
}

article img{
    border-radius: 4px 0 0 4px;
    display:block;
    float:left;
    margin-right: 28px;
    height:280px; 
    width:380px;
}
/*.wiz img{
    opacity:0.2;
}*/

.wiz figure{
    position:relative;
}

.wiz figcaption {
    color: white;
    font-size: 6em;
    opacity: 0.7;
    padding: 85px 170px;
    position: absolute;
    top: 50%;
}
    
article em{
    color:white;
}

.project {
    padding-top: 15px;
}

.project > h3 {
    color: white;
    font-family: Verdana;
    font-size: 1.5em;
    font-weight: bolder;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.project p {
    color: #222222;
}
.project > h3 a {
    color: white;
    text-decoration: none;
}
.project > h3 a:hover {
    text-decoration: underline;
}

.short {
    font-size: 1em;
    height: 66px;
    margin-right: 21px;
}

.short a {
	color: #222;
	font-weight: bold;
	text-decoration: unset;
}
.short a:hover {
	color: #222;
	font-weight: bold;
	text-decoration: underline;
}

.detail {
    font-family: Verdana;
    font-size: 0.8em;
    font-weight: bolder;
    margin-bottom: 30px;

}
.projectbutton{
    float: right;
    margin-right: 14px;
}
.project .read {
    background: white none repeat scroll 0 0;
    border-radius: 3px;
    color: #027555;
    display: inline-block;
    font-weight: bolder;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 50px;
    opacity: 0.8;
    padding: 11px;
    position: relative;
    text-align:center;
    text-decoration: none;
    text-transform: uppercase;
}
.read:hover {
    opacity: 1;
}
.project .read.steam {
	padding-bottom: 1px;
	padding-top: 4px;
	padding-left: 7px;
	padding-right: 7px;
	top: -15px;
}

.read.steam img {
	width: auto;
	height: 31px;
	display: inline;
	margin-right: 0;
	float: unset;
}

.project .read.itchio {
	padding-bottom: 5px;
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
	top: -18px;
}

.read.itchio img {
	width: auto;
	height: 23px;
	display: inline;
	margin-right: 0;
	float: unset;
}

.mm-pict-middle{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    padding-top: 20px;    
}

.mm-pict-middle img{
	margin-left:5%;
	margin-right:5%;
	margin-bottom:10px;
	opacity:1;
}


/***********************
  Project Page SBP etc
**********************/ 

.shop{
    text-align: center;
    margin-bottom: 40px;
}
   
.gametitle {
    opacity: 0.75;
}
.gametitle.mm {
    opacity: 0.95;
}
.gametitle>img {
    width:550px;
}

.cinemascope{
    margin-bottom: 40px;
    text-align: center;
}

.cinemascope iframe {
    box-shadow: 0 0 20px #62bd8f;
    outline: 8px solid #62bd8f;
}

.gametitle > img {
    margin-top: 40px;
}

.gamepage h2, .contact h2{
    margin-bottom: 30px;
    margin-top: 60px;
}
.gamepage h3 {
    color: #62bd8f;
    font-size: 1.5em;
    margin-bottom: 10px;
    margin-top: 40px;
    text-transform: uppercase;
}

.gamepage ul {
    margin-left: 64px;
}

.gamepage p, .contact p{
    color: #222222;
    margin-left: 64px;
    margin-right: 64px;
}
.features {
    display: inline;
    vertical-align: top;
    width: 48%;
}

.features ul{
   list-style:none;
}
.features li::before{
    content:"■";
    color: #62bd8f;
    margin-right:5px;
}
.features b,.contact b{
    color: #222222;
}

.rom {
    display: inline;
    width: 67%;
}


.rom img {
    opacity: 0.8;
}

.rom img:hover {
    opacity: 1;
}

.download {
    background: #ebebeb  none repeat scroll 0 0;
    border-radius: 3px;
    display: block;
    height: 127px;
    margin: 30px 60px;
    opacity: 0.8;
    padding: 20px 42px;
    text-align: center;
    width: 39%;
}

.download:hover{
    background: #DDF8E0  none repeat scroll 0 0;
    box-shadow: 0 6px 4px #c9e7e7;
    opacity: 1;
    /*margin-top: 28px;
    margin-bottom: 32px;*/
}

.download > img {
    float: left;
}

.download h3 {
    float: right;
    margin: 30px 0 0;
    padding: 0;
    text-decoration: none;
}

.packs {

    background: #ebebeb none repeat scroll 0 0;
    border-radius: 3px;
    display: inline-block;
    height: 90px;
    margin: 18px 60px;
    opacity: 0.8;
    padding: 15px 42px;
    text-align: center;
    width: 57%;
    line-height: 58px;

}
.packs:hover{
    background: #DDF8E0  none repeat scroll 0 0;
    box-shadow: 0 6px 4px #c9e7e7;
    opacity: 1;
    /*margin-top: 28px;
    margin-bottom: 32px;*/
}
.packs > img {

    float: left;

}

.packs > h4 {
	position: relative;
	vertical-align: middle;
}
.mminfo {

top: 2px !important;
padding: 5px 6px !important;

}

.mminfo img{

    width: 100px;
    height: auto;
    margin-right: 0;

}



/***********************
  Contact
**********************/    
.ufo > img{
    margin-top:5%;

}

.contact b {
    margin-right: 15px;
}

/***********************
      FOOTER
**********************/    

      
footer {
    background: black;
}

footer .center {
    display: block;
    height: 250px;
    margin: auto;
    margin-top: 80px;
    padding-top: 20px;
    width: 1024px;
}
footer h2{
    color: white;
    margin-bottom:20px;
}
footer h2:after {
    background: white;
}

footer h2 span {
    background-color: black;
}

footer .soc {
    float: left;
}

.about{
    color: grey;
    display: inline-block;
    vertical-align: top;
}

.col1{
    width:20%;
}
.col2{
    width:75%;
}

footer .soc li a {
    background-color: none;
}

footer .soc a:hover {
    z-index: 2;
    
}

footer .soc-icon-last{
    margin:0 !important;
}

footer .soc-twitter {
    background-color: #4da7de;
}
footer .soc-twitter:before {
    content:'\e040';
}
footer .soc-facebook {
    background-color: #3e5b98;
}
footer .soc-facebook:before {
    content:'\e041';
}
footer .soc-instagram {
    background-color: #405de6;
}
footer .soc-instagram:before {
    content:'\e057';
}
footer .soc-youtube {
    background-color: #e02a20;
}
footer .soc-youtube:before {
    content:'\e051';
}

footer .soc-twitter:hover {
    background-color: #61bbf2;
}
footer .soc-facebook:hover {
    background-color: #526fac;
}
footer .soc-instagram:hover {
    background-color: #5471fa;
}
footer .soc-youtube:hover {
    background-color: #f43e34;
}

.achillesheel{
    background: black none repeat scroll 0 0;
    color: #5a5a5a;
    font-family: verdana;
    height: 50px;
    padding-top: 15px;
    text-align: center;
}

.achillesheel > a {
    color: #ABABAB;
}    

.achillesheel > a:hover {
    color: #62bd8f;
    text-decoration: underline;
}    

/* MEDIA QUERIES
    Min-width: 320px (smaller phone viewpoints)
    Min-width: 480px (small devices and most phones)
    Min-width: 768px (most tablets)
    Min-width: 992px (smaller desktop viewpoints)
    Min-width: 1200px (large devices and wide screens)
*/
@media (max-width: 1200px) {
  section {
    background:none;
    margin: auto;
    width: 900px;
  }

  .project .read {

  }
   footer .center {
    width: 900px;
  }
   .packs {
	padding: 15px 18px;
	}
}

@media (max-width: 992px) {

  section {
    background:none;
  }
  section {
    margin: auto;
    width: 700px;
  }
   .mglogo{
    height:50px;
    margin-top:10px;
    width:auto; 
  }
  .font{
    height:50px;
    margin-top:10px;
    margin-left:10px;
    width:auto; 

  }
#logo .soc{
    margin:12px 0 0;
}
  article img {
	height: 308px;
	width: auto;
    margin-right: 19px;
  }
  
  .project > h3 {
    font-size: 1.5em;
  }

  .short {
    font-size: 0.8em;
    height: unset;
  }
.projectbutton {
    float: none;
    margin-right: 6px;
}
article{
	height:308px;
	
}
.project .read {
    margin-top: 0px;
    margin-right: 5px;
    padding: 8px;
    font-size: 0.8em;
    display: inline-block;
    float: right;
}
.project .read.itchio {
    padding-bottom: 5px;
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
    top: 0px;
}

.project .read.steam {
   top: 0;
}

.sbp .project .read {
    margin-top: 23px;
}
.detail {
    font-size: 0.76em;
    margin-bottom: 15px;
  }

  footer .center {
    width: 730px;
  }  
 
.col1 {
    margin-right: 4%;
}    
 .soc li a {
    width: 39px;
    height: 39px;
    line-height: 39px;
    font-size: 21px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*margin-right: 10px;*/
  }
.download{
	padding:20px 25px;
}
.packs {
	padding: 14px 14px;
	margin: 10px 60px;
	line-height: 60px;
	width: 75%;
}

/*  .wiz .projectbutton {	  
	 width: 40%; 
  }
  .wiz .project .read {
    margin-top: 5px;
  }*/
}

@media (max-width: 768px) {
.imgwizlarge{
	display:none;	
}
.imgwiz{
	display:inline;	
}
section {
      background:none;
  }
    
header {
    display: inline-block;
    height: auto;
}

#logo {
    display: block;
    height: 120px;
    text-align: center;
}

.mglogo, .font{
    height: 48px;
}

.info{
    font-size: 1em;
    padding: 15px;
	height:160px;
	width:400px;
    }

.alert {
    margin-bottom: 10px;
    }
.date {

}

.info img {
	top: 0;
}
.gametitle > img {
    width: 470px;
}
.cinemascope iframe {
    height: 240px;
    width: 430px;
}

  section {
    margin: auto;
    width: 440px;
  }
  .project .read {
    margin-left: 259px;
    margin-top: 33px;
  }
  footer .center {
    width: 440px;
  }  

  article {
    border-radius: 4px;
    height: 637px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 440px;
  } 
 .download{
    width: 330px;

 }
  .wiz {
	height: auto;
    display: inline-block;
}
 .wiz figcaption{
  padding: 117px 222px;
 } 
 article img {
    border-radius: 4px 4px 0 0;
    display: block;
    float: left;
    margin-right: 0;
    height:auto; 
    width:100%;
 }
 .project {
    display: inline-block;
    padding: 20px 28px;
    width: 100%;
 }

.project > h3 {
    font-size: 1.8em;
    margin-bottom: 10px;
}

.detail {
    font-size: 0.8em;
    margin-bottom: 25px;
}
.short {
    font-size: 1em;
    height: auto;
    margin-right: 0;
    text-align: justify;
}
.projectbutton {

    float: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 100%;
    margin-top: 21px;
    display: block;

}
.project .read {
	float: none;
    margin-left: 5px;
    margin-top: 10px;
    position: relative;
    margin-right: 5px;
    display: inline;
    margin-bottom: 11px;
    display: inline-block;
    font-size: 1em;

}


footer .center {
    width: 440px;
  }  
 .col1 {
    margin-right: unset;
}    
 .soc li a {
    width: 39px;
    height: 39px;
    line-height: 39px;
    font-size: 21px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10px;
  }
#logo >.soc {
    display: block;
    float: none;
    margin: 0;
}
.achillesheel {
font-size: 0.9em;
}
.wiz .projectbutton {	  
	 width: auto; 
  }
.wiz .project .read {
    margin-top: auto;
	padding-top: 11px;
}
.wiz .project .read.itchio{
   top:5px;
   padding-top: 8px;
}
.wiz .project .read.steam {
   padding-top: 5px;
   top: 9px;
  }
.packs {
	height: 124px;
    padding: 14px 14px;
    margin: 10px 60px;
    line-height: 30px;
    width: 75%;
}
.packs:hover {
    box-shadow: 0 4px 2px #c9e7e7;

}
.packs > img {

    float: none;
    display: inline-block;
}
}

@media (max-width: 480px) {
 body{
	 line-height: 1.2em;
 }
 section {
    background:none;
    margin: auto;
    width: 320px;
  }
  .info {
    font-size: 1em;
    width: 200px;
    height: 140px;
	top:0;
  }
.date {
    font-size: 1em;
    margin-top: 19px;
    width: auto;
}
 .info img {
	display: none;
}
#logo {
    height: 80px;
}
 .mglogo, .font{
    height: 38px;
    margin-left: 0;
    margin-top: 0;
}
  
#logo  .soc li a {
    width: 23px;
    height: 23px;
    line-height: 23px;
    font-size: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10px;
  } 
 .newsletter{
    font-size: 0.8em !important;
} 
#banner {
    height: 205px;
}
 .info{
    font-size:0.9em;
    width: 200px;
    height:150px;
    top: 5%;
  }
 .info img {

}  

.gametitle > img {
    width: 300px;
    margin-top: 40px;
}
.cinemascope {
    margin-bottom: 20px;
}
.cinemascope iframe {
    width: 286px;
    box-shadow: 0 0 8px #62bd8f;
    outline: 4px solid #62bd8f;
}
.gamepage h2, .contact h2 {
    margin-left: 5px;
    margin-top: 40px;
}

.download {
    height: 120px;
    margin: 22px;
    padding: 18px 30px;
    width: 270px;
}

.download:hover {
    box-shadow: 0 4px 2px #c9e7e7;
    height: 120px;
    margin-top:20px;
    margin-bottom:24px;
    padding: 18px 30px;
    width: 270px;
}

.gamepage h3 {
    font-size: 1.2em;
    margin-left: 5px;
}
.gamepage p, .contact p {
    font-size: 0.8em;
    margin-left: 27px;
    margin-right: 27px;
}
.gamepage ul {
    font-size: 0.8em;
    margin-left: 20px;
}

.project-list {
    width: 90%;
}
.project {
    padding: 11px 16px;
}
h2 {
    font-size: 1.3em;
}
article{
    height:auto;
    width: 95%;
    margin-top: 35px;
}

.wiz {
    height: auto;
}
.project .read {
    font-size: 0.8em;
    margin-top: 5px;
    padding: 10px;
}
.project > h3 {
    font-size: 1.1em;
}
.detail {
    margin-bottom: 15px;
}
 .short {
    font-size: 0.85em;
}
 footer .center {
    height: 225px;
    margin: 45px auto auto;
    width: 90%;
 }
 
 .col2{
    font-size: 0.83em;
}
 .achillesheel {
    font-size: 0.7em;
    padding-top: 5px;
}
.packs {
    height: 106px;
    margin: 10px;
	line-height: 24px;
    padding: 9px 10px;
    width: 270px;
}

.packs > h4{
	font-size: 0.8em;
}
}

@media (max-width: 320px) {
  section {
    background:none;
    width: 290px;
  }
  .mglogo, .font {
    height: 35px;
  }

  
}

.titlepage{
	color: #FFFFFF;
	display: block;
}
.titlepresskit
{
	color: #FFFFFF;
	display: block;
}
/*Banner-off

header{
	margin-bottom:5%;
}

#banner{
	display:none;
	
}
*/


/*NEWSLETTER SUBMIT 

.info a {
    margin-top: 30px;
    display: inline-block;
    border: 1px solid #62BD8F;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    background-color: #62BD8F;
    color: #FFFFFF;
    text-decoration: none;
}

.info a:hover{
    margin-top: 30px;
    display: inline-block;
    border: 1px solid #359062;

    background-color: #359062;
}

*/





