/*
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 */

@font-face {
    font-family: 'Din Web';
    src: url('fonts/DinWeb/DINWeb.eot'); /* IE9 Compat Modes */
    src: url('fonts/DinWeb/DINWeb.woff') format('woff'),
    src: url('fonts/DinWeb/DINWeb.woff2') format('woff2')
}

#footer-widgets {font-family: "Din Web", sans-serif}

.desktop-only, .hide-desktop {
    display: none;
}

@media (min-width: 768px) {
    .desktop-only {
        display: block;
		padding: 0 15px;
        width: 100%;
        max-width: 800px;
    }
}

@media (max-width: 767px) {
    .hide-desktop {
        display: block;
		padding: 0 15px;
    }
	
	.e-1 {
		width: 65%;
		float: left;
	}

	.e-2 {
		width: 35%;
		float: left;
	}
}
