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

#site-header {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-bottom: 0px;
    z-index: 100;
}

#main #content-wrap {
    padding-top: 25px;
    padding-bottom: 50px;
}

.page-header {
  position: relative;
  background-color: #f5f5f5;
  padding: 20px 0;
}

.cn-button.wp-default {
	background-color: #FF5500 !IMPORTANT;
}

div.wpforms-confirmation-container-full {
    color: inherit;
    margin: 0;
    background: none;
    border: none;
    padding: 0;
}
 
div.wpforms-confirmation-container-full p:last-of-type {
    margin: inherit;
}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-regular-webfont.woff') format('woff')
	     url('fonts/SourceSansPro-Regular.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;

}
