/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* tootekategooriad esilehel */
.ux_banner-grid div.inner.center.text-center {
  width:90% !important;
}
.ux_banner-grid .ux_banner .inner {
  right:5% !important;
  left:5% !important;
}
.ux_banner-grid .ux_banner h2, .ux_text h2 {
  font-size:250% !important;
}

/* Product image - lightbox */
img.mfp-img {
  max-height:100% !important;
  padding:0 0 0 0 !important;
}


/* footer */
#block-jalus .row.container {
  margin-bottom:0 !important;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
  div.columns.ux-grid-column.large-6.small-6 .ux_banner {
    font-size:8px !important;
  }
  .footer-2,
  .footer-2 .column-inner {
    text-align:center !important;
  }
  .footer-2 .tx-div {
    margin:15px auto !important;
  }

}