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

.alignleft {
    float: left;
    padding-right: 1.5em
}

.alignright {
    float: right;
    padding-left: 1.5em
}

.wp-caption {
    max-width: 100%;
    padding-bottom: 15px
}

.wp-video {
    display: none !important;
    visibility: hidden !important;
}
.oew-buttons li {
	padding-left: 10px;
    display: inline-block;
    margin-left: 12px;
	background-position: 22px 7px;
	background-size: 25px;
	background-image: url("https://interactiveoceans.washington.edu/wp-content/uploads/2018/12/interactive-oceans-logo-symbol-only_sm.png");
    background-repeat: no-repeat;
}
.has-footer-callout.osf-footer #wrap {
    overflow:hidden;
}

.elementor-image-box-title {
    color: #b33737;
    font-size: 28px;
    font-weight: 600;
}