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

/* Parent stylesheet should be loaded from functions.php not using @import */


@font-face {
    font-family: 'open sans hebrew';
    src: url('fonts/OpenSansHebrew-Regular.ttf')  format('truetype')
    font-weight:normal;
}

@font-face {
    font-family: 'open sans hebrew';
    src: url('fonts/OpenSansHebrew-Bold.ttf')  format('truetype')
    font-weight:bold;
}


#site-header.transparent-header{background-color: #8f8f8f6e;}


/* -- project template -- */
.project-slider .slick-slide-bg{background-color: #ffffff !important;}

.single-post.content-max-width .entry-content p{margin:0px !important;}

.single-post.content-max-width .entry-content h2{margin:0px !important;}