/*
Theme Name: Shmup
Theme URI: http://www.shmup.com/
Description: Classy shmup theme
Author: Shmup
Tags:
Author URI: http://www.shmup.com
Template: shmup
*/

/* 
Backgrounds
- body : #f7f7f7 

Interactions :
- link : #FF781B

Texts :
- grey text : #b7b7b7
*/

@import "style_reset.css"; 
@import "style_banner.css"; 
@import "style_footer.css"; 
@import "style_nav.css";
@import "style_blog.css";
@import "style_article.css";
@import "style_dossier.css";
@import "style_gamecard.css";
@import "style_gamesearch.css";
@import "style_dico.css";
@import "style_responsive.css";

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d4d3d5;;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #d4d3d5;;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #d4d3d5;;
}
:-moz-placeholder { /* Firefox 18- */
  color: #d4d3d5;;
}

/* * { box-sizing: border-box }  */

html {
    margin: 0px;
}

body {
    margin: 0px;
    /* background: linear-gradient(to top, #859398 0%,#283048 100%); */
    /* background: linear-gradient(to top, #573f7e 0%,#194e5c 100%); */
    color: black;
    background: #f7f7f7;
    /* background: #efefef; */
    margin-top: 278px;
}

body, h3, h4, h5, h6 {
    font-family: "Open Sans",sans-serif;
}

h1, h2, h3 {
    font-family: "Raleway", sans;
}

h1 {
    font-size: 2em;
    line-height: 1em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.1em;
}

a, a:active, a:visited  {
    text-decoration: none;
}

strong {
    font-weight: 600;
}

em {
  font-style: italic;
}

.smalltext {
    font-size: 12px;
}

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

.margin-top-10 {
    margin-top: 10px;
}

.flex-auto {
    flex: 1;
}

button:focus, input:focus { outline: none; }

/* Alignments */
.flex-center {
    display: flex;
    align-items: center;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1rem;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* CONTENT */


.fullwidth-image {
    min-height: 120px;
}

.fullwidth-image .fullwidth-content {
    top: 10%;
}

.fullwidth-image h2 {
    margin: 0px 0 15px 0;
}

.wp-caption-text {
    font-size: 0.8em;
    font-style: italic;
}

/* HISCORES */
div .hiscore-header {
    background-image: url(images/hiscore_header.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    max-height: 118px;
    max-width: 600px;
    display: block;
}

/* DOSSIERS */


.radiant-technique {
    border-radius: 5px;
    padding: 15px 0px;
}

.radiant-technique h1 {
    font-size: 0.9em;
    font-weight: bold;
    font-family: arial;
    margin: 0px;
    padding: 10px;
    text-align: center;
    background-color: #ADADAD;
    border-radius: 5px 5px 0px 0px;
}

.radiant-technique p {
    font-size: 0.8em;
    font-family: arial;
    margin: 0px;
    padding: 15px;
    background-color: #EDECEC;
    border-radius: 0px 5px 5px 0px;
    line-height: 24px;
}

/* GENERAL */

table.tablepress > thead {
    background-color: #96a9aa;
}

table.tablepress > tbody > tr.odd {
    background-color: #eee;
}

.table-column-note {
    text-align: center;
}

/* Spinner */
#loading, #noresult {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
    background: #efefef;
}

.spinner {
  display: inline-block;
  position: relative;
  width: 90px;
  height: 90px;
  font-size: 70px;
}

#noresult div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 90px;
  height: 90px;
  font-size: 80px;
}

.spinner:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 6px;
  box-sizing: border-box;
  border: 40px solid #FF584D;
  border-color: #f88758 transparent #FF584D transparent;
  animation: spinner 1.2s infinite;
}

.loadingtext, #noresult span {
  font-size: 12px;
  color: #b1b1b1;
  margin-top: 10px;
  text-align: center;
}

@keyframes spinner {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}

/* Share buttons */
div.sharedaddy div.sd-block {
  float: right;
  margin-top: 20px;
}

.single-format-quote  div.sharedaddy div.sd-block {
	display: none;
}

div.sharedaddy .sd-content {
	margin-top: 10px;
	margin-bottom: 20px;
}

div.sharedaddy .sd-content ul {
	display: flex;
}

div.sharedaddy a.sd-button {
	border: none !important;
	box-shadow: none;
}

.sd-social-icon-text a.sd-button a.sd-button {
	opacity: 1;
	padding: 4px 10px;
	padding: .4rem 1rem;
}

li.share-facebook a.sd-button,
li.share-google-plus-1 a.sd-button,
li.share-tumblr a.sd-button,
li.share-pinterest a.sd-button,
li.share-twitter a.sd-button,
li.share-pocket a.sd-button {
  background: none;
  font-size: 14px !important;
  font-weight: 300;
  letter-spacing: 0;
  background-image: none !important;
  padding: 6px 10px !important;
  border-radius: 5px;
  margin-right: 10px;
}

li.share-facebook a.sd-button span,
li.share-google-plus-1 a.sd-button span,
li.share-tumblr a.sd-button span,
li.share-pinterest a.sd-button span,
li.share-twitter a.sd-button span,
li.share-pocket a.sd-button span { 
	color: #fff !important; 
}

li.share-facebook a.sd-button:hover,
li.share-twitter a.sd-button:hover,
li.share-google-plus-1 a.sd-button:hover,
li.share-tumblr a.sd-button:hover,
li.share-pocket a.sd-button:hover,
li.share-pinterest a.sd-button:hover {
	background: #1E8CBE !important;
}

li.share-facebook a.sd-button {
	background: #4965a0 !important;
}

li.share-twitter a.sd-button {
	background: #55ACEE !important;
}

.sd-button span.share-count {
	display: none;
}

h3.sd-title::before {
	border-top: none !important;
}

h3.sd-title {
	float: left;
	margin-right: 10px !important;
	padding-top: 10px;
}

a.sd-button.share-more {
	padding: 8px 20px !important;
	font-size: 18px !important;
}