/*!
Theme Name: Hazomedia
Theme URI: https://hazomedia.com/
Author: Hazomedia
Author URI: https://hazomedia.com/
Description: Start theme by Hazomedia
Version: 1.0.0
Text Domain: Hazomedia
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
img{
  max-width: 100%;
  height: auto;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

.gallery {
  margin-bottom: 1.5em;
}

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

.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%;
}

.gallery-caption {
  display: block;
}

/* 404 */
.error-404.not-found{
  width: 100%;
  margin: 50px 0;
  text-align: center;
}
.error-404.not-found .page-title{
  font-size: 24px;
  font-weight: 700;
  margin: 20px 0;
}
.error-404.not-found img{
  margin-bottom: 30px;
}
.error-404.not-found .ws-button{
  width: 200px;
  display: block;
  background: #000;
  color: #fff;
  border: 2px solid #000;
  padding: 15px 20px;
  font-size: 15px;
  text-transform: uppercase;
  margin: auto;
  cursor: pointer;
  text-decoration: none;
}
.error-404.not-found .ws-button:hover{
  background: #fff;
  color: #000;
}
.ws-none h2{
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}