/*
 Theme Name:   Oceanwp Child
 Theme URI:    https://ovito.org/oceanwp-child/
 Description:  Oceanwp Child Theme
 Author:       Alexander Stukowski
 Author URI:   https://ovito.org
 Template:     oceanwp
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  oceanwp-child
*/

/* Used on Version History page */
.ovito_release_tag {
	background-color: rgb(160, 160, 160);
	color: white;
	padding: 2px;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
	font-size: 14px;
}

/* Formatting of code identifiers, function names, etc. */
code {
	font-size: inherit;
	font-family: "Source Code Pro", "Liberation Mono", "Courier New", Courier, monospace;
	font-weight: bold;
	color: inherit;
}

/* Purchase history table */
.edd-table th, .edd-table td, .edd-table tr th:first-child, .edd-table tr td:first-child, .edd-table tr th:last-child, .edd-table tr td:last-child {
	padding: 6px 6px;
}
.um-account-main {
	width: 65%;
}

/* "OVITO Pro" website menu item */
#menu-item-1845 a {
	color: yellow !important;
}
#menu-item-1845 a:hover {
	color: #3aed12 !important;
}

/* WP Form - Request a sales quote
 * CSS hide submit button on page load */

#wpforms-form-11602 .wpforms-submit-container .wpforms-submit {
	visibility:hidden;
}
  
#wpforms-form-11602 .wpforms-submit-container .wpforms-submit.show-submit {
	visibility:visible;
}

#wpforms-form-11602 .wpforms-recaptcha-container {
	display:none;
}

/* This class is used for buttons leading to the FastSpring store in the Request Sales Quote form. */
.FastSpringButton {
	box-shadow:inset 0px 1px 0px 0px #fff6af !important;
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%) !important;
	background-color:#ffec64 !important;
	border-radius:6px !important;
	border:1px solid #dcdcdc !important;
	display:inline-block !important;
	cursor:pointer !important;
	color:#333333 !important;
	font-size:15px !important;
	font-weight:bold !important;
	padding:4px 20px !important;
	margin:12px 6px !important;
	text-decoration:none !important;
	text-shadow:0px 1px 0px #ffee66 !important;
}
.FastSpringButton:hover {
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%) !important;
	background-color:#ffab23 !important;
}
.FastSpringButton:active {
	position:relative !important;
	top:1px !important;
}

