/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
.sr-only{display:none;visibility:hidden;}
#site-header{background-color:transparent;}

html, body {
    scroll-padding-top: 90px;
}

@media (max-width: 1024px) {
    html, body {
        scroll-padding-top: 70px;
    }
}

@media (max-width: 767px) {
    html, body {
        scroll-padding-top: 60px;
    }
}


.xpro-theme-builder-header-nav{position:fixed !important;left:0;right:0;}

.elementor-image-carousel-wrapper .swiper-pagination{margin-bottom:-15px;}

/*table*/
.tablepress tr{border:none;}
.tablepress tr td{border:none;}

/*form*/
.main-form{}
.main-form label{color:#ffffff;}
.main-form input[type="text"]{background-color:#ffffff;color:#221e1f;}
.main-form input[type="tel"]{background-color:#ffffff;color:#221e1f;}
.main-form input[type="email"]{background-color:#ffffff;color:#221e1f;}
.main-form textarea{background-color:#ffffff;color:#221e1f;}
.main-form input[type="submit"]{background-color:#ec1c24;color:#ffffff;border:none;padding:15px 30px;font-size:1.2em;}
.button-center{text-align:center;}
.main-form .wpcf7-spinner{position:absolute;}
.main-form-warp .wpcf7-response-output{color:#ffffff;} 

/*הצהרת נגישות*/
.accessibility-statement a{color:#221e1f !important;}
.accessibility-statement a:hover{color:#ec1c24 !important;}