/*
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: 'Ciguatera';
  src: url(fonts/Ciguatera.eot);
  src: url(fonts/Ciguatera.eot?#iefix) format('embedded-opentype'),
       url(fonts/Ciguatera.otf) format('otf'),
       url(fonts/Ciguatera.svg#Ciguatera) format('svg'),
       url(fonts/Ciguatera.ttf) format('truetype'),
       url(fonts/Ciguatera.woff) format('woff'),
       url(fonts/Ciguatera.woff2) format('woff2');
}

h1{font-family: 'Ciguatera'!important}
#site-header{background:none!important}
#site-header.is_stuck #site-logo{/*display:none!important*/}
#site-header.is_stuck #site-header-inner{background:#ffffff!important}
#site-header.is_stuck.top-header .header-top{background-color:#6d131e!important}
#site-header.is_stuck.top-header .header-top li a{color:#ffffff!important}
#site-description{display:none!important}
#site-header.top-header .header-top{background-color:#f4eee8!important}
#footer-widgets i{color:#ffffff!important;border:none!important}
#ocean_social-3 li{border:none!important}
.widget-title{border:none!important;padding:0!important}
input[type=text],input[type=email],input[type=tel],textarea{background-color:#ffffff!important}
#footer a i{color:#ae8d46!important}
.footer-widgets-inner .col-3{text-align:right!important}