/*
 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:hover {
  background-color: #404040;
}
.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 a:hover {
  background-color: #5ad8b0;
}
.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 .et_pb_row .et_pb_column {
  box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.2);
}
.sfly_feature_1 .column1 {
  margin-right: -25px;
  min-height: 400px;
}
.sfly_feature_1 .column2 {
  margin-left: -25px;
  margin-top: 75px;
}
@media screen and (max-width : 980px) {
  .sfly_feature_1 .column1 {
    margin-right: 0;
  }
  .sfly_feature_1 .column2 {
    margin-left: 0;
    margin-top: 0;
  }
}
@media screen and (max-width : 600px) {
  .sfly_feature_1 .column1 {
    min-height: 300px;
  }
}

/*FEATURE 2*/
.sfly_feature_2 .et_pb_row .et_pb_column {
  box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.2);
}
.sfly_feature_2 .column1 {
  margin-right: -25px;
  top: 75px;
  z-index: 99;
}
.sfly_feature_2 .column2 {
  margin-left: -25px;
  min-height: 400px;
  z-index: 98;
}
@media screen and (max-width : 980px) {
  .sfly_feature_2 .column1 {
    margin-right: 0;
    top: 0;
  }
  .sfly_feature_2 .column2 {
    margin-left: 0;
  }
}
@media screen and (max-width : 600px) {
  .sfly_feature_2 .column2 {
    min-height: 300px;
  }
}

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

/*FEATURE 4*/
.sfly_feature_4 .et_pb_row .column2 {
  box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.2);
}

/*FEATURE 5*/
.sfly_feature_5 .et_pb_row .et_pb_column .et_parallax_bg {
  box-shadow: inset 0px 0px 80px 0px rgba(0,0,0,.33);
}

/*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*/
.sfly_feature_18 .et_pb_row .column2 {
  box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.2);
}

/*FEATURE 19*/
.sfly_feature_19 .et_pb_row .column1 {
  box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.2);
}

/*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
/////////////////////////////////////////////////
*/
@media all and (max-width: 1248px) {
  .et_header_style_left #top-menu-nav,
  .et_header_style_left #et_top_search {
    display: none !important;
  }

  #et_mobile_nav_menu {
    display: block !important;
  }

  .et_mobile_menu li li {
    padding-left: 0;
  }

  .et_header_style_left #et-top-navigation,
  .et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 24px;
    display: block;
  }

  #logo {
    max-width: 50%;
    max-height: 54%;
    height: auto;
    width: auto;
  }

  .et_fullwidth_nav #main-header .container {
    width: 80%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  body.chi_dmm_styles
    .chi_mmc_activated
    .et_mobile_menu
    > li:not([class^="et_pb_"])
    > a {
    color: #00427d !important;
  }

  body.chi_dmm_styles
    .chi_mmc_activated
    .et_mobile_menu
    > li:not(.CTA-button).current-menu-item
    > a,
  body.chi_dmm_styles
    .chi_mmc_activated
    .et_mobile_menu
    > li:not(.CTA-button).current-menu-parent
    > a,
  body.chi_dmm_styles
    .chi_mmc_activated
    .et_mobile_menu
    > li:not(.CTA-button).current-menu-ancestor
    > a {
    color: #0186b8 !important;
  }

  body:not(.et_header_style_slide):not(.et_header_style_fullscreen).chi_dmm_styles
    #main-header.chi_mmc_activated
    .et_mobile_menu {
    background-color: #d7e1e9 !important;
    overflow: hidden;
  }

  body.chi_dmm_styles #main-header.chi_mmc_activated {
    background-color: #fff !important;
  }

  body.chi_dmm_styles #top-header {
    background-color: #2ea3f2 !important;
  }

  body.chi_dmm_styles
    #main-header.chi_mmc_activated
    .et_mobile_menu
    li
    ul.sub-menu {
    background-color: #92c4d4 !important;
  }

  #main-header .et_mobile_menu.chidmm_collapsable li.visible > ul.sub-menu {
    -webkit-animation: Grow 0.3s ease-in-out forwards;
    animation: Grow 0.3s ease-in-out forwards;
  }

  body.chi_dmm_styles
    #main-header.chi_mmc_activated
    .et_mobile_menu
    li
    ul.sub-menu
    a {
    color: #222963 !important;
    font-size: 14px !important;
  }

  body.chi_dmm_styles
    #main-header.chi_mmc_activated
    .et_mobile_menu
    li
    ul.sub-menu
    li.current-menu-item
    > a,
  body.chi_dmm_styles
    #main-header.chi_mmc_activated
    .et_mobile_menu
    li
    ul.sub-menu
    li.current-menu-parent
    > a,
  body.chi_dmm_styles
    #main-header.chi_mmc_activated
    .et_mobile_menu
    li
    ul.sub-menu
    li.current-menu-ancestor
    > a {
    color: #0186b8 !important;
  }

  .chimmc_arrow_custom span.chimmc_mobile_menu_arrow {
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-color: rgba(0, 0, 0, 0.6);
    border-radius: 0;
    padding: 10px;
  }

  body.chi_dmm_styles
    #main-header.chi_mmc_activated
    .et_mobile_menu
    li
    ul.sub-menu
    a {
    color: #222963 !important;
    font-size: 14px !important;
    font-weight: bold;
  }

  .chimmc_arrow_custom .chimmc_mobile_menu_arrow:before,
  .chimmc_arrow_custom ul.sub-menu a span.chimmc_mobile_menu_arrow:before {
    content: "P";
    font-size: 14px !important;
    color: #222963 !important;
  }

  .chimmc_arrow_custom
    .current-menu-item
    > a
    > .chimmc_mobile_menu_arrow:before,
  .chimmc_arrow_custom
    .current-menu-parent
    > a
    > .chimmc_mobile_menu_arrow:before,
  .chimmc_arrow_custom
    .current-menu-ancestor
    > a
    > .chimmc_mobile_menu_arrow:before {
    color: #0186b8 !important;
  }

  .chimmc_arrow_custom
    .sub-menu
    .current-menu-item
    > a
    > .chimmc_mobile_menu_arrow:before,
  .chimmc_arrow_custom
    .sub-menu
    .current-menu-parent
    > a
    > .chimmc_mobile_menu_arrow:before,
  .chimmc_arrow_custom
    .sub-menu
    .current-menu-ancestor
    > a
    > .chimmc_mobile_menu_arrow:before {
    color: #0186b8 !important;
  }

  .chimmc_arrow_custom
    .menu-item-has-children.visible
    > a
    > span.chimmc_mobile_menu_arrow:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  body:not(.et_header_style_slide):not(.et_header_style_fullscreen).chi_dmm_styles
    .chi_mmc_activated
    .et_mobile_menu {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1) !important;
  }

  .chi_dmm_styles .mobile_nav ul#mobile_menu.et_mobile_menu > li > a {
    font-size: 14px !important;
    font-weight: bold;
    text-transform: uppercase;
    color: #00427d !important;
  }

  .chi_dmm_styles
    .mobile_nav
    ul#mobile_menu.et_mobile_menu
    li:not(.CTA-button).chimmc-has-icon
    > a {
    padding: 10px 18px;
  }

  .chi_dmm_styles
    .mobile_nav
    ul#mobile_menu.et_mobile_menu
    li:not([class^="et_pb_"]):not(.chimmc-has-icon)
    > a {
    padding: 10px 18px;
  }

  .chimmc_icons_aligned_right
    .et_mobile_menu
    li:not(.CTA-button).menu-item-has-children.chimmc-has-icon
    > a
    span.chimmc_mobile_menu_arrow {
    margin-right: 18px;
  }

  .chimmc_icons_aligned_left
    .et_mobile_menu
    li:not(.CTA-button).menu-item-has-children.chimmc-has-icon
    > a
    span.chimmc_mobile_menu_arrow {
    margin-left: 18px;
  }

  body.chi_dmm_styles
    .chi_mmc_activated
    .mobile_nav
    ul#mobile_menu.et_mobile_menu
    li:not([class^="et_pb_"])
    a {
    text-align: left;
  }

  body.chi_dmm_styles
    #main-header.chi_mmc_activated
    .et_mobile_menu
    .menu-item-has-children
    > a
    span.chimmc_mobile_menu_arrow {
    right: 0;
  }

  body.chi_dmm_styles #main-header.chi_mmc_activated,
  body.chi_dmm_styles #top-header {
    position: fixed !important;
  }

  body.chi_dmm_styles .chi_mmc_activated #mobile_menu {
    overflow-y: scroll !important;
    max-height: 80vh !important;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  body.chi_dmm_styles #top-header {
    width: 100% !important;
  }

  body.chi_dmm_styles
    .chi_mmc_activated
    ul.et_mobile_menu
    > li:not([class^="et_pb_"]) {
    background-color: rgba(0, 0, 0, 0) !important;
    border-width: 0 !important;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0 !important;
    overflow: hidden;
  }

  body.chi_dmm_styles
    .chi_mmc_activated
    ul.et_mobile_menu
    > li:not(.CTA-button).current-menu-item,
  body.chi_dmm_styles
    .chi_mmc_activated
    ul.et_mobile_menu
    > li:not(.CTA-button).current-menu-parent,
  body.chi_dmm_styles
    .chi_mmc_activated
    ul.et_mobile_menu
    > li:not(.CTA-button).current-menu-ancestor {
    background-color: rgba(0, 0, 0, 0) !important;
  }

  .chi_dmm_styles
    .chi_mmc_activated
    ul.et_mobile_menu
    li:not([class^="et_pb_"]):not(:first-of-type) {
    margin-top: 0;
  }

  .chi_dmm_styles
    .chi_mmc_activated
    ul.et_mobile_menu
    li:not([class^="et_pb_"]):not(:last-of-type) {
    margin-bottom: 0;
  }

  body.chi_dmm_styles .chi_mmc_activated .et_mobile_menu {
    padding: 5%;
    border-color: #2ea3f2 !important;
    border-width: 3px 0 0 !important;
    border-style: solid;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0 !important;
  }

  body.chi_dmm_styles
    #main-header.chi_mmc_activated
    .et_mobile_menu
    li:not([class^="et_pb_"])
    a {
    letter-spacing: 0px !important;
  }

  body:not(.et_header_style_slide):not(.et_header_style_fullscreen).chi_dmm_styles
    .chi_mmc_activated
    .mobile_menu_bar:before,
  body:not(.et_header_style_slide):not(.et_header_style_fullscreen).chi_dmm_styles
    .chi_mmc_activated
    .mobile_menu_bar:after,
  body:not(.et_header_style_slide):not(.et_header_style_fullscreen).chi_dmm_styles
    .chi_mmc_activated
    #et-top-navigation
    .et-cart-info,
  body.chi_dmm_styles .chi_mmc_activated #et_search_icon:before,
  body.chi_dmm_styles .chi_mmc_activated #et_top_search .et-search-form input,
  body.chi_dmm_styles .chi_mmc_activated .et_search_form_container input,
  body.chi_dmm_styles .chi_mmc_activated .et_close_search_field:after {
    color: #00427d !important;
  }

  body.chi_dmm_styles
    .chi_mmc_activated
    .et_search_form_container
    input::-moz-placeholder {
    color: #00427d !important;
  }

  body.chi_dmm_styles
    .chi_mmc_activated
    .et_search_form_container
    input::-webkit-input-placeholder {
    color: #00427d !important;
  }

  body.chi_dmm_styles
    .chi_mmc_activated
    .et_search_form_container
    input:-ms-input-placeholder {
    color: #00427d !important;
  }

  .chi_dmm_styles #main-header .mobile_nav.opened .mobile_menu_bar:before,
  .chi_dmm_styles #main-header .mobile_nav.closed .mobile_menu_bar:before {
    font-family: "ETmodules" !important;
    font-size: 32px;
  }

  .chi_dmm_styles #main-header.chi_mmc_activated #et_search_icon:before {
    font-size: 17px;
  }

  .chi_dmm_styles #main-header .mobile_nav.closed .mobile_menu_bar:before {
    content: "\61";
  }

  .chi_dmm_styles #main-header .mobile_nav.opened .mobile_menu_bar:before {
    content: "\4d";
  }

  .chi_dmm_styles #main-header .mobile_nav.opened .mobile_menu_bar:after,
  .chi_dmm_styles #main-header .mobile_nav.closed .mobile_menu_bar:after {
    font-family: inherit !important;
    font-size: 14px;
    padding: 0 0 2px;
  }

  .chi_dmm_styles #main-header .mobile_nav.closed .mobile_menu_bar:after {
    content: "";
  }

  .chi_dmm_styles #main-header .mobile_nav.opened .mobile_menu_bar:after {
    content: "";
  }

  body:not(.et_header_style_slide):not(.et_header_style_fullscreen).chi_dmm_styles.et_header_style_left
    #main-header.chi_mmc_activated
    .et_mobile_menu {
    margin-top: 0;
  }

  .chi_dmm_styles.et_header_style_split #main-header .et_mobile_menu,
  .chi_dmm_styles.et_header_style_centered #main-header .et_mobile_menu {
    top: 53px;
  }

  .chimmc_mobile_menu_arrow:before {
    font-family: "ETmodules";
    font-weight: 400;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-transform: none;
    speak: none;
  }

  span.chimmc_mobile_menu_arrow {
    display: inline-block;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    height: auto;
    padding-left: 18px;
    padding-right: 18px;
    border-style: solid;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }

  .menu-item-has-children > a > span.chimmc_mobile_menu_arrow:before {
    transition: inherit;
  }

  .menu-item-has-children.visible > a > span.chimmc_mobile_menu_arrow:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .chimmc_mobile_menu_arrow:before {
    display: block;
    z-index: 999;
    top: 10px;
    right: 13px;
    font-weight: 900;
    text-align: center;
    content: "3";
  }

  .chi_dmm_styles.et_vertical_nav.et_header_style_left #et-top-navigation {
    padding-top: 24px;
  }

  body:not(.et_header_style_slide):not(.et_header_style_fullscreen).chi_dmm_styles
    #main-header
    .mobile_nav.opened
    .mobile_menu_bar:before,
  body:not(.et_header_style_slide):not(.et_header_style_fullscreen).chi_dmm_styles
    #main-header
    .mobile_nav.closed
    .mobile_menu_bar:before,
  body:not(.et_header_style_slide):not(.et_header_style_fullscreen).chi_dmm_styles
    #main-header
    .mobile_nav.opened
    .mobile_menu_bar:after,
  body:not(.et_header_style_slide):not(.et_header_style_fullscreen).chi_dmm_styles
    #main-header
    .mobile_nav.closed
    .mobile_menu_bar:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    speak: none;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
  }

  body:not(.et_header_style_slide):not(.et_header_style_fullscreen).chi_dmm_styles.et_header_style_left
    #main-header
    .mobile_nav
    .mobile_menu_bar {
    position: relative;
    line-height: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    min-height: 58px;
  }

  body:not(.et_header_style_slide):not(.et_header_style_fullscreen).chi_dmm_styles
    #main-header
    .mobile_nav.closed
    .mobile_menu_bar:before,
  body:not(.et_header_style_slide):not(.et_header_style_fullscreen).chi_dmm_styles
    #main-header
    .mobile_nav.closed
    .mobile_menu_bar:after {
    -webkit-animation: mcfadeIn 0.7s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: mcfadeIn 0.7s 1 cubic-bezier(0.77, 0, 0.175, 1);
  }

  .chi_dmm_styles #main-header .mobile_nav.opened .mobile_menu_bar:before,
  .chi_dmm_styles #main-header .mobile_nav.opened .mobile_menu_bar:after,
  .chi_dmm_styles #main-header .chi_mmc_activated #et_search_icon:before,
  .chi_dmm_styles.et_header_style_centered
    #main-header
    .mobile_nav
    .select_page,
  .chi_dmm_styles.et_header_style_split #main-header .mobile_nav .select_page {
    -webkit-animation: fadeIn 0.7s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeIn 0.7s 1 cubic-bezier(0.77, 0, 0.175, 1);
  }

  body:not(.et_header_style_slide):not(.et_header_style_fullscreen).chi_dmm_styles
    .et_header_style_left
    .et_pb_menu_hidden
    #et_search_icon:before {
    opacity: 0;
    -webkit-animation: none;
    animation: none;
  }

  body.chi_dmm_styles.et_header_style_split
    #main-header
    .mobile_nav
    .mobile_menu_bar,
  body.chi_dmm_styles.et_header_style_centered
    #main-header
    .mobile_nav
    .mobile_menu_bar {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
  }

  body.chi_dmm_styles.et_header_style_split
    #main-header
    .mobile_nav
    .mobile_menu_bar {
    padding-bottom: 0;
  }

  body.chi_dmm_styles.et_header_style_centered
    #main-header
    .mobile_nav
    .select_page {
    line-height: 1;
  }

  body.chi_dmm_styles #et-top-navigation {
    font-weight: 400;
  }

  .chi_dmm_styles #main-header li:not([class^="et_pb_"]) a:before,
  .chi_dmm_styles #main-header li:not([class^="et_pb_"]) a:after,
  .chi_dmm_styles #top-header #et-secondary-nav li.menu-item a:before,
  .chi_dmm_styles #top-header #et-secondary-nav li.menu-item a:after,
  .chi_dmm_styles .et_slide_in_menu_container #mobile_menu_slide a:before,
  .chi_dmm_styles .et_slide_in_menu_container #mobile_menu_slide a:after {
    font-family: "ETmodules";
    text-align: center;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    padding: 0 10px;
  }

  .et_slide_in_menu_container #mobile_menu_slide li li a {
    opacity: 1;
  }

  .et_slide_in_menu_container #mobile_menu_slide li li a:hover {
    opacity: 0.7;
  }

  .chi_dmm_styles #main-header li:not([class^="et_pb_"]) a,
  .chi_dmm_styles #top-header #et-secondary-nav li.menu-item a,
  .chi_dmm_styles .et_slide_in_menu_container #mobile_menu_slide a,
  .chi_dmm_styles ul.sub-menu li a {
    position: relative;
  }

  .chi_dmm_styles.chimmc_icons_aligned_left
    #main-header
    .et_mobile_menu
    li.chimmc-has-icon
    a,
  .chi_dmm_styles.chimmc_icons_aligned_left
    #top-header
    #et-secondary-nav
    li.chimmc-has-icon
    a,
  .chi_dmm_styles.chimmc_icons_aligned_left
    .et_slide_in_menu_container
    #mobile_menu_slide
    li.chimmc-has-icon
    a,
  .chi_dmm_styles.chimmc_icons_left.chimmc_text_left
    #main-header
    .et_mobile_menu
    li.chimmc-has-icon
    a,
  .chi_dmm_styles.chimmc_icons_left.chimmc_text_left
    #top-header
    #et-secondary-nav
    li.chimmc-has-icon
    a,
  .chi_dmm_styles.chimmc_icons_left.chimmc_text_left
    .et_slide_in_menu_container
    #mobile_menu_slide
    li.chimmc-has-icon
    a,
  .chi_dmm_styles.et_header_style_fullscreen.chimmc_icons_left
    #mobile_menu_slide
    li.chimmc-has-icon
    a {
    margin-left: 10px;
  }

  .chi_dmm_styles.chimmc_icons_aligned_right
    #main-header
    .et_mobile_menu
    li.chimmc-has-icon
    a,
  .chi_dmm_styles.chimmc_icons_aligned_right
    #top-header
    #et-secondary-nav
    li.chimmc-has-icon
    a,
  .chi_dmm_styles.chimmc_icons_aligned_right
    .et_slide_in_menu_container
    #mobile_menu_slide
    li.chimmc-has-icon
    a,
  .chi_dmm_styles.chimmc_icons_right.chimmc_text_right
    #main-header
    .et_mobile_menu
    li.chimmc-has-icon
    a,
  .chi_dmm_styles.chimmc_icons_right.chimmc_text_right
    #top-header
    #et-secondary-nav
    li.chimmc-has-icon
    a,
  .chi_dmm_styles.chimmc_icons_right.chimmc_text_right
    .et_slide_in_menu_container
    #mobile_menu_slide
    li.chimmc-has-icon
    a,
  .chi_dmm_styles.et_header_style_fullscreen.chimmc_icons_right
    #mobile_menu_slide
    li.chimmc-has-icon
    a {
    margin-right: 10px;
  }

  .chi_dmm_styles.chimmc_icons_left.chimmc_icons_aligned_left
    #main-header
    #menu-item
    a:before,
  .chi_dmm_styles.chimmc_icons_left.chimmc_icons_aligned_left
    #main-header
    .menu-item
    a:before,
  .chi_dmm_styles.chimmc_icons_left.chimmc_icons_aligned_left
    #top-header
    .menu-item
    a:before,
  .chi_dmm_styles:not(.et_header_style_fullscreen).chimmc_icons_left.chimmc_icons_aligned_left
    .et_slide_in_menu_container
    #mobile_menu_slide
    .menu-item
    a:before {
    left: 8px;
    padding-left: 0;
  }

  .chi_dmm_styles.chimmc_icons_left:not(.chimmc_icons_aligned_left)
    #main-header
    #menu-item
    a:before,
  .chi_dmm_styles.chimmc_icons_left:not(.chimmc_icons_aligned_left)
    #main-header
    .menu-item
    a:before,
  .chi_dmm_styles.chimmc_icons_left:not(.chimmc_icons_aligned_left)
    #top-header
    .menu-item
    a:before,
  .chi_dmm_styles.chimmc_icons_left:not(.chimmc_icons_aligned_left)
    .et_slide_in_menu_container
    #mobile_menu_slide
    .menu-item
    a:before,
  .chi_dmm_styles.et_header_style_fullscreen.chimmc_icons_left
    .et_slide_in_menu_container
    #mobile_menu_slide
    .menu-item
    a:before {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }

  .chi_dmm_styles.chimmc_icons_right.chimmc_icons_aligned_right
    #main-header
    #menu-item
    a:after,
  .chi_dmm_styles.chimmc_icons_right.chimmc_icons_aligned_right
    #main-header
    .menu-item
    a:after,
  .chi_dmm_styles.chimmc_icons_right.chimmc_icons_aligned_right
    #top-header
    .menu-item
    a:after,
  .chi_dmm_styles:not(.et_header_style_fullscreen).chimmc_icons_right.chimmc_icons_aligned_right
    .et_slide_in_menu_container
    #mobile_menu_slide
    .menu-item
    a:after {
    right: 8px;
    padding-right: 0;
  }

  .chi_dmm_styles.chimmc_icons_right:not(.chimmc_icons_aligned_right)
    #main-header
    #menu-item
    a:after,
  .chi_dmm_styles.chimmc_icons_right:not(.chimmc_icons_aligned_right)
    #main-header
    .menu-item
    a:after,
  .chi_dmm_styles.chimmc_icons_right:not(.chimmc_icons_aligned_right)
    #top-header
    .menu-item
    a:after,
  .chi_dmm_styles.chimmc_icons_right:not(.chimmc_icons_aligned_right)
    .et_slide_in_menu_container
    #mobile_menu_slide
    .menu-item
    a:after {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }

  .et_mobile_menu li:not([class^="et_pb_"]),
  .et_mobile_menu li li:not([class^="et_pb_"]),
  .et_mobile_menu li.menu-item-has-children > a {
    overflow: hidden;
  }

  .et_slide_in_menu_container span.et_mobile_menu_arrow.et_pb_submenu_opened {
    -webkit-transform: none;
    transform: none;
  }

  .et_slide_in_menu_container span.et_mobile_menu_arrow:before {
    transition: inherit;
  }

  .et_slide_in_menu_container
    span.et_mobile_menu_arrow.et_pb_submenu_opened:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .et_header_style_split.chimmc_icons_left:not(.chimmc_icons_aligned_left)
    #main-header
    .chimmc-has-icon
    a:before {
    top: 50%;
    transform: translateX(-100%) translateY(-50%);
    -webkit-transform: translateX(-100%) translateY(-50%);
  }

  .et_header_style_split.chimmc_icons_right:not(.chimmc_icons_aligned_right)
    #main-header
    .chimmc-has-icon
    a:after {
    top: 50%;
    transform: translateX(0%) translateY(-50%);
    -webkit-transform: translateX(0%) translateY(-50%);
  }

  .et_header_style_split.chimmc_icons_left.chimmc_icons_aligned_left
    #main-header
    .chimmc-has-icon
    a:before {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .et_header_style_split.chimmc_icons_right.chimmc_icons_aligned_right
    #main-header
    .chimmc-has-icon
    a:after {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .et_header_style_fullscreen
    .et_slide_in_menu_container
    #mobile_menu_slide
    li.menu-item-has-children
    > a {
    display: block;
  }

  .et_header_style_fullscreen:not(.chimmc_arrow_custom)
    .et_slide_in_menu_container
    li.menu-item-has-children.chimmc-has-icon
    span.et_mobile_menu_arrow {
    padding: 0 0 0 10px;
  }

  .chimmc_arrow_custom.et_header_style_fullscreen
    #mobile_menu_slide
    > .menu-item-has-children {
    margin-right: 0;
  }

  .chimmc_arrow_custom .et_slide_in_menu_container span.et_mobile_menu_arrow {
    opacity: 1;
  }

  .et_header_style_fullscreen.chimmc_arrow_custom
    .et_slide_in_menu_container
    li.menu-item-has-children
    span.et_mobile_menu_arrow {
    margin: 0 0 0 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  body:not(.et_header_style_slide):not(.et_header_style_fullscreen).chi_dmm_styles.et_header_style_left
    .mobile_nav
    .mobile_menu_bar.et_divi_100_custom_hamburger_menu__icon,
  body.chi_dmm_styles.et_header_style_split
    #main-header
    .mobile_nav
    .mobile_menu_bar.et_divi_100_custom_hamburger_menu__icon,
  body.chi_dmm_styles.et_header_style_centered
    #main-header
    .mobile_nav
    .mobile_menu_bar.et_divi_100_custom_hamburger_menu__icon {
    display: block !important;
    min-height: initial !important;
  }

  .et_header_style_centered #et_top_search,
  .et_vertical_nav.et_header_style_centered #main-header #et_top_search,
  .et_header_style_split #et_top_search,
  .et_vertical_nav.et_header_style_split #main-header #et_top_search {
    float: right;
    z-index: 999;
  }

  .chi_dmm_styles.et_header_style_centered
    .et_pb_menu_visible
    #et-top-navigation,
  .chi_dmm_styles.et_header_style_split .et_pb_menu_visible #et-top-navigation {
    z-index: 999;
  }

  .et_header_style_centered
    .container.et_search_form_container.et_pb_search_form_hidden,
  .et_header_style_split
    .container.et_search_form_container.et_pb_search_form_hidden {
    z-index: -9 !important;
  }

  .et_header_style_centered #et_search_icon:before {
    top: 7px;
    left: -3px;
  }

  .et_header_style_split #et_search_icon:before {
    margin-top: 0;
    left: -3px;
  }

  .et_header_style_centered .container.et_search_form_container,
  .et_header_style_split
    .container.et_search_form_container.et_pb_search_visible,
  .et_header_style_split
    .container.et_search_form_container.et_pb_search_form_hidden {
    max-width: 100% !important;
  }

  .et_header_style_centered
    .container.et_search_form_container.et_pb_search_visible,
  .et_header_style_split
    .container.et_search_form_container.et_pb_search_visible {
    z-index: 999;
    -webkit-animation: fadeInTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeInTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  }

  .chi_dmm_styles.et_header_style_centered
    #main-header
    .et_pb_menu_hidden
    .mobile_nav
    .select_page,
  .chi_dmm_styles.et_header_style_split
    #main-header
    .et_pb_menu_hidden
    .mobile_nav
    .select_page,
  .et_header_style_centered .et_pb_menu_hidden #et_search_icon:before,
  .et_header_style_centered .et_pb_menu_hidden .select_page,
  .et_header_style_split .et_pb_menu_hidden #et_search_icon:before,
  .et_header_style_split .et_pb_menu_hidden .select_page {
    opacity: 0;
    -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  }

  .chi_dmm_styles.et_header_style_centered .et_pb_menu_hidden .mobile_menu_bar,
  .chi_dmm_styles.et_header_style_split .et_pb_menu_hidden .mobile_menu_bar {
    opacity: 0;
    -webkit-animation: FadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: FadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  }

  .et_header_style_centered .et_pb_menu_visible .mobile_menu_bar,
  .et_header_style_split .et_pb_menu_visible .mobile_menu_bar {
    opacity: 1;
    -webkit-animation: FadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: FadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  }

  .chi_dmm_styles.et_header_style_centered
    #main-header
    .et_pb_menu_visible
    .mobile_nav
    .select_page,
  .chi_dmm_styles.et_header_style_split
    #main-header
    .et_pb_menu_visible
    .mobile_nav
    .select_page,
  .et_header_style_centered .et_pb_menu_visible .select_page,
  .et_header_style_split .et_pb_menu_visible .select_page {
    opacity: 1;
    -webkit-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  }

  .et_header_style_centered span.et_close_search_field,
  .et_header_style_split span.et_close_search_field {
    right: 5px;
  }

  .et_header_style_centered .et-search-form input,
  .et_header_style_split .et-search-form input {
    left: 10px;
    right: auto;
  }

  .et_header_style_centered .et-search-form,
  .chi_dmm_styles.et_header_style_split .et-search-form {
    width: 100% !important;
    max-width: 100% !important;
    bottom: 20px;
  }

  .et_header_style_centered .et_close_search_field:after,
  .et_header_style_split .et_close_search_field:after {
    margin-top: -2px;
  }

  .et_header_style_centered #et_top_search,
  .et_header_style_split #et_top_search {
    position: absolute;
    height: 100%;
    margin: 0 35px 0 0;
    transition: right 0.3s ease;
  }

  .et_header_style_centered #et_search_icon,
  .et_header_style_split #et_search_icon {
    position: relative;
    height: 100%;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .et_header_style_centered #et_search_icon:before {
    position: relative;
    top: 0 !important;
  }

  .et_header_style_split #et_search_icon:before {
    position: relative;
  }

  .et_header_style_centered .container.et_search_form_container,
  .et_header_style_split .container.et_search_form_container {
    padding-bottom: 20px;
  }

  .et-search-form,
  .et_header_style_centered .et-search-form,
  .et_header_style_split .et-search-form {
    transition: top 0.5s ease;
  }

  .chi_dmm_styles.et_header_style_centered .et-search-form input,
  .et_vertical_nav.et_header_style_centered .et-search-form input,
  .et_header_style_split .et-search-form input {
    top: 0;
  }

  .et_header_style_centered span.et_close_search_field,
  .et_vertical_nav.et_header_style_centered span.et_close_search_field,
  .et_header_style_split span.et_close_search_field {
    position: relative;
    float: right;
    height: auto;
    width: auto;
    top: 50% !important;
    transform: translatey(-50%);
  }

  .et_header_style_centered span.et_close_search_field:after,
  .et_vertical_nav.et_header_style_centered span.et_close_search_field:after,
  .et_header_style_split span.et_close_search_field:after {
    display: block;
  }

  .ie.chi_dmm_styles .chi_mmc_activated #mobile_menu::-webkit-scrollbar {
    width: 10px;
    height: 3px;
  }

  .ie.chi_dmm_styles .chi_mmc_activated #mobile_menu::-webkit-scrollbar-button {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .ie.chi_dmm_styles .chi_mmc_activated #mobile_menu::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .ie.chi_dmm_styles
    .chi_mmc_activated
    #mobile_menu::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .ie.chi_dmm_styles .chi_mmc_activated #mobile_menu::-webkit-scrollbar-thumb {
    height: 30px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 0;
  }

  .ie.chi_dmm_styles .chi_mmc_activated #mobile_menu::-webkit-scrollbar-corner {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .ie.chi_dmm_styles .chi_mmc_activated #mobile_menu::-webkit-resizer {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .ie.chi_dmm_styles .chi_mmc_activated #mobile_menu {
    scrollbar-base-color: rgba(0, 0, 0, 0.2);
    scrollbar-highlight-color: rgba(0, 0, 0, 0.3);
    scrollbar-track-color: rgba(0, 0, 0, 0.1);
    scrollbar-arrow-color: rgba(0, 0, 0, 0.1);
  }

  body:not(.et_header_style_slide):not(.et_header_style_fullscreen)
    #main-header
    .et_mobile_menu
    .chimmc_clickable_parent {
    position: relative;
  }

  body:not(.et_header_style_slide):not(.et_header_style_fullscreen)
    #main-header
    .et_mobile_menu
    .chimmc_clickable_parent
    .chimmc_clickable_link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
  }

  span.chimmc_mobile_menu_arrow,
  .et_header_style_slide .et_mobile_menu_arrow {
    padding: 10px;
  }

  .et_header_style_slide .et_slide_in_menu_container span.et_mobile_menu_arrow,
  .et_header_style_slide .et_slide_in_menu_container span.et_mobile_menu_arrow {
    border-style: solid;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .et_header_style_fullscreen
    .et_slide_in_menu_container
    span.et_mobile_menu_arrow {
    border-style: solid;
  }
}

