/*
Theme Name: OceanWP Child
Theme URI: https://welldesignstudio.com/
Description: OceanWP WordPress theme example child theme.
Author: Well Design Studio
Author URI: https://welldesignstudio.com/
Template: oceanwp
Version: 1.5
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* OceanWP Resets */
body {
	overflow-x: hidden;
}
body ul, body ol {
	margin-top: 0;
}

#site-header.transparent-header {
	border: none;
}

body #site-logo #site-logo-inner a:hover img {
	opacity: .95;
}
#site-header #site-logo #site-logo-inner a img {
	width: 100%;
}

body.boxed-layout.wrap-boxshadow #wrap {
  -webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.5);
}
body.boxed-layout #wrap {
	width: 1600px;
}
.boxed-layout #wrap #site-header-inner.container {
  max-width: 1600px;
  width: 100%;
}

.page-header, .has-transparent-header .page-header {
	display: none;
}
.elementor-page header.page-header, .single-post header.page-header {
  display: none;
}

/* Bootstrap Resets for OceanWP */
#content div#blog-entries .blog-entry.col-1 {
	max-width: inherit;
}
body #site-navigation-wrap ul.main-menu.dropdown-menu > li.menu-item > ul.megamenu.sub-menu {
	max-width: inherit;
	flex: initial;
}
.woocommerce-checkout .col-1, .woocommerce-checkout .col-2 {
	max-width: 100%;
}
body.single-product .elementor.elementor-location-single.product.col {
	padding: 0;
}
body .woocommerce-MyAccount-content .addresses > * {
	max-width: unset;
	flex: unset;
}

.elementor-widget-nav-menu li.menu-item > a.elementor-item > span.hidden {
	display: none;
}

/* Woo Resets */
body.woocommerce div.product.elementor form.cart table.variations td.value:before {
	content: "" !important;
	margin: 0 !important;
}
body.woocommerce div.product.elementor form.cart table.variations .reset_variations {
	float: none;
	position: absolute;
	right: 0px;
	margin: 0;
	transform: translateX(100%);
	border: none;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
body.woocommerce div.product form.cart .variations .reset_variations:before {
	margin: 0;
}
body.woocommerce.single-product .single_variation .woocommerce-variation-price .price {
	display: block !important;
	text-align: center;
	font-size: 20px;
}



/* Elementor Resets */
section.elementor-section.elementor-top-section {
	padding: 70px 15px;
}
body .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 15px;
}

body.has-transparent-header #main section.elementor-section.elementor-top-section:first-child {
	padding-top: 160px;
	padding-top: calc(100px + 60px);
}

body .elementor-element.elementor-widget-spacer, body .elementor-widget.elementor-widget-divider {
  margin-bottom: 0 !important;
}
body .elementor-widget-divider .elementor-divider {
	overflow: hidden;
}

body .elementor-widget-text-editor {
	margin-bottom: 0 !important;
}
body .elementor-widget:last-child p:last-child {
	margin: 0;
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #616161;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #616161;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #616161;
}
:-moz-placeholder { /* Firefox 18- */
  color: #616161;
}


/* Menu tweaks - MISC */
body #site-navigation-wrap .dropdown-menu > li > a .nav-arrow {
	padding: 0;
	margin-left: -2px;
}

.effect-three #site-navigation-wrap .dropdown-menu>li.current-menu-item>a.menu-link>span:after, .effect-three #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
  height: 2px;
}
.effect-two #site-navigation-wrap .dropdown-menu>li.current-menu-item>a.menu-link>span:after, .effect-two #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
  height: 1px;
}

body.has-transparent-header .effect-two #site-navigation-wrap .dropdown-menu >li >a.menu-link >span:after, body.has-transparent-header .effect-eight #site-navigation-wrap .dropdown-menu >li >a.menu-link >span:before, body.has-transparent-header .effect-eight #site-navigation-wrap .dropdown-menu >li >a.menu-link >span:after {
	background-color: #fff;
}

/* Menu tweaks - Main Menu */
/* #site-navigation-wrap ul.dropdown-menu > li.menu-item > a.menu-link {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif !important;
	text-transform: uppercase;
	transition: none !important;
	letter-spacing: 1px;
} */
body.has-transparent-header #site-navigation-wrap ul.dropdown-menu > li.menu-item > a.menu-link {
	color: #fff;
}

/* Menu tweaks - Sub Menu */
#site-navigation-wrap ul.dropdown-menu li.dropdown > ul.sub-menu {
	padding: 10px 0;
}
#site-navigation-wrap ul.dropdown-menu li.dropdown > ul.sub-menu > li.menu-item {
	border: none;
}

#site-navigation-wrap ul.dropdown-menu li.dropdown > ul.sub-menu > li.menu-item > a {
	font-size: 14px;
	line-height: 1.7em;
	padding: 8px 15px;
	transition: .25s;
	text-transform: uppercase;
}
#site-navigation-wrap ul.dropdown-menu li.dropdown > ul.sub-menu > li.menu-item > a:hover {
	background: transparent;
	transition: .25s;
}


html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
	padding: 0 !important;
}



/* Gravity form tweaks */
body .gform_wrapper {
  margin: -16px 0px 0px !important;
}

body .gform_wrapper li.hidden_label input {
  margin-top: 0px;
}
body .gform_wrapper ul li.gfield textarea {
  margin-top: 8px;
}

body .gform_wrapper .ginput_container.ginput_container_checkbox ul.gfield_checkbox li input[type=checkbox] {
	padding: inherit !important;
	font-size: inherit !important;
	width: 16px !important;
	height: 16px !important;
}
body .gform_wrapper .ginput_container.ginput_container_checkbox ul.gfield_checkbox li input[type=checkbox]:checked ~ label {
	font-weight: normal;
}

body .gform_wrapper .top_label .gfield_label, body .gform_wrapper legend.gfield_label {
}

body .gform_wrapper ul li.gfield input:not([type="checkbox"]), body .gform_wrapper ul li.gfield textarea {
  padding: 8px 15px !important;
	font-family: 'Open Sans', sans-serif !important;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

body .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_page_footer input.button, body .gform_wrapper .gform_page_footer input[type=submit] {
	padding: 10px 20px;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 16px;
	line-height: 1.4em;
	text-transform: uppercase;
	font-weight: bold;
	min-width: 120px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: #8A2529;
}

body .gform_wrapper .gf_list_inline .gfield_checkbox li label, body .gform_wrapper .gf_list_inline .gfield_radio li label {
	max-width: 100%;
}

body .gform_wrapper .gf_list_inline .gfield_radio li input[type=radio] {
	margin-top: 0;
}

/* Gravity forms - off-center padding override */
@media only screen and (min-width: 641px) {
	body .gform_wrapper:not(.custom-inline-form_wrapper) .gform_body ul.gform_fields {
		margin-right: -15px !important;
	}
	body .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_page_footer input.button, body .gform_wrapper .gform_page_footer input[type=submit] {
		margin-right: 0;
	}
}

/* Gravity forms - inline form tweak */
@media only screen and (min-width: 768px) {
	body .gform_wrapper.custom-inline-form_wrapper .gform_body {
		display: inline;
		clear: none;
		float: left;
		width: 66.666%;
	}
	body .gform_wrapper.custom-inline-form_wrapper .gform_footer {
		display: inline;
		clear: none;
		float: left;
		width: 33.333%;
		margin-top: 8px;
	}

	.gform_wrapper.custom-inline-form_wrapper .gform_footer input[type=submit] {
		width: 100%;
		height: 46px;
		line-height: 46px;
		padding: 0 30px;
	}
}
body .gform_wrapper.custom-inline-form_wrapper .gform_footer {
	text-align: center;
}


/* Caption Middle */
.caption-middle.elementor-widget.elementor-widget-image figcaption.widget-image-caption.wp-caption-text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 16px;
	line-height: 34px;
  transition: .25s;
  padding: 15px;
}
.caption-middle.elementor-widget.elementor-widget-image img {
  transition: .25s;
}
.caption-middle.elementor-widget.elementor-widget-image:hover img {
  transition: .25s;
}

.image-overlay.elementor-widget-image .elementor-image:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
}
.image-overlay.elementor-widget-image:hover .elementor-image:before {
	opacity: .8;
}
.image-overlay.green.elementor-widget-image .elementor-image:before {
	background: #a0a635;
}

@media only screen and (max-width: 767px) {
	section.float-left.elementor-section.elementor-inner-section > .elementor-container {
		margin-left: 0;
	}
	section.float-right.elementor-section.elementor-inner-section > .elementor-container {
		margin-right: 0;
	}
}

@media only screen and (max-width: 959px) {
	.container, body.content-full-screen .elementor-section-wrap>.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 100% !important;
	}
}

/* Media queiries and tweaks */
@media only screen and (max-width: 767px) {
  section.elementor-section.elementor-top-section {
		padding: 50px 15px;
  }
	body.has-transparent-header #main section.elementor-section.elementor-top-section:first-child {
		padding-top: 130px;
		padding-top: calc(80px + 50px);
	}

  body .elementor-posts .elementor-post {
    display: block;
  }
  body .elementor-post__text {
    margin: 15px 0;
  }
}


/* Font tweaks here - no longer used */
/*
body .elementor-widget-button .elementor-button {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
body .elementor-widget-button .elementor-button.elementor-size-sm {
	padding: 8px 30px;
	min-width: 100px;
}

body, body .elementor-widget-text-editor {
  font-size: 16px;
  line-height: 1.6em;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: normal;
}

body h1, body .elementor-widget-heading h1.elementor-heading-title {
  font-size: 50px;
  line-height: 1.2em;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: bold;
}
body h2, body .elementor-widget-heading h2.elementor-heading-title {
  font-size: 40px;
  line-height: 1.2em;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: bold;
}
body h3, body .elementor-widget-heading h3.elementor-heading-title {
  font-size: 24px;
  line-height: 1.2em;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: bold;
}
body h4, body .elementor-widget-heading h4.elementor-heading-title {
  font-size: 16px;
  line-height: 1.2em;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: bold;
}
body h5, body .elementor-widget-heading h5.elementor-heading-title {
  font-size: 24px;
  line-height: 1.2em;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: bold;
	letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
	body, body .elementor-widget-text-editor {
		font-size: 16px;
	}
	body h1, body .elementor-widget-heading h1.elementor-heading-title {
		font-size: 36px;
	}
	body h2, body .elementor-widget-heading h2.elementor-heading-title {
		font-size: 25px;
	}
	body h3, body .elementor-widget-heading h3.elementor-heading-title {
		font-size: 18px;
	}
	body h4, body .elementor-widget-heading h4.elementor-heading-title {
		font-size: 13px;
	}
	body h5, body .elementor-widget-heading h5.elementor-heading-title {
		font-size: 22px;
	}
} */


body #site-navigation-wrap {
	right: 0px;
}

/* #site-navigation-wrap ul.dropdown-menu > li.menu-item > a.menu-link {
	max-width: 160px;
	max-height: 100px !important;
	padding: 0 12px !important;
} */

ul#menu-main-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
	font-weight: 800;

}
ul#menu-main-menu a{
	font-size: 18px !important;
	color: #8A2529 !important;
}
div#site-navigation-wrap {
    width: 750px;
}
#site-navigation-wrap ul.dropdown-menu > li.menu-item > a.menu-link span.text-wrap {
	line-height: 1.2em;
	display: inline-flex;
}

#site-navigation-wrap ul#menu-secondary-menu {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #C7B18A;
	font-weight: 500;
	text-transform: uppercase;
	    padding-bottom: 15px;
    margin-bottom: 10px;
}

#site-navigation-wrap ul#menu-secondary-menu a{

	font-size: 14px !important;
	color: #8A2529 !important;
}

#site-navigation-wrap nav#site-navigation li:first-child a,
#site-navigation-wrap nav#secondary-nav li:first-child a {
	padding-left: 0px !important;
}

#site-navigation-wrap nav#site-navigation li:last-child a,
#site-navigation-wrap nav#secondary-nav li:last-child a {
	padding-right: 0px !important;
}


nav#donate-menu {
    float: right;
    height: 100% !important;
    display: block;
}

ul#menu-donate {
    margin-top: 60px;
    margin-left: 80px;
}
nav#donate-menu a{
    background-color: #8A2529;
    color: #fff;
    font-family:'soleil';
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 5px 10px;
}

a.elementor-button-link.elementor-button.elementor-size-sm {
    min-width: 180px;
}

@media only screen and (max-width: 989px){
	.left-text-box .elementor-container{
    margin-right: 0px;
}
}

.staff-grid .post-details {
	text-align: center;
	margin-top: 20px;
}
.staff-grid span.staff-icon.no-margin i{
	background: #8a2529;
	color: #EFEAE3;
	width: 35px;
	height: 35px;
	border-radius: 999px;
	padding: 8px;
}
.staff-grid span.staff-icon.no-margin {
	margin: 0 5px !important;
}
.staff-grid p.staff-title {
	color: #707070 !important;
}
.staff-grid h3.staff-name a{
	color: #8A2529;
}
@media only screen and (min-width: 992px){
.col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

}

.col-lg-2{
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.tablepress tfoot th, .tablepress thead th{
    text-align: center;
}
.tablepress td.column-1, .tablepress td.column-2, .tablepress td.column-3 {
        text-align: center;
}
.tablepress td.column-2, .tablepress td.column-3 {
        min-width: 140px
}
.tablepress td.column-1{
     min-width: 200px

}
.tablepress td.column-1, .tablepress td.column-2, .tablepress td.column-3, .tablepress td.column-4 {
      padding: 20px 20px;
      vertical-align: middle !important;

}
.tablepress tr.row-1.odd th{
    background: #8A2529;
    color: #fff;
    font-family:'soleil';
    font-weight: 500;
    font-size: 16px;
}

.tabs-donor .elementor-tabs-wrapper {
    display: grid;
    align-content: end;
}
.tabs-donor .elementor-tab-content {
	padding: 0px !important;
}


.blog-grid .svg-box {
	position: absolute;
color: #fff;
background: #8A2529;
display: block;
height: 90px;
width: 90px;
bottom: 0px;
right: 0;
z-index: 10;
display: flex;
justify-content: center;
align-items: center;
}
.blog-grid span.cat-title {
	color: #8A2529;
	text-transform: uppercase;
	margin: 20px 0 8px 0;
	display: block;
}
.blog-grid h4.post-title.no-margin a{
	color: #707070;
}
.blog-grid .pagination {
	display: flex;
	justify-content: center;
}
.blog-grid .nav-prev, .blog-grid .nav-next {
	padding: 0 10px;
}
.blog-grid .nav-prev a, .blog-grid .nav-next a{
color: #a6595a;
text-transform: uppercase;
}
p a{
	color: inherit !important;
}


.elementor-toggle .elementor-tab-content .facetwp-facet {
	margin: 0;
}

#scholarships .featured-image-container .post-details {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
}

#scholarships .featured-image-container .post-details .payout-container {
	position: absolute;
	top: 0;
	left: 0;
	background: #8A2529;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	display: block;
	text-align: center;
	color: #ffffff;
}

#scholarships .featured-image-container .post-details h3.post-title {
	text-align: center;
	padding: 30px 15px;
}

#scholarships .featured-image-container .post-details .title-border {
	max-width: 150px;
	width: 100%;
	height: 2px;
	background: #8a2529;
	margin: auto;
}

#scholarships .featured-image-container .post-details .arrow-container {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #8A2529;
	height: 40px;
	width: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
}
#scholarships .featured-image-container .post-details .arrow-container a.read-more {
	color: #ffffff;
}

#scholarships a:hover {
	color: unset;
}

.elementor-tabs .elementor-tab-title a:hover{
	color: #707070 !important;
}

.elementor-tabs .elementor-tab-title.elementor-active a{
	color: #707070 !important;
	border-bottom: 2px solid #c7b28a
}
.single-our-donor-stories h2.single-post-title.entry-title,  .single-our-donor-stories .thumbnail{
    display: none;
}

#gform_1 input#input_1_1,
#gform_6 input#input_6_1{
    width: 100%;
    border: 1px solid #c7b28a;
}

#gform_1 input#gform_submit_button_1,
#gform_6 input#gform_submit_button_6 {
    border-radius: 99px;
    font-family: 'soleil';
    font-size: 14px;
    font-weight: 600;
    background: #8a2529;
    padding: 15px 30px;
}
#gform_1 .gform_footer.top_label,
#gform_6 .gform_footer.top_label{
		margin-top: 0px !important;
}

form#gform_2 {
	display: flex;
	background: #fff;
}
form#gform_2 .gform_body {
	max-width: 100%;
	width: 100%;
}
form#gform_2 li#field_2_1 {
	padding: 0px !important;
}
form#gform_2 input#gform_submit_button_2 {
	height: 100%;
	background-color: #C7B18A;
	color: #fff;
}

/* Donor Story breadcrumbs */
div#donor_breadcrumbs {
	display: flex;
	justify-content: flex-end;
	color: #fff;
	align-items: center;
}
div#donor_breadcrumbs a {
	color: #fff;
}

div#donor_breadcrumbs > * {
	padding: 0 10px;
}

div#donor_breadcrumbs .separator_svg {
	display: flex;
}
div#donor_breadcrumbs .separator_svg svg {
	width: 10px;
	height: auto;
}

#donor_breadcrumbs nav.breadcrumbs-menu a.breadcrumb_selector {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2px 10px;
	border: 1px solid #f0f0f0;
	border-radius: 10px;
	font-weight: bold;
	width: 250px;
}
#donor_breadcrumbs nav.breadcrumbs-menu a.breadcrumb_selector i {
	font-size: 12px;
	margin: 0 0 -2px 6px;
}

#donor_breadcrumbs nav.breadcrumbs-menu {
	position: relative;
	margin-right: -10px;
}
#donor_breadcrumbs nav.breadcrumbs-menu ul.dropdown {
	position: absolute;
	/* top: -10px; */
	top: 0px;
	left: 10px;
	z-index: 1;
	background: #8a2529;
	border: 1px solid #fff;
	list-style: none;
	margin: 0;
	width: 250px;
	border-radius: 10px;
	padding: 2px 0;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
#donor_breadcrumbs nav.breadcrumbs-menu ul.dropdown.visible {
	pointer-events: unset;
	opacity: 1;
	visibility: visible;
	transition: .25s;
	box-shadow: 0 0 15px -4px rgb(0 0 0 / 25%);
	height: 300px;
	overflow-y: auto;
}

#donor_breadcrumbs nav.breadcrumbs-menu ul.dropdown > li.breadcrumb {
	padding: 0 10px;
	margin-bottom: 5px;
}
#donor_breadcrumbs nav.breadcrumbs-menu ul.dropdown > li.breadcrumb a {
	display: inline-block;
	line-height: 1.2em;
	color: #ffffff;
}
#donor_breadcrumbs nav.breadcrumbs-menu ul.dropdown>li.current_page a {
	font-weight: 600;
}


/*--- Gform Styles ---*/
.gf_step_label, .gfield_html, label, .gfield_label {
	color: #707070 !important
}
.gfield h3 {
	color: #8A2529 !important;
}
.gf_step_completed .gf_step_number,
.gf_step_active .gf_step_number {
	background: #8A2529 !important;
  color: #fff !important;
}
.gform_page_footer {
	margin-top: 30px !important;
}
.gfield legend {
	margin-bottom: 20px !important;
}
.gform_page_footer input[type="button"] {
	font-family: "soleil", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.8px !important;
    padding: 20px 25px 20px 25px !important;
	color: #fff !important;
	background-color: #8A2529 !important;
	border-radius: 100px !important;
}
.gform_page_footer input[type="button"]:hover {
	color: #707070 !important;
}

/*Contact Form Tweaks*/
#gform_3 input, #gform_3 select, #gform_3 textarea {
	font-family: 'soleil' !important;
  font-size: 14px !important;
	border: 1px solid #3E474B !important;
	background-color: #fff !important;
}
#gform_3 input::placeholder, #gform_3 textarea::placeholder {
	opacity: 0.6 !important;
}

#gform_3 .gform_footer .gform_button.button {
	color: #fff;
  font-family: 'soleil' !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  padding: 5px 10px !important;
	background-color: #8A2529 !important;
	border: none !important;
	transition: all 0.4s ease;
}


form#search-filter-form-393 li.sf-field-search {
	display: none !important;
}
form#search-filter-form-393 ul {
	text-align: center;
}

form#search-filter-form-393 ul li:nth-child(2) {
	width: 100%;
}
form#search-filter-form-393 ul li:nth-child(2) label {
	width: 400px;
	max-width: 80%;
}
form#search-filter-form-393 ul li:nth-child(2) select {
	height: 50px;
	background-color: #fff;
}

form#search-filter-form-393 li.sf-field-taxonomy-stories-category ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
form#search-filter-form-393 li.sf-field-taxonomy-stories-category li {
	text-align: center;
	line-height: 1.6em;
}

form#search-filter-form-393 li.sf-field-taxonomy-stories-category ul input{
	display: none !important;
}
form#search-filter-form-393 li.sf-field-taxonomy-stories-category ul label{
	padding: 0 15px;
}
form#search-filter-form-393 li.sf-field-taxonomy-stories-category ul li.sf-option-active label{
	color: #8a2529;
}
@media only screen and (min-width: 992px) {
	form#search-filter-form-393 ul li:nth-child(2) {
		display: none !important;
	}
}
@media only screen and (max-width: 991px) {
	form#search-filter-form-393 ul li:nth-child(3) {
		display: none !important;
}
}

/*Button with no link Styles*/
.pointer {
	cursor: pointer !important;
}

/*--- Nav Dropdown Carrots ---*/


ul.sub-menu li.menu-item a span{
    color: #fff !important;
    /* padding: 5px 10px !important; */
    width: auto;
    font-family: 'soleil';
    font-size: 14px;
    font-weight: 500;
    overflow: visible;
}

.dropdown-menu .sub-menu{
    border-top: 0px !important;
    background-color: #8a2529e6;
    min-width: 280px;
}



li.menu-item i{
    padding-left: 8px !important;
    padding-top: 5px !important;
}




/*
ul.sub-menu {
    display: block !important;
    opacity: 1 !important;
} */

#site-navigation-wrap ul.dropdown-menu li.dropdown > ul.sub-menu > li.menu-item > a{
    padding: 5px 10px !important;
}

#site-navigation-wrap nav#site-navigation li:first-child a, #site-navigation-wrap nav#secondary-nav li:first-child ul.sub-menu a{
    padding-left: 10px !important;
}


/*** Fix for news featured images ***/
.featured-image-cover > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.search-filter-results .featured-image-container a.featured-post-image {
    background-size: cover !important;
    background-position: center center !important;
    object-fit: cover!important;
}

.featured-image-cover {
    display: block;
    aspect-ratio: 4/3;
    width: 100%;
    overflow: hidden;
    position: relative;
}
	
	
	
	
body #gform_wrapper_7 input#gform_submit_button_7 {
    background: #8A2529 !important;
    width: 100% !important;
}

/*** Popup ***/
.em-popup .em-popup-content {
    text-align: center;
	align-items: center;
	padding: 5rem;
}
div#em-popup-popup-search-icon {
    align-items: center;
    text-align: center;
}
@media screen and (max-width: 767px) {
	.em-popup .em-popup-content {
		padding: 3rem;
	}
}
.em-popup .em-popup-content .button {
	background-color: #8A2529;
    color: #fff;
    font-family: 'soleil';
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.em-popup .em-popup-content .button:hover {
	opacity: .8;
}
img.popup-image-icon {
    margin-bottom: 20px;
    max-width: 100%;
    max-height: 100%;
}