/*
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 a img {
    height: 90px;
}


input[type="button"], input[type="reset"], input[type="submit"], button[type="submit"], .button, body div.wpforms-container-full .wpforms-form input[type=submit], body div.wpforms-container-full .wpforms-form button[type=submit], body div.wpforms-container-full .wpforms-form .wpforms-page-button {
text-transform: none;
}

.single-post.content-max-width .wp-block-columns, .single-post.content-max-width .wp-block-text-columns, .single-post .wp-block-columns, .single-post .wp-block-text-columns {
    max-width: 850px !important;
}

.single-post.content-max-width .entry-content p, .single-post.content-max-width .entry-content ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

.cm-shuffle-box-theme-blue {
text-align:center !important;
}

html {
    font-family: Roboto;
    font-size: 16px;
    color: #000000;
}

.document-library_folder .folder-file {
    text-decoration: none !important;
}
.lcms-plugin_document-library {
    --theme-primary: #025693;
}