/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/*
h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.2rem;
}

h4 {
  font-size: 1.1rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.8rem;
}*/
/*cookie revisit display:none*/
.cky-btn-revisit-wrapper {
	display: none !important;
}
@media only screen and (max-width: 576px) {
.elementor-search-form__input {
    font-size: 20px !important;
	margin-top: -450px !important;
  }
.elementor-lightbox .dialog-lightbox-close-button{
		margin-top: -450px !important;
	}
}
.wp-caption-text{
	font-family: "21Cent" !important;
    line-height: normal !important;
    font-size: 15px !important;
    color: #727272 !important;
    text-align: center !important;
    margin: 2rem 0 4rem !important;
    position: relative !important;
    clear: both !important;
}

.wp-caption-text::after {
    content: "" !important;
    position: absolute !important;
    width: 5rem !important;
    height: 1px !important;
    background: #d9d9d9 !important;
    bottom: -1.98rem !important;
    left: calc(50% - 2.5rem) !important;
}

blockquote {
    margin: 50px 10rem 0 !important;
    padding: 0 !important;
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
    text-align: center !important;
    font-family: "21Cent-Italic" !important;
    line-height: 3.25rem !important;
    font-size: 2.352rem !important;
    color: #000000 !important;
    border-top: 1px solid #d9d9d9 !important;
    border-bottom: 1px solid #d9d9d9 !important;
}
blockquote::before {
    content: "“";
    bottom: 0.3rem;
}
blockquote::after {
    content: "”";
	top: 3.1rem;
}

blockquote::after, blockquote::before {
	font-size: 5rem;
	font-family: "21Cent-Italic";
    display: block;
    position: relative;
    width: 8.5rem;
    margin: auto;
    background-color: white;
}
@media only screen and (max-width: 767px) {
	blockquote {
    margin: 0px 0rem 0 !important;
    padding: 0 !important;
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
    text-align: center !important;
	font-family: "21Cent-Italic" !important;
    line-height: 1.35rem !important;
    font-size: 1.352rem !important;
    color: #000000 !important;
    border-top: 1px solid #d9d9d9 !important;
    border-bottom: 1px solid #d9d9d9 !important;
}
	
blockquote::after, blockquote::before {
	font-size: 2rem;
    display: block;
    position: relative;
    width: 8.5rem;
    margin: auto;
    background-color: white;
}
	blockquote::after {
    content: "”";
	top: 1rem;
}
}
.luxury-shop {
  display: inline-block;
  padding: 6px 12px;
  border: 2px solid black;
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-family: 'Helvetica Neue', sans-serif;
/*   font-size: 1em; */
/*   text-transform: uppercase; */
  transition: all 0.3s ease;
  cursor: pointer;
}

.luxury-shop:hover {
  background-color: black;
  color: white;
}
.luxury-shop {
  -webkit-tap-highlight-color: transparent; /* for mobile WebKit browsers */
}
.luxury-shop:focus,
.luxury-shop:active {
  background-color: black;
  color: white;
  outline: none;
  box-shadow: none;
}

