/*
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-logo #site-logo-inner, .oceanwp-social-menu .social-menu-inner, #site-header.full_screen-header .menu-bar-inner, .after-header-content .after-header-content-inner { height:80px !important; }

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
	margin: 0 0 10px;
	color:#5e8a00;
}
table tr td ul { margin:0 30px; }
.page-header-title {
    font-size: 28px;
    font-weight: 600;
}
.gallery-caption {
    background-color: inherit;
}
.blog-entry.thumbnail-entry .thumbnail {
    width: 25%;
}
.blog-entry.thumbnail-entry .blog-entry-content {
    width: 75%;
}
.widget-title {
    line-height: 28px;
    font-size: 22px;
    font-weight: 600;
    border-width: 0;
    letter-spacing: inherit;
    padding-left: 0;
}
#main #content-wrap {
    padding-top: 20px;
}
footer .custom-menu-widget .oceanwp-custom-menu>ul>li {
    border-bottom:0;
}