/**
Theme Name: American Frozen Food Institute
Author: Team KBW
Author URI: https://keybridgeweb.com/about/
Description: American Frozen Food Institute theme by KBW team
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: american-frozen-food-institute
Template: astra
*/
 
 .no_result {
 	margin-top: 50px;
 }
.side_menu_outr
{
    position: fixed;
    top: 0px;
    z-index: 999999;
    right: 0px;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
	display:none;
}
.side_menu_wrap
{
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    max-width: 750px;
    height: 100%;
    margin-left: auto;
    padding: 80px 50px 30px 40px;
    box-sizing: border-box;
    overflow-x: auto;
	align-content: flex-start;
	transition:all .3s linear;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transform:translateX(500%);
	-webkit-transform:translateX(500%);
	-moz-transform:translateX(500%);
	position:relative;
}
.side_menu_wrap .right_side_nav
{
    display: inline-block;
    width: 50%;
    order: 2;
	padding-left:10px;
	box-sizing:border-box;
}
.side_menu_wrap .left_side_nav
{
    display: inline-block;
    width: 50%;
    padding-right: 10px;
    order: 1;
	box-sizing:border-box;
}
.side_menu_wrap .menu-item-has-children>a, .mob_sibemenu .menu-item-has-children>a
{
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
	outline:none;
}
.side_menu_wrap .menu-item-has-children.act
{
	padding-bottom:20px;
}
.side_menu_outr .widget_nav_menu ul ul.sub-menu
{
	display:none;
}
.menu-item-has-children>a
{
	position:relative
}
.menu-item-has-children>a span
{
    position: absolute;
    right: 0px;
    top: 0px;
}
.menu-item-has-children>a span::after
{
	content: "\e900";
    font-family: Astra;
    transition: all .2s linear;
}
.menu-item-has-children.act>a span::after
{
	content: "\e900";
    font-family: Astra;
	transform: rotate(180deg);
	transition: all .2s linear;
}
.side_menu_wrap .widget_nav_menu ul ul.sub-menu a:after
{
	left:auto;
}
.side_menu_wrap .widget_nav_menu ul ul.sub-menu a, .mob_sibemenu .widget_nav_menu ul ul.sub-menu a
{
    text-transform: uppercase;
	color:#8c837a;
	outline:none;
}
.side_menu_wrap .widget, .mob_sibemenu .widget
{
	margin: 0px 0px 30px;
    list-style: none;
    display: block;
    clear: both;
    width: 100%;
}
.side_menu_wrap .widget_search .search-form .search-field, .mob_sibemenu .widget_search .search-form .search-field
{
	border:2px solid #8e8277;
	background:none;
	color:#8e8277;
}
.side_menu_wrap .widget_search .search-form:after, .mob_sibemenu .widget_search .search-form:after
{
	font-size:30px;
}
body ::placeholder
{
	color: #8e8277;
	opacity: 1;
}
body :-ms-input-placeholder
{
	color: #8e8277;
}
body ::-ms-input-placeholder
{
	color: #8e8277;
}
.side_menu_btn .menu-text
{
    display: none;
}
.side_menu_btn .menu-link
{
	outline:none!important;
}
.side_menu_btn .menu-link::before
{
	content: "\f0c9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	font-size: 25px;
    background-color: transparent;
    padding: 0.35em;
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    color: #8C8279;
    width: 35px;
}
.side_menu_wrap .close_menu, .ast-main-header-bar-alignment .close_menu_mob
{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 32px;
	height: 32px;
	/*border:2px solid #7a7a7a;*/
	cursor:pointer;
}
.side_menu_wrap .close_menu:hover, .ast-main-header-bar-alignment .close_menu_mob:hover
{
	opacity: 1;
}
.side_menu_wrap .close_menu:before, .side_menu_wrap .close_menu:after, .ast-main-header-bar-alignment .close_menu_mob:before, .ast-main-header-bar-alignment .close_menu_mob:after
{	
    position: absolute;
    left: 13px;
    content: ' ';
    height: 25px;
    width: 3px;
    background-color: #7a7a7a;
    top: 2px;
}
.side_menu_wrap .close_menu:before, .ast-main-header-bar-alignment .close_menu_mob:before
{
	transform: rotate(45deg);
}
.side_menu_wrap .close_menu:after, .ast-main-header-bar-alignment .close_menu_mob:after
{
	transform: rotate(-45deg);
}

.mob_sibemenu
{
	display:block;
	clear:both;
	width:100%;
}

body .mob_sibemenu .menu-item-has-children>a
{
	margin-bottom:0px;
}

@media (max-width: 1280px){
	button.slick-next.slick-arrow {
	    right: -10px !important;
	}
	#event-customs .uael-post-grid .slick-prev {
	    left: -10px !important;
	} 
	div#event-customs .slick-arrow:before {
	    line-height: 14px !important;
	}
}

@media (max-width: 1024px){
	#event-customs .uael-post-grid button.slick-arrow {
	    top: auto;
	    bottom: -60px;
	}
	#event-customs .uael-post-grid .slick-prev {
	    left: calc(50% - 45px) !important;
	}
	#event-customs .uael-post-grid .slick-next {
	    right: calc(50% - 45px) !important;
	}
}

@media ( max-width:1000px )
{
	.lca_filer .dropdown-menu a, .evcp_filer .dropdown-menu a {
		padding-right: 10px;
		white-space: unset;
	}
	.lca_filer .btn-group .dropdown-menu, .evcp_filer .btn-group .dropdown-menu {
		padding-left: 10px;
	}
	body .site-logo-img .sticky-custom-logo img
	{
		max-width: 260px;
	}
	body .site-header .ast-site-identity
	{
		padding-bottom:15px;
	}
	.main-header-bar-navigatio_new .side_menu_btn
	{
		display:none!important;
	}
	header .ast-button-wrap .menu-toggle .menu-toggle-icon, header .ast-button-wrap .menu-toggle
	{
		line-height:1;
	}
	body.ast-header-break-point .ast-mobile-menu-buttons-minimal.menu-toggle
	{
		background: #171c8f!important;
		color: #f1b434;
		border-color: #171c8f!important;
	}
	body.ast-header-break-point .ast-main-header-bar-alignment
	{
		position: fixed;
		top: 0px;
		left: 0px;
		height: 100%;
		background: #fff;
		display:none;
		padding:60px 30px 30px;
		box-sizing:border-box;
		overflow-x:auto;
	}
	body .evnt_itm
	{
		width:50%;
	}
	.speaker_outer .speaker_wrap .speaker_items
	{
		width:calc( 50% - 30px )
	}
}
@media ( min-width:1001px )
{
	body .mob_sibemenu, body .close_menu_mob
	{
		display:none;
	}
}
ul.nf-form-list {
    list-style: none;
    margin: 20px 0;
    padding: 20px;
    background: #f2f2f2;
    float: left;
    width: 100%;
}

ul.nf-form-list li input[type="text"], ul.nf-form-list li input[type="password"], ul.nf-form-list li select {
    float: left;
    width: 100%;
}

ul.nf-form-list li {
    padding: 10px 0;
    float: left;
    width: 100%;
}

.alert-box.alert.alert-danger {
    background: #ff00007a;
    color: #ad2121;
    padding: 20px;
    border: 1px solid red;
}
.error {
    border: 1px solid red !important;
}

.simian.simian-query.custom_lf_filter {
    float: left;
    width: 34%;
    padding: 30px 20px;
    margin-right: 0px;
	 margin-left: 14px;
}


.simian.custom_sr_frm {
    float: left;
    width: 64%;
    margin: 0;
}
div#events-form
{
    background: #171C8F;
}
div#events-form>form
{
    background: #f2f2f2;
	padding:20px;
}

article.post-2176.page.type-page.status-publish.ast-article-single .simian-clear {
    display: none;
}
.lf_con {
    float: left;
	width: 20%;
	position: relative;
	
}

.rt_con {
    float: left;
	width: 80%;
	padding-left: 30px;
	box-sizing: border-box;
}
span.start_dt, span.start_dt_month, span.start_dt_day {
    float: left;
    width: 100%;
}
div#events-results-entries .simian
{
    background: #f2f2f2;
    padding: 25px 15px;
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
	border:1px solid #ececec
}
a.reg_btn {
	color: #fff;
    padding: 10px;
    border: 1px solid #85080f;
    margin-bottom: 0;
    display: block;
    position: relative;
    top: 0;
    transition: all 500ms linear;
    text-align: center;
    box-sizing: border-box;
	max-width: 250px;
	background: #85080f;
}

a.reg_btn:hover {
    background: #fff;
    color: #85080f;
}

a.lrn_btn {
    color: #fff;
    padding: 10px;
    border: 1px solid #85080f;
    margin-bottom: 0;
    display: inline;
    position: relative;
    top: 0;
    transition: all 500ms linear;
    text-align: center;
    box-sizing: border-box;
    max-width: 160px;
    background: #85080f;
}

a.lrn_btn:hover {
    background: #fff;
    color: #85080f;
}
span.evt_time, span.evt_code {
    display:block;
	width: 100%;
	clear: both;
	overflow: hidden;
}

span.evt_code {
    margin-bottom: 20px;
}
.st_dt {
    text-align: center;
    text-transform: uppercase;
    display: block;
    overflow: hidden;
    background: #fff;
}

.st_dt span.start_dt, span.end_date_n {
    color: #949494;
    font-weight: bold;
}

.st_dt span.start_dt_month, span.end_dt_month {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
    background: #73b563;
    padding-top: 3px;
}

.st_dt span.start_dt_day, span.end_dt {
	font-size: 40px;
    line-height: 70px;
}
div.end_dt {
    background: #f2f2f2;
    text-align: center;
    display: block;
    overflow: hidden;
	text-transform: uppercase;
	position: relative;
}


span.end_date_n, span.end_dt_month, span.end_dt {
    display: block;
    width: 100%;
}


div.end_dt::before {
	content: "THRU";
    position: relative;
    top: 0;
    left: 0;
    color: #171c8f;
    font-weight: bold;
	width: 100%;
	margin: 10px 0px;
    display: block;

}
div.end_dt .end_dt
{
	background: #fff;
}

.dt_rng span {
    float: left;
    width: 100%;
}

.dt_rng .simian-form-list.simian {
    float: left;
    width: 48%;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 2px;
}

.dt_rng input[type="text"] {
    box-sizing: border-box;
    max-width: 100%;
}

input#filter_by {
    width: 100%;
    box-sizing: border-box;
}

.dt_rng {
    display: block;
    overflow: hidden;
    clear: both;
}
div#events-form input[type="text"], div#events-form select {
    width: 100%;
}
.simian-ppp {
    float: right;
    display: block;
    overflow: hidden;
}

.simian-orderby-control {
    float: left;
    display: block;
    overflow: hidden;
}

div#events-results-entries {
    display: block;
    overflow: hidden;
    clear: both;
    margin-top: 70px;
}
.nf-tabs.ui-tabs.ui-widget.ui-widget-content.ui-corner-all {
    padding: 0;
}

li.ui-state-default.ui-corner-top a {
    outline: none;
    font-family: 'Public Sans',sans-serif;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
}

ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all small {
    font-family: 'Public Sans',sans-serif;
    text-transform: uppercase;
    background: #85080f;
    color: #fff !important;
    margin: 0 !important;
    position: relative;
}

ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all small a {
    color: #fff;
}

.ui-tabs-panel.ui-widget-content.ui-corner-bottom.loaded .ui-state-default {
    border: 1px solid #ccc;
}

.ui-widget {
    font-family: 'Public Sans',sans-serif;
}

ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all small:hover {
    background: #000;
}

ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all small a {
    padding: 10px !important;
    display: block;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}
.ui-widget-header {
    background: #f2f2f2;
    border: none;
    padding: 0 !important;
    margin: 0 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    background: #f2f2f2;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #fff;
}
.evt_title h2 {
    text-transform: none;
	font-size: 24px;
	font-weight: 700;
}
.evt_header span {
	text-transform: uppercase;
	font-weight: 300;
}
.wp-pagenavi {
    display: block;
    width: 100%;
    float: left;
}

.simian-prev {
    float: left;
    width: 50%;
}

.simian-next {
    float: right;
    width: 50%;
    text-align: right;
}
.evt_header span a {
    color: #85080f;
}
span.evt_code {
    margin-bottom: 20px;
    font-style: italic;
    font-weight: bold;
}
body .ui-widget-content .ui-accordion-header::before
{
    width: 26px;
    height: auto;
    text-align: center;
    content: "\f107";
    display: inline-block;
    border: 2px solid #fff;
    line-height: 20px;
    padding-top: 2px;
	margin-right:10px;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
body .ui-tabs-panel.ui-widget-content.ui-corner-bottom.loaded .ui-accordion-header
{
    border: none;
    border-radius: 0px;
    margin-bottom: 10px;
}
.ui-tabs-panel.ui-widget-content.ui-corner-bottom.loaded .ui-state-default.ui-accordion-header-active {
    margin-bottom: 0;
}
body .nf-accordion .ui-accordion-content {
    padding: 1em !important;
    border: 1px solid #000 !important;
    border-top: none;
    margin-bottom: 10px;
}
body .ui-widget-content .ui-accordion-header
{
    background: #2C3493;
    color: #fff;
    position: relative;
}
body .nf-accordion .ui-accordion-content
{
	border:none;
	padding:1em 0em;
}
body .ui-tabs-panel.ui-widget-content.ui-corner-bottom.loaded .ui-accordion-header .ui-accordion-header-icon
{
	display:none;
}
body .ui-widget-content .ui-accordion-header.ui-state-active::before
{
	content:"\f106";
}
#my-account-section-merchandise.ui-accordion-content .nf-table td:first-child, #my-account-section-merchandise.ui-accordion-content .nf-table th:first-child
{
	width:50%;
	text-align:left;
}
.nf-table td, .nf-table th
{
    text-align: center;
    vertical-align: middle;
}
.nf-table tr:nth-child(even)
{
    background: #f2f2f2;
}
.cart-title .breadcrumb
{
    display: flex;
    list-style: none;
    margin: 50px 0px 20px;
    padding: 0px;
    overflow: hidden;
    justify-content: flex-end;
}
.cart-title .breadcrumb li
{
    display:inline-block;
}
.cart-title .breadcrumb li a
{
	background: #f2f2f2;
    padding: 8px 15px;
    box-sizing: border-box;
    display: block;
    color: #27221d;
    text-transform: uppercase;
}
.cart-title .breadcrumb li.active a
{
    background: #85080f;
    color: #fff;
}
body .ui-dialog-buttonset .ui-button {
    background-color: #fff !important;
    color: #171c8f !important;
    border-style: solid !important;
    border-width: 5px 5px 5px 5px !important;
    border-radius: 2px 2px 2px 2px !important;
    border-color: #171c8f !important;
    font-family: 'Public Sans',sans-serif !important;
    font-size: 13px;
}


body .ui-dialog-buttonset .ui-button:hover {
    background: #171c8f !important;
    color: #fff !important;
}
h5.user-header-info {
    display: none;
}


.ui-widget.ui-widget-content {
    border: none;
}

.ui-tabs .ui-tabs-nav li, .ui-tabs .ui-tabs-nav {
    background: #fff;
}

.ui-tabs .ui-tabs-nav {
    border-bottom: 1px solid #ccc;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    border-bottom: 3px solid #2c3493;
}

.ui-tabs .ui-tabs-panel {
    padding: 0;
    padding-top: 20px;
    padding-bottom: 50px;
}
/*div#nf-dialog {
    margin-top: 20px;
}*/

.alert-box.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
a.button:focus {
    color: #fff;
    background: #171c8f;
    border-color: #171c8f;
}

a.button {
    border-width: 5px 5px 5px 5px;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    font-size: 0.875rem;
    padding: 14px 23px;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
body #fCheckout .nf-accordion .ui-accordion-content
{
	padding:1em;
}
ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all small a::before {
    content: "\f2f5";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}
.nf-table thead tr {
    background: #85080f;
}

.nf-table thead tr th {
    color: #fff;
    border-color: #fff;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}
div#members-form {
    float: left;
    width: 30%;
    background: #f2f2f2;
    margin-right: 10px;
    padding: 20px;
}

div#members-results {
    float: left;
    width: 67%;
}

.page-id-4510 .simian-clear {
    display: none;
}

div#members-results-entries {
    float: left;
    width: 100%;
    margin-top: 30px;
}

span.mname {
    float: left;
}

span.mem {
    float: right;
    color: #222;
}

div#members-results-entries .simian {
    float: left;
    width: 100%;
    background: #f2f2f2;
    margin: 10px 0;
    padding: 10px;
}
div#members-form input[type="reset"] {
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-radius: 2px 2px 2px 2px;
}
div#members-form input[type="text"] {
    width: 100%;
}
a.reg_link {
    float: right;
    position: relative;
    top: -60px;
}
h2.give-form-title {
    display: none;
}
.light_txt *
{
	color:#fff!important;
}
.archive article .elementor-post__text h4
{
	margin-bottom:15px
}

/* @media ( min-width:1000px ) and ( max-width:1300px )
{
	body .slick-track, body .slick-list
	{
		width:100%!important;
	}
	body .uael-post__columns-tablet-2 .uael-post-wrapper
	{
		width:50%!important;
	}
}
@media ( min-width:1300px )
{
	body .slick-track, body .slick-list
	{
		width:100%!important;
	}
	body .uael-post__columns-3 .uael-post-wrapper
	{
		width:33.2%!important;
	}
} */

.evnt_list_cus
{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.evnt_itm
{
    display: inline-block;
    width: 33.3%;
    padding: 0px 15px;
    box-sizing: border-box;
	margin-bottom:30px;
}
.evnt_itm_innr
{
    display: block;
    clear: both;
    width: 100%;
    background: #f6f6f6;
    padding: 30px;
    box-sizing: border-box;
	height:100%;
}
.evnt_itm_innr h3
{
    display: block;
    clear: both;
    font-size: 24px;
	margin-bottom:5px;
}
.evnt_itm_innr .read_m
{
	display: block;
    clear: both;
}
.evnt_itm_innr .read_m a
{
    color: #171C8F;
    font-size: 16px;
    font-weight: 800;
}
.evnt_itm_innr .evnt_date
{
    display: block;
    clear: both;
    color: #ADADAD;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}
.custom_dashbrd
{
    display: block;
    clear: both;
    width: 100%;
}
.custom_dashbrd .dash_contt
{
	position:relative;
	display:none;
	clear:both;
	width:100%;
}
.dash_contt .edit_infopr, .whit_bx .edit_infopr
{
    position: absolute;
    right: 0px;
    cursor: pointer;
    color: #c6c4c1;
    top: 5px;
    font-size: 24px;
}
.pro_sec, .contact_info_sec
{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
    clear: both;
	position:relative;
}
.pro_sec h4, .contact_info_sec h4
{
	display:block;
	clear:both;
	width:100%;
	margin-bottom:10px;
}
.pro_img
{
    display: inline-block;
    width: 30%;
}
.dpro_cont
{
    display: block;
    background: #fff;
	padding:25px;
	box-sizing:border-box;
	width:70%;
}
.whit_bx
{
    display: block;
    clear: both;
    width: 100%;
	position:relative;
	margin-bottom:30px;
}
.contact_info_sec .dpro_cont, .event_sec .dpro_cont, .transection_sec .dpro_cont, .whit_bx .dpro_cont
{
	width:100%;
}
.dpro_cont_row
{
    display: block;
    clear: both;
    width: 100%;
    margin-bottom: 15px;
}
.dpro_cont_row:last-child
{
	margin-bottom:0px;
}
.dpro_cont_row .pro_lbl
{
    display: block;
    clear: both;
    margin-bottom: 0px;
    color: #c6c4c1;
    font-weight: 700;
	text-transform:uppercase;
}
.dpro_cont_row input, .dpro_cont_row select
{
    border: none;
    background: no-repeat;
    padding: 0px;
	width:100%;
	outline: none;
    font-size: 18px;
    line-height: 20px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
.disabl_edit input, .disabl_edit select
{
	pointer-events:none;
}

.tab_lnks_pro a
{
	padding-bottom:10px;
	box-sizing:border-box;
	border-bottom: 2px solid transparent;
	outline:none;
}
.tab_lnks_pro a.active
{
	color:#8a2a2b;
	border-bottom: 2px solid #8a2a2b;
}
.contact_info_sec .dpro_cont .links_pro
{
    margin: 0px;
    display: block;
    clear: both;
    padding: 0px;
    list-style: none;
}
.links_pro a
{
	display:inline-block;
	margin-bottom:5px;
	text-transform:capitalize;
}
.links_pro li:last-child a
{
	margin-bottom:0px;
}
.dpro_cont_row h4
{
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 22px;
}
.dpro_cont_row .evnt_dt
{
	display:block;
	clear:both;
	font-size:15px;
	line-height:20px;
}
.dpro_cont_row .pro_lbl small
{
    text-transform: none;
}

@media (min-width:768px) and (max-width:1024px){
	#events-form .submit-container input[type="submit"],
	#events-form .submit-container input[type="button"]	{
		padding: 15px;
		margin-bottom: 10px;
	}
}

@media (max-width:767px)
{
	.team_mem_box .elementor-flip-box {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	.cus_evnt_outr #events-form {
		width: 100%;
		margin-left: 0;
	}
	#events-results.custom_sr_frm {
		margin-top: 10px;
		width: 100%;
	}
	#events-form .submit-container input[type="submit"],
	#events-form .submit-container input[type="button"]	{
		padding: 15px 25px;
	}
	body .res_dwnld_title p {
		font-size: 18px;
	}
	
	/*13jan_2021 for slider
	.n2-ss-slider .n2-ss-layer[data-sstype=content]{
		min-height: 50% !important;
		margin-left: 10%;
		width: 80% !important;
	}*/
	.n2-ss-slide-background-image{
		background-size: 14rem !important;
	}
	body .speaker_outer .speaker_wrap .speaker_items
	{
		width:100%
	}
	body .speaker_wrap
	{
		column-gap:0px;
	}
}

@media ( max-width:640px )
{
	html body .evnt_itm
	{
		width:100%;
	}
	body .edit_pro_dash .dpro_cont_row
	{
		width:100%;
	}
	body .listeria-posts-main,
	body .evcp-posts-main
	{
		grid-template-columns: 100%;
	}
	body .lca_filer .cats_grid
	{
		width:100%;
		margin:0px 0px 15px;
	}
	.lca_filer .custom_srch_lca
	{
		width:100%;
	}
	body .lca_filer
	{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	body .order_complete_btns .col-md-6
	{
		width:100%;
		padding:0px;
		margin-bottom:10px;
	}
}
.edit_pro_dash .dpro_cont_row input, .edit_pro_dash .dpro_cont_row select
{
	-webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    border: 1px solid #f5f5f5;
    max-width: 300px;
    padding: 10px;
    box-sizing: border-box;
    background: #f5f5f5;
}
.edit_pro_dash .dpro_cont_row
{
    display: inline-block;
    clear: both;
    width: 48%;
    margin-bottom: 15px;
}
.edit_pro_dash .dpro_cont_row.full_width_row
{
	width:100%;
}

.iseditabl input[type="text"] {
    pointer-events: all;
    border: 1px solid #ccc;
    padding: 0 10px;
    box-shadow: #0000007a 0px 0px 1px;
}
.disabl_edit .dpro_cont_row.btnb {
    display: none;
}
body .iseditabl .dpro_cont_row.btnb {
    display: block;
}
body .iseditabl .dpro_cont_row.btnb input {
    border: 1px solid;
    float: right;
    width: auto;
    pointer-events: all;
    padding: 10px 20px;
}
.product_dash .product {
    border: 2px solid #33379c;
    padding: 10px;
    margin: 10px;
}

.product_dash .product h4 {
    color: #33379c;
}
p.prd_min_price span, p.prd_max_price span {
    font-weight: 700;
    margin-right: 13px;
}
.product_dash .product .add_to_cart a {
    background: #33379c;
    color: #fff;
    padding: 10px;
}
@media(max-width:500px){
	.simian.simian-query.custom_lf_filter {
	  width: 100%;
	}
	.simian.custom_sr_frm {
	  width: 100%;
	}
	.simian.custom_sr_frm .simian-orderby-control {
	  margin-bottom: 7px;
	}
	.simian.custom_sr_frm .simian-ppp {
	  width: 100%;
	  margin-bottom: 9px;
	}
	#events-results-entries .simian .lf_con {
	  width: 100%;
	}
	#events-results-entries .simian .rt_con {
	  width: 100%;
	  margin-top: 10px;
	  padding: 0px;
	  text-align: center;
	}
	#events-results-entries .simian .evt_title .reg_btn {
	  margin: auto;
	}
	
}

.custom_prducts
{
    display: flex;
    flex-wrap: wrap;
	margin:0px -15px;
}
.nf_items
{
    display: inline-block;
    width: 50%;
    padding: 0px 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.nf_items_wrap
{
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}
.nf_items_wrap h4
{
	color: #171C8F;
}
.btn_outr
{
    display: block;
    clear: both;
    width: 100%;
}
.btn_outr a
{
    background: transparent;
    color: #171c8f!important;
    border: 2px solid #171c8f;
}
.btn_outr a:focus
{
	color: #171c8f!important;
}
.btn_outr a:hover
{
	background:#171c8f;
	color:#fff!important
}
@media ( min-width:1000px )
{
	.elemntr_hmbrg .elementor-nav-menu--dropdown
	{
		max-width: 50vw;
		left: auto!important;
		right: -30px!important;
	}
}

.nf_filtr
{
    display: block;
    clear: both;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.nf_filtr select
{
    outline: none;
    display: inline-block;
    width: 100%;
    max-width: 250px;
}
.cus_loadr
{
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    z-index: 999999;
    background: rgba(0,0,0,0.6);
    height: 100%;
    text-align: center;
	display:none;
}
.cus_loadr_wrp
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.cus_loadr .lds-dual-ring
{
  display: inline-block;
  width: 60px;
  height: 60px;
}
.cus_loadr .lds-dual-ring:after
{
  content: " ";
  display: block;
  width: 54px;
  height: 54px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring
{
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cus_header_m>.elementor-container
{
	max-height:160px;
}
.cus_header_m .cus_logo_sec
{
	position:relative;
	top:30px;
}

.page-id-1991 #content {
       background: #F6F6F5 !important;
}
/* event page */

.page-id-2176 .ast-article-single {
    padding: 0px !important;
}

/* General typography */
body.page h2 {
	font-style: italic;
}
h6 {
    letter-spacing: 1px;
}

/* Buttons */
a.elementor-size-xl {
	width: 100% !important;
}
.white a.elementor-button {
	color: #fff !important;
	border-color: #fff;
}
.white a.elementor-button:hover {
	border-color: #fff;
	background-color: #fff;
	color: #171C8F !important;
}
.uael-post__footer {
	margin-top: 0 !important;
}

/* Header */
.ast-theme-transparent-header a.menu-link:before {
	color: #fff;
}
.ast-primary-sticky-header-active a.menu-link:before {
	color: inherit;
}
@media( max-width:1000px )
{
	.ast-primary-sticky-header-active .main-header-menu .menu-link
	{
		color: #171c8f!important;
	}
}

/* Breadcrumbs */
p#breadcrumbs {
	line-height: 1.5em;
}
span.breadcrumb_last {
	white-space: nowrap;
}

/* Posts */
body.category {
	background-color: #f5f5f5;
}
.elementor-post__text h4 {
	font-size: 1.3em;
	line-height: 1.4em;
}
.elementor-element .elementor-image-box-content {
    padding: 0 30px 30px;
}
.elementor-element.no-padd .elementor-image-box-content {
    padding: 0 !important;
}

.evt_title a.reg_btn:first-of-type {
	display:inline;
	padding-left: 30px;
  padding-right: 30px;
	
}
a.lrn_btn {
    color: #fff;
    padding: 10px;
    border: 1px solid #85080f;
    margin-bottom: 0;
    display: inline;
    position: relative;
    top: 0;
    transition: all 500ms linear;
    text-align: center;
    box-sizing: border-box;
    max-width: 160px;
    background: #85080f;
		padding-left: 20px;
  padding-right: 20px;
}

a.lrn_btn:hover {
    background: #fff;
    color: #85080f;
}


.cus_evnt_outr .elementor-text-editor
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.evt_title .evt_code {
    display: none;
}
/*grapic css*/
@media only screen and (max-width: 981px) {
	.facetwp-btn {display: none;}
}

@media only screen and (max-width: 768px) {
	div#event-customs .uael-post-wrapper {
		padding: 0px !important;
	}
	#event-customs .uael-post-grid button.slick-arrow {
	    width: 30px !important;
	    height: 30px !important;
	}
	div#event-customs .uael-post-grid .slick-prev {
	    left: calc(50% - 35px) !important;
	}
	div#event-customs .uael-post-grid .slick-next {
	    right: calc(50% - 35px) !important;
	}
	.elementor-171 .elementor-element.elementor-element-59870988 {
	    margin-top: 25px !important;
	}
		.elementor-13 .elementor-element.elementor-element-b5be591 .elementor-image img {
	    width: 220px !important;
	}
		.elementor-439 .elementor-element.elementor-element-d5bb30c {

	    width: 100%;

	}
	.diagram-title {

    position: absolute;
    text-align: center;
    top: 80%;
    left: 110%;
    transform: translate(-50%, -50%);
    width: 150px;

}
	.diagram-wrapper {

    position: relative;
    width: 155px;
    height: 205px;
    transform: scale(.6);

}
	.diagram-container {

    width: 225px;
    height: 225px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    position: absolute;

}
	.diagram {

    width: 242px;
    height: 242px;
    position: relative;
    box-sizing: border-box;

}
}
.diagram-wrapper {
  position: relative;
  width: 525px;
  height: 525px;
  transform: scale(1);
}
.diagram-title {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
}
.diagram-container {
  width: 525px;
  height: 525px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  position: absolute;
  
}
.diagram {
  width: 342px;
  height: 342px;
  position: relative;
  box-sizing: border-box;
}
.eliment {
  width: 149px;
  height: 149px;
  position: absolute;
}
.eliment:hover {
  transform: scale(1.25);
  z-index: 1;
}
.environmental-monitoring {
    left: 96.5px;
    top: 96.5px;
    animation: .75s cubic-bezier(0.455, 0.03, 0.515, 0.955) .2s 1 normal environmental-monitoring;
    animation-fill-mode: forwards;
}
@keyframes environmental-monitoring {
  0% {
    left: 96.5px;
    top: 96.5px;
    opacity: 0;
  }
  100% {
    left: 96.5px;
    top: -74.5px;
    opacity: 1;
  }
}
.sanitation-controls {
    left: 96.5px;
    top: 96.5px;
    animation: .75s cubic-bezier(0.455, 0.03, 0.515, 0.955) .25s 1 normal sanitation-controls;
    animation-fill-mode: forwards;
}
@keyframes sanitation-controls {
  0% {
    left: 96.5px;
    top: 96.5px;
    opacity: 0;
  }
  100% {
    left: 230.5px;
    top: -10.5px;
    opacity: 1;
  }
}
.hygienic-design {
    left: 96.5px;
    top: 96.5px;
    animation: .75s cubic-bezier(0.455, 0.03, 0.515, 0.955) .3s 1 normal hygienic-design;
    animation-fill-mode: forwards;
}
@keyframes hygienic-design {
  0% {
    left: 96.5px;
    top: 96.5px;
    opacity: 0;
  }
  100% {
    left: 263.5px;
    top: 134.5px;
    opacity: 1;
  }
}
.process-validation {
    left: 96.5px;
    top: 96.5px;
    animation: .75s cubic-bezier(0.455, 0.03, 0.515, 0.955) .35s 1 normal process-validation;
    animation-fill-mode: forwards;
}
@keyframes process-validation {
  0% {
    left: 96.5px;
    top: 96.5px;
    opacity: 0;
  }
  100% {
    left: 170.5px;
    top: 250.5px;
    opacity: 1;
  }
}
.good-manufacturing-practices {
    left: 96.5px;
    top: 96.5px;
    animation: .75s cubic-bezier(0.455, 0.03, 0.515, 0.955) .4s 1 normal good-manufacturing-practices;
    animation-fill-mode: forwards;
}
@keyframes good-manufacturing-practices {
  0% {
    left: 96.5px;
    top: 96.5px;
    opacity: 0;
  }
  100% {
    left: 22.5px;
    top: 250.5px;
    opacity: 1;
  }
}
.hygienix-zoning,
.hygienic-zoning{
    left: 96.5px;
    top: 96.5px;
    animation: .75s cubic-bezier(0.455, 0.03, 0.515, 0.955) .45s 1 normal hygienix-zoning;
    animation-fill-mode: forwards;
}
@keyframes hygienix-zoning {
  0% {
    left: 96.5px;
    top: 96.5px;
    opacity: 0;
  }
  100% {
    left: -70.5px;
    top: 134.5px;
    opacity: 1;
  }
}
.freezer-managment,
.freezer-management{
    left: 96.5px;
    top: 96.5px;
    animation: .75s cubic-bezier(0.455, 0.03, 0.515, 0.955) .6s 1 normal freezer-managment;
    animation-fill-mode: forwards;
}
@keyframes freezer-managment {
  0% {
    left: 96.5px;
    top: 96.5px;
    opacity: 0;
  }
  100% {
    left: -37.5px;
    top: -10.5px;
    opacity: 1;
  }
}
.diagram-search {
  left: 188px;
  top: 188px; 
  animation: .8s cubic-bezier(0.455, 0.03, 0.515, 0.955) .75s 1 normal diagram-search;
  animation-fill-mode: forwards;
  z-index: -1;
}
@keyframes diagram-search {
  0% {
    left: 188px;
    top: 188px;
    opacity: 0;
  }
  50% {
    opacity: .1;
  }
  100% {
    left: 188px;
    top: 480px;
    opacity: 1;
  }
}

/*4feb 2021*/

.box2 h5.uael-infobox-title.elementor-inline-editing {
    min-height: 96px;
}


/** 01 Mar 2021 **/
.listeria-posts-main,
.evcp-posts-main {
    display: grid;
    grid-template-columns: 50% 50%;
	margin-top: 20px;
}
.listeria-posts-inner {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px 10px 10px 10px;
    padding: 25px 25px 25px 25px;
	background-color: #fff;
}
.listeria-posts-inner h2 {
    color: #171c8f;
    font-weight: 900;
    font-family: 'Public Sans';
    font-size: 20px;
    line-height: 32px;
    font-style: normal !important;
}
.listeria-posts-inner p {
    font-size: 16px;
    color: #27221d;
    line-height: 26px;
	margin-bottom: 8px;
}
.listeria-posts-inner p:empty {
	display: none;
}
.listeria-posts-inner h3 {
    color: #27221d;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 27px;
}
.resource-link-sec p {
    color: #171c8f;
    font-weight: 500;
    cursor: pointer;
    position: relative;
	padding-left: 20px;
	/*margin-bottom: 10px;*/
}
.resource-link-sec {padding-left:20px;
}

.resource-link-sec:last-child p {
    margin-bottom: 0;
}
.resource-link-sec p:before {
    content: "+";
    font-size: 1.4em;
    line-height: 1.4em;
    vertical-align: middle;
    font-weight: 900;
	position: absolute;
    left: 0;
    color: #c6c1bc;
	top: -2px;
}
.lca_filer
{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -7px;
}
.lca_filer .cats_grid
{
    width: 33.3%;
	padding:0px 15px;
	box-sizing:border-box;
	display:inline-block;
	position:relative;
}
.lca_catss,
.evcp_catss
{
    border: 2px solid #171D8F;
    width: 100%;
	font-size: 16px;
    color: #171D8F;
	background-color: transparent;
	cursor: pointer;
}
.custom_srch_lca .lca_srch_inp,
.custom_srch_evcp .evcp_srch_inp
{
    align-items: center;
	border: 2px solid #171D8F;
	height: 49px;
	width: 100%;
	background-color: transparent !important;
	color: #171c8f !important;
	padding-right: 50px;
}
.custom_srch_lca .srch_btn_lca,
.custom_srch_evcp .srch_btn_evcp
{
	width: auto;
    border: 0;
    padding: 0px 15px;
    height: 100%;
    position: absolute;
    right: 15px;
    box-sizing: border-box;
}
.custom_srch_lca .lca_srch_inp::placeholder,
.custom_srch_evcp .evcp_srch_inp::placeholder {
    color: #171D8F;
}
.srch_btn_lca .fa,
.srch_btn_evcp .fa {
    font-size: 18px;
}
.lca_catss:focus,
.evcp_cats:focus 
{
    outline: none;
    border: 2px solid #171D8F;
	background-color: transparent;
}
.custom_srch_lca .lca_srch_inp:focus,
.custom_srch_evcp .evcp_srch_inp:focus
{
    outline: none;
    background-color: transparent;
}

.lca_cats_outr .btn-group,
.lca_tags_outr .btn-group,
.evcp_cats_outr .btn-group,
.evcp_tags_outr .btn-group
{
    height: 50px;
    border: 2px solid #171D8F;
    width: 100%;
    font-size: 16px;
    color: #171D8F;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
	position: relative; 
}
.lca_cats_outr .btn-group .multiselect,
.lca_tags_outr .btn-group .multiselect,
.evcp_cats_outr .btn-group .multiselect,
.evcp_tags_outr .btn-group .multiselect
{
    background-image: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
    width: 100%;
    text-align: left;
    position: relative;
	overflow: hidden;
    padding-right: 30px;
	text-overflow: ellipsis;
}
.lca_cats_outr .btn-group .multiselect .caret,
.lca_tags_outr .btn-group .multiselect .caret,
.evcp_cats_outr .btn-group .multiselect .caret,
.evcp_tags_outr .btn-group .multiselect .caret
{
    position: absolute;
    right: 15px;
    top: 22px;
	color: #0274be;
}
.lca_cats_outr .btn-group .multiselect span,
.lca_tags_outr .btn-group .multiselect span,
.evcp_cats_outr .btn-group .multiselect span,
.evcp_tags_outr .btn-group .multiselect span
{
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1;
    color: #171c8f;
}
.lca_filer .btn-group .dropdown-menu,
.evcp_filer .btn-group .dropdown-menu 
{
    width: 100.8%;
    position: absolute;
    top: 100%;
    display: none;
    box-shadow: none !important;
    border-radius: 0;
    padding: 0 0 15px 15px;
    border: 2px solid #171c8f;
    left: -2px;
    border-top: 0;
    margin: 0px;
    background: #fff;
    list-style: none;
    z-index: 100;
}
.lca_filer .btn-group .dropdown-menu .checkbox,
.evcp_filer .btn-group .dropdown-menu .checkbox
{
    padding-left: 0;
    color: #171c8f;
}
.lca_filer .btn-group .dropdown-menu a:hover,
.lca_filer .btn-group .dropdown-menu .active a,
.evcp_filer .btn-group .dropdown-menu a:hover,
.evcp_filer .btn-group .dropdown-menu .active a
{
    background: 0 !important;
	color: #171c8f;
}

/*-----10march_2021-------------*/
/* .evnt_w1 .sidebarimg
{
    margin-left: 32px !important;
} */
.evnt_w1
{
	display:block;
	clear:both;
	width:100%;
	text-align:center
}
.evnt_w1 a,
.evnt_w1 a img
{
	display:inline-block;
	max-width:100%;
}
.lca_cat_grphic_sec > div {
    padding: 0 !important;
}
.lca_cat_grphic_sec {
    margin-left: 0 !important;
}
.diagram img.active {
    transform: scale(1.25);
    z-index: 1;
}
.lca_cat_desc p:empty {
    display: none;
}

.discount-sec-inner li:last-child {
    padding: 0;
    text-align: right;
}
.discount-sec-inner .discount_validation_msg {
    margin-bottom: 0;
}

body .uael-modal #gform_wrapper_34 #gform_fields_34 > li
{
	width:100%!important
}

/*22april_2021*/
.more_content_sec> p {
    margin-top: 15px;
}
.more_content_sec .resource-link-sec p {
    margin-bottom: 5px;
}
#event-customs .uael-post-wrapper {
    padding: 30px !important;
}
#event-customs .slick-arrow:before {
    line-height: 11px !important;
}
#event-customs .uael-post__meta-data {
    font-size: 16px;
}
.evcp_circls .eliment
{
	width:170px;
	height:170px;
}
.enteric-viruses,
.enteric-viruses
{
    left: 96.5px;
    top: 96.5px;
    animation: .75s cubic-bezier(0.455, 0.03, 0.515, 0.955) .2s 1 normal environmental-monitoring;
    animation-fill-mode: forwards;
}
.good-agricultural-practices-gap
{
    left: 96.5px;
    top: 96.5px;
    animation: .75s cubic-bezier(0.455, 0.03, 0.515, 0.955) .25s 1 normal circle_evcp5_ani;
    animation-fill-mode: forwards;
}
.worker-health-and-hygiene
{
	left: 96.5px;
    top: 96.5px;
    animation: .75s cubic-bezier(0.455, 0.03, 0.515, 0.955) .45s 1 normal circle_evcp2_ani;
    animation-fill-mode: forwards;
}
.waste-management
{
	left: 96.5px;
    top: 96.5px;
    animation: .75s cubic-bezier(0.455, 0.03, 0.515, 0.955) .35s 1 normal circle_evcp3_ani;
    animation-fill-mode: forwards;
}

.water-management
{
    left: 96.5px;
    top: 96.5px;
    animation: .75s cubic-bezier(0.455, 0.03, 0.515, 0.955) .3s 1 normal circle_evcp4_ani;
    animation-fill-mode: forwards;
}
.facility-operations
{
	left: 96.5px;
    top: 96.5px;
    animation: .75s cubic-bezier(0.455, 0.03, 0.515, 0.955) .6s 1 normal circle_evcp1_ani;
    animation-fill-mode: forwards;
}

@keyframes circle_evcp1_ani{
  0% {
    left: 96.5px;
    top: 96.5px;
    opacity: 0;
  }
  100% {
    left: -51px;
    top: 10px;
    opacity: 1;
  }
}
@keyframes circle_evcp5_ani {
  0% {
    left: 96.5px;
    top: 96.5px;
    opacity: 0;
  }
  100% {
    left: 245px;
    top: 10px;
    opacity: 1;
  }
}
@keyframes circle_evcp2_ani {
  0% {
    left: 96.5px;
    top: 96.5px;
    opacity: 0;
  }
  100% {
    left: -51.5px;
    top: 179px;
    opacity: 1;
  }
}
@keyframes circle_evcp4_ani {
  0% {
    left: 96.5px;
    top: 96.5px;
    opacity: 0;
  }
  100% {
    left: 243px;
    top: 179px;
    opacity: 1;
  }
}
@keyframes circle_evcp3_ani {
  0% {
    left: 96.5px;
    top: 96.5px;
    opacity: 0;
  }
  100% {
    left: 99px;
    top: 260px;
    opacity: 1;
  }
}
.evcp_circls .diagram .evcp_circls_cntr_txt
{
    position: absolute;
    top: 52%;
    left: 90px;
    width: 180px;
    color: #171c8f;
    font-weight: 900;
    font-family: 'Public Sans';
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    transform: translateY(-50%);
}
.order_complete_btns
{
	display:block;
	clear:both;
	width:100%
}
.order_complete_btns .row
{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	align-items:center;
	
}
.order_complete_btns .col-md-6:first-child
{
	display:inline-block;
	width:50%;
	padding-right:15px;
	box-sizing:border-box;
}
.order_complete_btns .col-md-6:last-child
{
	display:inline-block;
	width:50%;
	padding-left:15px;
	box-sizing:border-box;
}
.order_complete_btns .view_doc_btn
{
	border:2px solid #171c8f;
	display:inline-block
}
.r_align,
.r_align *
{
	text-align:right;
}
.order_complete_btns .view_doc_btn:hover
{
    background: #171c8f;
}
.italic_font,
.italic_font *
{
	font-style:italic!important;
}
/* .tax-evcp-categories .hide_evcp_catt
{
	display:none!important;
} */
.evcp_cats_outr .multiselect-container .child_itm
{
	padding-left: 20px;
    box-sizing: border-box;
    background: #f2f2f2;
    max-width: calc( 100% - 20px );
}
.term-348 .hide_evcp_txt,
.term-352 .hide_evcp_txt,
.term-347 .hide_evcp_txt
{
	display:none;
}
.evcp-posts-main .listeria-posts-inner h4
{
	font-size:20px;
	line-height:24px;
}
.evcp_cat_id
{
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:-1;
	opacity:0;
	visibility:hidden;
}

#event_sidebar_top_bnr {
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
	padding-bottom: 20px;
}
#event_sidebar_btm_bnr .elementor-text-editor,
#event_sidebar_top_bnr .elementor-text-editor {
    display: block;
    text-align: center;
}
#event_sidebar_btm_bnr {
    margin-top: 30px;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}

/*08_09_2021*/
.res_dwnld_title {
    margin-top: 25px;
    padding: 0 10px;
}
.res_dwnld_title p {
	color: #171c8f;
    /* font-weight: 600; */
    font-size: 20px;
    text-transform: none;
    line-height: 1.2;
	transition: all 0.2s linear;
}
.res_dwnld_title a {
	text-decoration: underline;
}
.elementor-widget-wp-widget-search .search-form input[type="submit"]
{
	color:#fff;
	margin:0px;
	line-height:17px;
	background: #8b84d7;
    border-color: #8b84d7;
}
.elementor-widget-wp-widget-search .search-form input[type="submit"]:hover
{
	background:#fff;
	border-color:#fff;
	color:#171c8f;
}
.elementor-widget-wp-widget-search  form.search-form
{
    display: flex;
    align-items: center;
}

.c_align,
.c_align * {
	text-align: center !important;
}

body .cus_cell_csv
{
    color: #2c3493;
    font-weight: 700;
}

.team_mem_box .elementor-flip-box__layer__title, 
.team_mem_box .elementor-flip-box__layer__description {
    padding-left: 10px;
    padding-right: 10px;
}
.speaker_outer
{
    display: block;
    clear: both;
    width: 100%;
}
.vertical_style .speaker_wrap
{
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 30px;
    justify-content: flex-start;
}
.speaker_outer.vertical_style .speaker_items
{
    display: inline-block;
	width: calc( 33.3% - 27px );
    text-align: center;
    margin-bottom: 20px;
}

.speaker_items_inner
{
    display: block;
    clear: both;
    width: 100%;
}
.speaker_items_inner .speaker_img
{
    display: block;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}
.speaker_items_inner .speaker_img img
{
    display: inline-block;
    width: 100%;
    max-width: 150px;
    border-radius: 100%;
}
.speaker_items_inner .speaker_cont
{
    display: block;
    clear: both;
    width: 100%;
}
.speaker_items_inner .speaker_title
{
    display: block;
    clear: both;
    width: 100%;
	font-size:20px;
	font-weight:700;
}
.speaker_items_inner .speaker_cont p
{
	font-size: 14px;
    line-height: 1.3em;
}
.horizontal_style .speaker_items_inner
{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.horizontal_style .speaker_items_inner .speaker_img
{
    display: inline-block;
    width: 100%;
    max-width: 150px;
    margin-right: 20px;
    margin-bottom: 0px;
}
.horizontal_style .speaker_items_inner .speaker_cont
{
    display: inline-block;
    width: calc( 100% - 170px );
    margin-left: auto;
}
.speaker_outer.horizontal_style
{
	margin-bottom:20px;
}
.upcoming_event_dsh #events-form,
.upcoming_event_dsh .simian-orderby-control,
.upcoming_event_dsh .simian-ppp
{
	display:none;
}
.upcoming_event_dsh .simian.custom_sr_frm
{
	width:100%;
}
.dashboard_sidebar_nw
{
	position:fixed;
	top:90px;
	left:0px;
	z-index:999;
	height:100%;
	max-width:300px;
}
body.ast-transparent-header:has(.dashboard_sidebar_nw) #masthead
{
    border-bottom: 2px solid #d5d5d5;
}
.dashboard_sidebar_nw .current-menu-item > a
{
	text-decoration:underline;
}
.upcoming_event_dsh .lf_con,
.upcoming_event_dsh .evt_header a
{
	display:none;
}
.upcoming_event_dsh .rt_con
{
	float: none;
    display: flex;
    width: 100%;
    padding: 0px;
    flex-wrap: wrap;
	background:#fff;
}
.upcoming_event_dsh div#events-results-entries .simian
{
	padding:0px;
	border:none;
	background:none;
}
.upcoming_event_dsh .evt_header
{
    display: inline-block;
    width: 45%;
}
.upcoming_event_dsh .evt_title
{
    display: inline-block;
    width: 55%;
    margin-left: auto;
	padding:30px;
	box-sizing:border-box;
}
.upcoming_event_dsh div#events-results-entries
{
	margin-top:20px;
}
.cus_evnt_outr .evt_time,
.single-nf_events .time_rng
{
	display:none;
}

.story_post_outr {
    display: block;
    clear: both;
    width: 100%;
}
.story_post_img {
    display: block;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}
.story_post_img img {
	display:block;
	clear:both;
	width:100%;
}
.story_post_outr h3 {
	display:block;
	clear:both;
	width:100%;
	margin:0px;
}
.story_post_outr h3 a {
	text-transform:capitalize;
	color:#fff;
}
.story_post_outr .post_date {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 15px;
	display:block;
	clear:both;
	width:100%;
	color:#fff;
}
.story_post_outr p
{
	font-size:16px;
	line-height:1.6em;
	color:#fff;
}






