/*
Theme Name: Skritz Phoenix Edition
Author: Skritz
Version: 20220218
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Description: Flat design et responsive
Theme URI: http://www.skritz.com
Tags: responsive-layout,light
Author URI: http://www.skritz.com



    _,="( _  )"=,_
 _,'    \_>\_/    ',_
 .7,     {  }     ,\.
  '/:,  .m  m.  ,:\'
    ')",(/  \),"('
       '{'!!'}'
*/

/* ===============================================================
                      TYPOGRAPHY
   =============================================================== */
/*
@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot');
  src: url('fonts/fontello.eot#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff') format('woff'),
       url('fonts/fontello.ttf') format('truetype'),
       url('fonts/fontello.svg#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fontello:before {
  font-family: fontello;
  font-size: 18px;
  font-style: normal;
}
.icon-beaker:before { content: '\e800'; }
.icon-pencil-2:before { content: '\e801'; }
.icon-pencil-2:before { content: '\e801'; }
.icon-menu-1:before { content: '\e802'; }
*/



/* ===============================================================
COULEURS :

#113952 : Bleu sombre, utilisé en couleur de fond
#065a19 : Vert sombre, pour les jeux de plateaux

#D44000 : Orange, Couleur des liens + Titres H3
=> #812600 : marron, couleur de survol (hover)

#FF8000 : Orange, utilisé sur les fonds bleu sombre
=> #e29f07 : Jaune, couleur de survol (hover)

#01A2DD : Bleu des titres
=> A remplacer pour raisons de contraste
=============================================================== */





/* ===============================================================
                      GENERAL
   =============================================================== */

html {
  height: 100%;
}

body {
  background: url('images/bg-blue-grey.png') repeat-x 0 0 #666;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.content {
  margin: 0 auto;
  max-width: 100%;
  width: 1240px;
}

.wrapper {
  clear:both;
  overflow: hidden;
  padding-top: 30px;
}

.main {
  margin: 0 0 30px 50px;
  max-width: 100%;
  width: 730px;
}

.sidebar {
  margin: 0 50px 30px;
  max-width: 100%;
  width: 350px;
}

.mobile-menu,
.mobile-menu-links {
  display: none;
}

.nosidebar main {
  width: auto;
  margin: 0 50px 30px;
}

.nosidebar .sidebar {
  display: none;
}



/*------------------- Default Html elements ------------------------*/
img {
	max-width: 100%;
	height: auto;
}

input, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f6fbfb;
  border: none;
  margin: 0;
  max-width: 100%;
  padding: 10px 10px;
  z-index: 50;
}

h1 {
	color: #01A2DD;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	margin: 0 0 15px;
}

h2,
.widget-title {
	color: #01A2DD;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	margin: 15px 0;
}

h3 {
	color: #D44000;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	margin: 20px 0 10px;
}

h1.page-title {
  color: #ff8000;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin: 10px;
}

h1.page-title-category {
  color: #01A2DD;
  margin-bottom: 30px;
}

.code,
code {
	background: #F0F0F0;
	border: 1px solid #CCC;
	display: block;
	font-size: 14px;
	font-family: monospace;
	line-height: 18px;
	overflow: hidden;
	margin: 10px 0;
	padding: 10px;
}

blockquote {
  margin: 0 auto;
  padding-left: 20px;
  border-left: 5px solid #01A2DD;
  overflow: hidden;
 quotes: "«" "»";
}
blockquote:not(:first-of-type) {
  margin-top: .5em;
}
blockquote p {
  font-style: italic;
}
blockquote cite {
  margin-top: .5em;
  padding: 0;
  color: #01A2DD;
  font-size: 12pt;
  text-align: left;
  font-style: normal;
}
blockquote cite:before {
  content: '— ';
}

.message {
  background:#FFFFD3;
  border: 1px solid #EEEEEE;
  margin: 10px 0;
  padding: 10px 20px;
}

table {
  border: 1px solid #DDDDDD;
  border-collapse: collapse;
  max-width: 100%;
}

th {
  background: none repeat scroll 0 0 #F3F3F3;
  border: 1px solid #DDDDDD;
  font-weight: 400;
  padding: 5px;
}

td {
  border: 1px solid #CCC;
  padding: 5px;
}

td.title {
  background: none repeat scroll 0 0 #EEEEEE;
  font-weight: 600;
  text-align: center;
}

.alternate tr:nth-child(2n+1) {
  background: #EFEFEF;
}

ul, ol {
	margin: 0;
	padding: 0;
}

li {
  list-style-position: inside;
  list-style-type: none;
}

a {
  color: #D44000;
  text-decoration: none;
}
a:hover {
  color: #812600;
}

article {
  margin: 0 0 30px;
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

figure {
  margin: 0 0 20px;
  text-align: center;
}

figcaption {
  padding: 0 20px;
  margin: 5px 0;
}


/* ===============================================================
                      Usefull objects
   =============================================================== */

.col {
  float: left;
}

.left {
  float: left;
}

.right {
  float:right;
}

.relative {
  position: relative;
}

.clear {
  clear:both;
}

/*------------------- Fonts and texts -------------------------*/
.font-small {
  font-size: 14px;
  line-height: 1.5;
}

.font-medium {
  font-size: 16px;
  line-height: 1.5;
}

.font-big {
  line-height: 24px;
  font-size: 20px;
}

.light {
  font-weight: 300;
}

.bold {
  font-weight: 600;
}

/*------------------- Colors -------------------------*/
.bg-white {
  background-color:#fff;
}

.bg-light-grey {
  background-color:#DFDFDF
}

.bg-grey {
  background-color: #CBCBCB;
}

.white {
  color:#fff;
}
.orange {
  color:#D44000;
}
.orange-hover:hover {
  color:#D44000;
}

.blue {
  color:#01A2DD;
}

.spoilers {
  position: relative;
  background: #555;
  color: #555;
  border-radius: 5px;
  padding: 5px 10px;
  transition: all ease .4s;
}

.spoilers:hover {
  color: #222;
  background: #E0E0E0;
}

.spoilers::after {
  display: block;
  content: "Spoilers !";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin: -15px 0 0 0;
}

.spoilers:hover::after {
  display: none;
}


/*------------------- Misc -------------------------*/
.margin-0 {
  margin:0;
}

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

.nolist li {
  list-style-type: none;
}

.form-submit input {
  background: #113952;
  border: none;
  color: white;
  cursor: pointer;
  padding: 10px 25px;
  margin: 0 0 0 30px;
  width: auto;
}

.alignleft {
  float:left;
  margin:0 10px 10px 0;
}

.alignright {
  float:right;
  margin:0 0 0 10px;
}

.aligncenter {
  display: block;
  margin:0 auto;
}

.tagcloud {
  line-height: 1.2;
}

.wp-caption {
  background-color: #F3F3F3;
  max-width: 100%;
  padding: 5px 0;
  text-align: center;
}
.wp-caption-text {
  font-size: 14px;
  margin: 0;
}
.sticky {}
.gallery-caption {}


/*------------------- Social media -------------------------*/
.facebook,
.twitter,
.instagram,
.steam,
.youtube,
.rss,
.tiktok,
.sc  {
  background-image:url("images/sprite-social-square-32.png");
  background-repeat:no-repeat;
  float: left;
  height:32px;
  margin:0 10px 10px 0;
  width:32px;
}

.facebook {  background-position:0 0;  }
.twitter {  background-position:-42px 0;  }
.instagram {  background-position:-84px 0;  }
.steam {  background-position:-126px 0;  }
.youtube {  background-position:-168px 0;  }
.rss {  background-position:-210px 0;  }
.tiktok {  background-position:-252px 0;  }
.sc { background-position: -294px 0; }

.facebook span,
.twitter span,
.instagram span,
.steam span,
.youtube span,
.rss span,
.tiktok span,
.sc span {
  display:none;
}

.avatar {
  background-color:#509cee;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-family: Arial, Helvetica;
  font-weight: 800;
}
.avatar-32 {
  height: 32px;
  width: 32px;
  font-size: 32px;
}
.avatar-40 {
  height: 40px;
  width: 40px;
  font-size: 40px;
}
.avatar-50 {
  height: 50px;
  width: 50px;
  font-size: 50px;
}
.avatar-80 {
  height: 80px;
  width: 80px;
  font-size: 80px;
}


/* ===============================================================
                      A R T I C L E S
   =============================================================== */

.article-header {
  background: #113952;
  color: #fff;  
  padding: 5px 60px 5px 10px;
  position: relative;
}

.category-reviews-jdp > .article-header {
  background: #065a19;
}

.article-header-date {
  color: #aaa;
  margin-left: 30px;
  margin-right: -50px;
  max-width: 160px;
  text-align: right;
}

.article-header-title,
.article-header-title a {
  color: #FF8000;
  margin: 0;
}

.article-header-title:hover,
.article-header-title a:hover {
  color: #e29f07;
}

.article-header .entry-meta {
  display: inline-block;
}

.article-header .medal {
  position: absolute;
  right: 10px;
  top: 30px;
}

.type-short-article .article-header {
  background: #f1a01e;
}

.type-short-article .article-header-date {
  color: #fff;
}

.type-short-article .article-header-title,
.type-short-article .article-header-title a {
  color: #308bc3;
}


.entry-content {
  overflow: hidden;
  padding:10px 30px 20px;
}

.entry-content h2,
.entry-content h3 {
  clear:both;
}

.entry-content li {
  list-style-type: disc;
}

.verdict {
  padding:5px 20px;
}

.verdict h2 {
  color: #c0392b;
  margin: -5px -19px;
  padding: 5px 20px;
}

.verdict-plus {
  background-color: #DFEFF9;
}

.verdict-plus h2 {
  background-color: #C4E1F4;
  color: #01A2DD;
}

.verdict-minus {
  background-color: #FBE3E1;
}

.verdict-minus h2 {
  background-color: #F7C9C5;
}

.verdict-average {
  background-color: #F8DEC1;
}

.verdict-average h2 {
  background-color: #F3C795;
  color: #D44000;
}

.medal-link {
  text-align: center;
}
.medal-link a {
  display: inline-block;
}

.medals-list {  
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.medals-list .mini-article {
  margin: 0;
  width: 320px;
}

.medals-bronze,
.medals-silver,
.medals-gold {
    margin: 0 -30px;
    padding: 20px 30px;
}

.medals-bronze {
  background: #f18761;
}
.medals-silver {
  background: #e3e8e8;
}
.medals-gold {
  background: #f9d80a;
}

.article-navigation {
  display: block;
  margin: 20px 0;
  overflow: hidden;
}

.article-navigation a {
  background-color: #113952;
  box-sizing: border-box;
  max-width: 49%;
  padding: 15px 20px;
  position: relative;
  width: 180px;
  text-align: center;
  color: #FF8000;
}

.article-navigation a:hover {
  color: #e29f07;
}

.article-next {
  float: left;
}

.article-previous {
  float: right;
  text-align: right;
}


/* ===============================================================
                        Articles Aside
   =============================================================== */
.entry-meta {
  margin: 0 15px 0 0;
}

.entry-meta a {
  background: url(images/sprite-icons.png) no-repeat 0 0 transparent;
  color:#fff;
  display: inline-block;
  line-height: 24px;
  padding: 0 0 0 24px;
}
.entry-meta a:hover {
  color:#812600;
}

.entry-meta-category a {
  background-position: 0 -98px;
}


.entry-meta-category a.category-reviews,
.entry-meta-category a.category-reviews-jdp {
  background: none;
  padding: 0;
}

.entry-meta-category a.category-reviews:before {
  content: "🎮 ";
}
.entry-meta-category a.category-reviews-jdp:before {
  content: "🎲 ";
}



.entry-meta-tags a {
  background-position: 0 -48px;
}
.entry-meta-comments a {
  background-position: 0 0;
}

.sharing {
  background: #F0F0F0;
  margin-top: 0;
  overflow: hidden;
  padding: 0 40px 20px;
}

.sharing-title {
  font-weight: 600;
  font-size: 16px;
  margin: 20px 0 10px;
  color: #D44000;
}

.sharing-links {
  overflow: hidden;
}

.singular-widgets .widget {
  margin: 0;
}

.sharing .left,
.sharing .right  {
  width:50%;
}

.navigation {
  text-align: right;
}


/************************************************************************
 *                      A R T I C L E S     L I S T
 ************************************************************************/

.articles-index ul {
  column-count: 3;
}

.articles-index li {
  list-style-type: none;
}

.articles-index h1 {
  margin: 20px 0;
}

h1.category_109:before {
  content: "🎮 ";
}
h1.category_176:before {
  content: "🎲 ";
}


/************************************************************************
 *                          H O M E
 ************************************************************************/

.home-article {
  cursor: pointer;
  height: 210px;
  overflow: hidden;
  text-align: left;
  width: 350px;
}

.home-article img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.home-article-background {
  background-color: rgba(0, 0, 0, 0.4);
  color: #f4f4f4;
  height: 100%;
  width: 100%;
}

.home-article-text {
  padding: 10px;
  text-shadow: #000 -1px -1px 3px, #000 1px 1px 3px;
}

.home-article-more {
  background-color: #002D40;
  background-color: rgba(0, 45, 64, 0.85);
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 100%;
  transition-duration: 0.15s;
  width: 100%;
}

.home-article:hover .home-article-more {
  top:0;
}

.home-article-more a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding-top: 88px;
  width: 100%;
}

.archives-link {
  background-color:#FFFEFC;
  color: #D44000;
  display: block;
  margin: 0 0 30px;
  padding: 10px;
  text-align: center;
}

.archives-link:hover {
  background-color:#D44000;
  color: #FFF;
}



/************************************************************************
 *                          H E A D E R
 ************************************************************************/

.headerimg {
  height: 450px;
  overflow: hidden;
}

.headerimg img {
  display: block;
}

.desktop-menu {
  background: #222;
  background: rgba(17, 17, 17, 0.75);
  margin-top: -50px;
  position: relative;
  width: 100%;
}

.desktop-menu ul {
  margin: 0;
  padding: 0;
}

.desktop-menu li  {
  display: inline-block;
  position: relative;
}

.desktop-menu li a {
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 10px 30px;
}

.desktop-menu li a:hover {
  background-color: #000;
  color: #fff;
}



/************************************************************************
 *                          S I D E B A R
 ************************************************************************/

.widget {
	margin-bottom: 50px;
  overflow: hidden;
}

.about {
	background: #FAF9DF;
	padding: 10px;
}

.searchform {
	position: relative;
}

.searchform-right {
  width:320px;
  margin: 6px 60px 6px 0;
}

.searchform-field {
	box-sizing: border-box;
	width: 100%;
}

.searchform-submit {
	background: url(images/sprite-icons.png) no-repeat 95% -328px transparent;
	border: none;
	cursor: pointer;
  direction: ltr;
	height: 16px;
	position: absolute;
	right: 10px;
	text-indent: -3000px;
	top: 10px;
	width: 16px;
}

.recent-comment {
	background: #FFF;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px;
}

.recent-comment-avatar .avatar {
	float: left;
	margin: 0 10px 10px 0;
}

.recent-comment-author {
	color: #01A2DD;
	display: block;
	font-weight: 600;
}

.recent-comment-time {
	color: #999;
	display: block;
	font-weight: 300;
}

.recent-comment-text {
	display: block;
	clear: both;
}

.recent-comment-link {
	border-top: 1px solid #EAEAEA;
	color: #999;
	display: block;
	margin: 10px 0 0;
	padding: 10px 0 0;
}

.recent-comment-link strong {
	color: #D44000;
	font-weight: 400;
}

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

.yarpp-related-widget .mini-articles {
  margin-right:-30px;
}

.mini-article {
  display: inline-block;
  width: 100%;
  max-width:350px;
  margin:0 30px 30px 0;
  text-align: left;
  vertical-align: top;
}

.mini-article-content {
	background-color: #fff;
	/*border: 1px solid #CCC;*/
	border-top: 0;
	padding: 10px;
	margin: 0 0 20px;
}

.mini-article-image img {
	display: block;
  width:100%;
}

.menu-liens-container li {
  margin: 10px 0 0;
}



/************************************************************************
 *                          F O O T E R
 ************************************************************************/

.colophon {
  background: #113952;
  clear: both;
  overflow:hidden;
  padding: 30px 50px;
}

.colophon a {
  color:#fff;
}
.colophon a:hover {
  color:#812600;
}

.colophon-left {
  max-width:60%;
  text-align: left;
}

.colophon-widget {
  margin:0 0 10px;
  max-width:35%;
}

.colophon-widget .widget {
  margin-bottom:0;
}

.colophon-menu li {
  border-left: 1px solid #fff;
  display: inline-block;
  line-height: 12px;
  margin-left: 10px;
  padding-left: 10px;
}

.colophon-menu li:first-child {
  border-left:none;
  padding-left:0;
  margin-left:0;
}

.colophon-menu li a {
  display:block;
}



/************************************************************************
 *                          C O M M E N T S
 ************************************************************************/

.commentlist {
  overflow:hidden;
}

.commentlist .comment {
  background: #FFF;
  display: block;
  margin: 0 0 30px;
  min-height: 80px;
  position: relative;
  overflow: hidden;
  padding: 25px 30px 25px 140px;
}
.commentlist .avatar {
  left: 30px;
  position: absolute;
  top: 25px;
}
.commentlist .comment p {
  clear: both;
  margin: 15px 0 0;
}

.comment-author {
  float: left;
  margin: 0 0 15px 0;
  width: 210px;
}

.comment-author .fn {
  color: #01A2DD;
  display: block;
  font-style: normal;
}

.comment-author .says {
  display: none;
}

.comment-meta {
  float: right;
  font-size: 14px;
  text-align: right;
  width: 250px;
}

.comment-meta a {
  color: #999;
}

.pingback {
  background: #F1F1F1;
  display: block;
  margin: 0 0 30px;
  min-height: 80px;
  position: relative;
  overflow: hidden;
  padding: 15px 30px;
}

.pingback .comment-author {
  width: auto;
  max-width: 400px;
}

.pingback p {
  clear: both;
  margin: 15px 0 0;
}

.bypostauthor {}


/************************ Form ************************/
.comment-respond {
  background: #CBCBCB;
  overflow: hidden;
  padding: 0 20px;
}

.comment-reply-title {
  color: #01A2DD;
}

.comment-form-author {
  margin: 0 0 15px 0;
}

.comment-form-author input {
  background: url(images/sprite-icons.png) no-repeat 99% -380px #f6fbfb;
  padding-right: 32px;
  width: 100%;
}

.comment-form-email  {
  float: left;
  margin: 0 15px 15px 0;
  max-width: 100%;
}

.comment-form-email input {
  background: url(images/sprite-icons.png) no-repeat 98% -250px #f6fbfb
}

.comment-form-url  {
  margin: 0 0 15px 0;
  max-width: 100%;
}

.comment-form-url input {
  background: url(images/sprite-icons.png) no-repeat 98% -194px #f6fbfb;
}

.comment-form-email input,
.comment-form-url input  {
  padding-right: 32px;
  width: 337px;
}

.comment-form-comment {
  margin: 0 0 15px 0;
}

.comment-form-comment textarea {
  width: 700px;
}

.form-submit {
  float: right
}

.form-submit input {
  width: auto;
}


/************************************************************************
 *
 *                       M E D I A   Q U E R I E S
 *
 ************************************************************************/

/* Tablet */
@media only screen and (max-width: 1260px){

  .headerimg  {
    height: auto;
    max-height: 310px;
    overflow: hidden;
  }

  .desktop-menu li a {
    padding: 10px 20px;
  }

  .col {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  .wrapper {
    padding-top: 10px;
    text-align: center;
  }

  .main,
  .nosidebar main {
    margin: 0;
    text-align: left;
  }

  .sidebar {
    margin: 0 0 30px 0;
    padding: 0 10px;
    text-align: left;
    width: auto;
  }



  /*** Others ***/
  .colophon {
    padding:10px;
  }

  .tagcloud a {
    display: inline-block;
    margin: 0 15px 15px 0;
  }

  .home-article-more {
    background-color: transparent;
    top: 0;
  }

  .home-article-more a {
    text-indent: -3000px;
  }

  .page-title,
  #comments-title,
  .widget-title {
    margin: 0 10px 15px 10px;
  }

  .navigation {
    border-top: 1px solid #A1A1A1;
    margin-top: -30px;
    padding: 10px;
  }

  .page-numbers {
    display: inline-block;
    min-width: 20px;
    padding: 10px 20px;
    text-align: center;
  }

}

/* Mobile */
@media only screen and (max-width: 740px){

  .content {
    padding: 0 0 50px;
  }

  nav {
    background-color: #000;
    cursor: pointer;
    height: 50px;
    margin:0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    overflow: hidden;

    box-shadow: 0 -2px 4px rgba(43, 43, 43, 0.5);
    -webkit-backface-visibility: hidden; /* better position fixed on android browser */
    transition: right 0.2s, height 0.2s;
  }

  .mobile-menu-links {
    color: #fff;
    cursor: pointer;
    display: flex;
    text-align: center;
    text-transform: uppercase;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .mobile-menu-element {
    color: #fff;
    border-left: 1px solid #555;
    flex: 1;
    height: 40px;
    line-height: 20px;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    text-transform: none;
  }

  .mobile-menu-element:hover {
    color: #DE6E07;
  }

  .mobile-menu-element .fontello {
    display: block;
  }

  .mobile-menu-more {
    width: 50px;
  }

  .blogname {
    border-left: 0;
    color: #DE6E07;
    font-weight: bold;
    line-height: 40px;
  }


  /*** Slider ***/
  .desktop-menu {
    display: none;
  }

  .aside {
    background-color: #DFDFDF;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    left: 100%;
    right: -100%;
    top: 0;
    z-index: 9999;

    transition: left 0.2s;
    -webkit-backface-visibility: hidden;
  }

  .nav-active .aside {
    box-shadow: -2px 0 10px #3A3A3A;
  }

  .nav-active nav {
    right: 85%;
    right: calc(100% - 50px);
  }

  .nav-active .aside {
    left: 50px;
    right: 0;
  }

  body.nav-active {
    overflow: hidden;
  }

  .nav-active .content:after {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
    -webkit-backface-visibility: hidden;
  }

  .nav-active .mobile-menu-links span {
    display: none;
  }

  .nav-active .mobile-menu-links:after {
    color: #fff;
    content: "\2715";
    font-size: 30px;
    line-height: 50px;
    width: 50px;
  }

  .widget {
    margin-bottom: 30px;
  }


  /*** Menu ***/
  .mobile-menu {
    display: block;
    margin-bottom: 50px;
    width: 100%;
  }

  .mobile-menu a {
    background-color: #4A4A4A;
    border-bottom: 1px solid #848484;
    color: #fff;
    display: block;
    padding: 15px 0;
    text-align: center;
  }

  .comment-author {
    margin: 0;
  }

  .comment-meta {
    float: none;
    text-align: left;
    width: auto;
  }

  .colophon-menu li {
    border-left: 0;
    display: list-item;
    float: none;
    list-style-type: disc;
    line-height: 16px;
    margin: 10px 0;
    margin-left: 0;
    padding-left: 0;
    white-space: nowrap;
  }

  .colophon-menu li a {
    display:inline;
  }

  .entry-content {
    padding: 5px 10px;
  }

  .entry-meta a {
    margin: 10px 0 0;
  }

  .sharing {
    padding: 5px 10px;
  }

}
