/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.tooldesc pre {
    line-height: normal;
    padding-left: 25px;
}

.tooldesc h6 {
    font-weight: 600;
}
.even {
    background-color: #f1c5d212;
}

.odd {
    background-color: ghostwhite;
}

.categorylist .e-con-inner {
  display: block !important; /* instead of grid/flex */
}

.desctext .e-con-inner {
  display: block !important; /* instead of grid/flex */
}

@font-face {
  font-family: "Lausanne";
  src: url("./fonts/Lausanne-300.otf") format("woff");
	font-weight: 300;
}
@font-face {
  font-family: "Lausanne";
  src: url("./fonts/Lausanne-400.otf") format("woff");
	font-weight: 400;
}
@font-face {
  font-family: "Lausanne";
  src: url("./fonts/Lausanne-500.otf") format("woff");
	font-weight: 500;
}
@font-face {
  font-family: "Lausanne";
  src: url("./fonts/Lausanne-600.otf") format("woff");
	font-weight: 600;
}
@font-face {
  font-family: "Lausanne";
  src: url("./fonts/Lausanne-700.otf") format("woff");
	font-weight: 700;
}
@font-face {
  font-family: "Lausanne";
  src: url("./fonts/Lausanne-800.otf") format("woff");
	font-weight: 800;
}


body, h1, h2, h3, h4, h5, h6, input, textarea, select, button {
	font-family: "Lausanne";
}

.marquee {
  overflow: hidden;
  display: flex;
}

.marquee * {
  white-space: nowrap;
}

#roi-calculator select, #roi-calculator select option {
	font-size: 16px;
}