/*
	Theme Name: Hueman Child
	Theme URI: http://alxmedia.se/themes/hueman/
	Description: Sample child theme for customization.
	Author: You
	Author URI:
	Template: hueman
	Version: 1.0.0
*/

@import url("../hueman/style.css");

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

/* Global */

h1.site-title {
  padding-bottom: 10px;
  padding-top: 10px;
}

.pad {
  padding: 30px 30px 20px;
}

.gm-map {
  margin-bottom: 20px;
}

/* Styles Google Adsense pour focer la taille des blocs responsive */

.adsbygoogle {
  width: 728px;
  height: 90px;
  float: right;
  padding-top: 10px;
}
@media only screen and (min-width: 480px) and (max-width: 1200px) {
  .adsbygoogle {
    width: 468px;
    height: 60px;
    float: right;
    padding-top: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .adsbygoogle {
    width: 320px;
    height: 50px;
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding: 0px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 719px) {
  .header-ads-mobile #header-widgets {
    top: 0;
  }
}

#header .pad {
  padding-top: 10px;
  padding-bottom: 10px;
}

.post-nav-group a {
  padding-bottom: 16px;
}

/* Tablet - 800px, 768px & 720px */
@media only screen and (min-width: 720px) and (max-width: 800px) {
}

/* Mobile - 480px & 320px */
@media only screen and (max-width: 719px) {
}

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

/* Styles pour le widget Geomashup */

.widget.geomashupsearchwidget select {
  width: auto;
}
.widget.geomashupsearchwidget input[type="text"] {
  font-size: 15px;
  margin-top: 10px;
  padding: 5px;
  width: 95%;
}
.widget.geomashupsearchwidget button,
input[type="submit"] {
  background-color: #507293;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  padding: 10px 0px;
  width: 100%;
}

/* Styles pour les résultats de la recherche géographique */

#geo-mashup-search-results .post-title {
  color: #444;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
#geo-mashup-search-results .post-category {
  margin-bottom: 0em;
}
#geo-mashup-search-results .post-meta {
  line-height: 1.5em;
}
#geo-mashup-search-results .post-distance {
  float: left;
  margin-bottom: 0em;
}

/* Styles pour les menus "en ligne" */

.widget_nav_menu_inline {
  margin-bottom: 0.5em;
  padding-bottom: 0em;
}
.widget_nav_menu_inline li {
  float: left;
  list-style: none !important;
}
.widget_nav_menu_inline li:after {
  content: "|";
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.widget_nav_menu_inline li:last-child:after {
  content: "";
}

/* Styles pour les pages "pays" */

.entry h2 {
  font-size: 30px;
}

.entry h4 {
  color: rgb(102, 102, 102);
  font-size: 18px;
  font-variant: small-caps;
  font-weight: 600;
}

@media only screen and (max-width: 719px) {
  .entry h2 {
    font-size: 20px;
  }
  .entry h3 {
    font-size: 20px;
  }
}

.entry .wp-caption-text {
  line-height: 18px;
}

.page .post-title {
  color: #444;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.page .post-category {
  margin-bottom: 0em;
}
.page .post-meta {
  line-height: 1.5em;
}
.page .post-date {
  float: left;
  margin-bottom: 0em;
}

.single h2.post-title {
  color: #444;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.single .post-category {
  margin-bottom: 0em;
}
.single .post-meta {
  line-height: 1.5em;
}
.single .post-date {
  float: left;
  margin-bottom: 0em;
}

/* Styles pour les tableaux */

.entry-inner table td {
  text-align: left;
  vertical-align: top;
}
.entry-inner table th {
  text-align: left;
  vertical-align: top;
}
.entry-inner a {
  border-bottom-style: dotted;
  border-bottom-width: thin;
  border-bottom-color: #3b8bdb;
}
.post-inner a {
  border-bottom-style: none;
  border-bottom-width: thin;
  border-bottom-color: #3b8bdb;
}

.su-posts-teaser-loop {
  margin: 0px;
  margin-right: -30px;
}
.su-posts-teaser-loop ul {
  margin-left: -30px;
  padding-left: 30px;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.su-posts-teaser-loop ul li {
  list-style: none;
  border-width: 0px;
  width: 50%;
  float: left;
  padding-left: 0px !important;
}
@media only screen and (max-width: 479px) {
  .su-posts-teaser-loop ul li {
    width: 100%;
  }
}
.su-posts-teaser-loop .tab-item-thumbnail {
  margin-left: 0px;
  padding-right: 10px;
}
.su-posts-teaser-loop .tab-item-category {
  margin: 0px;
}
.su-posts-teaser-loop .tab-item-title {
  font-size: 15px;
}

.sharrre .share {
  font-size: 40px;
  margin-top: 5px;
}
