/* 
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 */

html,body{
  overflow-x: hidden;
}

.page-id-7 header, .page-id-7 footer{
    display: none !important;
}


.menu_vintage ul li a span{
transition: all 2s ease-in-out;
}

.menu_vintage ul li a span:hover{
letter-spacing: 10px;
transition: all 2s ease-in-out;

}

.icon-close .elementor-icon{
    display: flex !important;
}


.clean{
list-style: none;
padding-left: 0px;
margin-left: 0px;
}


a.vintage {
  font-size: 1.5em;
  font-weight: 300px;
  text-decoration: none;
}

a.vintage:hover {
  color: #718393 !important;
}

.vintage-btn {
      font-family: "Poppins", sans-serif;
  position: relative;
  display: inline-block;
  padding: 12px 44px;
  cursor: pointer;
  border: 2px solid rgba(158, 137, 79, 0.3);
}
.vintage-btn:before, .vintage-btn:after {
  content: "";
  position: absolute;
  left: 4px;
  height: 2px;
  width: calc(100% - 8px);
  background-color: rgba(158, 137, 79, 0.3);
}
.vintage-btn:before {
  top: -6px;
}
.vintage-btn:after {
  bottom: -6px;
}
.vintage-btn:hover > * > *:before, .vintage-btn:hover > * > *:after {
  height: calc(100% + 12px);
}
.vintage-btn:hover > * > * > *:before, .vintage-btn:hover > * > * > *:after {
  width: calc(100% - 8px);
}

.vintage-btn__outer:before, .vintage-btn__outer:after {
  content: "";
  position: absolute;
  top: -6px;
  height: calc(100% + 12px);
  width: 2px;
  background-color: rgba(158, 137, 79, 0.3);
}
.vintage-btn__outer:before {
  left: 4px;
}
.vintage-btn__outer:after {
  right: 4px;
}

.vintage-btn__inner:before, .vintage-btn__inner:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 2px;
  background-color: #9e894f;
  z-index: 1;
  transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.vintage-btn__inner:before {
  top: -6px;
  left: 4px;
}
.vintage-btn__inner:after {
  right: 4px;
  bottom: -6px;
}

.vintage-btn__text:before, .vintage-btn__text:after {
  content: "";
  position: absolute;
  left: 4px;
  height: 2px;
  width: 20px;
  background-color: #9e894f;
  z-index: 1;
  transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.vintage-btn__text:before {
  top: -6px;
}
.vintage-btn__text:after {
  bottom: -6px;
  right: 4px;
  left: initial;
}
.mdw-menu-open .elementor-icon{
    background-color: #e9e0d1;
    padding: 0px 5px;
}

.elementor-location-header .sticky-header{
    width: 100% !important;
    max-width: 100% !important;
}

.sticky-header{
    transition: all 0.5s ease-in-out;
    background: transparent;
}

.sticky-header.elementor-sticky--effects{
    background-color: #e9e0d1 !important;
    transition: all 0.5s ease-in-out;
    
}

#politicas nav ul li ul{
    display: none !important;
}

.enlace_contacto:hover{
      color: #7A3954 !important;
      font-weight: 400  !important;;
}


.weddingwireWidget__header{
background-color: #742e48 !important;
}

::selection {
  color: #e9e0d1;
  background: #718393;
}




/*================== media query ====================*/

@media only screen and (max-width: 500px) {
.mdw-menu-open .elementor-icon{
    background-color: #e9e0d1;
        padding: 0px 5px;
}

a.vintage {
  font-size: 0.9em;
  font-weight: 300px;
  text-decoration: none;
}
.vintage-btn {
    padding: 8px 44px; 
}


.elementor-element-10c70a2 m.enu-1-02cc00f{
justify-content: flex-start !important;
}

}




