/**
Theme Name: T18F Child Theme
Author: Cultiv8 Creative
Author URI: https://gocultiv8.com
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: t18f-child-theme
Template: astra
*/

a, a:link, a:hover, button {
	outline: none !important;
}

.ast-single-post .entry-content a:hover, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a):hover {
    text-decoration: underline;
}

a.fl-button:hover,
a.pp-content-grid-more:hover,
a.pp-button:hover {
	text-decoration: none !important;
}

#primary {
    margin: 0 !important;
	padding: 0 !important;
}

.single-post #primary {
    margin: 0;
	padding: 0;
}

.site-content .ast-container {
    max-width: none;
	padding-left: 0px;
	padding-right: 0px;
}

.page .entry-header {
	display: none;
}

.fl-button.fl-button-icon-animation:hover i.fl-button-icon-before {
    margin-right: 15px !important;
    margin-left: 0;
}

#scroll {
	position: absolute;
    left: 0;
    right: 0;
    top: -40%;
}

.verText h1 .fl-heading-text,
.pagetitle h1 .fl-heading-text,
.sectitle h2 .fl-heading-text {
	display: inline-block;
}

.pagetitle h1 .fl-heading-text:after {
	content: "";
	background: white;
	position: relative;
	display: block;
	width: 100%;
	height: 3px;
    bottom: -33px;
    margin: 0;
}

.sectitle.blue h2 .fl-heading-text:after {
	content: "";
	background: rgba(35,67,144,0.35);
	position: relative;
	display: block;
	width: 70%;
	height: 3px;
    bottom: -20px;
    margin: 0 auto 20px;
}

.sectitle.purple h2 .fl-heading-text:after {
	content: "";
	background: rgba(101,103,173,0.35);
	position: relative;
	display: block;
	width: 70%;
	height: 3px;
    bottom: -20px;
    margin: 0 auto 20px;
}

.verText h1 .fl-heading-text:after {
	content: "";
    background: white;
    width: 100%;
    position: relative;
    height: 3px;
    display: block;
    bottom: -33px;
}

#slider .fl-row-content-wrap:before {
	content:"";
	position: absolute;
	background-image: url(/../wp-content/uploads/2015/03/slide-curve-left.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 40%;
    bottom: -80px;
    z-index: 99;
    left: 0;
}

.storyPost .pp-content-grid-title:before {
	content: "Featured Story";
	position: relative;
	display: block;
	color: #254190;
	font-size: 20px;
	font-weight: 500;
    text-transform: none;
    letter-spacing: 0.5px;
}

.eventPost .pp-content-grid-title:before {
	content: "Upcoming Event";
	position: relative;
	display: block;
	color: #254190;
	font-size: 20px;
	font-weight: 500;
    text-transform: none;
    letter-spacing: 0.5px;
}

.pp-content-grid-more:hover {
	color: #3e3e42 !important;
}

.pp-content-grid-more:after,
#mec_skin_5158 .mec-event-title a:after{
    content: "\f30b";
    font-family: FontAwesome;
    font-weight: 900;
    margin-left: 8px;
    transition-property: left, right;
    transition-duration: 1s;
    -webkit-transition-property: left, top;
    -webkit-transition-duration: 1s;
    -moz-transition: 1s;
    position: absolute;
}

.pp-content-grid-more:hover:after,
#mec_skin_5158 .mec-event-title a:hover:after {
 	margin-left: 15px;
}
.sidelineBlue .fl-col-content {
	position: relative;
}

.sidelineBlue .fl-col-content:after {
    content: "";
    background: #254190;
    position: absolute;
    height: 3px;
    width: 65%;
    bottom: -3px;
	left: 0;
	right: 0;
    margin: auto;
    opacity: 0.25;
}

.storyPost .pp-content-grid-image,
.eventPost .pp-content-grid-image{
	box-shadow: 1px 1px 8px 1px rgb(0 0 0 / 12%);
    margin: 8px;
    border-radius: 12px;
}

.storyPost img,
.eventPost img{
	border-radius: 12px;
}

footer .fluentform {
	height: 39px;
}


footer .fluentform .ff-el-form-control,
footer  .fluentform .ff-el-form-control:focus {
	border: 2px solid #cac1de;
    border-radius: 10px 0 0 10px;
    background: rgba(255,255,255,0.05);
    color: white;
    font-size: 13px;
    line-height: 1.75;
}

footer .fluentform input::placeholder { 
  color: white !important;
  opacity: 1;
}

footer .fluentform  input:-ms-input-placeholder {
  color: white !important;
}

footer .fluentform  input::-ms-input-placeholder {
  color: white !important;
}

footer .frm-fluent-form .ff-t-cell {
    padding: 0 !important; 
}

footer form.fluent_form_2 .wpf_has_custom_css.ff-btn-submit,
footer form.fluent_form_2 .wpf_has_custom_css.ff-btn-submit:hover {
    background-color: rgba(202, 193, 222, 1);
    border-color: rgba(202, 193, 222, 1);
    color: #3e3e42 !important;
    border-radius: 0 10px 10px 0;
    min-width: 82px;
    width: 82px;
    height: 39px;
	font-weight: 800;
    text-transform: uppercase;
    font-size: 13px; 
	opacity: 1 !important;
}

footer h5 {
	color: #cac1de;
    font-weight: 800;
    letter-spacing: 0.5px;
	margin-bottom: -5px;
}

#media_image-5 {
	max-width: 115px !important;
    float: left;
}

#media_image-4 {
	max-width: 85px !important;
    float: left;
	margin-left: 15px;
}

#media_image-3 {
	max-width: 125px !important;
    float: left;
	margin-left: 15px;
}

.site-footer-primary-section-2 .footer-widget-area {
	display: flex !important;
    align-items: baseline;
	justify-content: end;
	margin-top: 45px;
    height: 90px;
}

.mec-event-more-info {
	display: none;
}

.mec-single-event .mec-event-social.mec-frontbox {
    padding: 40px 30px 0;
}

.mec-single-event .mec-frontbox-title:before,
.mec-single-event .mec-event-social h3 {
	border-width: 3px;
}
.mec-single-event .mec-frontbox-title:before {
    bottom: -3px;
}
.mec-single-event .mec-event-social h3 {
	border-bottom-color: rgba(102,103,174,0.10);
}

.mec-single-event-description.mec-events-content p {
	font-size: 17px;
	color: #3e3e42 !important;
}

.mec-single-title {
	color: #3e3e42 !important;
}

.mec-single-event .mec-event-meta dd abbr,
.mec-single-event .mec-event-meta dd,
.mec-address,
.mec-single-event .mec-event-meta h6 {
	color: #3e3e42 !important;
	font-weight: 500 !important;
}

.mec-booking-button {
    border-radius: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    font-size: 1.15vw !important;
    letter-spacing: 0.5px !important;
}

.mec-single-event .mec-event-social h3 {
	color: #6667ae
}

#depicter-1.depicter-bp-mobile { height: 740px !important; max-height: none; }

.pp-accordion-item {
    box-shadow: 1px 1px 12px 2px rgb(0 0 0 / 7%);
    border-radius: 10px;
    border: 1px solid #f2f4f8; 
}

.pp-accordion-item.pp-accordion-item-active .pp-accordion-button {
	border-radius: 10px 10px 0 0;
}

.pp-accordion-item .pp-accordion-button-icon {
	position: relative;
}
.pp-accordion-item .pp-accordion-button-icon:before {
    z-index: 2;
    position: relative;
}

.pp-accordion-item ul {
	margin: 0 0 20px 20px;
    font-size: 0.85rem;
}

.pp-accordion-item ul li ul {
	margin: 10px 0 10px 20px;
    list-style-type: circle; 
}

.pp-accordion-item ul li {
	line-height: 1.35;
	margin-bottom: 8px;
}

.pp-accordion-item .pp-accordion-button-icon:after {
	content: "";
	position: absolute;
	background: #e9ecf4;
	width: 28px;
    height: 28px;
    border-radius: 100%;
    padding: 0;
    left: -4px;
    top: -4px;
	z-index: 1;
	filter: blur(1px);
}
.pp-accordion-item h5 {
    color: #254190;
    font-weight: 800;
    text-transform: none;
	margin-bottom: 45px;
    margin-top: 30px;
    display: inline-block;
}

.pp-accordion-item h5:after {
	content: "";
    position: relative;
    display: block;
    height: 2px;
    width: 100%;
    background: #254190;
    bottom: -8px;
    opacity: 0.15;
}

.purple .pp-accordion-item h5:after { 
	background: #6567ad;
}


.purple .pp-accordion-item .pp-accordion-button-icon:after {
	content: "";
	position: absolute;
	background: rgba(190,181,212, 0.20);
	width: 28px;
    height: 28px;
    border-radius: 100%;
    padding: 0;
    left: -4px;
    top: -4px;
	z-index: 1;
	filter: blur(1px);
}

.purple .pp-accordion-item h5 {
    color: #6567ad;
    font-weight: 800;
    text-transform: none;
}

.blueBlock .fl-row-content-wrap:after {
	content:"";
	position: absolute;
	background-image: url(/../wp-content/uploads/2015/03/blue-curve-left.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	max-width: 220px;
	height: 229px;
    z-index: 2;
    left:0;
	bottom: -80px;
    background-position: left top;
}

.blueBlock .fl-row-content-wrap:before {
	content:"";
	position: absolute;
	background-image: url(/../wp-content/uploads/2015/03/blue-curve-right.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	max-width: 363px;
	height: 225px;
    z-index: 2;
    right:0;
	top: -80px;
    background-position: right top;
}

.blueBlock .fl-row-content {
	position: relative;
	z-index: 9;
}
	
a.read-link {
	font-size: 18px !important;
    font-weight: 800 !important;
	text-transform: uppercase;
    text-decoration: none !important;
	background: transparent !important;
}
.read_div {
	margin-bottom: 20px;
}
a.read-link em {
	font-style: normal;
    font-size: 18px;
    position: relative;
    top: 2px;
    font-weight: 800 !important;
	text-decoration: none !important;
}

a.read-link span {
	font-style: normal;
    font-size: 18px;
    position: relative;
    top: -1px;
    font-weight: 800 !important;
	-moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
    display: inline-block;
	text-decoration: none !important;
}

#mec_skin_5158 .mec-event-grid-simple .mec-event-article {
	margin-bottom: -15px !important;
	border-bottom: 0px solid #eee !important;
}

#mec_skin_5158 .mec-event-title {
	display: block !important;
}

#mec_skin_5158 .mec-event-title a {
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #254190;
    text-decoration: none;
}

#mec_skin_5158 .mec-event-grid-simple .mec-event-date,
#mec_skin_5158 .mec-event-grid-simple .mec-event-detail {
	text-align: left !important;
	color: #3e3e42 !important;
	font-weight: 400 !important;
	text-transform: none !important;
	font-size: 20px !important;
	font-family: 'Open Sans',sans-serif !important;
}

.wp-caption {
	margin-bottom: 0;
}

.wp-caption-text {
	font-size: 7px;
}

.alignright {
    margin-left: 1.5em;
    margin-top: 1.5em;
}

.linkBox .pp-description-wrap p:after {
	content: "\f30b";
	position: relative;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	right: -5px;
	transition-property: left,right;
    transition-duration: 1s;
    -webkit-transition-property: left,top;
    -webkit-transition-duration: 1s;
    -moz-transition: 1s;
}

.linkBox .pp-infobox-link:hover p:after { 
	right: -10px;
}
.linkBox .pp-infobox-link:hover p {
	transform: scale(1.03);
}

.pp-icon-list-items .pp-icon-list-item .pp-list-item-icon {
	height: 24px !important; 
	width: 24px !important;
	line-height: 24px !important;
	top: 5px;
    position: relative;
}

.fluentform .ff-el-form-control, 
.fluentform .ff-el-form-control:focus {
    background: white;
    border: 0px solid #515155;
    line-height: 30px;
    font-size: 14px;
    color: #3e3e42 !important;
    border-bottom: 2px solid #515155;
    border-radius: 0;
    padding: 6px 0px;
}


.white .fluentform .ff-el-form-control,
.white .fluentform .ff-el-form-control:focus {
	background: rgba(255,255,255,0.1);
    border: 2px solid white;
    line-height: 30px;
    font-size: 14px;
	color: white !important;
}

.fluentform input::placeholder,
.fluentform textarea::placeholder { 
  color: #3e3e42 !important;
  opacity: 1;
}

.white .fluentform input::placeholder,
.white .fluentform textarea::placeholder { 
  color: white !important;
  opacity: 1;
}

.fluentform  input:-ms-input-placeholder,
.fluentform textarea:-ms-input-placeholder {
  color: #3e3e42 !important;
}

.white .fluentform  input:-ms-input-placeholder,
.white .fluentform textarea:-ms-input-placeholder {
  color: white !important;
}

.fluentform  input::-ms-input-placeholder,
.fluentform textarea::-ms-input-placeholder {
  color: #3e3e42 !important;
}

.white .fluentform  input::-ms-input-placeholder,
.white .fluentform textarea::-ms-input-placeholder {
  color: white !important;
}

select.ff-el-form-control:not([size]):not([multiple]) {
    height: 46px !important;
}

form.fluent_form_1 .ff-btn-submit,
form.fluent_form_1 .ff-btn-submit:hover,
.pp-modal-content a,
.pp-modal-content a:hover,
.mec-booking-button,
.mec-booking-button:hover {
	font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    border-radius: 5px !important;
    padding-top: 13px !important;
    padding-right: 16px !important;
    padding-bottom: 13px !important;
    padding-left: 16px !important;
    color: #ffffff !important;
    background: #bfb6d6 !important;
    display: inline-block !important;
    font-size: 16px !important;
    line-height: 18px !important;
	opacity: 1 !important;
	border: 0 !important;
	text-decoration: none !important;
}


form.fluent_form_1 .ff-btn-submit:before,
.pp-modal-content a:before,
.mec-booking-button:before {
	content: "\f105";
	position:relative;
	font-family: "Font Awesome 6 Free";
	margin-right: 0 !important;
	width: 0 !important;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
	margin-left: -5px;
}

form.fluent_form_1 .ff-btn-submit:hover:before,
.pp-modal-content a:hover:before,
.mec-booking-button:hover:before {
	margin-right: 10px !important;
    opacity: 1! important;
    -ms-filter: "alpha(opacity=100)";
	margin-left: 0;
}

a.pp-button:before {
	content: "\f105";
	position:relative;
	font-family: "Font Awesome 6 Free";
	margin-right: 0 !important;
	width: 0 !important;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
	margin-left: -10px;
}

a.pp-button:hover:before{
	margin-right: 3px !important;
    opacity: 1! important;
    -ms-filter: "alpha(opacity=100)";
	margin-left: 0;
}

.pp-modal-title {
    padding: 20px 20px 0 20px !important; 
}

.pp-modal-content p {
	font-size: 18px;
}

.mobile-menu-toggle-icon svg {
	display: none;
}

.mobile-menu-toggle-icon:before {
	content:"\f0c9";
	position: relative;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 18px;
	color: #3e3e42;
}

button.menu-toggle:hover .mobile-menu-toggle-icon:before {
		content:"\f550";
}


[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-wrap .mobile-menu {
	text-transform: uppercase;
    letter-spacing: 0.5px;
	color: #3e3e42;
	font-weight: 500;
	transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}


.header-widget-area img {
	max-width: 245px !important;
}

.ast-desktop-popup-content {
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    position: relative;
}

.navTop {
	flex-direction: column;
    grid-template-columns: 245px auto 135px;
    display: grid;
	margin-bottom: 100px;
}

.ast-header-search {
	display: block !important;
}


.slide-search {
    max-width: 400px;
    float: right;
}

#ast-desktop-toggle-menu {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.main-header-menu .menu-item {
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start; 
}

.main-header-menu > .menu-item > .menu-link {
    height: auto;
}

.ast-desktop-header-content .ast-builder-menu-mobile .main-navigation .sub-menu .menu-item .menu-link, .ast-desktop-popup-content .ast-builder-menu-mobile .main-navigation .sub-menu .menu-item .menu-link {
    padding-left: 20px;
}

.ast-builder-menu-mobile {
	max-width: 1120px;
    margin: 0 auto;
}

.ast-mobile-popup-drawer.active .menu-toggle-close {
	border-radius: 100%;
    height: 45px;
    width: 45px;
    line-height: 15px;
    color: white;
    border: 1px solid white;
    margin: 10px 15px 0 0;
    text-align: center;
    padding: 13px;
    background: rgba(255,255,255,0.2); 
}

button.menu-toggle-close:hover span {
	transform: scale(1.1); 
}
.ast-header-search .ast-search-menu-icon form.search-form .search-field {
    font-size: 18px;
}

button.search-submit {
	font-size: 22px;
    padding: 0 10px 0 20px; 
}

.ast-button-wrap .menu-toggle.main-header-menu-toggle {
    padding: 0.5em 0 0.5em 0.5em; 
}

.ast-header-search .search-field::placeholder, .ast-header-search .ast-icon {
    opacity: 0.75;
}

.pp-list-item-text a {
	color: #3e3e42;
}

.pp-list-item-text a:hover {
	color: #6667ae;
}

.mec-slider-t1 .mec-slider-t1-content {
    padding: 20px !important;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.mec-slider-t1-wrap {
    padding: 0;
    background: transparent;
    min-height: 300px;
}

.mec-slider-t1 .mec-event-content .mec-event-detail,
.mec-slider-t1 .mec-event-day {
	display: none !important;
}

.mec-event-grid-modern .event-grid-modern-head .mec-event-month {
    padding-top: 6px;
}

.mec-slider-t1 h4 {
	font-size: 26px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

.mec-slider-t1 h4 a {
	text-decoration: none !important;
	color: #3e3e42 !important;
}

.mec-slider-t1, .mec-slider-t1 .mec-event-article {
    height: 365px !important;
    display: flex;
    flex-direction: row;
    border-radius: 20px;
}

.event-grid-modern-head .mec-event-detail,
.event-grid-modern-head .mec-event-month {
	font-family:'Open Sans', Helvetica, Arial, sans-serif !important;
}

.event-grid-modern-head .mec-event-month,
.event-grid-modern-head .mec-event-detail {
	color: #3e3e42 !important; 
	opacity: 1 !important;
}

.mec-slider-t1-content.mec-event-grid-modern .mec-event-footer .mec-booking-button,
.mec-single-event .mec-booking-button {
	height: auto;
}

.mec-single-event .mec-booking-button {
	width: 100%;
	padding: 16px !important;
}

.mec-single-event .mec-booking-button,
.mec-single-event .mec-booking-button:hover {
	background-color: #92a0c8 !important;
}

.mec-single-event .mec-booking-button:hover:before {
	color: white !important;
}

.mec-event-grid-modern .event-grid-modern-head .mec-event-date {
	color: #bfb6d6 !important;
}

.mec-slider-t1-img {
	height: 100% !important;
}

.mec-event-grid-modern .mec-event-content {
    padding: 15px 15px 0 !important; 
}

.mec-event-grid-modern {
    margin-bottom: 0 !important; 
}

.mec-slider-t1 .mec-slider-t1-content {
    border-radius: 0 20px 20px 0;
}

.mec-slider-t1 .mec-slider-t1-img {
    border-radius: 20px 0 0 20px;
}

.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next,
.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next:hover {
    position: relative;
    display: inline-block;
    right: 0;
    left: 0;
	background: transparent;
    box-shadow: none;
    border: 0px solid white;
    border-radius: 100%;
}

.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev,
.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev:hover{
    position: relative;
    display: inline-block;
    right: 0;
    left: 0;
	background: transparent;
    box-shadow: none;
    border: 0px solid white;
    border-radius: 100%;
}

.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next, .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev {
	top: auto !important;
    bottom: -30px !important;
}

.mec-slider-t1 {
	margin-bottom: 80px !important;
}

.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next i, .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev i,
.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next:hover i, .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev:hover i{
    font-size: 16px !important;
    color: #254190;
    font-weight: 900 !important;
}

.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next:hover i, .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev:hover i{
    opacity: 0.5;
}

.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next, .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev {
	line-height: 46px !important;
}

.mec-owl-theme .owl-nav [class*='owl-'] {
    padding: 4px 4.5px !important; 
}

.mec-events-event-image img {
	border-radius: 20px;
}

.mec-single-event .col-md-8 {
	padding-right: 5%;
	padding-left: 0 !important;
}

.mec-single-event .col-md-4 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.single-mec-events .mec-container {
    width: 100% !important;
    padding: 0 30px !important;
	max-width: 1240px !important;
}

.single-mec-events .mec-wrap .row {
    margin-left: 0;
    margin-right: 0;
}

.mec-sl-home {
	display: none;
}

.mec-single-event .mec-event-meta h6 {
	margin: 0px;
}

.mec-single-event-organizer h3 {
    margin: 10px 10px 0 !important;
}

.mec-single-event-organizer h3,
.mec-single-event-organizer dl {
	position: relative;
	margin-left: 30px !important;
}

.mec-single-event-organizer:before {
	content: "\f007";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
}

.mec-sl-location-pin:before {
	content: "\f3c5";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}

.mec-sl-clock:before {
	content: "\f017";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}

.mec-sl-calendar:before {
	content: "\f073";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}

.mec-single-event .mec-event-meta .mec-events-address {
	margin-bottom: 10px !important;
}

.mec-single-event-time,
.mec-single-event-date {
	padding-bottom: 15px;
}

.row.mec-single-event {
	padding-bottom: 65px;
}

.fl-post-feed-meta {
	display: none !important;
}

.featStory .pp-content-post {
		margin: 10px;
}

.storyContent img,
.storyContent p:empty {
	display: none !important;
}

.storyContent p:empty {
	margin-bottom: 0 !important;
}

.single .post-navigation a {
    font-size: 16px !important;
}

.single .post-navigation .nav-previous a {
	margin: 0 10px 0 0 !important;
	padding: 0 !important;
}

.single .post-navigation .nav-next a {
	margin: 0 0 0 10px !important;
	padding: 0 !important;
}

.ast-page-builder-template.single .post-navigation {
    padding-bottom: 0 !important;
}

.featStory .pp-post-featured-img,
.featStory .fl-photo,
.featStory .fl-photo-content,
.featStory .fl-photo-content a {
	height: 100%;
}

.featStory .fl-photo-content img {
    min-height: 100% !important;
    object-fit: cover;
}


#wpuf-user_login, #wpuf-user_pass{
	width: 100%;
}

body ul.wpuf-form li .wpuf-fields {
    width: 100%;
}


.wpuf-fields input[type=text], .wpuf-fields input[type=text], .wpuf-fields input[type=password], .wpuf-fields input[type=password], .wpuf-fields input[type=email], .wpuf-fields input[type=email], .wpuf-fields input[type=url],.wpuf-fields input[type=url], .wpuf-fields input[type=number], .wpuf-fields input[type=number], .wpuf-fields textarea, .wpuf-fields a.file-selector, input#wpuf-user_login, input#wpuf-user_pass, .fsForm select, .fsForm textarea, .fsRowBody input[type=email], .fsRowBody input[type=number], .fsRowBody input[type=tel], .fsRowBody input[type=text], .fsSubField input, #fsCell98677604.fsRowBody {
    background: transparent !important;
    border: 0px solid #515155 !important;
    line-height: 30px !important;
    font-size: 14px !important;
    color: #3e3e42 !important;
    border-bottom: 0px solid #515155 !important;
    border-radius: 0 !important;
    padding: 6px 0px !important;
    width: 100% !important;
	-moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
	text-transform: none !important;
	opacity: 1 !important;
}

.fsLabelVertical .fsLabel {
	line-height: 1.25 !important;
    font-size: 14px !important;
    color: #3e3e42 !important;
    font-weight: 800;
    text-transform: uppercase;
}

.wpuf-fields > input:focus,
.wpuf-form li select,
.fsRowBody input:focus,
.fsSubField input:focus,
#fsRow4052982-7 textarea:focus,
#fsRow1965163-7 textarea:focus{
  outline: none;
  border-width: 0 !important;
}


.wpuf-fields,
.fsRowBody,
.fsSubField,
#fsRow4052982-7,
#fsRow1965163-7{
  position: relative;
  display: inline-block;
}

.wpuf-fields::after, .wpuf-fields::before,
.fsRowBody::after, .fsRowBody::before,
.fsSubField::before, .fsSubField::after,
#fsRow4052982-7::before,
#fsRow4052982-7::after,
#fsRow1965163-7::before,
#fsRow1965163-7::after {
  content: ' ';
  width:0%;
  bottom:0px;
  left: 50%;
  transform: translate(-50%, -50%);
  position:absolute;
  transition:ease-in-out .5s all;
}

.wpuf-fields::before,
.fsRowBody::before,
.fsSubField::before,
#fsRow4052982-7::before{
  width:100% !important;
  border-bottom: 2px solid #b2b2b3 !important;
}

#fsForm1965163 .fsSubField::before,
#fsForm1965163 .fsRowBody::before,
#fsRow1965163-7::before {
	width:100% !important;
   border-bottom: 2px solid white !important;
}

.wpuf-fields::after,
.fsRowBody::after,
.fsSubField::after,
#fsRow4052982-7::after {
  border-bottom: 2px solid #6567ad !important;
}

#fsForm1965163 .fsSubField::after,
#fsForm1965163 .fsRowBody::after,
#fsRow1965163-7::after {
	border-bottom: 2px solid #d1d1d1 !important
}

.wpuf-fields:focus-within::after,
.fsRowBody:focus-within::after,
.fsSubField:focus-within::after,
#fsRow4052982-7:focus-within::after,
#fsRow1965163-7:focus-within::after{
  width:100%;
}

input#wpuf-user_login,
input#wpuf-user_pass{
	transition:ease-in-out .5s all;
    border-bottom: 2px solid #b2b2b3 !important;
}

input#wpuf-user_login:focus,
input#wpuf-user_pass:focus {
	border-bottom: 2px solid #6567ad !important;
	outline: 0 !important;
}

.featured_image .wpuf-fields::before,
.featured_image .wpuf-fields::after,
.email_opt_in .wpuf-fields::before,
.email_opt_in .wpuf-fields::after,
.fsRowBody.fsSpan100::before,
.fsRowBody.fsSpan100::after,
#fsCell98676570.fsRowBody::before,
#fsCell98676570.fsRowBody::after,
#fsCell88884851.fsRowBody::before,
#fsCell88884851.fsRowBody::after{
	display: none !important;
}

.wpuf-form-add.wpuf-form-layout3 ul.wpuf-form li .wpuf-fields a.file-selector {
	padding-left: 50px !important;
}

.wpuf-form-add.wpuf-form-layout3 ul.wpuf-form li .wpuf-fields a.file-selector:before {
	font-size: 30px !important;
}

.wpuf-fields input::placeholder { 
  color: #3e3e42 !important;
  opacity: 1;
}

.wpuf-fields input:-ms-input-placeholder {
  color: #3e3e42 !important;
}

.wpuf-fields input::-ms-input-placeholder {
  color: #3e3e42 !important;
}

.fsForm select,
select#field99193782-state {
	border-top: 2px solid #b2b2b3 !important; 
	border-left: 2px solid #b2b2b3 !important; 
	border-right: 2px solid #b2b2b3 !important; 
	min-height: 42px;
	position: relative;
    top: -1px;
	margin-top: 5px;
}

.wpuf-form-add.wpuf-form-layout3 ul.wpuf-form li .wpuf-fields a.file-selector,
.fsForm select#field46911807-country,
#field88796310-country {
	max-width: 235px !important;
    border: 2px solid #b2b2b3 !important; 
}

.wpuf-form-add.wpuf-form-layout3 ul.wpuf-form li .wpuf-fields a.file-selector:hover {
	border: 2px solid #6567ad !important;
}

.fsBody select#field46911807-country,
#fsForm2516187 .fsSubField.fsFieldState,
#fsForm2516187 .fsSubField.fsFieldCity,
#fsForm2516187 .fsSubField.fsFieldZip,
#fsCell88796310 .fsSubField.fsFieldState,
#fsCell88796310 .fsSubField.fsFieldCity,
#fsCell88796310 .fsSubField.fsFieldZip,
#field88796310-country{
    margin-top: 40px !important;
}

body ul.wpuf-form.form-label-hidden li .wpuf-fields {
    display: inline-block !important; 
}

.wpuf-submit-button,
.wpuf-submit-button:hover,
#wp-submit,
#wp-submit:hover,
.fsSubmitButton {
	font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    border-radius: 5px !important;
    padding-top: 13px !important;
    padding-right: 16px !important;
    padding-bottom: 13px !important;
    padding-left: 16px !important;
    color: #ffffff !important;
    background: #bfb6d6 !important;
    display: inline-block !important;
    font-size: 16px !important;
    line-height: 18px !important;
    opacity: 1 !important;
    border: 0 !important;
    text-decoration: none !important;
    box-shadow: none !important; 
}

.wpuf-submit-button:hover,
#wp-submit:hover,
.fsSubmitButton:hover {
	background: #6567ad !important;
}

.wpuf-help,
.fsSupporting {
	position: absolute;
	font-size: 10px !important;
	color: #b2b2b3 !important;
}

body ul.wpuf-form .wpuf-field-columns .wpuf-column-field-inner-columns .wpuf-column .wpuf-column-inner-fields ul.wpuf-column-fields li {
  padding: 0 5px !important;
}

.wpuf-checkbox-block,
 #wpuf-login-form label,
.wpuf-label label {
	line-height: 1.25;
	font-size: 14px !important;
	color: #3e3e42 !important; 
}

.fsSectionHeader {
	display: none;
}

input#wpuf-user_login:-webkit-autofill,
input#wpuf-user_login:-webkit-autofill:hover, 
input#wpuf-user_login:-webkit-autofill:focus, 
input#wpuf-user_login:-webkit-autofill:active,
input#wpuf-user_pass:-webkit-autofill,
input#wpuf-user_pass:-webkit-autofill:hover, 
input#wpuf-user_pass:-webkit-autofill:focus, 
input#wpuf-user_pass:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.fsRowBody input[type=checkbox]:before, .fsRowBody input[type=checkbox]:checked:before, .fsRowBody input[type=radio]:before, .fsRowBody input[type=radio]:checked:before {
    width: 12px !important;
    height: 12px !important;
    top: -10px !important;
    position: relative !important; 
}

.fsLabelVertical .fsLabel {
    margin-bottom: 0 !important;
}

.fsRowBody.fsSpan100,
.fsSubField.fsFieldState,
.fsSubField.fsFieldZip,
#fsRow4052982-7,
#fsForm2516187 .fsSubField.fsFieldCity,
#fsRow1965163-7,
#fsRow1965163-7 .fsRowBody,
#field31210060,
.fsBody .fsSubField.fsFieldCity,
#fsCell88796309 .fsSubFieldGroup .fsSubField {
	width: 100% !important;
}

#fsForm1965163 input{
	width: 100% !important;
	max-width: 100% !important;
}

#fsForm1965163 .fsSubmitButton {
	width: auto !important;
	max-width: none !important;
}


#fsForm2516187 #fsCell46911807 .fsSubFieldGroup,
#fsForm1965163 #fsCell31210055 .fsSubFieldGroup,
#fsForm1965163 #fsSection127756311 .fsRow.fsFieldRow,
#fsCell88796310 .fsSubFieldGroup,
#fsCell88796309 .fsSubFieldGroup{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
} 

#fsForm1965163 .fsFieldCell.fsSpan50 {
    width: 100%;
    padding: 0;
    margin: 30px auto 0;
}

#fsForm1965163 .fsFieldCell.fsLast.fsSpan50  {
	margin: 30px 0 0;
}


.fsBody .fsForm {
    background-color: transparent !important; 
	margin: 0 auto !important;
    border: 0px solid #ccc !important;
}

.fsForm .fsSubmit {
	background-color: transparent !important;
}


.fsForm textarea {
	max-width: 100% !important;
}


#fsForm1965163 .fsLabelVertical .fsLabel,
#fsForm1965163 input {
	color: white !important;
}

#fsForm1965163 select {
	border-top: 2px solid white !important;
    border-left: 2px solid white !important;
    border-right: 2px solid white !important;
}

.fsRequiredMarker {
	font-size: 12px;
	color: #3e3e42 !important;
}

#fsForm1965163 .fsRequiredMarker {
	font-size: 12px;
	color: white !important;
}

#fsForm1965163 select {
  color: white !important;
}

.fsBody .fsRowBody {
    padding: 0 !important;
}

.fsBody .fsForm {
    padding: 0 !important;
}

.fsBody {
    padding: 20px 0 !important;
}

#fsForm1965163 .fsSubmitButton:hover {
	background: #3e3e42 !important;
}

.fsSubmit.fsPagination {
	text-align: left !important;
	padding: 20px 0 0 !important;
    margin-bottom: 0 !important;
	margin-top: 0 !important;
}

#fsRow3775005-2, #fsRow3775005-16{
	display: none;
}

.fieldset-content {
	margin-top: 10px;
}

#field88796346_othervalue,
#field120014442_othervalue{
	border: 2px solid #b2b2b3 !important; 
	max-width: 200px;
	height: 30px;
}

#fsCell88886118, #fsCell88796314 {
	margin-bottom: 45px !important;
}

.wpuf-posts-edit:hover,
.wpuf-posts-delete:hover {
    background-color: transparent !important;
}

body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit], body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit] {
	text-shadow: none !important;
}

.page-id-73 .wpuf-form li{
	display: none !important;
}

.page-id-73 li.wpuf-el, .page-id-73 li.wpuf-submit {
	display: block !important;
}


.page-id-73 ul.wpuf-form li .wpuf-label {
	color: #3e3e42 !important; 
	font-size: 14px;
	height: 42px;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-right: 20px;
    text-align: left;
	max-width: 150px;
}


.fsForm select {
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    appearance: menulist !important;
}

a.page-numbers {
	text-decoration: none !important;
}

.fl-icon {
	display: flex;
    justify-content: center;
}

.fl-icon-text {
	display: block;
    padding: 0;
}

.uabb-search-results-content {
    background-color: white !important;
}

.uabb-search-post-title {
    line-height: 1.2 !important;
    font-weight: 600 !important;
}

.uabb-search-post-title a {
	text-decoration: none !important;
}

input.uabb-search-text:-webkit-autofill,
input.uabb-search-text:-webkit-autofill:hover, 
input.uabb-search-text:-webkit-autofill:focus, 
input.uabb-search-textt:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.uabb-form-field:before {
	content:"\f002";
	position: absolute;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 20px;
	color: #6567ad;
	right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: table;
}

.uabb-search-form-inline .uabb-form-field {
    padding-right: 0 !important;
}

.uabb-creative-button-wrap.uabb-button-reponsive-center.uabb-creative-button-reponsive-center {
	display: none !important;
}

/*****************************************************************
                    * RESPONSIVE MEDIA CSS *
 *****************************************************************/

@media only screen and (max-width: 1020px) and (min-width: 841px) {
	
	.sideText .fl-col-group-equal-height {
		flex-wrap: nowrap;
	}
	
	.fl-builder-shape-concave svg {
		height: 85px !important;
	}
	
	#slider .fl-row-content-wrap:before {
    	height: 32%;
    	bottom: -80px; 
	}
}

@media only screen and (max-width: 1120px) and (min-width: 922px) {
	.ast-builder-menu-mobile .main-navigation .menu-item > .menu-link {
		font-size: 24px !important;
	}
	
	.ast-hfb-header .ast-builder-menu-mobile .main-header-menu.ast-nav-menu .sub-menu .menu-item .menu-link {
    	font-size: 18px !important; 
	}
}

@media only screen and (min-width: 922px) {
	
	.ast-hfb-header .ast-builder-menu-mobile .main-header-menu.ast-nav-menu .sub-menu .menu-item .menu-link:hover {
		opacity: 0.75;
	}
	
	li.current-menu-item a {
		pointer-events: none;
	}
	
	li.current-menu-item a span {
		font-weight: 700;
		
	}
	
	ul.sub-menu {
			display: block !important;
		}

		.menu-item .ast-icon,
		.menu-link .ast-icon {
			display: none !important;
		}

		li.menu-item-has-children {
			text-align: center;
		}

		.menu-link {
			border-bottom: 1px solid rgba(255,255,255,0.10) !important;
			margin-bottom: 10px;
		}

		ul.sub-menu .menu-link {
			border-bottom: 0 !important;
			margin-bottom: 0 !important;
		}
}

@media only screen and (min-width: 841px) {
	.featStory .pp-content-post {
		display: flex;
	}

	.featStory .pp-content-post .pp-content-body {
		width: 50%; 
		margin: auto;
	}

	.featStory .pp-content-post .pp-post-image {
		width: calc( 100% - 50% );
	}
	
	.storyPost .pp-content-grid-content.pp-post-content {
		max-height: 100px;
		overflow: hidden;
	}
	
	.site-primary-footer-wrap .ast-builder-grid-row {
    	grid-template-columns: 40% 55.8%;
	}

	.sidelineBlue .fl-col-content:after {
		content: "";
		background: #254190;
		position: absolute;
		width: 3px;
		height: 65%;
		bottom: 0;
		top: 0;
		right: -3px;
		margin: auto;
		opacity: 0.25;
		left: 100%;
	}
	
	.verText h1 .fl-heading-text:after {
		content: "";
		background: white;
		position: relative;
		display: block;
		width: 3px;
		height: 65%;
    	bottom: 0;
    	top: 0;
    	right: 43px;
    	margin: auto;
	}
	
	.verText .fl-module-content {
		display: flex;
		justify-content: end;
	}

	.verText .fl-module-content h1 {
		text-orientation: sideways;
		transform: scale(-1);
		-webkit-writing-mode: tb-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		margin-bottom: 0 !important;
	}
}

@media only screen and (max-width: 921px) {
	
	.pagetitle h1 .fl-heading-text:after {
		max-width: 80%;
	}
	
	.single-story .pagetitle h1 .fl-heading-text:after {
		max-width: 80%;
		margin: 0 auto;
	}
	
	.ast-builder-menu-mobile {
    	margin-bottom: 30px;
	}
	
	.mec-single-event .mec-event-content {
    	padding: 40px 10px 10px 
	}
	
		.mec-single-event .col-md-8 {
		padding-right: 0;
	} 
	.ast-mobile-popup-drawer .ast-mobile-popup-content .ast-search-menu-icon.ast-inline-search label {
		font-size: 18px !important;
	}

	.ast-inline-search.ast-search-menu-icon .search-submit {
		padding: 0 10px 0 20px !important; 
	}
	
	.ast-header-search .astra-search-icon {
		font-size: 22px !important;
	}

	.ast-mobile-popup-content {
		padding: 0 20px;
	}
	
	.ast-mobile-popup-header {
		position: relative;
    	z-index: 99; 
	}
	
	.menu-link .ast-icon {
		font-size: 20px;
	}
	
	.sub-menu .menu-link .ast-icon {
		display: none !important;
	}
	
	.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link {
    	padding-left: 20px;
	}
	
	.ast-builder-menu-mobile {
		margin-top: 30px;
	}
	
	.ast-mobile-popup-drawer.active .menu-toggle-close {
    	height: 35px;
    	width: 35px;
    	padding: 8px;
		margin: 0;
    	top: 40px;
    	position: absolute;
    	right: 20px;
	}

	.header-widget-area {
		top: -30px;
    	position: relative;
	}

	.ast-header-search {
		width: calc(100% - 120px) !important;
   	 	float: left;
	}

	.header-widget-area img {
    	max-width: 210px !important;
	}
	
	.storyPost .pp-content-grid-title:before {
		font-size: 18px;
	}
	
	footer .ff-t-column-1 {
		width: calc(100% - 82px) !important;
		float: left;
	}
	
	footer .ff-t-column-2 {
		width: 82px !important;
		float: left;
	}
}

@media only screen and (max-width: 840px) {
	
	.pp-infobox {
		max-width: 420px !important;
    	margin: 0 auto;
    	width: 100% !important;
	}
	
	.blueBlock .fl-row-content-wrap:after {
		max-width: 165px;
		height: 122px;
		bottom: -60px;
		left: -20px;
	}

	.blueBlock .fl-row-content-wrap:before {
		max-width: 240px;
    	height: 148px;
    	top: -60px;
    	right: -50px;
	}
	
	.animation .fl-photo-img-gif {
		height: 160px;
		overflow: hidden;
	}

	.animation .fl-photo-img-gif img {
		transform: translateY(-52%);
	}

	.fl-builder-shape-concave svg {
		height: 35px !important;
	}
	
	#slider .fl-row-content-wrap:before {
    	width: 300px;
    	height: 250px;
    	bottom: -175px;
	}
}

@media only screen and (max-width: 767px) {
	
	.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next, .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev {
		bottom: -20px !important;
	}
	
	.mec-slider-t1 {
    	margin-bottom: 70px !important;
	}
	
	.mec-slider-t1 .mec-slider-t1-img {
    	border-radius: 20px 20px 0 0;
	}
	
	.mec-slider-t1 .mec-slider-t1-content {
    	border-radius: 0 0 20px 20px;
	}
	
	.mec-slider-t1, .mec-slider-t1 .mec-event-article {
		height: 650px !important;
		display: flex;
		flex-direction: column;
		border-radius: 20px;
	}
	
	.alignright,
	.alignleft,
	.alignnone{
		float: none;
    	display: block;
    	text-align: left;
    	margin: 0 !important;
	}

	
	a.read-link,
	a.read-link em,
	a.read-link span {
	 font-size: 16px !important;
	}
		
	#slider .fl-row-content-wrap:after {
		content:"";
		position: absolute;
		background-image: url(/../wp-content/uploads/2015/03/slide-curve-right.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: 100%;
		height: 175px;
    	top: 215px;
    	z-index: 99;
    	right: -50px;
    	background-position: right center;
    	transform: rotate(-15deg);
	}
	
	.site-primary-footer-wrap .ast-builder-grid-row {
    	grid-template-columns: 100%;
		display: block;
	}
	
	[data-section="section-fb-social-icons-1"] .footer-social-inner-wrap {
		text-align: center;
	}
	
	.site-footer-primary-section-2 .footer-widget-area {
    	justify-content: center;
		margin-top: 30px;
	}
	
	.footer-widget-area[data-section="section-fb-html-2"] .ast-builder-html-element {
    	text-align: center;
		max-width: 450px;
    	margin: 0 auto 30px;
	}
}


@media only screen and (max-width: 699px) { 
	#fsCell99193753.fsRowBody::after,
	#fsCell99193753.fsRowBody::before {
		display: none;
	}
	
	#fsCell99193753.fsRowBody .fsSubField.fsFieldCity {
		width: 100% !important;
	}
}

@media only screen and (max-width: 544px) {
	.single .post-navigation .nav-links {
		display: block !important;
	}
	
	.nav-links .nav-previous,
	.nav-links .nav-next {
    	text-align: center !important;
	}
	
	.fl-callout-icon-left-title .fl-callout-title span {
		display: inline-block;
    	margin-bottom: 10px;
	}
	
	.uabb-separator-center.uabb-responsive-mobile .uabb-divider-text br {
		display: none;
	}
	
	.storyPost .pp-content-grid-title:before {
		font-size: 16px;
		letter-spacing: 0.25px;
	}
}

@media only screen and (max-width: 480px) {
	#fsForm2516187 #fsCell46911807 .fsSubFieldGroup,
	#fsForm1965163 #fsCell31210055 .fsSubFieldGroup, 
	#fsForm1965163 #fsSection127756311 .fsRow.fsFieldRow,
	#fsCell88796310 .fsSubFieldGroup,
	#fsCell88796309 .fsSubFieldGroup {
		display: block;
		width: 100% !important;
	} 
	
	#fsForm2516187 .fsSubField.fsFieldCity, #fsForm2516187 .fsSubField.fsFieldZip,
	#fsCell88796310 .fsSubField.fsFieldCity, #fsCell88796310 .fsSubField.fsFieldZip{
    	margin-top: 0 !important;
	}
}


@media only screen and (max-width: 415px) {
	.ast-header-search {
		width: 100% !important;
   	 	float: left;
	}
	
	.ast-builder-menu-mobile {
    	margin-top: 0;
	}
	
	header .custom-logo-link img, .ast-header-break-point .site-branding img, .ast-header-break-point .custom-logo-link img,
	.header-widget-area img {
   		max-width: 165px !important;
	}
	
	.mobile-menu-wrap {
		display: none !important;
	}
	
	.mobile-menu-toggle-icon:before {
    	font-size: 22px;
	}
	
	.ast-mobile-popup-drawer.active .menu-toggle-close {
    	top: 30px;
	}

	.ast-header-button-1 {
		justify-content: center !important;
		padding-top: 30px !important;
	}
	
	.ast-builder-menu-mobile .main-navigation .menu-item > .menu-link {
    	font-size: 20px !important;
	}
	
	.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .ast-menu-toggle {
    	font-size: 18px !important;
    	margin-top: 5px !important;
	}
	
	.ast-hfb-header .ast-builder-menu-mobile .main-header-menu .sub-menu .menu-link {
    	font-size: 14px !important;
    	line-height: 3 !important;
	}
}


@media only screen and (max-width: 400px) {
	
 	#media_image-3 {
    	max-width: 115px !important; 
	}
	
	#media_image-4 {
    	max-width: 75px !important; 
	}
	
	#media_image-5 {
    	max-width: 100px !important;
	}
}