/*
Theme Name: Ave
Theme URI: http://ave.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 2.8.8
License: GNU General Public License
License URI: license.txt
Text Domain: ave
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.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;
}

/*--------------------------------------------------------------
Custom CSS overrides
--------------------------------------------------------------*/

.widget_nav_menu ul {
  padding-left: 0;
}

li.product-category.product {
  display: flex;
  align-items: center;
  justify-content: center;
}
h2.woocommerce-loop-category__title {
  text-align: center;
}

woocommerce-loop-category__title {
  text-align: center;
}

.woocommerce ul.products li.product h3 {
  text-align: center;
}

.woocommerce ul.products li.product a img {
  border-color: #cccccc;
  border-width: 2px;
  border-style: solid;
}
.woocommerce .ld-sp figure img {
  border-color: #cccccc;
  border-width: 2px;
  border-style: solid;
}
.count {
  display: none;
}

.woocommerce ul.products li.product .price {
  display: none;
}
.widgettitle {
  color: #000099;
}
.woocommerce.columns-2 ul.products li.product,
.woocommerce ul.products.columns-2 li.product {
  width: 20%;
}

.pswp__caption {
  display: none;
}

.borderimg {
  width: 100%;
  text-align: center;
}
.borderimg > .wpb_wrapper > .wpb_image_grid > ul {
  display: flex;
  align-items: stretch; /* Default */
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
}

.borderimg > .wpb_wrapper > .wpb_image_grid > ul > li {
  margin-left: auto;
  margin-right: auto;
  display: block;
  flex: 0 1 auto; /* Default */
  position: relative !important;
  left: 0 !important;
}
.wpb_image_grid_ul li {
  margin-left: auto;
  margin-right: auto;
}

.weddingring img,
.borderimg img {
  border-color: #cccccc;
  border-width: 2px;
  border-style: solid;
  margin: 3px;
}

.fmenu {
  width: 100%;
}

.main-nav {
  width: 100%;
}

.menu-item {
  width: 100%;
   text-align: center;
  font-size: 120%;
}

.enquire-now-button a {
  background-color: #01009a;
  color: #fff !important;
  border-radius: 3px;
  padding: 7px 18px !important;
  margin: 3px 0;
}

.enquire-now-button a:hover,
.enquire-now-button a:focus {
  color: #fff !important;
  background-color: #181b31 !important;
}

/* fix gallery grids breaking on resize*/
.autoHeight .wpb_image_grid_ul,
.wpb_gallery.wpb_content_element.vc_clearfix.borderimg.wpb_animate_when_almost_visible.wpb_fadeIn.fadeIn.wpb_start_animation.animated
  .wpb_image_grid_ul,
.vc_row.wpb_row.vc_row-fluid.hidden-sm.hidden-md.hidden-lg .wpb_image_grid_ul {
  height: auto !important;
}

body {
  font-family: "Lora", serif !important;
  font-size: 18px;
}

[data-mobile-nav-align="center"] .nav-item-children {
  text-align: left !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 20px !important;
  font-family: "Noto Sans KR", sans-serif !important;
}

h1,
.h1 {
  font-size: 35px;
}

h2,
.h2 {
  font-size: 28px;
}

h3,
.h3 {
  font-size: 22px;
}

@media screen and (max-width: 600px) {
  h1,
  .h1 {
    font-size: 30px !important;
  }
  h2,
  .h2 {
    font-size: 25px !important;
  }
  h3,
  .h3 {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 1073px) {
  .enquire-now-button a {
    padding: 15px 26px !important;
    margin: 0;
    border-radius: 0;
  }
}
