/*
Theme Name: Tequila
Theme URI: #
Description: Child theme for Hello elementro
Author: bsdev
Template: hello-elementor
Version: 2.0
*/
.post-content a{
	color: var(--e-global-color-accent) !important;
}
::marker{
    font-size: 12px;
}
ol li::marker{
    font-size: inherit;
}
ol li{
    margin-bottom: 14px;
}
ul, ol{
    padding: 0;
}
ul a{
    color: initial;
}
.elementor .post-content img{
    border-radius: 28px;
    margin: 65px 0;
}
h1, h2{
    display: flex;
    align-items: center;
    gap: 16px;
}
h1:before, h2:before{
    content: '';
    background: url('./assets/img/title-decoration.svg') no-repeat center top / contain;
    min-width: 32px;
    max-width: 32px;
    height: 9px;
    top: 50%;
    right: calc(100% + 16px);
    transform: translateY(-50%);
    display: inline-block;

}
h1:after, h2:after{
    content: '';
    background: url('./assets/img/title-decoration.svg') no-repeat center top / contain;
    min-width: 32px;
    max-width: 32px;
    height: 9px;
    top: 50%;
    left: calc(100% + 16px);
    transform: translateY(-50%) rotate(180deg);
    display: inline-block;

}
.post h1:before, .post h1:after{
    display: none;
}
.elementor-button-link{
	min-width: 225px;
}
body .e-parent{
    padding: 0 3%;
}

.elementor-swiper-button{
    transition: .2s all ease-in-out;
}
.elementor-swiper-button-next:hover svg{
    transform: translateX(4px);
    transition: .2s all ease-in-out;


}
.elementor-swiper-button-prev:hover svg{
    transform: translateX(-4px);
    transition: .2s all ease-in-out;
}
.elementor-swiper-button:hover{
    background-color: #b8922b1a !important;
}

/* MEdia */
@media screen and (max-width:767px){
  
}