/*
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 Regular';
    src: url('https://cwshop.co.il/wp-content/uploads/2019/03/opensanshebrew-regular.eot'); /* IE9 Compat Modes */
    src: url('https://cwshop.co.il/wp-content/uploads/2019/03/opensanshebrew-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('https://cwshop.co.il/wp-content/uploads/2019/03/opensanshebrew-regular.woff') format('woff'), /* Modern Browsers */
         url('https://cwshop.co.il/wp-content/uploads/2019/03/opensanshebrew-regular.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('https://cwshop.co.il/wp-content/uploads/2019/03/opensanshebrew-regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}


@media only screen and (max-width: 959px) {
    #main #content-wrap.container {
        clear:both;
    }
}






