/**
 * Theme Name: WordPlate
 * Theme URI: https://wordplate.github.io
 * Description: WordPlate is a modern WordPress stack built with Composer. It simplifies the fuzziness around WordPress development.
 * Version: 6.0.0
 * Author: WordPlate
 * Author URI: https://wordplate.github.io
 */

/*--------------------------------------------------------------
## Image
--------------------------------------------------------------*/

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding-right: 10px;
  padding-top: 10px;
}

.gallery-item img {
  height: auto !important;
  width: 100% !important;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

/*--------------------------------------------------------------
## Facebook comments
--------------------------------------------------------------*/

.fb-comments-count, .fb-comments-count_fluid_desktop_fluid {
  width: auto !important;
}
