/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

h1,h2,h3,h4,h5,h6 {
font-family: Palatino, "Palatino Linotype", serif;
}

#arc-solutions p {
 font-size:28px;
}

#arc-solutions strong {
  font-weight:normal;
  color:#40a9bf;
}

#codex_toc_widget-2 {
  list-style:none;
}

h3.fl-heading {
  color:#303030;
}

h3.clarify-step-title {
  font-size:24px;
}

.fl-node-59f42b86aea5f ul {
  display:flex;
  flex-wrap:wrap;
  margin-left:0;
  padding-left:0;
}


.fl-node-59f42b86aea5f li {
  list-style:none;
  flex-basis:300px;
  padding:10px;
  margin:10px;
  background:#f4f4f4;
  border-radius:2px;
}

