/*!
Theme Name: Hazo Media
Theme URI: https://hazomedia.com/
Author: Hazo Media
Author URI: https://hazomedia.com/
Description: Start theme by TiLu - Hazo Media
Version: 1.0.0
Text Domain: hazo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/* Alignments
--------------------------------------------- */


.youtube .static-about h3 {
  text-align: center;
  font-size: 40px ;
  font-weight: bold;
  margin-bottom: 40px;
}
.press-coverage h2{
  margin-bottom: 40px;
}
.youtube{
  background-color: #eeeeee;
}
.press-coverage {
  background-color: #eeeeee;
  padding: 50px 0px;
}
.press-coverage .owl-stage{
  display: flex;
  gap: 10px;
  margin: 0 auto;
}

.hidden {
    display: none !important;
}


img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.home-news{
  padding-top: 0px !important;
}
.home-news .news-title a{
  color: #252a2b;
  font-size: 15px;
}
.home-news .news-item{
  transition: opacity 150ms linear, color 150ms linear, background 150ms linear;
}
.home-news h4.news-title {
  margin-top: 20px ;
}
.home-news,
.home-category{
  background-color: #eeeeee !important;
}
.home-category .cat-body{
  display: flex;
}
.cat-tittle {
  text-align: center;
  font-size: 40px;
  width: 100% !important;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.home-category .cat-tittle h2{
  text-align: center;
}
.home-category .cat-body .image-left .category-banner{
  height: 100% !important;
}
.home-category .cat-body .image-left .category-banner>a{
  height: 100% !important;
}
.home-category .cat-body .image-left .category-banner img{
  padding-bottom: 15px;
  height: 100% !important;
}
.home-category .cat-body .image-right .row .col-6{
  padding: 0px 7px ;
  padding-bottom: 15px;
}
.home-category .cat-body .image-right .row .col-6{
  padding: 0px 7px ;
  padding-bottom: 15px;
}
.home-category .cat-body .image-right .row {
  height: 100%;
}
.home-category .cat-body .image-right .row .col-6 .collage-pr-item{
  height: 100%;
  background-color: #fff;
}
.home-category .cat-body .image-right .row .col-6 .collage-pr-item .info-product,
.home-category .cat-body .image-right .row .col-6 .collage-pr-item .image-product{
  padding: 24px;
}
.home-category .cat-body .image-right .row .col-6 .collage-pr-item .image-product img{
  height: 300px;
  margin: 0 auto;
}
.home-category .cat-body .image-right .row .col-6 .collage-pr-item .info-product  a.item__name{
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
  min-height: 56px;
  color: #1b1b1b;
}
.home-category .cat-body .image-right .row .col-6 .collage-pr-item .info-product  p{
  margin: 0;
  font-size: 20px;
  color: #c50000;
}
.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;
}
body .devvn_bh_table .devvn_bh_row:nth-child(odd) {
    background-color: transparent;
}

body .devvn_bh_table .devvn_bh_row:nth-child(even) {
    background-color: #1b1b1b ;
}

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

@media(max-width: 990px){
.home-category .cat-body {
  display: block;
}
}
@media only screen and (max-width: 48em) {

  .home-category .cat-body {
    display: block;
}
.home-category .cat-body .image-left .category-banner img{
	height: 100% ;
	margin: 0 auto;
	width: 100%;
}
.home-category .cat-body .image-right .row .col-6 .collage-pr-item .info-product, .home-category .cat-body .image-right .row .col-6 .collage-pr-item .image-product {
  padding: 15px;
}
.home-category .cat-body .image-right .row .col-6 .collage-pr-item .image-product img {
  height: 180px;
  margin: 0 auto;
}
.home-news h4.news-title {
  margin-top: 10px;
  margin-bottom: 10px;
}
}