@charset "UTF-8";

/*
Author: SONG TECK KANG
Description: This file is part of XANTEC, cannot be copied and/or distributed without the express permission of Xantec Solutions Sdn. Bhd.
Requires at least: 5.3
Tested up to: 6.5
Requires PHP: 5.6
Version: 1.3.3

*/

@font-face {
	font-family: 'Nexa';
	src: url('../../themes/Divi/fonts/cc63ce6e304da54106961b31a1d744a9.woff') format('woff'),
       url('../../themes/Divi/fonts/cc63ce6e304da54106961b31a1d744a9.woff2') format('woff2'), url('../../themes/Divi/fonts/Nexa-Bold.ttf');
	src: local('Nexa-Bold'), url('../../themes/Divi/fonts/Nexa-Bold.ttf') format('ttf'), url('../../themes/Divi/fonts/Nexa-Bold.ttf') format('truetype');
	font-style: initial;
	font-weight: initial;
	font-display: swap;
}
@font-face {
	font-family: 'Nexa Bold';
	src: url('../../themes/Divi/fonts/cc63ce6e304da54106961b31a1d744a9.woff') format('woff'),
       url('../../themes/Divi/fonts/cc63ce6e304da54106961b31a1d744a9.woff2') format('woff2'), url('../../themes/Divi/fonts/Nexa-XBold.ttf');
	src: local('Nexa-XBold'), url('../../themes/Divi/fonts/Nexa-XBold.ttf') format('ttf'), url('../../themes/Divi/fonts/Nexa-XBold.ttf') format('truetype');
	font-style: initial;
	font-weight: initial;
	font-display: swap;
}

:root {
    --font1: 'Nexa', sans-serif;
    --font2: 'Nexa Bold', sans-serif;
    --color1: #62bb47;
    --color2: #ff9800;
}

div.home-banner div.et_pb_heading {
    position: absolute;
    top: 120px;
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
div.home-banner div.et_pb_heading h1 {
    color: #fff;
    font-size: 54px;
    font-family: var(--font1);
    font-weight: 700;
    text-shadow: 1px 1px 50px rgba(0, 0, 0, 1);
}
div.xheader div.et_pb_row > .et_pb_column:first-child {
    display: flex; align-items: center;
}
div.xheader div.et_pb_row > .et_pb_column:first-child .et_pb_image {margin-right: 15px;}
div.xheader div.et_pb_row > .et_pb_column:first-child p {padding-bottom: 0!important;}
div.xheader div.et_pb_row > .et_pb_column:first-child p span {
    background: var(--color1);
    color: #fff;
    padding: 0 4px;
    display: inline-flex;
    height: 24px;
    line-height: 1.2;
    align-items: center;
}
div.xheader div.et_pb_row > .et_pb_column:first-child p:last-child span {padding: 0 7px; font-weight: 700;}
div.xheader div.et_pb_row > .et_pb_column:first-child p:first-child {font-weight: 700;}
div.xheader div.et_pb_row > .et_pb_column:first-child p:last-child {
    border-top: 1px solid var(--color2);
    font-size: 16px;
    text-transform: uppercase;
}
div.xheader div.et_pb_row > .et_pb_column:first-child .et_pb_code_inner > div {font-size: 80%!important;}
body .et-menu li>a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px !important;
    font-family: var(--font2)!important;
}

footer .et_pb_section_0_tb_footer.et_pb_section {border-top: 5px solid var(--color1)!important; background-color: #f7f8fb !important;}
footer .et_builder_inner_content .et_pb_column_1_3, footer .et_builder_inner_content .et_pb_row .et_pb_column_1_3, footer .et_builder_inner_content .et_pb_column_1_4, footer .et_builder_inner_content .et_pb_row .et_pb_column_1_4 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
}
footer .et_pb_row_0_tb_footer.et_pb_row {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0 !important;
}
footer .et_builder_inner_content .et_pb_row .et_pb_column_1_4:first-child, footer .et_builder_inner_content .et_pb_row .et_pb_column_1_4:nth-child(2) {
    width: calc(50% - 20px);
    margin-right: 20px;
    flex: 0 0 calc(50% - 20px);
}
footer .et_pb_gutters3 .et_pb_column_1_3 > .et_pb_blurb, footer .et_builder_inner_content .et_pb_column_1_4 > .et_pb_blurb, footer .et_builder_inner_content .et_pb_column > .et_pb_image {
    flex-basis: calc(100% / 6);
    width: calc(100% / 6);
    margin-bottom: 0;
    max-height: 130px;
}
footer .et_builder_inner_content .et_pb_column > .et_pb_image {max-height: 90px;}
footer .et_builder_inner_content .et_pb_column:not(:last-child) > .et_pb_image {text-align: center;}
footer .et_builder_inner_content .et_pb_column_1_4:first-child > .et_pb_blurb, footer .et_builder_inner_content .et_pb_row .et_pb_column_1_4:nth-child(2) > .et_pb_blurb {
    flex-basis: calc(100% / 3);
    width: calc(100% / 3);
}
footer .et_pb_gutters3 .et_pb_column_1_3 > .et_pb_heading:first-child, footer .et_pb_gutters3 .et_pb_column_1_3 > .et_pb_heading, footer .et_builder_inner_content .et_pb_column_1_4 > .et_pb_heading:first-child, footer .et_builder_inner_content .et_pb_column_1_4 > .et_pb_heading {
    flex-basis: 100%;
    margin-top: 0!important;
    margin-bottom: 0!important;
}
footer .et_builder_inner_content .et_pb_column > .et_pb_heading h3 {padding-bottom: 0!important;}
footer .et_pb_gutters3 .et_pb_column_1_3 > .et_pb_blurb img, footer .et_builder_inner_content .et_pb_column_1_4 > .et_pb_blurb img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center center;
    max-height: 130px;
}
footer .et_builder_inner_content .et_pb_column > .et_pb_image a {display: inline-flex;}
footer .et_builder_inner_content .et_pb_column > .et_pb_image img {
    height: 90px;
    width: 100%;
    object-fit: contain;
    object-position: center center;
    max-height: 90px;
}
footer .et_builder_inner_content .et_pb_column .et_pb_blurb .et_pb_blurb_description {line-height: 1.2;font-style: italic;}
footer .et_builder_inner_content .et_pb_column .et_pb_blurb .et_pb_blurb_description b, footer .et_builder_inner_content .et_pb_column .et_pb_blurb .et_pb_blurb_description strong {font-style: normal!important;}
footer .et_builder_inner_content .et_pb_column .et_pb_blurb .et_pb_blurb_description br, footer .et_builder_inner_content .et_pb_column br {height: 0 !important;
    display: block;}
footer .et_builder_inner_content .et_pb_column:nth-child(3) {display: block!important; margin-right: 0!important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
footer .et_builder_inner_content .et_pb_column:nth-child(3) {display: none!important;}
footer .et_builder_inner_content .et_pb_column:nth-child(3) > .et_pb_heading {margin-bottom: 20px!important;}
footer .et_builder_inner_content .et_pb_column:nth-child(3) > .et_pb_image {
    max-height: 80px;
    text-align: center;
    display: inline-block;
    float: left;
    width: auto;
    height: 80px;
    object-fit: contain;
    margin-right: 20px;
}
footer .et_builder_inner_content .et_pb_column:nth-child(3) > .et_pb_image img {
    height: 80px;
    max-height: 80px;
    width: 100%;
}
footer .et_builder_inner_content .et_pb_column:last-child {
    display: flex!important;
    width: 60%;
    align-items: center;
    gap: 0px 50px;
}
footer .et_builder_inner_content .et_pb_column:last-child > .et_pb_image {
    width: 100%;
    margin-right: 0;
    max-height: initial;
}
footer .et_builder_inner_content .et_pb_column:last-child > .et_pb_image img {
    height: 100%;
    max-height: 100%;
    max-width: 400px;
    width: 400px;
    margin-right: 0 !important;
}
footer .et_builder_inner_content .et_pb_column p {line-height: 1.5;}
footer .et_builder_inner_content .et_pb_column a {color: var(--color1);}
footer {
    position: relative;
    overflow-x: hidden;
}
footer .et_pb_row:last-child:before {
    content: '';
    display: block!important;
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: var(--color1);
}
footer .et_pb_row:last-child div.et_pb_text_inner {color: #fff!important;
    font-size: 17px;
    font-family: var(--font1);
}

.et_dropdown_animation_fade.et_pb_menu ul li:hover>ul, .et_dropdown_animation_fade.et_pb_menu ul li >ul {
    border-top: 0px solid transparent!important;
    background: transparent !important;
    background-color: transparent !important;
    left: 11px;
    margin-top: -1px;
}
.et_pb_menu .et_pb_menu__menu>nav>ul>li>ul {
    padding: 0 0!important;
}
.et_pb_menu .et_pb_menu__menu>nav>ul>li>ul>li {
    padding: 0 0!important;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 2px;
}
.et_pb_menu_0_tb_header.et_pb_menu ul ul li:hover>a, .et_pb_menu_0_tb_header.et_pb_menu ul ul li.current-menu-item a {
    color: #fff!important;
        background: var(--color2) !important;
}
.et_pb_menu .et_pb_menu__menu>nav>ul>li>ul>li a {
    width: 100%;
    background: var(--color1)!important;
    color: #fff!important;
    line-height: 1.2; padding: 11px 15px;
}
.et_pb_menu .et_pb_menu__menu>nav>ul>li>ul>li:hover a {
    opacity: 1!important; color: #fff !important;
    background: var(--color2)!important;
}
.et_pb_menu .et_pb_menu__menu>nav>ul#menu-main-navigation >li>ul>li a:before {
    background: transparent!important;
}
#menu-main-navigation li.current-menu-parent a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #60bc46
}
body.page-id-19976 #menu-main-navigation li.et_pb_menu_page_id-21502.current-menu-parent a:before {
    display: none!important;
}
body.page-id-19976 #menu-main-navigation li.et_pb_menu_page_id-21615 a:before {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #60bc46;
}

div.smallBanner.et_pb_section {
    padding-bottom: 30px;
    padding-top: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
div.smallBanner.et_pb_section > .et_pb_row {padding: 0;}
div.smallBanner h2.et_pb_module_heading {
    font-size: 48px;
    color: #fff;
    text-shadow: 1px 1px 65px rgba(0, 0, 0, .9);
}

/** exhibitor **/
div.um-profile .um-profile-nav-posts, div.um-profile .um-profile-nav-comments {display: none!important;}
[class^=um-faicon-]:before {top: 5px!important; position: relative;}
.um-account [class^=um-faicon-]:before {top: 0px!important; position: relative;}
.picker__box, .picker__nav--next:hover, .picker__nav--prev:hover, .um .um-field-group-head, .um .um-members-pagi span.current, .um .um-members-pagi span.current:hover, .um .um-profile-nav-item.active a, .um .um-profile-nav-item.active a:hover, .um-modal-btn, .um-modal-btn.disabled, .um-modal-btn.disabled:hover, .um-modal-header, .upload, div.uimob800 .um-account-side li a.current, div.uimob800 .um-account-side li a.current:hover {background: var(--color1)!important;}
.um-profile-nav {padding: 0 0!important;}
.um-profile-nav-item a {border-radius: 0!important;}
.um-profile .um-field-area, .um-field-logo_company .um-field-area {text-align: left!important;}
.um a.um-button, .um a.um-button.um-disabled:active, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:hover, .um input[type=submit].um-button, .um input[type=submit].um-button:focus {
   background: var(--color1)!important; 
}
.um .um-button.um-alt:hover, .um input[type=submit].um-button.um-alt:hover {
    background: var(--color2)!important; color: #fff!important;
}
.um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-photo a img {border: 3px solid var(--color1)!important;}
.um-login ul.um-misc-ul {display: flex;
    justify-content: space-evenly;
    padding-left: 0 !important;
    gap: 20px 20px;
}
.um-login.um-logout .um-misc-img img {
    height: 170px !important;
    width: 170px;
    object-fit: contain;
    border-radius: 0 !important;
}
.um-login ul.um-misc-ul li {display: inline-flex; flex: 0 0 calc(50% - 20px);
    justify-content: center;}
.um-login ul.um-misc-ul li a {
    vertical-align: middle !important;
    height: auto !important;
    font-size: 15px;
    cursor: pointer !important;
    width: 100%;
    box-shadow: none;
    text-shadow: none;
    font-family: Open Sans, Arial, sans-serif;
    outline: 0 !important;
    margin: 0;
    opacity: 1;
    -webkit-appearance: none;
    text-align: center;
    background: var(--color1) !important;
    color: #fff;
    line-height: 1em !important;
    padding: 16px 20px !important;
    border-radius: 4px !important;
    text-transform: capitalize;
}   
.um-login ul.um-misc-ul li:nth-child(2) a {
   background: var(--color2) !important; 
}
body .um-login, body .um-login.um-logout {
    background: #ffff !important;
    border: 1px solid rgba(125, 125, 125, 0.5) !important;
    padding: 40px;
    max-width: 450px !important;
    min-height: 500px !important;
    border-radius: 3px;
    box-shadow: 3px 6px 40px rgba(0, 0, 0, .015)
}
body .um-login.um-logout .um-form div.um-misc-with-img {
    border-bottom: 0px solid transparent;
}
body .um-login.um-logout {background: #f7f8fb !important; background-color: #f7f8fb !important;}
body .um-login.um-logout, body .um-login {
    margin-left: auto!important;
    margin-right: 0!important;
    margin-bottom: 0 !important;
}
body div._bg-login:before {
    content: '';
    background: #f7f8fb !important;
    position: absolute;
    width: 100%;
    height: 100%;
}
body.um-page-login.um-page-loggedin div.entry-content .et_pb_section:not(.smallBanner) {background: #f7f8fb !important; background-color: #f7f8fb !important;}
body div._bg-login:after {
    content: '';
    display: block !important;
    position: absolute;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    width: calc(100% - 450px);
    height: 100%;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
div.um-misc-img {
    background: #f7f8fb !important;
    width: 200px;
    margin: 0 auto 15px;
    height: 200px;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px solid rgba(125, 125, 125, 0.5) !important;
}
body .um-login:not(.um-logout) div.um-misc-img, body .um-login.um-logout div.um-misc-img {
    border: 1px solid #e5e5e5!important;
        background: #fff !important;
}
.um span.um-req {color: red!important;}
.um:not(.um-admin).um-register {max-width: 900px;}
.um-register .um-form .um-row {
    display: flex; 
    gap: 20px 40px;
    min-width: calc(100% + 40px);
} 
.um.um-register .um-field-logo_company .um-field-area {/*height: 40px;*/}
.um.um-register .um-field-area {min-height: 50.8px;}
.um.um-register .um-field-logo_company .um-field-area a.um-button, body .um-button.um-btn-auto-width {
    padding: 12px 0 13px!important;
}
body .um-directory .um-member-directory-header .um-member-directory-header-row.um-member-directory-search-row {justify-content: center;}
body .um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-card .um-members-edit-btn a.um-edit-profile-btn {
    color: #fff !important;
    text-transform: capitalize !important; 
    padding-top: 13px!important; padding-bottom: 13px!important;
}
body .um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-card .um-members-edit-btn a.um-edit-profile-btn:before {color: #fff!important;}
body .um-directory .um-member-directory-header .um-member-directory-header-row .um-member-directory-search-line .um-do-search {
    padding: 12px 0 13px !important;
    background: var(--color1); 
    cursor: pointer;
}
body .um-directory .um-member-directory-header .um-member-directory-header-row .um-member-directory-search-line .um-do-search:hover {background: var(--color2); }
body .um-profile.um-viewing .um-field-label {
    padding-bottom: 4px;
    padding-top: 4px;
    background: #f7f8fb !important;
    padding-left: 5px;
}
body .um input[type=submit].um-button, body .um-button.um-btn-auto-width {text-transform: capitalize !important;}
body .um input[type=submit].um-button:hover, body .um input[type=submit].um-button:focus, body .um-button.um-btn-auto-width:hover, body .um-button.um-btn-auto-width:focus {
    background: var(--color2)!important;
}
body .um-profile-photo a.um-profile-photo-img img {
    height: 100%;
    object-fit: contain;
}
body .um-directory .um-members-wrapper .um-members.um-members-grid .um-member.with-cover .um-member-photo a img {object-fit: contain;}
body .um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-card {min-height: 87px;}
.um.um-profile.um-editing .um-single-image-preview>img {
    border: 1px solid #e5e5e5;
    padding: 5px;
}
.um .um-right a.um-button {background: var(--color2)!important; color: #fff!important;}
.um.um-login .um-right {display: none!important;}
.um.um-login .um-left.um-half {width: 100%!important;}
.um.um-login .um-left.um-half input {width: 48%; margin: 0 auto;}
.um .um-right a.um-button:hover, .um .um-right a.um-button:focus, .um .um-left a.um-button:hover, .um .um-left a.um-button:focus, .um-login ul.um-misc-ul li:hover a {background: #fa8b14!important; color: #fff!important;}
.um .um-cover-add:hover, .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i, .um .um-field-radio.active:not(.um-field-radio-state-disabled) i, .um .um-item-meta a, .um .um-member-less a:hover, .um .um-member-more a:hover, .um .um-member-name a:hover, .um .um-members-pagi a:hover, .um .um-profile-subnav a.active, .um .um-tip:hover, .um-account-name a:hover, .um-account-nav a.current, .um-account-side li a.current span.um-account-icon, .um-account-side li a.current:hover span.um-account-icon, .um-dropdown li a:hover, i.um-active-color, span.um-active-color {color: var(--color2)!important;}
body .um-account-meta-img a {display: block;}
body .um-account-meta-img img {height: 120px; object-fit: contain; border: 3px solid var(--color1);
    padding: 5px;}
.um-account .um-account-side {
    background: #f7f8fb !important;
    height: 100%;
    min-height: 500px;
    padding: 40px 0 40px 30px;
}
.um-account .um-account-side div.um-account-meta {padding-right: 30px;}
.um-account-name, .um-account-name a, .um-member-name, .um-member-name a, body.um-page h1.entry-title, body.um-page div.um-name {text-transform: capitalize;}
.um-account-side li a.current, .um-account-side li a.current:hover {
    color: #fff!important;
    background: #444!important;
}
.um-account-side li a.current span.um-account-title, .um-account-side li a.current:hover span.um-account-title {color: #fff!important;}
.um-account-side + .um-account-main {padding-left: 50px;}
.um-account-meta-img {display: none!important;}
body.um-page .main_title {display: none!important;}
body.um-page div.um-name {padding-top: 15px;}
#sidebar .et_pb_widget li a:hover {color: var(--color2)!important;}
#sidebar .et_pb_widget ul#menu-sidebar-right li {margin-bottom: 0!important;}
#sidebar .et_pb_widget ul#menu-sidebar-right li a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px !important;
    font-family: var(--font2) !important;
}

ul.et_pb_tabs_controls {
    background-color: #f7f8fb !important;
}
.et_pb_tabs_controls li a {padding: 4px 30px 6px;}
ul.et_pb_tabs_controls:after {border-top: 1px solid var(--color1)!important;}
.et_pb_tabs_controls li.et_pb_tab_active a {color: #fff!important; background: var(--color1)!important;}
.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item .sub-menu a {color: #fff!important;}
.et_pb_tabs_controls li:not(.et_pb_tab_active) a {color: #000!important;}
body.page-id-20954 .et_pb_all_tabs .et_pb_tab_content > .et_pb_section {padding: 20px 0 0!important;}
body.page-id-20954 .et_pb_all_tabs .et_pb_tab_content > .et_pb_section > .et_pb_row {
    margin: 0 0!important;
    max-width: 100%;
    width: 100%;
}
body.page-id-20954 .et_pb_all_tabs .et_pb_column {
  column-count: 3; /* number of columns */
  column-gap: 20px; /* horizontal space between columns */
  text-align: left;     /* align modules left inside columns */
  margin-left: 0 !important;
  margin-right: auto !important;
}
body.page-id-20954 .et_pb_all_tabs .et_pb_column > div {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px!important; /* vertical spacing only */
  text-align: left; /* ensure text stays left */
    border-radius: 0;
    border: 3px solid var(--color1);
    border-top-width: 10px;
}
body.page-id-20954 .et_pb_all_tabs .et_pb_tab_content .et_pb_text_inner > p:first-child strong, body.page-id-20954 .et_pb_all_tabs .et_pb_tab_content .et_pb_text_inner > p:first-child b {
    margin-top: 15px;
    padding: 15px 20px 0;
    display: block;
    margin-bottom: 0px;
    min-width: calc(100% + 40px);
    margin-left: -20px;
    border-top: 1px solid #ccc; 
}
form.wpcf7-form div.row {display: flex; width: 100%; gap: 0px 40px; min-width: calc(100% + 40px);}
form.wpcf7-form div.row > div.col-50 {flex: 0 0 calc(50% - 40px);}
form.wpcf7-form div.row > div.col-100 {flex: 0 0 calc(100% - 40px);}
.dsm_contact_form_7 input.text, .dsm_contact_form_7 input.title, .dsm_contact_form_7 input[type=date], .dsm_contact_form_7 input[type=email], .dsm_contact_form_7 input[type=number], .dsm_contact_form_7 input[type=password], .dsm_contact_form_7 input[type=tel], .dsm_contact_form_7 input[type=text], .dsm_contact_form_7 input[type=url], .dsm_contact_form_7 select, .dsm_contact_form_7 textarea {
    -webkit-appearance: none;
    font-family: 'Satoshi-Variable', Helvetica, Arial, Lucida, sans-serif!important;
    font-weight: 500!important;
    font-size: 16px!important;
}
form.wpcf7-form div.row > p {margin-top: 15px;}
form.wpcf7-form div.row.submit-row {margin-top: 15px; text-align: center; height: 50px;}
form.wpcf7-form div.row.submit-row .wpcf7-form-control.wpcf7-submit {
    vertical-align: middle !important;
    height: auto !important;
    font-size: 15px;
    cursor: pointer !important;
    box-shadow: none;
    text-shadow: none;
    font-family: Open Sans, Arial, sans-serif;
    outline: 0 !important;
    opacity: 1;
    -webkit-appearance: none;
    background: var(--color1) !important;
    background-color: var(--color1) !important;
    color: #fff !important;
    text-transform: capitalize !important;
    padding: 10px 16px;
    min-width: 150px;
    width: 150px;
    border-radius: 5px;
    margin: 0 auto !important;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
form.wpcf7-form div.row.submit-row .wpcf7-form-control.wpcf7-submit:after {display: none!important;}
form.wpcf7-form div.row.submit-row .wpcf7-form-control.wpcf7-submit:hover, form.wpcf7-form div.row.submit-row .wpcf7-form-control.wpcf7-submit:focus {
    background: var(--color2) !important;
    background-color: var(--color2) !important;
}
/** popup **/
body:not(.wp-admin) .pum-container.pum-responsive.pum-responsive-medium {
    margin-left: -40%!important;
    width: 80%!important;
    border: 1px solid #ccc!important;
}
body:not(.wp-admin) #popmake-21174.pum-container.pum-responsive img {border: 5px solid var(--color1)!important;}
body.modal2 div.modal_code {padding: 0 0!important;}
body.loaded.modal2 div#et-boc > header, body.loaded.modal2 div#et-boc > div#et-main-area > footer {display: none!important;}
body.loaded.modal2 div#et-boc > div#et-main-area {background: rgba(0,0,0,.9)!important; background-color: rgba(0,0,0,.9)!important;}
body.loaded.modal2 div#et-boc > div#et-main-area .et_pb_section {background: transparent!important; background-color: transparent!important;
	max-width: 75%;
    margin: 0 auto;}
body.loaded.modal2 div#et-boc > div#et-main-area .et_pb_row:not(.modal_code) {padding: 0!important;
	padding-right: 4.5% !important;
	background: #fff;
}
body.loaded.modal2 div#et-boc > div#et-main-area .et_pb_row:not(.modal_code) > .et_pb_column:first-child {padding: 40px 0 40px 40px;}
body.loaded.modal2 div#et-boc > div#et-main-area .et_pb_module.et_pb_heading {padding-bottom: 0!important; margin-bottom: 0!important;}
body.loaded.modal2 .et_pb_image img {border: 5px solid var(--color1)!important;}
body.loaded.modal2 div#et-boc > div#et-main-area .et_pb_module.dsm_contact_form_7 {margin-bottom: 7px!important;}
body.loaded.modal2 div#et-boc > div#et-main-area .et_pb_row.modal_code {
	position: absolute;
    right: 23px;
    top: 23px;
    width: initial;
}
body.loaded.modal2 div#et-boc > div#et-main-area .et_pb_row.modal_code .modal_close a {display: flex!important; background: #fff!important;
	width: 50px; height: 50px;
    border-radius: 100%;
    border: 2px solid #000;
	justify-content: center;
    flex-direction: column;
    align-items: center;}
body.loaded.modal2 div#et-boc > div#et-main-area .et_pb_row.modal_code .modal_close a:before, body.loaded.modal2 div#et-boc > div#et-main-area .et_pb_row.modal_code .modal_close a:after {
	content: '';
	display: block;
	width: 32px;
	height: 2px;
	background: #000;
}
body.loaded.modal2 div#et-boc > div#et-main-area .et_pb_row.modal_code .modal_close a:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
body.loaded.modal2 div#et-boc > div#et-main-area .et_pb_row.modal_code .modal_close a:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin: -1px;
}
body.loaded.modal2 div#et-boc > div#et-main-area .et_pb_row.modal_code .modal_close a:hover:before, body.loaded.modal2 div#et-boc > div#et-main-area .et_pb_row.modal_code .modal_close a:hover:after {background: var(--color2);}
/** end **/
body:not(.wp-admin).page-id-21183 iframe {min-height: 100vh!important; border: 0px solid transparent!important;}
body:not(.wp-admin).page-id-21183 .entry-content .et_pb_section:not(.smallBanner) {padding: 0 0!important;}
body.wp-admin .grecaptcha-badge {
  visibility: hidden !important; /* hides badge */
}
body.wp-admin .grecaptcha-badge {
  display: none !important;
}

/** listing **/
div.divi-listing .et_pb_row {padding: 0 0!important;}
div.divi-listing .et_pb_row .et_pb_column {
	display: flex;
	gap: 20px 20px;
    margin-bottom: 0;
    flex-wrap: wrap;
}
div.divi-listing .et_pb_row .et_pb_column > .et_pb_module {margin-bottom: 0px!important; flex-basis: calc(16.66667% - 20px);}
div.divi-listing .et_pb_row .et_pb_column .et_pb_module .et_pb_main_blurb_image {margin-bottom: 0!important; 
    min-height: calc(calc(1200px - 10px) / 6);
    display: flex;
    padding: 20px;
    border: 1px solid #ccc;}
div.divi-listing .et_pb_row .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container {
	border: 1px solid #ccc;
	border-top: 0px solid transparent!important;
	padding: 20px 10px 15px;
    text-align: center;
}
div.divi-listing .et_pb_blurb_description {
	font-size: 14px;
}

div.intro_hm .et_pb_image {text-align: center;}
div.intro_hm .et_pb_image .et_pb_image_wrap:before {
	content: '';
    display: block;
    background: var(--color2);
    position: absolute;
    width: 530px;
    height: 530px;
    top: -15px;
    left: -15px;
    border-radius: 10px;
    transform: rotate(10deg);
}
div.intro_hm .et_pb_image .et_pb_image_wrap:after {
	content: '';
    display: block;
    background: var(--color1);
    position: absolute;
    width: 530px;
    height: 530px;
    top: -15px;
    left: -15px;
    border-radius: 17px;
    transform: rotate(14deg);
	z-index: -1;
}
div.intro_hm .et_pb_image img {
	width: 500px;
	height: 500px;
	object-fit: cover;
	border-radius: 15px;
	    border: 15px solid #fff;
}
.et_pb_row_0_tb_header.et_pb_row {
    width: 100% !important;
    max-width: calc(100% - 60px)!important;
}
.page-id-21381 .et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item, .page-id-21381 .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .page-id-21381 .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget, .page-id-21381 .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item, .page-id-21381 .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .page-id-21381 .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget {
    width: calc((100% - 100px) / 5);
    margin-right: 20px !important;
    margin-bottom: 20px;
}
body.home .et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item, body.home .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, body.home .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget, body.home .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item, body.home .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, body.home .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget {
    width: calc((100% - 100px) / 5);
    margin-right: 20px !important;
    margin-bottom: 20px;
}
.page-id-21381 .et_pb_grid_item.et_pb_gallery_item.first_in_row {clear: none!important;}
body.home .et_pb_grid_item.et_pb_gallery_item.first_in_row {clear: none!important;}
.et_pb_gallery_grid .et_pb_gallery_item img {
    border: 10px solid #ccc;
        border-radius: 20px;
}
.et_pb_gallery_image:hover .et_overlay {border-radius: 20px;}
.et_pb_gallery .et_pb_gallery_pagination {margin-top: 20px !important;}
.page-id-21449 form.wpcf7-form div.row.submit-row .wpcf7-form-control.wpcf7-submit {
        background: var(--color2) !important;
    background-color: var(--color2) !important;
    border-color: var(--color2) !important;
}
.speaker-tabs .et_pb_tab_content > .et_pb_section {
    padding: 0 0!important;
}
.speaker-tabs .et_pb_tab_content > .et_pb_section > .et_pb_row {padding: 0 0!important; margin: 0 0!important; width: 100%!important;}
.speaker-tabs .et_pb_tab_content > .et_pb_section > .et_pb_row > .et_pb_column {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
    min-width: calc(100% + 20px);
}
.speaker-tabs .et_pb_tab_content > .et_pb_section > .et_pb_row > .et_pb_column> div {
    flex-basis: calc(20% - 20px);
    border: 1px solid #ccc;
    padding: 30px 15px;
    margin-bottom: 0!important;
}
.speaker-tabs .et_pb_tab_content > .et_pb_section > .et_pb_row > .et_pb_column> div .et_pb_main_blurb_image img {
        border-radius: 100%;
    border: 1px solid #ccc;
}
.speaker-tabs .et_pb_blurb_description {
    font-size: 15px;
    line-height: 1.5;
}
body.home a.et_pb_button.button-hm, .button-included a.et_pb_button {
	vertical-align: middle !important;
    height: auto !important;
    font-size: 15px;
    cursor: pointer !important;
    box-shadow: none;
    text-shadow: none;
    font-family: Open Sans, Arial, sans-serif;
    outline: 0 !important;
    opacity: 1;
    -webkit-appearance: none;
    background: var(--color1) !important;
    background-color: var(--color1) !important;
    color: #fff !important;
    text-transform: capitalize !important;
    padding: 10px 16px;
    min-width: 220px;
    width: 220px;
    border-radius: 5px;
    margin: 0 auto !important;
	transform: initial!important;
}
body.home a.et_pb_button.button-hm:after, .button-included a.et_pb_button:after {display: none!important;}
body.home a.et_pb_button.button-hm:hover, .button-included a.et_pb_button:hover {
	background: var(--color2) !important;
    background-color: var(--color2) !important;
	border-color: var(--color2) !important;
    color: #fff !important;
}
.button-included a.et_pb_button:hover {
    transform: none !important;
    border: 1.6px solid!important;
    padding: 10px 16px!important;
}
div.divi-listing div.et_pb_row.tab-exhibitors div.et_pb_module.et_pb_tabs {
    width: 100%;
    flex: 0 0 100%;
}
div.et_pb_module.et_pb_tabs .et_pb_tab_content > .et_pb_section > .et_pb_row {margin: 0 0!important; width: 100%;}

/** update 24/09/2025 **/
body div.xheader div.et_pb_row > .et_pb_column:first-child {
	width: 25%!important;
}
body div.xheader div.et_pb_row > .et_pb_column:last-child {
	width: calc(100% - 25%)!important;
}

div.um-header, div.um-cover {display: none!important;}
div.divi-listing .et_pb_row .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container {display: none!important;}
footer .et_builder_inner_content .et_pb_row .et_pb_column_1_4:first-child, footer .et_builder_inner_content .et_pb_row .et_pb_column_1_4:nth-child(2) {
	width: initial;
    margin-right: initial;
    flex: initial;
}
footer .footer-section > .et_pb_row:first-child {
	display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap!important;
    gap: 20px 20px;
}
footer .footer-section > .et_pb_row:first-child > div:not(:first-child)::before {
	content: '' !important;
    display: block !important;
    position: absolute;
    border-left: 1px solid #ccc;
    height: 80px;
    width: 1.5px;
    left: -15px;
	top: 3px;
    opacity: .5;
}
footer .footer-section > .et_pb_row:first-child > div {
	width: 100%;
    margin-right: initial;
	display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
	gap: 15px 10px;
	position: relative;
}
footer .footer-section > .et_pb_row:first-child > div:first-child, footer .footer-section > .et_pb_row:first-child > div:last-child {flex: 0 0 120px;}
footer .footer-section > .et_pb_row:first-child > div:nth-child(2) {flex: 0 0 150px;}
footer .footer-section > .et_pb_row:first-child > div.et_pb_column:nth-child(3), footer .footer-section > .et_pb_row:first-child > div.et_pb_column:nth-child(4) {
	flex: 1 1 auto !important;}  /** 200px + 160px + 160px **/
footer .footer-section > .et_pb_row:first-child > div > div.et_pb_module:not(.et_pb_blurb) {
	width: 100%;
	margin-bottom: 0!important;
}
footer .footer-section > .et_pb_row:first-child > div > div.et_pb_module.et_pb_blurb {
	width: auto!important;
	height: 50px;
	margin: 0;
	align-content: center;
}
footer .footer-section > .et_pb_row:first-child > div > div.et_pb_module.et_pb_blurb img {
	width: auto!important;
	height: 30px;
	object-fit: contain;
}
/* footer .footer-section > .et_pb_row:first-child > div.et_pb_column_3_tb_footer > div.et_pb_module.et_pb_blurb {height: 50px!important;}*/
footer .footer-section > .et_pb_row:first-child > div.et_pb_column_3_tb_footer > div.et_pb_module.et_pb_blurb .et_pb_blurb_content {height: 30px!important;}
footer .footer-section > .et_pb_row:first-child > div:nth-child(2) > div.et_pb_module.et_pb_blurb img {height: 50px!important;}
footer .footer-section > .et_pb_row:first-child > div:first-child > div.et_pb_module.et_pb_blurb img {height: 33px!important;}
footer .footer-section > .et_pb_row:first-child > div:last-child > div.et_pb_module.et_pb_blurb img {height: 50px!important;}
footer .footer-section > .et_pb_row:first-child .et_pb_text > div.et_pb_text_inner {
	text-transform: uppercase !important;
    color: var(--color1);
    font-weight: 600;
    font-size: 15px;
    line-height: 1.4;
}
footer .footer-section > .et_pb_row:first-child .et_pb_main_blurb_image {margin-bottom: 0!important;}
footer .et_builder_inner_content .footer-section > .et_pb_row:nth-child(2) {
	display: flex;
    align-items: center;
    gap: 20px 40px;
	padding-bottom: 0!important;
	padding-top: 60px !important;
}
footer .et_builder_inner_content .footer-section > .et_pb_row:nth-child(2) > div:first-child {min-width: 400px;}
footer .et_builder_inner_content .footer-section > .et_pb_row:nth-child(2) > div:not(:first-child) {min-width: 320px;}
footer .et_builder_inner_content .footer-section > .et_pb_row:nth-child(2) .et_pb_column > .et_pb_module.et_pb_image {
	max-height: 100%!important;
    width: 100%!important;
	flex-basis: initial;
}
footer .et_builder_inner_content .footer-section > .et_pb_row:nth-child(2) .et_pb_column > .et_pb_module.et_pb_image img {
	max-height: 100% !important;
    height: 400px;
    width: 400px !important;
}

.speakers-grid-container {
	position: relative;
    overflow: hidden; 
    padding-bottom: 100px;
}
/*.speakers-grid {
    display: grid;
*//*    grid-template-columns: repeat(5, 1fr); */
/*    grid-template-rows: repeat(3, auto);
    gap: 30px;
    transition: transform 0.5s ease-in-out;
    *//* Ensure it's properly positioned for scrolling */
/*    position: relative;
} */
/* Pagination Dots */
.pagination-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 40px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
	z-index: 999999999;
}
.pagination-dot {
    background: none;
    border: 2px solid #ccc;
/*    width: 12px;
    height: 12px;
    border-radius: 50%;*/
	width: 34px;
    height: 5px;
    border-radius: 0%;
    cursor: pointer;
    font-size: 0;
    transition: all 0.3s ease;
    padding: 0;
}
.pagination-dot:hover {
    border-color: #666;
    transform: scale(1.2);
}
.pagination-dot.active {
    background: #333;
    border-color: #333;
   /* transform: scale(1.3); */
}
/* Pagination Text */
.custom-pagination {
    text-align: center;
    margin-top: 20px;
    font-weight: 400;
    font-size: 20px;
    color: #666;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
/* Responsive Design */
@media (max-width: 1280px) {
    .speakers-grid > .et_pb_column {
        grid-template-columns: repeat(4, 1fr)!important;
        grid-template-rows: repeat(4, auto)!important;
    }
}
@media (max-width: 1200px) {
    .speakers-grid > .et_pb_column {
        grid-template-columns: repeat(4, 1fr)!important;
        grid-template-rows: repeat(4, auto)!important;
    }
}
@media (max-width: 991px) {
    .speakers-grid > .et_pb_column {
        grid-template-columns: repeat(3, 1fr)!important;
        grid-template-rows: repeat(5, auto)!important;
    }
    
    .pagination-dots {
        gap: 10px;
    }
    
    .pagination-dot {
        width: 10px;
        height: 10px;
    }
}
@media (max-width: 768px) {
    .speakers-grid > .et_pb_column {
        grid-template-columns: repeat(2, 1fr)!important;
        grid-template-rows: repeat(8, auto)!important;
    }
    
    .pagination-dots {
        gap: 8px;
        margin-top: 30px;
    }
    
    .pagination-dot {
        width: 8px;
        height: 8px;
    }
}
@media (max-width: 575px) {
    .speakers-grid > .et_pb_column {
        grid-template-columns: 1fr!important;
    }
    
    .pagination-dots {
        gap: 6px;
    }
    
    .custom-pagination {
        font-size: 12px;
    }
}

/* Optional: Add animation for page transitions */
.et_pb_blurb {
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.speakers-grid-container.changing .et_pb_blurb {
    opacity: 0;
    transform: translateY(20px);
}

.speakers-grid > .et_pb_column > .et_pb_module.et_pb_blurb {
	padding: 30px 20px;
	border: 1px solid #ccc;
}
.speakers-grid .et_pb_main_blurb_image img {border: 1px solid #ccc; border-radius: 100%;}
.et_pb_row.speakers-grid > .speakers-grid-container {padding-bottom: 0!important;}
.speaker-tabs .et_pb_tab {padding: 40px 30px;}
/** end **/



@media only screen and (min-width: 1200px) {
	footer .footer-section > .et_pb_row {
		width: calc(100% - 60px)!important;
	}
}
@media only screen and (max-width: 1280px) {
    .et_pb_image_0_tb_header {max-width: 170px!important;}
    div.xheader div.et_pb_row > .et_pb_column:first-child .et_pb_code_inner > div {font-size: 75%!important;}
    body .et-menu li>a {
        font-size: 14px !important;
    }
    
    footer .et_builder_inner_content .et_pb_column:last-child {
        width: 70%;
    }
    div.home-banner div.et_pb_heading {max-width: 100%;
    z-index: 999;}
}
@media only screen and (max-width: 1200px) {
	body.loaded.modal2 div#et-boc > div#et-main-area .et_pb_row:not(.modal_code) > div {
		width: 100%!important;
		padding: 30px 20px!important;
		margin: 0 0!important;
	}
	body.loaded.modal2 div#et-boc > div#et-main-area .et_pb_row:not(.modal_code) {padding-right: 0!important;}
	form.wpcf7-form div.row > p {padding-right: 30px;}
	
	div.divi-listing .et_pb_row .et_pb_column > .et_pb_module {flex-basis: calc(20% - 20px);}
	
	footer .footer-section > .et_pb_row:first-child {
		flex-wrap: wrap !important;
	}
	footer .footer-section > .et_pb_row:first-child > .et_pb_column.et_pb_column_3_tb_footer {
		flex-basis: calc(100% - 140px);
	}
	footer .footer-section > .et_pb_row:first-child > .et_pb_column.et_pb_column_3_tb_footer::before {display: none!important;} 
}
@media only screen and (max-width: 1024px) {
    footer .et_builder_inner_content .et_pb_column_1_4:first-child > .et_pb_blurb, footer .et_builder_inner_content .et_pb_row .et_pb_column_1_4:nth-child(2) > .et_pb_blurb {
    flex-basis: calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
    }
    div.xheader div.et_pb_row > .et_pb_column:first-child {flex-wrap: wrap;}
	#sidebar .et_pb_widget h2 {font-size: 24px;}
	body [class^=um-faicon-]:before {top: 1px!important;}
	body.page-id-20954 .et_pb_all_tabs .et_pb_column {column-count: 2;}
	footer .et_builder_inner_content .et_pb_column:nth-child(3) > .et_pb_heading {clear: both!important;
	width: 100%;
    min-width: 100%; flex: 0 0 100%;}
/*	footer .et_builder_inner_content .et_pb_column:nth-child(3) {
		display: flex!important;
		flex-wrap: wrap!important;
	} */
	footer .et_builder_inner_content .et_pb_column:nth-child(3) > .et_pb_image {clear: initial!important;
	    flex-basis: auto!important;}
	footer .et_builder_inner_content .et_pb_column:nth-child(3) > .et_pb_image .et_pb_image_wrap {max-width: initial;}
	footer .et_builder_inner_content .et_pb_column:nth-child(3) > .et_pb_image:nth-child(2) img {max-width: 220px!important;}
	
	.speaker-tabs .et_pb_tab_content > .et_pb_section > .et_pb_row > .et_pb_column> div {
		flex-basis: calc(33.333333% - 20px);
	}
	div.divi-listing .et_pb_row .et_pb_column > .et_pb_module {
		flex-basis: calc(25% - 20px);
	}
	footer .footer-section > .et_pb_row:first-child > div.et_pb_column_3_tb_footer > div.et_pb_module.et_pb_blurb img {
		height: 33px!important;
		min-width: 50px;
	}
}
@media only screen and (max-width: 992px) {
    div.xheader div.et_pb_row > .et_pb_column:first-child {flex: 0 0 65%; flex-wrap: initial;}
    div.home-banner div.et_pb_heading {top: 60px;}
    .et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before, body .mobile_nav.opened .mobile_menu_bar:before {color: var(--color1)!important;}
    body.home .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5, body.home .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 {
        padding-right: 0!important;
        margin-right: 0!important;
    }
    body.home .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5:nth-child(even), body.home .et_pb_row_5col>.et_pb_column.et_pb_column_1_5:nth-child(even) {margin-right: 5.5%!important;}
    body.home .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_button_module_wrapper, body.home .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_button_module_wrapper {text-align: center!important;}
    .et_mobile_menu li.mb-bold a {font-weight: 700!important;}
	footer .et_builder_inner_content .et_pb_row .et_pb_column_1_4:first-child, footer .et_builder_inner_content .et_pb_row .et_pb_column_1_4:nth-child(2) {
        width: calc(100% - 0px);
    margin-right: 0px;
    flex: 0 0 calc(100% - 0px);   
    }
    footer .et_builder_inner_content .et_pb_row .et_pb_column_1_4:first-child, footer .et_builder_inner_content .et_pb_row .et_pb_column_1_4:nth-child(2) {align-items: center;}
    footer .et_builder_inner_content .et_pb_column:nth-child(3) > .et_pb_image img {
        height: 100px; max-height: 100px; 
    }
	footer .et_builder_inner_content .et_pb_column:nth-child(3) > .et_pb_image:nth-child(2) img {max-width: 220px!important;}
    footer .et_builder_inner_content .et_pb_column:last-child > .et_pb_image img {
    max-width: 600px; width: 600px;
    }
    footer .et_builder_inner_content .et_pb_column:last-child > .et_pb_image { margin: 0 0 20px !important;}
    footer .et_builder_inner_content .et_pb_column:nth-child(3) > .et_pb_image {
    max-height: 100px;
    height: 100px;
    margin-right: 25px;  
    }
    footer .et_builder_inner_content .et_pb_column_1_4:first-child > .et_pb_blurb, footer .et_builder_inner_content .et_pb_row .et_pb_column_1_4:nth-child(2) > .et_pb_blurb {
    flex-basis: calc(100% / 3);
    width: calc(100% / 3);
    }
	
	.um-account .um-account-side div.um-account-meta {
		padding-right: 0px;
		padding: 10px;
		margin: 0;
		min-height: 66px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	body.um-page.et_right_sidebar #sidebar .wp-block-image img {max-width: 300px;}
	body .um-login, body .um-login.um-logout {max-width: 400px !important;}
	body div._bg-login:after {width: calc(100% - 400px);}
	
	.page-id-21381 .et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item, .page-id-21381 .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .page-id-21381 .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget, .page-id-21381 .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item, .page-id-21381 .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .page-id-21381 .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget {
		width: calc((100% - 80px) / 4);
	}
	div.divi-listing .et_pb_row .et_pb_column > .et_pb_module {
		flex-basis: calc(33.33333% - 20px);
	}
	body.page-id-19976 .et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item .sub-menu li.menu-item-21193 a {
		color: #000!important;
	}
	
	div.intro_hm {margin-bottom: 60px!important;}
	div.intro_hm > .et_pb_row > .et_pb_column:last-child .et_pb_image img {
		width: 100%!important;
		height: calc(100vw - 60px)!important;
	}
	div.intro_hm .et_pb_image .et_pb_image_wrap:before, div.intro_hm .et_pb_image .et_pb_image_wrap:after {
		width: 100%!important;
		height: calc(100vw - 60px)!important;
		left: 0!important;
	}
	.et_pb_gallery_grid .et_pb_gallery_items {min-width: calc(100% + 20px);}
	body.home .et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item, body.home .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, body.home .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget, body.home .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item, body.home .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, body.home .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget {
		width: calc((100% - 60px) / 3);
	}
	
	footer .footer-section > .et_pb_row:first-child > div.et_pb_column_3_tb_footer > div.et_pb_module.et_pb_blurb .et_pb_blurb_content {height: 35px !important;}
	footer .footer-section > .et_pb_row:first-child > div.et_pb_column_3_tb_footer > div.et_pb_module.et_pb_blurb img {
		height: 35px!important;
		min-width: 50px;
	}
}

@media only screen and (max-width: 640px) {
    div.xheader div.et_pb_row > .et_pb_column:first-child .et_pb_code_inner > div {font-size: 60% !important;}
    div.xheader div.et_pb_row > .et_pb_column:first-child p:last-child {font-size: 14px;}
    header .et_pb_section {padding: 15px 0 10px!important;}
    div.xheader div.et_pb_row > .et_pb_column:first-child {flex-wrap: wrap;}
    footer .et_builder_inner_content .et_pb_column:last-child > .et_pb_image img {
    max-width: 100%; width: 100%;
    }
    div.home-banner div.et_pb_heading {top: 30px; max-width: 100%;
    z-index: 999;}
    div.home-banner div.et_pb_heading h1 {font-size: 24px!important;}
    div.xheader div.et_pb_row > .et_pb_column:first-child {
        flex: 0 0 80%;
        flex-wrap: wrap;  
    }
    body.home .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5:nth-child(even), body.home .et_pb_row_5col>.et_pb_column.et_pb_column_1_5:nth-child(even) {margin-right: 0% !important;}
    footer .et_builder_inner_content .et_pb_column .et_pb_blurb .et_pb_blurb_description {
        font-size: 14px!important;
        text-align: left!important;
    }
    footer .et_builder_inner_content .et_pb_column_1_4:first-child > .et_pb_blurb, footer .et_builder_inner_content .et_pb_row .et_pb_column_1_4:nth-child(2) > .et_pb_blurb {
        flex-basis: calc((100% - 20px) / 2);
        width: calc((100% - 20px) / 2);
    }
    footer .et_pb_gutters3 .et_pb_column_1_3 > .et_pb_blurb, footer .et_builder_inner_content .et_pb_column_1_4 > .et_pb_blurb {
            max-height: 110px;
    }
    footer .et_pb_gutters3 .et_pb_column_1_3 > .et_pb_blurb img, footer .et_builder_inner_content .et_pb_column_1_4 > .et_pb_blurb img {
        max-height: 110px;
    }
    footer .et_builder_inner_content .et_pb_column .et_pb_main_blurb_image > .et_pb_image_wrap {width: 150px;}
    footer .et_pb_row_0_tb_footer.et_pb_row {padding-bottom: 60px!important;}
    footer .et_builder_inner_content .et_pb_column:last-child {display: block!important;}
    footer .et_builder_inner_content .et_pb_column:nth-child(3) > .et_pb_image {
        max-height: 50px;
        height: 50px;
    margin-right: 20px;
    }
    footer .et_builder_inner_content .et_pb_column:nth-child(3) > .et_pb_image img {
        height: 50px;
        max-height: 50px;
    }
	
	.um-register .um-form .um-row {
		flex-wrap: wrap;
		gap: 20px 0px;
		min-width: calc(100% + 0px);
	}
	.um-directory .um-members-wrapper .um-members.um-members-grid .um-member {
		margin-bottom: 0px!important;
		margin-top: 20px;
	}
	.et_pb_tabs_controls li.et_pb_tab_active {background: var(--color1)!important;}
	form.wpcf7-form div.row {min-width: calc(100% + 0px);}
	form.wpcf7-form div.row > div.col-50 {
		flex: 0 0 calc(100% - 0px);
	}
	form.wpcf7-form div.row > div.col-100 {flex: 0 0 calc(100% - 0px);}
	body.loaded.modal2 div#et-boc > div#et-main-area .et_pb_section {max-width: 90%;}
	body.loaded.modal2 div#et-boc > div#et-main-area .et_pb_row.modal_code {
		right: 12px;
		top: 10px;
	}
	body.loaded.modal2 div#et-boc > div#et-main-area .et_pb_module.et_pb_heading {padding-top: 0!important;}
	
	div.divi-listing .et_pb_row .et_pb_column {min-width: calc(100% + 20px);}
	div.divi-listing .et_pb_row .et_pb_column > .et_pb_module {flex-basis: calc(50% - 20px);}
	.speaker-tabs .et_pb_tab_content > .et_pb_section > .et_pb_row > .et_pb_column> div {
		flex-basis: calc(100% - 20px);
	}
	.page-id-21381 .et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item, .page-id-21381 .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .page-id-21381 .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget, .page-id-21381 .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item, .page-id-21381 .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .page-id-21381 .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget {
		width: calc((100% - 40px) / 2);
	}
	.page-id-21381 .et_pb_gallery_grid .et_pb_gallery_items {
		min-width: calc(100% + 20px);
	}
	body {overflow-x: hidden;}
	body.home .et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item, body.home .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, body.home .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget, body.home .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item, body.home .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, body.home .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget {
		width: calc((100% - 40px) / 2);
	}
	div.column2 {
		display: flex!important;
		flex-direction: row!important;
		flex-wrap: wrap!important;
		padding-bottom: 0!important;
	}
	div.column2 > * {flex-basis: 50%!important;}
	div.column2 .et_pb_module.et_pb_number_counter h3 {
	font-size: 14px!important;
    line-height: 1.2!important;	
	}
	.speaker-tabs .et_pb_blurb_description {line-height: 1.3!important;}
	
	footer .footer-section > .et_pb_row:first-child {gap: 1px 20px;}
	footer .et_builder_inner_content .et_pb_row:first-child .et_pb_column .et_pb_main_blurb_image > .et_pb_image_wrap {
		width: auto!important;
	}
	footer .footer-section > .et_pb_row:first-child > .et_pb_column.et_pb_column_3_tb_footer {
		flex-basis: calc(100% - 0px);
	}
	footer .footer-section > .et_pb_row:first-child > div:not(:first-child):last-child::before {display: none!important;}
	footer .footer-section > .et_pb_row:first-child > div:last-child {
		flex: 0 0 120px;
        justify-items: flex-start;
	}
	footer .footer-section > .et_pb_row:first-child > div.et_pb_column_3_tb_footer > div.et_pb_module.et_pb_blurb {height: 30px!important;}
	footer .footer-section > .et_pb_row:first-child > div.et_pb_column_3_tb_footer > div.et_pb_module.et_pb_blurb img {height: 25px!important;}
	footer .footer-section > .et_pb_row:first-child > div:nth-child(2) > div.et_pb_module.et_pb_blurb img {height: 40px !important; min-width: 50px;}
	footer .footer-section > .et_pb_row:first-child > div:first-child > div.et_pb_module.et_pb_blurb img {height: 25px!important;}
	footer .footer-section > .et_pb_row:first-child > div:last-child > div.et_pb_module.et_pb_blurb img {height: 40px !important;}
	footer .et_builder_inner_content .footer-section > .et_pb_row:nth-child(2) {padding-top: 0px!important;}
	
	div.divi-listing .et_pb_row .et_pb_column .et_pb_module .et_pb_main_blurb_image {min-height: calc(calc(100vw - 60px) / 2);}
	
	form.wpcf7-form div.row {display: block!important;}
}

.mfp-title {display: none!important;}
@media only screen and (max-width: 480px) {
	body.um-page.et_right_sidebar #sidebar .wp-block-image img {max-width: 100%;}
	body .um-directory .um-member-directory-header .um-member-directory-header-row .um-member-directory-search-line .um-do-search {min-width: 23%;}
	#mobile_menu1 {
		overflow-y: scroll!important;
	}
	body.page-id-20954 .et_pb_all_tabs .et_pb_column {column-count: 1;}
	body.loaded.modal2 div#et-boc > div#et-main-area .et_pb_section {max-width: 100%;}
	form.wpcf7-form div.row > p {padding-right: 0!important;}
	footer .et_builder_inner_content .footer-section > .et_pb_row:first-child {padding-bottom: 20px!important;}
	footer .et_builder_inner_content .footer-section > .et_pb_row:nth-child(2) > div:first-child {min-width: 320px; margin-bottom: 0;}
	footer .et_builder_inner_content .footer-section > .et_pb_row:nth-child(2) .et_pb_column > .et_pb_module.et_pb_image img {
		height: 400px;
		width: 320px !important;
	}
}