/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 5.8.2
*/

/* Footer CSS */
footer.custom_footer {
    background: var(--nectar-extra-color-1);
    color: #fff;
    padding: 41px;
    display: flex;
    justify-content: space-between;
    border-top: solid 1px #8c8c8c;
    align-items: center;
}

footer.custom_footer p {
    padding: 0;
    color: #919191;
}
.my-account-nav-link{
	color: #fff !important;
}
footer.custom_footer a {
    color: #fff;
}

.footer_tool_tip svg {
    width: 15px;
    fill: #fff;
}

.icon {
    display: flex;
    align-items: center;
}

.footer_tool_tip .footer_tool_tip_icon {
    border: solid 1.5px #fff;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: 0.2s all;
    cursor: pointer;
    background: #000;
}

.footer_tool_tip .footer_tool_tip_icon:hover {
    background: #e5a341;
}

footer.custom_footer .footer_tool_tip_content {
    background: #fff;
    width: 170px;
    border-radius: 15px;
    display: block;
    position: absolute;
    right: 50px;
    bottom: 100px;
    z-index: 122;
    box-shadow: #00000038 0 0 8px 0px;
    padding: 10px 0 20px 0;
    display: none;
}

footer.custom_footer .footer_tool_tip_content h2 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
    font-family: "Source Sans 3";
    padding: 0 20px;
    font-weight: bold;
    color: #080808;
}
footer.custom_footer .footer_tool_tip_content h2 a {
    color: #080808;
}

footer.custom_footer .footer_tool_tip_content ul {
    margin: 10px 20px 10px 20px;
    list-style: none;
    display: grid;
    gap: 5px;
}

footer.custom_footer .footer_tool_tip_content ul li {
    list-style: none;
}

footer.custom_footer .footer_tool_tip_content ul li a {
    color: #919191;
    font-family: "Source Sans 3";
    font-weight: bold;
    font-size: 12px;
    line-height: normal;
}

footer.custom_footer .footer_tool_tip_content hr {
    margin: 0;
    border: 0;
    width: 100%;
    margin-top: 20px;
    background: #dddddd;
    height: 1px;
}

.footer_tool_tip:hover .footer_tool_tip_content {
    display: block;
}

footer.custom_footer .footer_tool_tip_content:hover {
    display: block;
}

.footer_tool_tip {
    height: 60px;
    display: flex;
    align-items: center;
}



/* Header CSS */

#custom_header {
    color: #fff;
}
#custom_header .header_top {
    text-align: right;
    padding: 30px 50px 20px 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
#custom_header .header_top .quick_links {
    display: flex;
    gap: 21px;
    align-items: center;
}
#custom_header .header_top p {
    font-size: 16px;
}
#custom_header .header_top .quick_links p {
    margin-right: 10px;
    padding: 0;
}
#custom_header .header_top .account p {
    padding: 0;
}
#custom_header .header_top .account {
    border-left: solid 1px #484848;
    padding-left: 40px;
    margin-left: 30px;
}

#custom_header .container {
    padding-top: 17px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#custom_header .container::after {
    display: none;
}
#custom_header .container::before {
    display: none;
}

#custom_header .container .top_menu ul li a {
    color: #fff;
    font-size: bold;
    position: relative;
}

#custom_header .container .top_menu ul li {
    margin: 0 30px;
}

#custom_header .container .top_menu ul li a:hover {
    color: #f1a020;
}

#custom_header .container .top_menu ul li a::after {
    content: " ";
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: #f1a020;
    left: 0;
    bottom: 0;
    transition: 0.2s all;
}

#custom_header .container .top_menu ul li a:hover::after {
    width: 100%;
}

#custom_header .container .top_menu ul .current_page_item a {
    color: #f1a020;
    position: relative;
}

#custom_header .container .top_menu ul .current_page_item a::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f1a020;
    left: 0;
    bottom: 0;
}

#custom_header .get_help {
    /* border: solid 1px #fff;
    border-radius: 50px; */
}
#custom_header .get_help a {
    display: flex;
    align-items: center;
}

#custom_header .container .top_menu ul li .sub-menu a::after {
    display: none;
}

#custom_header .container .top_menu ul li .sub-menu li {
    margin: 0;
}

#header-outer .sf-menu > .sfHover > ul,
#header-outer .sf-menu > li:hover > ul {
    top: 150% !important;
}

/* #header-outer nav {
    overflow: auto !important;
} */

#custom_header .header_bottom {
    background-color: #353535;
    padding: 18px;
}

#custom_header .header_bottom .container {
    padding: 0 !important;
    max-width: 1200px;
}

#custom_header .header_bottom li a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

#custom_header .header_bottom .container ul .current_page_item a {
    color: #f1a020;
    position: relative;
}

#custom_header .header_bottom .container ul .current_page_item a::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f1a020;
    left: 0;
    bottom: 0;
}

#custom_header .header_bottom .container nav > ul > li > a:hover {
    color: #f1a020;
}

#custom_header .container ul li .sub-menu a::after {
    display: none;
}

#custom_header .container ul li a::after {
    content: " ";
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: #f1a020;
    left: 0;
    bottom: 0;
    transition: 0.2s all;
}

#custom_header .container ul li a:hover::after {
    width: 100%;
}

#header-outer .header_bottom nav > ul {
    display: flex;
    gap: 40px;
}

#custom_header .account {
    display: flex;
    align-items: center;
    gap: 11px;
}

.mobile_header {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    position: relative;
}

.ham_burger_menu button {
    width: 50px;
    background-color: #000;
    border: 0;
}
.mobile_menu {
    position: fixed;
    left: 0;
    width: 100%;
    background: #000;
    height: 100vh;
    overflow-y: scroll;
    top: 0%;
    margin: auto;
    right: 0;
    border-radius: 00px;
    display: none;
    overflow-x: hidden;
}
.menu_active {
    display: block;
}

.mobile_menu ul ul {
    display: none;
}

.mobile_menu ul li:hover > ul {
    display: block;
}

.mobile_menu a {
    font-size: 16px;
    font-weight: bold;
    color: #fff !important;
}
.mobile_menu a:hover {
    color: #000 !important;
}

ul#menu-pull-right-menu {
    margin: 0;
}
.mobile_menu .closeButton {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 25px;
    padding: 80px 20px 0 20px;

}
#mobile_menu_close_button img {
    width: 20px;
}
#mobile_menu_close_button {
    background: none;
    border: none;
}

#mega-menu-wrap-moble-menu #mega-menu-moble-menu > li.mega-menu-item {
    border-top: solid 1px #434343;
    padding: 0 20px;
}
#mega-menu-wrap-moble-menu #mega-menu-moble-menu > li.mega-menu-item:last-child{
    border-bottom: solid 1px #434343;
}
.need_help {
    text-align: center;
}

#mega-menu-wrap-moble-menu #mega-menu-moble-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    position: absolute;
    left: 0% !important; 
    top: 0;
    background: #212121 !important;
}

.need_help h2,
.need_help p {
    color: #fff;
}

.need_help {
    padding: 0 20px;
    margin-top: 50px;
}

.need_help .mm_btn {
    display: grid;
    gap: 16px;
}

.need_help .mm_btn .mobile_menu_link {
    background-color: #fff;
    color: #000 !important;
    padding: 16px;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 10px;
}

.mobile_menu_social_media a svg {
    fill: #fff;
}

a.mega-menu-link {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

ul.mega-sub-menu {
    background: #000 !important;
}

a.mega-menu-link:hover {
    color: #fff !important;
}

.mobile_menu_social_media {
    background-color: #0c0c0c;
    width: fit-content;
    margin: 70px auto 30px auto;
    padding: 20px 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media only screen and (max-width: 1277px) {
    #custom_header .container .top_menu ul li {
        margin: 10px;
    }
    #custom_header .logo {
        max-width: 250px;
    }
    #custom_header .logo img {
        width: 100%;
    }
    #custom_header .container {
        padding: 0 10px !important;
    }
    #custom_header .get_help a {
        padding: 13px 25px;
    }
}

@media only screen and (max-width: 900px) {
    #custom_header {
        display: none;
    }

    .mobile_header {
        display: flex;
    }
    a.logo img {
        width: 100%;
    }

    div#mega-menu-wrap-moble-menu {
        background: none !important;
    }

    ul.mega-sub-menu {
        width: 100% !important;
    }

    .mega-menu-item {
        width: 100% !important;
    }

    .logo_mobile img {
        width: 100% !important;
    }
    #header-outer .menu-item-1071 > a:hover,
    #header-outer #top nav .sf-menu li.menu-item.menu-item-1071 > a:hover,
    #header-outer .menu-item-1071[class*="current"] > a,
    #header-outer #top nav .sf-menu li.menu-item.menu-item-1071[class*="current"] > a {
        color: #000 !important;
    }
	a.mega-menu-link {
    	font-size: 20px !important;
	}
	
	.need_help h2 {
	    font-size: 30px;
	}

	.need_help p {
		font-size: 16px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.mega-current-menu-item a {
    	color: #F1A020!important;
	}
	
	ul.mega-sub-menu{
    	display: none !important;
	    position: static !important;
		padding-left: 20px !important;
	}
	.mega-toggle-on ul.mega-sub-menu{
		display: block !important;
	}
}

/* Artical Grid */

.SM_latest_articals {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
@media only screen and (max-width: 1024px) {
    .SM_latest_articals {
        grid-template-columns: 1fr;
    }
}
.SM_latest_articals .SM_item {
    border: solid 1px #d5d5d5;
    border-radius: 10px;
    overflow: hidden;
}
.SM_latest_articals .SM_item .large_image img {
    height: 255.34px;
    margin-bottom: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.SM_latest_articals .SM_item .sm_container {
    padding: 30px;
    width: 100%;
}
.SM_latest_articals .SM_item .sm_container .SM_meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.SM_latest_articals .SM_item .sm_container .SM_meta p {
    font-size: 12px;
    font-weight: 500;
}
.SM_latest_articals .SM_item .sm_container .SM_meta .author {
    display: flex;
    align-items: center;
    gap: 10px;
}
.SM_latest_articals .SM_item .sm_container .SM_meta .author img {
    width: 24px;
    height: 24px;
    border-radius: 50px;
    -o-object-fit: cover;
    object-fit: cover;
}
.SM_latest_articals .SM_item h2 {
    font-size: 24px;
    line-height: normal;
	    font-family: 'Poppins';
}
.SM_latest_articals .SM_item p {
    font-size: 12px;
    color: #444444;
}
.SM_latest_articals .SM_item.SM_image_left {
    display: flex;
    align-items: stretch;
}
.SM_latest_articals .SM_item.SM_image_left img {
    width: 139.67px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
}
.SM_latest_articals .SM_item.SM_image_left h2 {
    font-size: 18px;
    line-height: normal;
    margin-top: 20px;
}
.SM_latest_articals .SM_grid_small {
    display: grid;
    gap: 15px;
}
.SM_latest_articals a {
    font-size: 14px;
    color: #193a5e;
    text-decoration: none;
} /*# sourceMappingURL=app.css.map */


@media only screen and (max-width: 767px) {
    footer.custom_footer {
        flex-direction: column;
        gap: 20px;
        position: relative;
    }

    .footer_tool_tip {
        position: absolute;
        right: 50px;
        top: -30px;
        z-index: 11;
    }

    .footer_tool_tip_content {
        right: 0 !important;
        bottom: 59px !important;
    }
	.SM_latest_articals .SM_item.SM_image_left{
		flex-wrap: wrap;
	}
	.SM_latest_articals .SM_item.SM_image_left img{
		width: 100%;
	}
}



/* Data Form Settings */

.sm-top-filters {
    gap: 0 !important;
	align-items: stretch !important;
}

.filter-btn-container{
    display: flex;
    gap: 0;
    align-items: stretch;
}

.sm-top-filters button {
    border-radius: 21px !important;
}

.sm-top-filters .filter-btn {
    border-radius: 0 !important;
    padding: 10px 16px !important;
    border-right: solid 1px #CBCBCB;
    border-width: 1px;
    border-color: #CBCBCB;
    border-left: 0;
    font-size: 16px;
    font-weight: 600;
    color: #636363;
    background: #fff;
    display: block;
}

.sm-top-filters .filter-btn:first-child {
    border-radius: 5px 0 0 5px !important;
    border-left: solid 1px #CBCBCB !important;
}

.sm-top-filters .filter-btn:last-child {
    border-radius: 0px 5px  5px 0 !important;
}

.sm-search-box{
    display: flex;
    align-items: center;
    gap: 16px;
}
.sm-search-box svg{
    cursor: pointer;
}
.sm-search-box input{
    display: none;
}

.sm-search-box input.active{
    display: block;
}

.sm-top-filters select#date-filter {
    margin-left: 10px;
    border-radius: 5px;
/*     max-width: 140px; */
    border: solid 1px #CBCBCB;
    margin-right: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #636363;
    background: #fff;
	width: fit-content;
}

.sm-top-filters  input#search-filter {
    width: fit-content;
}

.dataTables_wrapper.no-footer div#form_table_filter {
    display: none !important;
}

table#form_table thead tr th {
    background: #F5F5F5;
    border: 0;
    border-bottom: solid 1px #E6E6E6;
    font-family: 'meno-banner-semi';
    font-weight: bold;
    font-size: 18px;
}

table#form_table thead tr {
    border-radius: 100px;
    overflow: hidden;
}

table#form_table thead tr th:first-child 
{
    border-left: solid 1px #E6E6E6;
    border-radius: 8px 0 0 0;
}


table#form_table tbody tr td:nth-child(2) {
    color: #000;
}

table#form_table thead tr th:last-child {
    border-right: solid 1px #E6E6E6;
    border-radius: 0 8px 0 0;
}

table#form_table tbody tr td, table#form_table tbody tr td a {
    background: #fff !important;
    box-shadow: none !important;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #636363;
}
button.filter-btn.active {
    background: #000000;
    color: #fff;
}

h1.tribe-events-single-event-title {
    background: #ededed;
    width: 100%;
    margin: auto;
    border-radius: 10px;
    text-align: center;
    padding: 30px;
    font-size: 30px;
    font-family: 'Poppins';
    font-weight: bold;
}
.tribe-events-event-image img {
    width: 100%;
    height: auto;
}