/*
 Theme Name:   Phoenix Super Theme
 Theme URI:    https://phoenix.madebysuperfly.com
 Description:  A Super Theme Made with ❤ by Superfly
 Author:       BeSuperfly.com
 Author URI:   https://besuperfly.com
 Template:     Divi
 Version:      1.1.2
*/

/*
/////////////////////////////////////////////////
SUPERFLY PHOENIX THEME - CUSTOM CSS
PLACE YOUR CUSTOM CSS AT THE VERY BOTTOM
EDIT AT YOUR OWN RISK
/////////////////////////////////////////////////
*/



/*
/////////////////////////////////////////////////
TYPOGRAPHY
/////////////////////////////////////////////////
*/

h1, .et_pb_text h1 {
  font-size: 48px;
}
h2, .et_pb_text h2 {
  font-size: 40px;
}
h3, .et_pb_text h3 {
  font-size: 36px;
}
h4, .et_pb_text h4 {
  font-size: 30px;
}
h5, .et_pb_text h5 {
  font-size: 24px;
}
h6, .et_pb_text h6 {
  font-size: 16px;
  line-height: 1.4em;
}
blockquote {
  font-size: 36px;
  margin: 10px 0 30px;
  padding-left: 0;
}
.et_pb_text ul, .et_pb_text ol {
  margin-left: 15px;
}
.et_pb_text li {
  margin-bottom: 15px;
}

@media screen and (max-width : 980px) {
  h1, .et_pb_text h1 {
    font-size: 40px;
  }
  h2, .et_pb_text h2 {
    font-size: 36px;
  }
  h3, .et_pb_text h3 {
    font-size: 30px;
  }
  h4, .et_pb_text h4 {
    font-size: 24px;
  }
  h5, .et_pb_text h5 {
    font-size: 20px;
  }
  h6, .et_pb_text h6 {
    font-size: 14px;
  }
  blockquote {
    font-size: 30px;
  }
}

@media screen and (max-width : 767px) {
  h1, .et_pb_text h1 {
    font-size: 36px;
  }
  h2, .et_pb_text h2 {
    font-size: 30px;
  }
  h3, .et_pb_text h3 {
    font-size: 24px;
  }
  h4, .et_pb_text h4 {
    font-size: 20px;
  }
  h5, .et_pb_text h5 {
    font-size: 18px;
  }
  h6, .et_pb_text h6 {
    font-size: 12px;
  }
}



/*
/////////////////////////////////////////////////
HEADER
/////////////////////////////////////////////////
*/

#main-header {
  box-shadow: 0 0px 50px rgba(0, 0, 0, .1);
}
#main-header.et-fixed-header {
  box-shadow: 0 0px 25px rgba(0, 0, 0, .1) !important;
}
#top-header #et-info {
  position: relative;
  top: 3px;
}
#et-info-phone:before, #et-info-email:before {
  margin-right: 8px;
  position: relative;
  top: 2px;
}
#et-secondary-menu {
  position: relative;
  top: 2px;
}
#et-secondary-menu a {
  font-size: 18px;
}
@media screen and (max-width : 600px) {
  #top-header #et-info {
    line-height: 1.5em;
  }
}



/*
/////////////////////////////////////////////////
NAVIGATION
/////////////////////////////////////////////////
*/

#main-header .nav li ul a {
  color: #000;
}
#main-header .nav li ul a:hover {
  background-color: transparent;
}
#top-menu .menu-item-has-children > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after {
  top: -2px;
}
li.sfly_social_media_menu_icon .fab {
  font-weight: 300;
}
#et_top_search {
  margin-top: 0;
}
#top-menu ul.sub-menu {
  width: 300px;
  box-shadow: 0 20px 80px rgba(0,0,0,.2);
}
#top-menu ul.sub-menu li {
  font-size: 12px;
  line-height: 1.2em;
}
#top-menu ul.sub-menu li a {
  width: 260px;
  padding: 15px 20px;
}
@media screen and (max-width : 980px) {
  .et_mobile_menu {
    background-color: rgba(0,0,0,.9);
    box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, .25);
    text-align: center;
  }
  .et_mobile_menu li a {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 4px;
    padding: 15px 5%;
  }
  .et_mobile_menu li li {
    padding-left: 0;
  }
  .et_mobile_menu li li a {
    font-size: 18px;
    padding: 6px 5%;
  }
  .et_mobile_menu li li:last-child a {
    padding-bottom: 12px;
  }
  .et_mobile_menu li.sfly_social_media_menu_icon, .et_mobile_menu li.sfly_social_media_menu_icon a {
    display: inline-block;
  }
  .et_mobile_menu li.sfly_social_media_menu_icon a {
    padding: 25px 10px;
  }
}
@media screen and (max-width : 600px) {
  .et_mobile_menu li.sfly_social_media_menu_icon a {
    font-size: 20px;
  }
}



/*
/////////////////////////////////////////////////
OVERLAYS
/////////////////////////////////////////////////
*/

.sfly_black_overlay .et_parallax_bg:before, .sfly_black_overlay:before {
  content:"";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
}
.sfly_dark_overlay .et_parallax_bg:before, .sfly_dark_overlay:before {
  content:"";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .25);
}
.sfly_grey_overlay .et_parallax_bg:before, .sfly_grey_overlay:before {
  content:"";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(50, 50, 50, .25);
}



/*
/////////////////////////////////////////////////
COLUMN SWITCH
/////////////////////////////////////////////////
*/

@media screen and (max-width : 980px) {
  .sfly_column_switch {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}



/*
/////////////////////////////////////////////////
NO MARGIN PADDING BOTTOM ON TABLET / MOBILE
/////////////////////////////////////////////////
*/

@media screen and (max-width : 980px) {
	.sfly_no_column_margin_tablet_mobile .et_pb_column {
		margin-bottom: 0;
	}
}



/*
/////////////////////////////////////////////////
INLINE BUTTON
/////////////////////////////////////////////////
*/

.sfly_inline_button_row .et_pb_button_module_wrapper {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.sfly_inline_button_row .et_pb_button_module_wrapper:last-of-type {
  margin-right: 0;
}
@media screen and (max-width : 600px) {
  .sfly_inline_button_row .et_pb_button_module_wrapper {
    float: none;
    margin-right: 0;
  }
}



/*
/////////////////////////////////////////////////
HERO
/////////////////////////////////////////////////
*/

body #page-container .sfly_fullwidth_header.et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button, body #page-container .sfly_fullwidth_header.et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button:hover, body #page-container .sfly_fullwidth_header.et_pb_fullwidth_header_0 .et_pb_button_two.et_pb_button, body #page-container .sfly_fullwidth_header.et_pb_fullwidth_header_0 .et_pb_button_two.et_pb_button:hover {
  padding: 8px 36px !important;
}
@media screen and (max-width : 767px) {
  .sfly_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_one, .sfly_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_two {
    display: block !important;
    margin-left: 0;
    text-align: center;
  }
  .sfly_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    width: 100%;
  }
}

/*HERO 1*/

/*HERO 2*/

/*HERO 3*/

/*HERO 4*/

/*HERO 5*/
.sfly_hero_5 .et_pb_row {
  height: 100vh;
}
@media screen and (max-width : 980px) {
  .sfly_hero_5 .et_pb_row .et_pb_column_1 {
    height: 100%;
  }
}

/*HERO 6*/
.sfly_hero_6 .et_pb_row {
  height: 100vh;
}
@media screen and (max-width : 980px) {
  .sfly_hero_6 .et_pb_row .et_pb_column_2 {
    height: 100%;
  }
}



/*
/////////////////////////////////////////////////
CTA
/////////////////////////////////////////////////
*/

/*CTA 1 & 2*/
.sfly_cta_1 h3, .sfly_cta_2 h3 {
  padding-bottom: 0;
}
.sfly_cta_1 .et_pb_button, .sfly_cta_2 .et_pb_button {
  margin-top: 20px;
}
@media screen and (max-width : 1244px) {
  .sfly_cta_1 .et_pb_button, .sfly_cta_2 .et_pb_button {
    margin-top: 50px;
  }
}
@media screen and (max-width : 980px) {
  .sfly_cta_1 h3, .sfly_cta_2 h3 {
    padding-bottom: 10px;
  }
  .sfly_cta_1 .et_pb_text, .sfly_cta_2 .et_pb_text {
    text-align: center;
  }
  .sfly_cta_1 .et_pb_button_module_wrapper, .sfly_cta_2 .et_pb_button_module_wrapper {
    text-align: center;
  }
  .sfly_cta_1 .et_pb_button, .sfly_cta_2 .et_pb_button {
    margin-top: 0;
  }
}

/*CTA 3*/

/*CTA 4*/
.sfly_cta_4 h3 {
  padding-bottom: 0;
}
.sfly_cta_4 a {
  background-color: transparent;
  display: block;
  width: 100%;
  height: 100%;
  padding: 28px 20px 20px;
  transition: all .3s ease-in-out;
}
.sfly_cta_4 i {
  position: relative;
  top: 1px;
  left: 0;
  transition: all .1s ease-in-out;
}
.sfly_cta_4 a:hover i {
  left: 8px;
}



/*
/////////////////////////////////////////////////
GENERAL
/////////////////////////////////////////////////
*/

@media screen and (max-width : 980px) {
  .sfly_general .et_pb_divider.divider_spacer {
    min-height: 400px;
  }
  .et_pb_divider.no_min_height {
    min-height: 0 !important;
  }
}
@media screen and (max-width : 600px) {
  .sfly_general .et_pb_divider.divider_spacer {
    min-height: 300px;
  }
}



/*GENERAL 1*/

/*GENERAL 2*/

/*GENERAL 3*/

/*GENERAL 4*/

/*GENERAL 5*/

/*GENERAL 6*/

/*GENERAL 7*/

/*GENERAL 8*/

/*GENERAL 9*/

/*GENERAL 10*/

/*GENERAL 11*/

/*GENERAL 12*/

/*GENERAL 13*/

/*GENERAL 14*/



/*
/////////////////////////////////////////////////
FEATURE
/////////////////////////////////////////////////
*/

/*FEATURE 1*/
.sfly_feature_1 .column1 {
  min-height: 400px;
}
.sfly_feature_1 .column2 {
  margin-top: 75px;
}
@media screen and (max-width : 980px) {
  .sfly_feature_1 .column2 {
    margin-top: 0;
  }
}
@media screen and (max-width : 600px) {
  .sfly_feature_1 .column1 {
    min-height: 300px;
  }
}

/*FEATURE 2*/
.sfly_feature_2 .column2 {
  min-height: 400px;
}
@media screen and (max-width : 600px) {
  .sfly_feature_2 .column2 {
    min-height: 300px;
  }
}

/*FEATURE 3*/

/*FEATURE 4*/

/*FEATURE 5*/

/*FEATURE 6*/

/*FEATURE 7*/

/*FEATURE 8*/
@media screen and (max-width : 980px) {
  .sfly_feature_8 .column2 {
    margin-bottom: 30px !important;
  }
}

/*FEATURE 9*/

/*FEATURE 10*/
.sfly_feature_10 .et_pb_blurb_position_left .et_pb_blurb_container {
  padding-left: 40px;
}
@media screen and (max-width : 980px) {
  .sfly_feature_10 .et_pb_column {
    margin-bottom: 75px;
  }
}

/*FEATURE 11*/
@media screen and (max-width : 980px) {
  .sfly_feature_11 .et_pb_column {
    margin-bottom: 75px;
  }
}

/*FEATURE 12*/
.sfly_feature_12 .et_pb_blurb_position_left .et_pb_blurb_container {
  padding-left: 40px;
}

/*FEATURE 13*/
.sfly_feature_13 .et_pb_blurb_position_left .et_pb_blurb_container {
  padding-left: 40px;
}

/*FEATURE 14*/

/*FEATURE 15*/

/*FEATURE 16*/

/*FEATURE 17*/

/*FEATURE 18*/

/*FEATURE 19*/

/*FEATURE 20*/

/*FEATURE 21*/
@media screen and (max-width : 980px) {
  .sfly_feature_21 .et_pb_divider.divider_spacer {
    min-height: 400px;
  }
}
@media screen and (max-width : 600px) {
  .sfly_feature_21 .et_pb_divider.divider_spacer {
    min-height: 300px;
  }
}

/*FEATURE 22*/
@media screen and (max-width : 980px) {
  .sfly_feature_22 .column1, .sfly_feature_22 .column2 {
    margin-bottom: 50px;
  }
}

/*FEATURE 23*/
.sfly_feature_23 .et_pb_blurb {
  min-height: 325px;
}
@media screen and (max-width : 1040px) {
	.sfly_feature_23 .et_pb_blurb {
	  min-height: 350px;
	}
}
@media screen and (max-width : 980px) {
	.sfly_feature_23 .et_pb_blurb {
	  min-height: 0;
	}
}



/*
/////////////////////////////////////////////////
COUNTER
/////////////////////////////////////////////////
*/

@media screen and (max-width : 980px) {
  .sfly_counter .et_pb_divider.divider_spacer {
    min-height: 400px;
  }
}
@media screen and (max-width : 600px) {
  .sfly_counter .et_pb_divider.divider_spacer {
    min-height: 300px;
  }
}

/*COUNTER 1*/
.sfly_counter_2 .et_pb_text_align_center {
  margin-left: 0;
}

/*COUNTER 2*/



/*
/////////////////////////////////////////////////
TEAM
/////////////////////////////////////////////////
*/

.sfly_social_icons {
  font-size: 24px;
}
.sfly_social_icons a {
  color: #8c8c8c;
  padding-left: 10px;
  padding-right: 10px;
  opacity: 1;
  transition: all .3s ease-in-out;
}
.sfly_social_icons a:first-of-type {
  padding-left: 0;
}
.sfly_social_icons a:last-of-type {
  padding-right: 0;
}
.sfly_social_icons a:hover {
  opacity: .5;
}
.sfly_social_icons_light a {
  color: #fff;
}
@media screen and (max-width : 980px) {
  .sfly_team .et_pb_divider.divider_spacer {
    min-height: 400px;
  }
}
@media screen and (max-width : 600px) {
  .sfly_team .et_pb_divider.divider_spacer {
    min-height: 300px;
  }
}

/*TEAM 1*/

/*TEAM 2*/

/*TEAM 3*/

/*TEAM 4*/



/*
/////////////////////////////////////////////////
IMAGE
/////////////////////////////////////////////////
*/

.et_overlay {
  border: none;
}
@media screen and (max-width : 980px) {
  .et_pb_column .et_pb_grid_item:nth-child(n) {
    margin: 0 !important;
    width: 33.333% !important;
  }
}
@media screen and (max-width : 767px) {
  .et_pb_column .et_pb_grid_item:nth-child(n) {
    width: 50% !important;
  }
}

/*IMAGE 1*/

/*IMAGE 2*/

/*IMAGE 3*/
@media screen and (max-width : 980px) {
  .sfly_image_3 .et_pb_row {
    padding-bottom: 30px !important;
  }
}
/*IMAGE 4*/

/*IMAGE 5*/

/*IMAGE 6*/

/*IMAGE 7*/
.sfly_image_7 .et_pb_column {
	display: grid;
	align-items: center;
}
.sfly_image_7 .et_pb_column .et_pb_module {
	padding: 100px 25px;
}
.sfly_image_7 h3 {
	padding-bottom: 0;
}
@media screen and (max-width : 600px) {
	.sfly_image_7 .et_pb_column .et_pb_module {
		padding: 75px 25px;
	}
}

/*IMAGE 8*/

/*IMAGE 9*/



/*
/////////////////////////////////////////////////
LOGOS
/////////////////////////////////////////////////
*/

.sfly_logos a img {
  opacity: 1;
  transition: all .3s ease-in-out;
}
.sfly_logos a:hover img {
  opacity: .5;
}

/*LOGOS 1*/



/*
/////////////////////////////////////////////////
SOCIAL
/////////////////////////////////////////////////
*/

.sfly_social_icons {
  font-size: 24px;
}
.sfly_social_icons a {
  color: #8c8c8c;
  padding-left: 10px;
  padding-right: 10px;
  opacity: 1;
  transition: all .3s ease-in-out;
}
.sfly_social_icons a:first-of-type {
  padding-left: 0;
}
.sfly_social_icons a:last-of-type {
  padding-right: 0;
}
.sfly_social_icons a:hover {
  opacity: .5;
}
.sfly_social_icons_light a {
  color: #fff;
}

/*SOCIAL 1*/

/*SOCIAL 2*/
.sfly_social_2 {
  text-align: center;
}
.sfly_social_2 a {
  opacity: 1;
  transition: all .3s ease-in-out;
}
.sfly_social_2 a:hover {
  opacity: .5;
}
.sfly_social_2 i {
  font-size: 48px;
  color: #fff;
  padding: 10px 6%;
}
@media screen and (max-width : 980px) {
  .sfly_social_2 i {
    font-size: 36px;
    padding: 10px 5%;
  }
}
@media screen and (max-width : 600px) {
  .sfly_social_2 i {
    font-size: 24px;
  }
}



/*
/////////////////////////////////////////////////
REVIEWS
/////////////////////////////////////////////////
*/

.sfly_reviews h4 {
  font-size: 16px;
  font-weight: 700;
  padding-top: 25px;
  padding-bottom: 5px;
}
.sfly_reviews h6 {
  font-size: 11px;
}
@media screen and (max-width : 980px) {
  .sfly_reviews .et_pb_divider.divider_spacer {
    min-height: 400px;
  }
}
@media screen and (max-width : 600px) {
  .sfly_reviews .et_pb_divider.divider_spacer {
    min-height: 300px;
  }
}

/*REVIEWS 1*/

/*REVIEWS 2*/
.sfly_reviews_2 img {
  width: 100px;
  height: 100px;
}
.sfly_reviews_2 h4 {
  font-size: 16px;
}
@media screen and (max-width : 600px) {
  .sfly_reviews_2 .et_pb_slide, .sfly_reviews_2 .et_pb_slide_description {
    padding: 0 !important;
  }
}

/*REVIEWS 3*/

/*REVIEWS 4*/

/*REVIEWS 5*/
@media screen and (max-width : 980px) {
  .sfly_reviews_5 .column1 {
    margin-bottom: 0;
  }
}



/*
/////////////////////////////////////////////////
OPTINS
/////////////////////////////////////////////////
*/

.sfly_optin .et_pb_newsletter_description {
  display: none;
}
@media screen and (max-width : 980px) {
  .sfly_optin .et_pb_divider.divider_spacer {
    min-height: 400px;
  }
}
@media screen and (max-width : 600px) {
  .sfly_optin .et_pb_divider.divider_spacer {
    min-height: 300px;
  }
}

/*OPTIN 1*/
@media screen and (max-width : 980px) {
  .sfly_optin_1 .et_pb_newsletter_form {
    padding-left: 0;
  }
}

/*OPTIN 2*/

/*OPTIN 3*/



/*
/////////////////////////////////////////////////
BLOG
/////////////////////////////////////////////////
*/

/*BLOG 1*/

/*BLOG 2*/
.sfly_blog_2 article {
  padding: 0 !important;
}
.sfly_blog_2 .et_pb_image_container {
  margin: 0;
  box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.2);
}

/*BLOG 3*/
.sfly_blog_3 article {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #f2f2f2 !important;
}
.sfly_blog_3 article:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none !important;
}
.sfly_blog_3 article a.entry-featured-image-url img {
  width: 100%;
}

/*SINGLE POST*/
#main-content .container:before {
  background-color: transparent;
}
#comment-wrap {
  padding-top: 15px;
}
h3#reply-title {
  font-size: 24px;
  font-weight: 700;
}
a.more-link {
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
  background: #000000;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #000 !important;
  border-radius: 0px;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 4px;
  padding: 6px 18px;
  margin-top: 25px;
  display: inline-block !important;
  transition: all .3s ease-in-out;
}
a.more-link:hover {
  background: rgba(0,0,0,0);
  color: #000;
}



/*
/////////////////////////////////////////////////
CONTACT
/////////////////////////////////////////////////
*/

.sfly_contact input.et_pb_contact_captcha {
  padding: 13px 20px 12px;
}

/*CONTACT 1*/

/*CONTACT 2*/

/*CONTACT 3*/
.sfly_contact_3 .et_pb_row .column1 {
  box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.2);
}

/*CONTACT 4*/
.sfly_contact_4.content {
  z-index: 99;
  margin-top: -100px;
}
.sfly_contact_4 .et_pb_row.content {
  top: 150px;
}
@media screen and (max-width : 980px) {
  .sfly_contact_4.content {
    margin-top: -50px;
  }
  .sfly_contact_4 .et_pb_row.content {
    top: 100px;
  }
}

/*CONTACT 5*/

/*CONTACT 6*/



/*
/////////////////////////////////////////////////
MODULES
/////////////////////////////////////////////////
*/

/*TABS*/
.sfly_tab_phoenix ul.et_pb_tabs_controls {
  background-color: #f5f5f5;
}
.sfly_tab_phoenix ul.et_pb_tabs_controls:after, .sfly_tab_phoenix .et_pb_tabs_controls li {
  border-color: #f2f2f2;
}



/*
/////////////////////////////////////////////////
FOOTER
/////////////////////////////////////////////////
*/

/*FOOTER 1*/

/*FOOTER 2*/

/*FOOTER 3*/

/*FOOTER 4*/

/*SUBFOOTER*/
#footer-info {
  float: none;
  text-align: center;
  letter-spacing: 6px;
  font-weight: 700 !important;
  line-height: 1.3em;
}
#footer-info a {
  font-weight: 700 !important;
}
@media screen and (max-width : 600px) {
  #footer-info {
    font-size: 10px !important;
  }
}



/*
/////////////////////////////////////////////////
END OF PHEONIX CHILD THEME CSS
LAST EDITED BY JOHN WOOTEN ON DECEMBER 27, 2018
/////////////////////////////////////////////////
*/



/*
/////////////////////////////////////////////////
PLACE ANY CUSTOM CSS BELOW
/////////////////////////////////////////////////
*/

sup{
  bottom: 0.5em;
  font-size: 0.8em;
}

/* New Header and Footer */
.et_pb_menu .et_pb_menu__menu>nav>ul{
  align-items: center;
}

.et-l--header .et_pb_menu__logo img:hover{
  filter: brightness(0) saturate(100%) invert(21%) sepia(0%) saturate(3259%) hue-rotate(258deg) brightness(95%) contrast(80%);
}

.et-l--header .et_pb_menu #menu-secondary-menu.et-menu>li a{
  font-weight: 400;
}
.et-l--header .et_pb_menu #menu-secondary-menu.et-menu>li a:hover{
  color: #849499 !important;
}
.et-l--header .et_pb_menu #menu-main.et-menu>li>a:hover{
  color: #3d4cd8 !important;
  opacity: 1;
}
.et-l--header .et_pb_menu #menu-main.et-menu>li.buynow > a {
    transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
    background: #000;
    color: #fff !important;
    padding: 16px 20px !important;
    border: 2px solid #000;
}
.et-db #et-boc .et-l .et_pb_menu_1_tb_header.et_pb_menu ul li.buynow a{
  transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
  color: #fff !important;
}
.et-l--header .et_pb_menu #menu-main.et-menu>li.buynow > a:hover{
    background: transparent;
    color: #000 !important;
    border: 2px solid #000;
    opacity: 1 !important;
}  
.et-db #et-boc .et-l .et_pb_menu_1_tb_header.et_pb_menu ul li.buynow a:hover{
  color: #000 !important;
}
.et-l--header .et_pb_menu #menu-main.et-menu>li{
  padding-left: 15px;
  padding-right: 15px;
}
.et-l--header .et_pb_menu #menu-main.et-menu>li > a{
  letter-spacing: 2px;
  padding-bottom: 40px;
  padding-top: 40px;
}
.et-l--header .et_pb_menu #menu-main.et-menu>li.buynow{
  padding-left: 40px;
}
#menu-main li.mega-menu > .sub-menu{
  width: 88%;
  left: 6% !important;
  padding: 0;
  display: flex;
  border: none;
}
.et-menu-nav li.mega-menu>ul>li>a:first-child{
  width: 80%;
}
.et-menu-nav li.mega-menu li>ul{
  width: 100% !important;
}
.et-menu-nav li.mega-menu li>a{
  width: 100% !important;
}
#menu-main li.mega-menu > .sub-menu > li > a{
  padding-top: 0 !important;
  padding-bottom: 14px;
  border-bottom: none;
  color: #3d4cd8 !important;
}
#menu-main li.mega-menu > .sub-menu > li > a:hover{
  color: #000 !important;
}
#menu-main li.mega-menu > .sub-menu > li.last-item{
  background-color: #e8e8e8;
}
#menu-main li.mega-menu > .sub-menu > li.last-item > a{
  color: #404040 !important;
}
#menu-main li.mega-menu>ul>li{
  padding: 30px 10px !important;
}
#menu-main li.mega-menu > .sub-menu li a{
  text-transform: none;
  line-height: 1.1;
  font-size: 16px;
  opacity: 1;
}
#menu-main li > .sub-menu li a:hover{
  opacity: 1;
  background-color: transparent;
  color: #3d4cd8 !important;
}
#menu-main li.mega-menu > .sub-menu .sub-menu li a{
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 14px;
  font-weight: 400;
}
#menu-main li.mega-menu > .sub-menu .sub-menu li a:hover{
  background-color: transparent;
  color: #3d4cd8 !important;
}
.et-menu-nav li.mega-menu .sub-menu .sub-menu li{
	width: 100%;
}
.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__search-button, .et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__close-search-button{
  padding-left: 15px;
}
.et-l--header .et_pb_menu .et_pb_menu__search-input{
  max-width: 550px;
}

.et-l--header .header-secondary-menu{
  margin-bottom: 0 !important;
}
.et-l--header .et_pb_sticky--top .et_pb_menu #menu-main.et-menu>li > a{
  padding-top: 30px;
  padding-bottom: 30px;
}
.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__search-button:hover, .et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__close-search-button:hover{
	color: #849499;
}
.menu-with-border a:before {
  border-top: 2px solid #e8e8e8;
  display: block;
  padding-top: 14px !important;
  margin-top: 4px;
  content: '';
  width: 64%;
}

.entry-content a:hover{
  color: #3d4cd8;
}
.link-text h2:hover{
  color: #3d4cd8;
}

.dollar-sign .percent-value:before{
  content: '$';
}
.m-sign .percent-value:after{
  content: 'M';
}
.x-sign .percent-value:after{
  content: 'X';
}
.plus-sign .percent-value:after{
  content: '+';
}
.x5-sign .percent-value:before{
  content: '5X -';
}
.x5-sign{
  white-space: nowrap;
}
.column-3-counter > .et_pb_column {
    display: flex;
    flex-direction: column;
}
.column-3-counter > .et_pb_column .et_pb_number_counter{
    margin-top: auto !important;
    padding-top: 20px;
}

.blog-section .et_pb_blog_grid .column article{
  padding: 0;
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
}
.blog-section .et_pb_blog_grid .column article .et_pb_image_container{
  margin: 0;
}
.blog-section .et_pb_blog_grid article .cta{
  font-weight: 700 !important;
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
}
.blog-section .et_pb_blog_grid article .cta:hover{
  color: #3d4cd8 !important;
}
.blog-section .et_pb_blog_grid article .entry-featured-image-url{
  margin-bottom: 4.787%;
}
.blog-section .et_pb_blog_grid article .entry-title{
  margin-bottom: 0 !important;
}
.blog-section .et_pb_blog_grid article .post-meta{
  padding-bottom: 1em;
  margin-bottom: 0;
}
.blog-section .et_pb_blog_grid article .post-content p{
  margin-bottom: 10px !important;
}

.resource-section #cav-resources{
  padding: 0;
}
.resource-section #cav-resources .card a.title-link:hover, .resource-section #cav-resources .card a.cta:hover{
  color: #3d4cd8;
}
.resource-section #cav-resources .grid{
  max-width: none;
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
}
.resource-section #cav-resources .grid h3{
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  line-height: 1.3em!important;
}
.resource-section #cav-resources .card a.title-link, .resource-section #cav-resources .card a.cta{
  font-weight: 700;
}
.resource-section #cav-resources .card > a:not(.cta){
  position: relative;
}
.resource-section #cav-resources .card:hover > a:not(.cta):before {
    background-color: rgba(64, 64, 64, 0.25);
    display: block;
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.blog-section .cav-blog .card .post-meta{
  margin-bottom: 0;
  color: #999999 !important;
}
.blog-section .cav-blog .card h3{
  padding-top: 0;
  margin-top: 18px;
  margin-bottom: 0;
  line-height: 1.3em;
}
.blog-section .cav-blog .card p{
  line-height: 1.5em;
  font-size: 16px;
}
.blog-section .cav-blog .card p:last-of-type{
  margin-bottom: 8px;
}

.above-footer-section .et_pb_text_inner h3 {
    font-size: 40px;
    letter-spacing: normal;
    font-weight: 500;
    line-height: 1em;
}

.et-l--footer a{
	color: #fff;
}
.et-l--footer a:hover{
	color: #3d4cd8;
}
.et-l--footer .footer-menu{
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
.et-l--footer .footer-menu a{
  margin-right: 30px !important;
}
.et-l--footer .footer-links a{
  margin-right: 20px;
}

.et-l--footer .et_pb_social_media_follow_network_0_tb_footer a.icon:hover, .et-l--footer .et_pb_social_media_follow_network_1_tb_footer a.icon:hover, .et-l--footer .et_pb_social_media_follow_network_2_tb_footer a.icon:hover{
  background-color: #3d4cd8 !important;
}

.et_pb_menu__wrap .mobile_menu_bar{
  padding-top: 10px;
  padding-bottom: 10px;
}

.row-404 .et_pb_button_module_wrapper{
  display: inline-block;
  margin-right: 20px;
}
.quote-icon-name .et_pb_column{
  display: flex;
  align-items: center;
  justify-content: center;
}
.quote-icon-name .et_pb_column .et_pb_image{
  margin-right: 20px;
  margin-left: 0;
  padding-right: 20px;
  border-right: 1px solid #000;
}
.quote-icon-name .et_pb_column .et_pb_text{
  margin-right: 0 !important;
  margin-left: 0;
}

.quote-icon-name-carousel .et_pb_column{
  width: 100%;
  height: 100px;
}
.quote-icon-name-carousel .et_pb_column .et_pb_image{
  max-width: 200px;
}
.quote-icon-name-carousel .et_pb_column .et_pb_text h3{
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}
.quote-icon-name-carousel .et_pb_column .et_pb_text h4{
  font-size: 17px;
  font-weight: 300;
  text-align: left;
}

@media screen and (min-width: 980px){
	.et_pb_menu .et_pb_menu__menu .menu-mobile-item{
		display: none;
	}
  .et_pb_menu__logo-wrap{
    margin-top: -34px;
  }
  .et_pb_sticky--top .et_pb_menu__logo-wrap{
    margin-top: -30px;
  }
  .above-footer-section .et_pb_row{
    display: flex;
    align-items: center;
  }
  .single .et_pb_post_content h3{
    font-size: 40px;
  }
}
@media screen and (min-width: 1280px){
  #menu-main li.mega-menu > .sub-menu{
    width: auto;
    left: 50% !important;
    transform: translateX(-50%);
    padding-left: 20px;
  }
  #menu-main li.mega-menu>ul>li{
    flex: 1 1 0;
    padding: 30px !important;
  }
  #menu-main li.mega-menu > .sub-menu .sub-menu{
    width: 220px !important;
  }
  #menu-main li.mega-menu > .sub-menu > li > a{
    padding-left: 0;
    padding-right: 0;
  }
  #menu-main li.mega-menu > .sub-menu .sub-menu li a{
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 980px){
  .et_pb_sticky .et_pb_menu__logo {
    margin-right: 0 !important;
  }
  .et_pb_sticky .et_pb_menu_1_tb_header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap, .et_pb_sticky .et_pb_menu_1_tb_header .et_pb_menu__logo-slot{
    width: 30% !important;
  }
  .et_pb_menu_1_tb_header.et_pb_menu ul.et_mobile_menu li.current-menu-item a{
    color: #fff !important;
  }

  .et_pb_menu_1_tb_header.et_pb_menu .mobile_nav .et_mobile_menu a{
    text-transform: none;
  }
  .et_pb_menu_1_tb_header.et_pb_menu .mobile_nav .et_mobile_menu > li > a{
    text-transform: uppercase;
  }
  .et_pb_menu_1_tb_header.et_pb_menu .mobile_nav .et_mobile_menu .sub-menu .sub-menu a{
    font-weight: 400;
  }
}

@media screen and (max-width: 1200px){
  .et-l--header .et_pb_menu #menu-main.et-menu>li{
    padding-left: 8px;
    padding-right: 8px;
  }
  .et-l--header .et_pb_menu #menu-main.et-menu>li.buynow{
    padding-left: 10px;
  }
}

/* single post */
.single-post .hero-headline{
  color: #fff;
  font-size: 48px;
  margin-bottom: 20px;
}
.single-post .hero-subhead{
  color: #fff;
  padding-bottom: 1em !important;
}
.single-post .sidebar .author{
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 36px;
  margin-bottom: 36px;
}
.single-post .sidebar .author .image img{
  width: 80px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.single-post .sidebar .author .author-label{
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #666;
  font-weight: 600;
}
.single-post .sidebar .author .author-name{
  font-size: 20px;
  font-weight: 800;
  color: #000;
  margin: 0;
  line-height: 1;
}
.single-post .sidebar .author .author-content{
  max-width: 240px;
  color: #6e6e6e;
  line-height: 1.5em;
}
.single-post .sidebar .taxonomy h3{
  font-size: 16px;
  text-transform: uppercase;
  color: #666;
  font-weight: 600;
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
  margin-bottom: 12px;
}
.single-post .sidebar .taxonomy ul{
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 16px;
}
.single-post .sidebar .taxonomy ul li{
  list-style: none;
  color: #6e6e6e;
  margin-bottom: 4px;
  line-height: 1.5em;
}
.single-post .social-share h3{
  font-size: 16px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
  margin-bottom: 12px;
}
.single-post .social-share ul{
  margin-left: 0;
  padding-left: 0;
}
.single-post .social-share ul li{
  float: left;
  list-style: none;
  margin: 0 20px 0 0;
}
.single-post .social-share ul li svg{
  max-width: 23px;
  height: auto;
}
.single-post #cav-blog .card .meta{
  margin-bottom: 0;
}
.single-post #cav-blog .card a.title-link:hover, .single-post #cav-blog .card a.cta:hover{
  color: #3d4cd8;
}
.single-post .thumb {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    background: #fff;
}
.single-post .thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-post .card:hover a.thumb-container{
  position: relative;
}
.single-post .card:hover a.thumb-container:before{
    background-color: rgba(64, 64, 64, 0.25);
    display: block;
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
}

/* single news */
.single-news .hero-headline{
  color: #fff;
  font-size: 48px;
  margin-bottom: 20px;
}
.single-news .hero-subhead{
  color: #fff;
  padding-bottom: 1em !important;
}
.single-news .hero-subhead.hero-author{
  border-top: 2px solid #fff;
  max-width: 180px;
  padding-top: 1em;
}
.single-news .sidebar .author{
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 36px;
  margin-bottom: 36px;
}
.single-news .sidebar .author .image img{
  width: 80px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.single-news .sidebar .author .author-label{
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #666;
  font-weight: 600;
}
.single-news .sidebar .author .author-name{
  font-size: 20px;
  font-weight: 800;
  color: #000;
  margin: 0;
  line-height: 1;
}
.single-news .sidebar .author .author-content{
  max-width: 240px;
  color: #6e6e6e;
  line-height: 1.5em;
}
.single-news .sidebar .taxonomy h3{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #666;
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
  margin-bottom: 12px;
}
.single-news .sidebar .taxonomy ul{
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 16px;
}
.single-news .sidebar .taxonomy ul li{
  list-style: none;
  color: #6e6e6e;
  margin-bottom: 4px;
  line-height: 1.5em;
}
.single-news .social-share h3{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #666;
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
  margin-bottom: 12px;
}
.single-news .social-share ul{
  margin-left: 0;
  padding-left: 0;
}
.single-news .social-share ul li{
  float: left;
  list-style: none;
  margin: 0 20px 0 0;
}
.single-news .social-share ul li svg{
  max-width: 23px;
  height: auto;
}
.single-news #cav-blog .card .meta{
  margin-bottom: 0;
}
.single-news #cav-blog .card a.title-link:hover, .single-news #cav-blog .card a.cta:hover{
  color: #3d4cd8;
}
.single-news .thumb {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    background: #fff;
}
.single-news .thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-news .card:hover a.thumb-container{
  position: relative;
}
.single-news .card:hover a.thumb-container:before{
    background-color: rgba(64, 64, 64, 0.25);
    display: block;
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.single-news .et_pb_row_1_tb_body.et_pb_row,
.single-post .et_pb_row_1_tb_body.et_pb_row{
  padding-top: 60px !important;
}

.single-news .social-share,
.single-post .social-share{
  border-top: 1px solid #bfbfbf;
  padding-top: 36px;
}

.single-post .wp-block-heading,
.single-news .wp-block-heading{
  margin-bottom: 0;
}

.single-post .et_pb_post_content a:hover,
.single-news .et_pb_post_content a:hover{
  color: #3d4cd8;
}

.single-post .social-share .share a:hover svg,
.single-news .social-share .share a:hover svg{
  filter: brightness(0) saturate(100%) invert(48%) sepia(85%) saturate(6315%) hue-rotate(229deg) brightness(85%) contrast(99%);
}

#cav-case .card > a:not(.cta){
    position: relative;
}
#cav-case .card:hover > a:not(.cta):before {
    background-color: rgba(64, 64, 64, 0.25);
    display: block;
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 300;
}
#cav-case .card a.title-link:hover, 
#cav-case .card a.cta:hover{
    color: #3d4cd8;
}

.et-l--footer .footer-menu .footer-mobile-menu-links {
    display: flex;
    max-width: 230px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 0 30px;
}
.et-l--footer .footer-menu .footer-mobile-menu-links a {
    max-width: calc(50% - 15px);
    margin-right: 0 !important;
    text-align: left;
    display: inline-block;
    flex: 0 0 calc(50% - 15px);
}