/*
Theme Name: Optimizer Theme
Theme URI: https://businessoptimizer.org
Description: Custom theme for websites developed by Business Optimizer. This theme requires the Optimizer Dash plugin to be installed and activated.
Version: 2.0.1
Author: Business Optimizer
Author URI: https://businessoptimizer.org
License: GNU General Public License
License URI: license.txt
*/

:root {
	interpolate-size: allow-keywords;
}

/* =Globals
-------------------------------------------------------------- */
.white-text,
.white-text div,
.white-text span,
.white-text p,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text ul li {
	color: #ffffff;
}

/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: 700;
	line-height: 1.0em;
	word-wrap: break-word;
}

h1 {
	font-size: 2.625em; /* = 42px */
	margin-bottom: .5em;
	margin-top: .5em;
}

/* =Links
-------------------------------------------------------------- */
a {
	color: #0066cc;
	font-weight: 400;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #444444;
	outline: 0;
	text-decoration: none;
}

a::-moz-selection {
	background: #999999;
	color: #ffffff;
	text-shadow: none;
}

/* Fix for Elfsight form field spacing */
.wpb_text_column div[data-app="eapps-contact-form"] form > div > div > div,
.contact-form-container div[data-app="eapps-contact-form"] {
	margin-bottom: 20px;
}

/* Fix for Elfsight form overflow issue that causes the form to have a scrollbar */
div[data-app="eapps-contact-form"] div {
	overflow: visible !important;
}
