/* 
Theme Name: HaifaCity
Theme URI: https://github.com/elementor/hello-theme/
Description: Haifacity Theme
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: haifacity
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
*/
/*FOR MOBILE HERE*/




.grad-gold{
/*    background: rgb(255,206,106);*/
    background: -moz-linear-gradient(270deg, rgb(160, 123, 71) 0%, rgb(243, 228, 186) 100%);
    background: -webkit-linear-gradient(270deg, rgb(160, 123, 71) 0%, rgb(243, 228, 186) 100%);
    background: linear-gradient(270deg, rgb(160, 123, 71) 0%, rgb(243, 228, 186) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a07b47",endColorstr="#f3e4ba",GradientType=1);
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


p {
    margin: 0!important;
}

.soon:before, .soon:after{
    -webkit-animation: AnimationName 10s ease infinite;
    -moz-animation: AnimationName 10s ease infinite;
    animation: AnimationName 10s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 0%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 0%}
    100%{background-position:0% 50%}
}


.site-header, .site-footer, header.page-header{display: none;}
/*
#elementor-popup-modal-40 .dialog-widget-content{
    opacity: .97;
}
.close-popup{cursor: pointer;
}
*/

.elementor-field-type-acceptance.elementor-field-group.elementor-column.elementor-field-group-mt_checkbox.elementor-col-100 {
    order: 2;
}

/*DESKTOP ONLY*/
@media only screen and (min-width: 769px) {
    
}

TABLET ONLY*/
@media (max-width: 1024px) and (min-width: 768px) {
}



/* Media query for small screens (e.g., mobile) */
@media only screen and (min-width: 600px) {
    .
}

/* Media query for medium screens (e.g., tablets) */
@media only screen and (min-width: 768px) {
    
}

/* Media query for large screens (e.g., desktops) */
@media only screen and (min-width: 1024px) {
    
}
/*****************************************************************************/

