/*
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: 'Compacta';
    src: url('./fonts/compacta.ttf')  format('truetype')
}
/* 
h1 {
	font-family: 'Compacta' !important;
} */

#footer-widgets p {
	margin:0;
	margin-top: 18px;
}

#footer-widgets #ocean_social-2 {
	display: none;    	
}

@media only screen and (max-width: 450px) {
    #footer-widgets #ocean_social-2 {
        display: block;    	
    }
    #site-header.top-header #site-logo {
        padding: 15px 0;
    }
    #footer-widgets .col-2,
    #footer-widgets .col-3 {
    	display: none;
    }
    .site-footer {
    	text-align: center;
    }
}

.newsletter-template-default .entry-content a {
    text-decoration: underline;
}