/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* =Nav Menu */

ul#top-menu {
  font-family: 'Raleway', Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 30px;
}
ul#top-menu * {
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
ul#top-menu li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 0;
  overflow: hidden;
  line-height: 2em;
}
ul#top-menu a {
  padding: 0.3em 0 !important;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  margin: 0;
  text-decoration: none;
}
ul#top-menu a:before,
ul#top-menu a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
ul#top-menu a:before {
  bottom: 100%;
  display: block;
  height: 3px;
  width: 100%;
  content: "";
  background-color: #618993;
}
ul#top-menu a:after {
  padding: 0.3em 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  content: attr(data-hover);
  color: #618993 !important;
  white-space: nowrap;
}
ul#top-menu li:hover a,
ul#top-menu li.current-menu-item a {
  transform: translateY(100%) !important;
  color: #618993 !important;
  opacity: 1 !important;
}
#top-menu-nav #top-menu a:hover, #mobile_menu_slide a:hover {
    color: #618993 !important;
    opacity: 1 !important;
}

#top-header #et-secondary-menu>ul>li a {
	display: inline;
	padding-left: 0.5em;
}
#top-header #et-secondary-nav {
	margin-bottom: 0.65em;
}
#top-header #et-secondary-nav a {
	font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
}
#top-header #et-secondary-nav a:hover {
	color: #624717;
}
.home-check .et-pb-icon {
	font-weight: 600;
}
.home-check h3 {
	margin-bottom: 12px;
}
.home-check .et_pb_main_blurb_image {
	margin-bottom: 20px;
}
#footer-widgets {
    padding: 32px 0 0;
}
.et_pb_gutters4 .footer-widget {
    margin-bottom: 32px !important;
}
.footer-git li {
	padding-left: 24px !important;
}
.footer-git li:before {
	font-family: "Font Awesome 5 Pro";
	font-size: 18px;
	font-weight: 900;
	top: 2px !important;
	border: 0px !important;
}
.footer-git li.loc:before {
	content: "\f3c5" !important;
}
.footer-git li.email:before {
	content: "\f0e0" !important;
}
.footer-git li.phone:before {
	content: "\f095" !important;
}
.entry-content ul.footer-git {
    padding: 0;
    line-height: 1;
    list-style-type: none;
}
.et_pb_pricing_content_top::first-letter {
	font-size: 42px !important;
	vertical-align: super;
}
.table-check ul li:before {    
    font-family: 'Font Awesome 5 Pro';
    content: '\f058';
    margin:0 5px 0 -15px;
    color: #618993;
    font-size: 1.2em;
    font-weight: 900;
}
.features-tooltip {
	z-index: 99998;
}
#main-header {
	z-index:100;
}
.fa-info-circle.tooltipstered:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f059";
    font-weight: 900;
    font-size: 16px;
       	
}

.popup-tool {
	color: rgba(0, 0, 0, 0.8) !important;
	font-size: 14px;
	line-height: 1.4em;
}	
@media (max-width: 980px) {
	.tooltipCell {
	display: none;
	}
}

/* custom list icon */

ul.check-list {
  list-style: none;
  }

ul.check-list li:before {
  color: #B9CE36;
  font-family: "ETmodules" !important;
  content: "\Z";
  padding-right: 7px;
  font-weight: 800;
  font-size: 22px;
  }
  
ul.check-list li {
  padding-bottom: 0.25em;
}

/* WPForms Changes */  
.wpforms-align-right {
   float: right !important;
   margin-bottom: 32px !important;
}

