/*
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.0
*/

/* 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-header #site-logo #site-logo-inner a img {
	width: 100%;
}
@-moz-document url-prefix() {
	body #site-header #site-logo #site-logo-inner a img[src$=".svg"] {
		height: 100%;
	}
}

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

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);
}
.boxed-layout #wrap #site-header-inner.container {
  max-width: 1330px;
}

.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;
}


/* Font Tweaks - Buttons */
body .elementor-widget-button .elementor-button {
	font-family: 'hk-grotesk', sans-serif !important;
	font-size: 15px;
	line-height: 1.2em;
	font-weight: 500;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
body .elementor-widget-button .elementor-button.elementor-size-sm {
	padding: 10px 30px;
	min-width: 100px;
}
/* Font Tweaks - Body */
body, body .elementor-widget-text-editor {
  font-size: 17px;
  line-height: 1.4em;
  font-family: 'hk-grotesk', sans-serif !important;
  font-weight: normal;
}
/* Font Tweaks - Headings */
body h1, body .elementor-widget-heading h1.elementor-heading-title {
  font-size: 55px;
  line-height: 1.2em;
  font-family: 'hk-grotesk', sans-serif !important;
  font-weight: 500;
}
body h2, body .elementor-widget-heading h2.elementor-heading-title {
  font-size: 35px;
  line-height: 1.2em;
  font-family: 'hk-grotesk', sans-serif !important;
  font-weight: bold;
}
body h3, body .elementor-widget-heading h3.elementor-heading-title {
  font-size: 23px;
  line-height: 1.2em;
  font-family: 'hk-grotesk', sans-serif !important;
  font-weight: 500;
}
body h4, body .elementor-widget-heading h4.elementor-heading-title {
  font-size: 20px;
  line-height: 1.2em;
  font-family: 'hk-grotesk', sans-serif !important;
  font-weight: bold;
}
body h5, body .elementor-widget-heading h5.elementor-heading-title {
  font-size: 19px;
  line-height: 1.2em;
  font-family: 'hk-grotesk', sans-serif !important;
  font-weight: 500;
	letter-spacing: 3.4px;
}

::-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 0 0 3px;
}

.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: 11px;
	font-family: 'hk-grotesk', sans-serif !important;
	text-transform: Capitalize;
	transition: none !important;
	letter-spacing: 1px;
	padding: 0 10px;
	font-weight: 600;
}
body.has-transparent-header #site-navigation-wrap ul.dropdown-menu > li.menu-item > a.menu-link {
	color: #fff;
}
#site-navigation-wrap ul.dropdown-menu > li.menu-item > a.menu-link{
	height: auto !important;
	line-height: 35px !important;
}
nav#secondary-nav {
	display: flex;
	justify-content: flex-end;
}
div#site-navigation-wrap {
	margin: 20px 0;
}

/* 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: 11px;
	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 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] {
	font-family: 'hk-grotesk', sans-serif !important;
	font-size: 15px;
	line-height: 1.2em;
	font-weight: 500;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: 10 30px;
	min-width: 100px;
}

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);
	}
	#site-logo #site-logo-inner a img, #site-header.center-header #site-navigation-wrap .middle-site-logo a img {
		/* max-width: 180px !important; */
	}
	#site-header #site-logo #site-logo-inner a img {
		width: 100%;
	}

  /* Fonts Tweaks */
	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: 18px;
	}
	body h5, body .elementor-widget-heading h5.elementor-heading-title {
		font-size: 22px;
	}

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




/* Site Edits */
form#gform_1 {
	margin: 0px;
}
form#gform_1 .gform_body {
	width: 100%;
}
form#gform_1 li#field_1_1 {
	padding: 0px;
}
form#gform_1 input#gform_submit_button_1 {
	width: 100% !important;
	background-color: #f68203;
}
form#gform_1 .gform_footer.top_label {
	min-width: 130px;
}

.staff-grid.profiles .staff-meta {
	text-align: center;
	color: #52575F;
}
.staff-grid.profiles h3.staff-title {
	margin: 10px 0;
	font-weight: 300;
}
.staff-grid.profiles p.staff-title.no-margin {
	font-size: 14px;
}
span.category-meta :last-child .sep {
	display: none !important
}

.blog-grid.all h3.post-title {
	text-transform: uppercase;
	color: #00ab8d;
}
.blog-grid.all .post-container {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
	transition: .6s;
}
.blog-grid.all .post-container:hover {
	box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.10);
	transition: .6s;
}
.blog-grid.all .post-details {
	padding: 10px 20px;
	min-height: 240px
}
.blog-grid.featured .col-lg-6.post-column {
	display: flex;
	align-items: center;
}
.blog-grid.featured .post-details {
	color: #fff !important;
}
.blog-grid.featured .post-details h1{
	color: #fff !important;
}
.blog-grid.featured span.featured-meta {
	font-weight: 600;
}
.blog-grid.featured .read-more a {
	padding: 10px 40px;
	border: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
}
.blog-grid.featured .read-more {
	margin-top: 40px !important;
}
@media only screen and (min-width: 1000px){
form#search-filter-form-220 ul {
  display: flex;
  justify-content: center;
}
form#search-filter-form-220 li {
   padding: 0 10px !important;
}
form#search-filter-form-220 li label, form#search-filter-form-220 input[type="submit"] {
   width: 100% !important;
}
form#search-filter-form-220 li.sf-field-submit {
   width: 25% !important;
}
form#search-filter-form-220 li.sf-field-search {
   width: 40% !important;
}
form#search-filter-form-220 li.sf-field-category {
   width: 35% !important;  
}
}
@media only screen and (max-width: 1000px){

	form#search-filter-form-220 li {
		 padding: 10px 0px !important;
	}
	form#search-filter-form-220 li label, form#search-filter-form-220 input[type="submit"] {
		 width: 100% !important;
	}
	form#search-filter-form-220 li.sf-field-submit {
		 width: 100% !important;
	}
	form#search-filter-form-220 li.sf-field-search {
		 width: 100% !important;
	}
	form#search-filter-form-220 li.sf-field-category {
		 width: 100% !important;  
	}
	}
form#search-filter-form-220 input[type="submit"]{
  background-color: #05ab8e;
  font-size: 16px;
}
form#search-filter-form-220 li label{
  background-color: #f2f6fe;
  border: 0px !important;
}
form#search-filter-form-220 select.sf-input-select{
  color:  #05ab8e !important;
  font-size: 16px;
  border: 0px !important;
}
form#search-filter-form-220 input[type="text"]::-webkit-input-placeholder {
  color: #05ab8e;
  font-size: 16px;
}
form#search-filter-form-220 input[type="text"]:-ms-input-placeholder { 
  color: #05ab8e;
  font-size: 16px;
}
form#search-filter-form-220 input[type="text"]::placeholder {
  color: #05ab8e;
  font-size: 16px;
}
form#search-filter-form-220 input.sf-input-text {
  border: 0px !important;
}
.blog-grid.all h3.post-title {
	font-size: 20px !important;
}


form#search-filter-form-240 li.sf-field-category {
	width: 100%;
}
form#search-filter-form-240 label {
	float: right;
	width: 40%;
}
form#search-filter-form-240 select.sf-input-select {
	font-size: 18px !important;
	text-transform: uppercase;
}


.pagination {
	display: flex;
}
.nav-prev, .nav-next {
	width: 50%;
	color: #777777;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.nav-prev  {
 text-align: left;
}
.nav-next{
		 text-align: right;
}



/* Scroll boxes */
.scrollable-list {
	background-color: #fff;
	padding: 30px;
	border: 1px solid #247198;

}
.scrollable-list.elementor-widget-icon-list {
max-height: 300px;
height: 100%;
overflow-y: auto;
padding-right: 5px;
}
.scrollable-list.elementor-widget-icon-list::-webkit-scrollbar {
-webkit-appearance: none;
}
.scrollable-list.elementor-widget-icon-list::-webkit-scrollbar:vertical {
width: 11px;
}
.scrollable-list.elementor-widget-icon-list::-webkit-scrollbar:horizontal {
height: 11px;
}
.scrollable-list.elementor-widget-icon-list::-webkit-scrollbar-thumb {
border-radius: 10px;
border: 2px solid #fff;
background-color: #247198;;
}
.scrollable-list li.elementor-icon-list-item {
max-width: 98%
}
.scrollable-list span.elementor-icon-list-text {
color: #247198 !important;
font-weight: 500;
}
.scrollable-list .elementor-icon-list-item:not(:last-child):after{
border-color: #247198 !important
}


.post-container.talking-points {
	padding: 20px 30px;
	box-shadow: 0px 0px 20px -4px rgb(0 0 0 / 0.25);
}
.post-container.talking-points span.icon-links {
	float: right;
}
.post-container.talking-points .bottom-section span.category-meta {
	width: 80%;
}
.post-container.talking-points .bottom-section span.icon-links {
	width: 20%;
	margin: 10px 0;
	text-align: right;
}
.post-container.talking-points h3.title.no-margin a {
	color: #247198;
	font-weight: 900;
	font-size: 25px;
	line-height: 1.3em
}
.post-container.talking-points .post-excerpt {
	color: #616161;
}
.post-container.talking-points span.icon-links a{
			color: #929292 !important;
}

.post-container.talking-points{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#talking-points .talking-point-description{
	display: none;
}


.col-lg-6.post-column.active .post-container {
	background: #247198;
	color: #fff !important;
}
.col-lg-6.post-column.active .post-container.talking-points .post-excerpt {
	color: #fff !important;
}
.col-lg-6.post-column.active .post-container a {
	color: #fff !important;
}


.tablepress-id-partners-core tbody td, .tablepress-id-partners-housing tbody td, .tablepress-id-partners-crosscutting tbody td {
	font-family: default;
	font-size: 16px;
	font-weight: 700;
	color: #65676A;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #cfcfcf!important;
	padding: 8px!important;
}
.tablepress {
	overflow-x: scroll !important;
	display: block !important;
}

@media only screen and (max-width: 1000px) {
	div#search-filter-results-232 .row {
		display: flex;
		flex-direction: column-reverse;
	}
}

@media only screen and (min-width: 980px) {
	.display-mobile-only {
		display: none !important;
	}
}

ul.sub-menu a.menu-link {
	text-transform: capitalize !important;
	font-weight: 500 !important;
}


form#search-filter-form-401 ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 750px;
	margin: 0 auto;
}
form#search-filter-form-401 ul > * {
	margin: 5px 8px;
	padding: 0;
}

form#search-filter-form-401 ul > li.filter-text {
	font-size: 42px;
	line-height: 1.4em;
	color: #247198;
	font-weight: bold;
}

form#search-filter-form-401.searchandfilter .chosen-container.chosen-container-single a.chosen-single {
	font-size: 40px;
	line-height: 1.2em;
	background: none;
	border: none;
	box-shadow: none;
	border-bottom: 3px solid #247198;
	border-radius: 0;
	text-align: center;
	color: rgb(36 113 152 / 0.8);
	font-weight: 600;
}

form#search-filter-form-401.searchandfilter .chosen-container.chosen-container-single {
	width: auto !important;
}

body form#search-filter-form-401.searchandfilter .chosen-container-single .chosen-single div b {
	background-image: url(/wp-content/themes/oceanwp-child/images/dropdown.svg) !important;
	background-size: 8px !important;
	background-position: 50% 60%;
}

form#search-filter-form-401.searchandfilter .chosen-container .chosen-results li.active-result {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 8px 5px;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: 500;
}
form#search-filter-form-401.searchandfilter .chosen-container .chosen-results li.active-result.highlighted {
	background: #247198;
}

form#search-filter-form-401.searchandfilter .chosen-container .chosen-results {
	padding: 0;
}

form#search-filter-form-401.searchandfilter .chosen-container-single .chosen-search {
	padding: 5px;
	border: none;
	box-shadow: none;
	outline: none;
}

form#search-filter-form-401.searchandfilter .chosen-container-single .chosen-search input.chosen-search-input {
	border: none;
	border-bottom: 3px solid #257097;
	font-size: 18px;
	min-height: unset;
	line-height: 1.2em;
	margin: 0;
	background-image: url(/wp-content/themes/oceanwp-child/images/search.svg) !important;
	background-position: 98% 40%;
	background-size: 14px !important;
}

form#search-filter-form-401.searchandfilter .chosen-container.chosen-with-drop .chosen-drop {
	/* border: 1px solid #257097; */
	border: none;
	box-shadow: 0 2px 20px -4px rgb(0 0 0 / 0.25);
	border-radius: 8px;
	top: 0;
}

form#search-filter-form-401.searchandfilter .chosen-container .chosen-results li.no-results {
	background: none;
}


@media print {
	body.page-id-100 section.elementor-element.elementor-top-section:not(#results) {
		display: none;
	}
	
	body.page-id-100 nav#secondary-nav,
	nav#site-navigation,
	body.page-id-100 #site-logo #site-logo-inner a::after {
		display: none;
	}
	
	body.page-id-100 #site-logo {
		float: unset;
		margin: 0 auto;
	}
	
	body.page-id-100 #site-header.minimal-header {
		height: 74px;
	}
	
	body.page-id-100 #results.elementor-element.elementor-top-section .card-toggles-wrap {
		display: none;
	}
	
	body.page-id-100 #results.elementor-element.elementor-top-section {
		padding: 15px !important
	}
	
	body.page-id-100 .post-container.talking-points {
		padding: 0;
	}
	body.page-id-100 .saved-cards-wrap {
		padding: 0;
	}
	body.page-id-100 .post-container.talking-points .bottom-section {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	form#search-filter-form-401.searchandfilter select.sf-input-select {
		outline: none;
		border: none;
		border-bottom: 2px solid #247198;
		border-radius: 0;
		font-size: 22px;
		padding-left: 5px;
		font-weight: bold;
		color: #247198;
		color: rgb(36 113 152 / 0.8);
		min-height: unset;
	}
	form#search-filter-form-401 ul > li.filter-text {
		font-size: 26px;
	}
	form#search-filter-form-401.searchandfilter .chosen-container.chosen-container-single a.chosen-single {
		font-size: 24px;
	}
}


.elementor-widget:not(.elementor-widget-text-editor) figure.alignleft{
    padding-right: 25px;
}
.elementor-widget:not(.elementor-widget-text-editor) figure.alignright{
    padding-left: 25px;
}
@media only screen and (max-width: 767px){
.trustees .elementor-column{
    max-width: 400px;
    margin: auto !important;
}
	.trustees img.attachment-large.size-large {
    max-width: 300px;
}
}
