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

div#ocean_contact_info-3 ul i {
    color: #fff;
    border-color: #fff !important;
}

div#ocean_about_me-3 .oceanwp-about-me-avatar.clr {
    margin-bottom: 19px;
    margin-top: 0;
}

#footer .widget-title {
    border-color: #86fc0a !important;
}

@font-face {
    font-family: 'Zona';
    src: url('fonts/ZonaPro-Regular.woff2') format('woff2'),
         url('fonts/ZonaPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}