/**
 * Theme Name:          Mai Lifestyle Pro Customised for LKP
 * Description:         Mai Lifestyle Pro is a custom child theme for The Genesis Framework.
 * Author:              Mike Hemberger, BizBudding Inc
 * Author URI:          https://bizbudding.com/
 * Version:             1.1.0
 *
 * Template:            genesis
 *
 * License:             GPL-2.0+
 * License URI:         http://www.opensource.org/licenses/gpl-license.php
 */


/* Table of Contents

	- Defaults
		- headings & fonts
		- links & button styles
	- Structure and Layout
		- Header
		- Footer
	- Common Classes
	- Content Area
		- Entry Meta
		- Custom Block Styles
		- Styling for tools block
		- Styling for FAQ block
		- Styling for grid titles
		- Slider & Flex Grid styling
		- Fun Facts Block
		- Styling of blocks under hero image on section pages
	- Media Queries (mobile-first)
	- Media Queries (mobile-second)

*/


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/**
 * Retina Logo
 *
 * If uploading double sized (retina) image,
 * put exactly half the width in pixels for retina display.
 * Example: Retina (2x) image is 360px by 90px, CSS should be:
 * max-width: 180px;
 */
/*.wp-custom-logo .site-title a {
	 max-width: 180px;
}*/

body p {
	font-size: 1.2rem;
}


body {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	background-color: #fff;
}

h1,
h2,
h3,
h2.entry-title {
	font-family: 'Roboto', sans-serif;
	font-weight: 700 !important;
}

h4,
h5,
h6,
h3.entry-title,
.site-title a,
.adjacent-entry-pagination a {
	font-family: 'Roboto', sans-serif;
	font-weight: 700 !important;
}

.banner-area .archive-title,
.banner-area .author-box-title,
.banner-area .entry-title,
.heading,
h1 {
	font-family: 'Roboto', sans-serif;
	text-align: center;
}

.author-box-title,
.entry-comments h3,
.comment-respond h3,
.widget-title,
.related > h2,
.up-sells > h2 {
	font-family: 'Roboto', sans-serif;
}

.sidebar .widget-title {
	text-align: center;
}

.nav-primary a,
.menu-item a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	color: #fff;
}

.above-footer-widgets .wp-block-button__link,
.archive-pagination a,
.footer-widgets input[type=submit],
.wp-block-button__link,
.button,
.entry-content .button,
.entry-content .more-link,
.menu-item.highlight>a,
button,
input[type=button],
input[type=reset],
input[type=submit] {
	background-color: #aa0000;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 1rem;
	border-radius: 25px;
	border: 4px solid #fff;
}

.above-footer-widgets .wp-block-button__link:hover,
.above-footer-widgets .wp-block-button__link:focus,
.archive-pagination .active a,
.archive-pagination a:hover,
.archive-pagination a:focus,
.footer-widgets input[type=submit]:focus,
.footer-widgets input[type=submit]:hover,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.button:hover,
.entry-content .button:hover,
.entry-content .more-link:hover,
.menu-item.highlight>a:hover,
button:hover,
input:hover[type=button],
input:hover[type=reset],
input:hover[type=submit],
.button:focus,
.entry-content .button:focus,
.entry-content .more-link:focus,
.menu-item.highlight>a:focus,
button:focus,
input:focus[type=button],
input:focus[type=reset],
input:focus[type=submit] {
	background-color: #1e90ff;
	color: #fff;
	border: 4px solid #fff;
}




/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Header
--------------------------------------------- */
.header-before {
	background-image: linear-gradient(to bottom, #aa0000, #aa0000 50%, #fff 50% );
	background-color: #fff;
	border-bottom: none;
	height: 50px;
	padding-top: 6px;
}
.header-before .nav-header-before {
	margin-top: -20px;
}
.header-before .widget_text.widget.widget_custom_html {
	margin-top: 0px;
}
.header-before .widget_text {
    padding: 0px 12px;
}
.header-before .menu-item.current-menu-item>a {
	color: #fff;
	font-weight: 700;
}
.header-before .menu-item a, .header-before .menu-item a:focus, .header-before .menu-item a:hover {
	color: #fff;
	font-weight: 400;
}
.nav-primary {
    background-color: #01497b;
}

.md-content .breadcrumb {
	-ms-flex-preferred-size: 800px;
	flex-basis: 800px;
	max-width: 800px;
}
.site-title a {
	margin-top: 0px !important;
}
/* Top Menu Styling */
.header-before .menu-item.current-menu-item>a {
	color: #b3d8ff;
}
.header-before .menu-item a:hover {
	color: #00497a;
}
/* Mobile Menu Styling */

.mai-menu .menu-item a, .mai-menu .menu-item a:focus {
	color: #000;
}
.mai-menu .menu-item.current-menu-item a {
	color: #aa0000;
}
.mai-menu .menu-item a:hover {
	color: #1e90ff;
}
/* Mega Menu styling */
/*.nav-primary>.wrap {
	width: 600px;
}*/

.ubermenu-main {
	background-color: #00497a !important;
	background: #00497a !important;
	border: 1px solid #00487a !important;
}
.ubermenu .ubermenu-target-text {
	color: #fff;
	text-transform: uppercase;
}
.ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop {
    background-color: #00497a !important;
}
.ubermenu-submenu .ubermenu-target-text {
	text-transform: capitalize;
}

/* ## Footer
--------------------------------------------- */

.site-footer, .site-footer .widget-title, .site-footer .widgettitle, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
    color: rgba(255,255,255, 1);
}
.site-footer p {
	font-size: 0.8rem;
}
.site-footer {
    background-color: #01497b;
    }

 .footer-widgets {
    background-color: #01497b;
    color: rgba(255,255,255,1);
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-top: 50px;
   }
.footer-widgets .widget {
	margin-bottom: 0px !important;
}

/* Above footer widget styling */
.footer-widgets>.wrap {
	padding-bottom: 0px !important;
}

.above-footer-widgets {
	background-color: #fff;
	color: #323232;
	padding-top: 0px;
}
.above-footer-widgets .wrap {
	padding-top: 0px !important;
}
.above-footer-widgets a {
	color: #ad0000;
}

.above-footer-widgets a:hover,
.above-footer-widgets a:focus {
	color: #1e90ff;
}

.above-footer-widgets .mai-slider .slick-slide {
	justify-content: center;
}

/* Support & Donate Block */
.support-donate-block {
	background-color: #1e90ff;
	color: #fff;
	background-image: url(/wp-content/uploads/2019/10/LKP-apartments-shape.svg);
	background-repeat: no-repeat;
	background-size: 260px;
	background-position: center 50px;
	padding-top: 200px;
}
.support-donate-block .top-text {
	font-size: 1.8rem;
	line-height: 2rem;
	font-weight: 700;
}
.support-donate-block .bottom-text {
	font-size: 1rem;
}
.support-donate-block .support-donate-button {
	background-image:
    linear-gradient(
      to bottom,
      #1e90ff,
      #1e90ff 50%,
      #fff 50%
    );
}

/* Footer Search */
.footer-search {
	background-color: #B3D8FF;
	margin-bottom: -50px !important;
}
.footer-search .ab-container-inside {
	padding-top: 50px;
	padding-bottom: 50px;
}
.footer-search .wp-block-search__input {
	width: 50%;
}
.footer-search .wp-block-search .wp-block-search__label {
    width: 30%;
    font-size: 1.6rem;
    color: #01497b;
}
/* Professional Directory */
.professional-directory {

	background-color: #fff;
	padding: 5% 5%;
}
.professional-directory p {
	color: #4a4a4a;
}
/* Managing Agents */
.managing-agents {
	padding: 5% 5%;
}
.managing-agents a {
	color: #aa0000;
	text-transform: uppercase;
}
.managing-agents h2 {
	margin-bottom: 60px;
}
.managing-agents a:hover {
	color: #1e90ff;
}
/* Stay in Touch */
.above-footer-widgets .widget.enews-widget {
	clear: both;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
	height: 700px;
	/*background: linear-gradient(to bottom, transparent 50%, #01497B 100%), url(/wp-content/uploads/2019/10/background-stay-in-touch.jpg);*/
	background: url(/wp-content/uploads/2019/11/stay-in-touch-background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
}
.above-footer-widgets .widget.enews-widget .widget-wrap {
	max-width: 900px;
	margin: 0 auto;
	flex-direction: row;
	align-items: flex-end;
	align-self: flex-end;
	display: flex;
}
.enews {
	text-align: center;
	margin-bottom: 50px;
}
.enews h3 {
	/*font-size: 1.953em;
	text-align: center;*/
	color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 2.4rem;
		line-height: 3rem;
		background-color: #01497b;
		display: inline-flex;
		padding: 0px 4px;
}
.enews p {
	text-align: center;
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
	line-height: 1.8rem;
	margin-top: 40px;
	text-shadow: 2px 2px #4a4a4a;
	background: rgba(0,0,0,0.7);
    padding: 1rem;
}
.enews p .large {
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: 700;
}
.enews a {
	background-color: #fff;
	text-decoration: underline;
	text-decoration-style: dotted;
	text-transform: uppercase;
}
.footer-widgets .button {
	background-color: #aa0000;
    color: #fff;
    text-decoration: none;
    margin-top: 40px;
}
.footer-widgets .button:hover {
	background-color: #1e90ff;
	color: #fff;
}

/* enews different backgrounds on different pages */

/* Advice page e-news background image */
.page-id-22789 .enews-widget {
	background-image: url(/wp-content/uploads/2019/11/stay-in-touch-background-advice.jpg) !important;
}
/* News page e-news background image */
.page-id-22780 .enews-widget {
	background-image: url(/wp-content/uploads/2019/11/stay-in-touch-background-news.jpg) !important;
}
/* Parliament page e-news background image */
.page-id-22791 .enews-widget {
	background-image: url(/wp-content/uploads/2019/12/SoniaMcCollCropped-scaled.jpg) !important;
}
/* Accreditation page e-news background image */
.page-id-22799 .enews-widget {
	background-image: url(/wp-content/uploads/2019/11/stay-in-touch-background-accreditation.jpg) !important;
}


.above-footer-widgets .enews form {
	max-width: 600px;
	margin: 0 auto;
}

.above-footer-widgets .enews form input[type=submit] {
	border-radius: 25px;
	width: 200px;
	margin: 0 auto;
}
.enews form input[type=text] {
		flex: none;
		width: 48%;
}
#subbox {
	width: 97%;
	display: block;
	clear: both;
	flex: none;
}
/* Footer city skyline */
.above-footer-city-line {
	background-color: #b3d8ff;
	color: #fff;
	background-image: url(/wp-content/uploads/2019/11/new-london-skyline11.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 410px;
	margin-bottom: -55px !important;
}

.above-footer-widgets .flex-grid {
	margin-bottom: 0px !important;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* # Content Area
---------------------------------------------------------------------------------------------------- */

.adjacent-entry-pagination a,
.after-entry .widget,
.author-box,
.comment-respond,
.entry,
.entry-comments,
.entry-pings,
.sidebar .widget,
.sticky-header.scroll .site-header {
	-webkit-box-shadow: 0 4px 24px rgba(0,0,0,0.025);
	box-shadow: 0 4px 24px rgba(0,0,0,0.025);
}
.content {
	margin-bottom: 40px !important;
}

/* Homepage Styles */

/* Top Hero Section */
.homepage-hero {
	border: none;
	height: 900px;
	margin-top: -36px;
	background: linear-gradient(to bottom, transparent 75%, #b3d8ff 100%), url(/wp-content/uploads/2019/10/homepage-river-thames2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.home-title-text {
	padding-top: 60px;
	text-align: center;
}
.home-title-text h1 {
	color: #01497b;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 4.6rem;
	line-height: 5rem;
	/*background-color: #01497b;*/
	display: inline;
	text-shadow: 2px 2px #fff;
}

.home-title-text p {
		font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
	line-height: 3rem;
	margin-top: 100px;
	text-shadow: 2px 2px #4a4a4a;
}
/* Section Page Hero Section */
.section-hero {
	border: none;
	height: 680px;
	/*margin-top: -36px;*/
	margin-bottom: 100px;
	text-align: center;
	padding-top: 25px;
}
.section-hero h1 {
	color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 2.4rem;
	line-height: 3rem;
	background-color: #01497b;
	display: inline;
}
.background-title {
	text-align: center;
	margin-bottom: 20px;
}
.background-title h2{
	color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 2rem;
	line-height: 2.4rem;
	background-color: #01497b;
	display: inline-flex !important;
	padding-left: 10px;
	padding-right: 10px;
}
/* Parliament Hero Section */
.parliament-hero {
	border: none;
	height: 700px;
	/*margin-top: -36px;*/
	/*background: linear-gradient(to bottom, transparent 75%, #b3d8ff 100%), url(/wp-content/uploads/2019/11/parliament-hero2.jpg);*/
	background-image: url(/wp-content/uploads/2019/11/parliament-hero2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 25px;
	text-align: center;
}
.parliament-hero h1 {
	color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 2.4rem;
	line-height: 3rem;
	background-color: #01497b;
	display: inline;
}
.parliament-main-links {
	background-color: #00497a;
}
.parliament-main-links p {
	font-size: 1.2rem;
}
.parliament-main-links .wp-block-coblocks-column {
		display: flex;
		margin-top: 50px;
	margin-bottom: 50px;
}
.parliament-main-links .wp-block-coblocks-column__inner.has-no-padding.has-no-margin {
	background-color: #1e90ff;
	border-radius: 5px;
	padding: 1rem;
	color: #fff;
	box-shadow: 3px 3px 2px rgba(0,0,0,0.2);
}
.parliament-main-links .wp-block-coblocks-column__inner.has-no-padding.has-no-margin p {
	font-size: 1.2rem;
}
.parliament-main-links h3 {
	text-decoration: underline;
	text-decoration-style: dotted;
	font-weight: 700;
}
.parliament-main-links a {
	color: #fff;
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}
.parliament-main-links a:hover,
.parliament-main-links a:focus {
	color: #01497b;
}
.small-link:link {
	font-size: 1rem;
	text-transform: Capitalize;
	font-weight: 400;
	text-decoration: underline;
	text-decoration-style: dotted;
}

/* Home Link Boxes */
/* Home Main Links */
.home-main-links {
	background-color: #b3d8ff;
}
.home-main-links .wp-block-coblocks-column {
		display: flex;
	margin-bottom: 50px;
}
.home-main-links .wp-block-coblocks-column__inner.has-no-padding.has-no-margin {
	background-color: #1e90ff;
	border-radius: 5px;
	padding: 1rem;
	color: #fff;
	box-shadow: 3px 3px 2px rgba(0,0,0,0.2);
}
.home-main-links p {
	font-size: 1.4rem;
}
.home-main-links a {
	color: #fff;
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}
.home-main-links a:hover,
.home-main-links a:focus {
	color: #01497b;
}
/* Homepage top Section support box */
.home-support-donate-block {
	background-color: #b3d8ff;
	color: #fff;
	background-image: url(/wp-content/uploads/2019/11/new-london-skyline11.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 410px;
}
.home-support-donate-block .ab-container-inside .ab-container-content {
	width: 100% !important;
}
.home-support-donate-text-body {
	color: #fff;
	margin-bottom: 0px;
}
.home-support-donate-text-body .ab-container-inside {
	background-color: #01497b;
}
.home-support-donate-text-body .top-text {
	font-size: 1.8rem;
	line-height: 2rem;
	padding-top: 3rem;
}
.home-support-donate-text-body .bottom-text {
	font-size: 1rem;
	padding-bottom: 3rem;
	font-size: 1.4rem;
}
.support-donate-button-top {
	background-image:
    linear-gradient(
      to bottom,
      #01497b,
      #01497b 50%,
      #fff 50%
    );
    clear: both;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-top: -24px;
}
.support-donate-block .bottom-text {
	font-size: 1.4rem;
}
/* Advice Page Downloads Section */
.advice-downloads {
	background-color: #1e90ff;
	padding: 6% 2%;
	margin: 100px;
}
.advice-downloads h2, .advice-downloads p {
	color: #fff;
	text-align: center;
}
.advice-downloads .far, .advice-downloads .fal {
	color: #fff;
	font-size: 3rem;
	text-align: center;
}
.advice-downloads a {
	color: #fff;
	text-transform: uppercase;
}
.advice-downloads a:hover, .advice-downloads a:focus {
	color: #01497b;
}
/* FAQ section on Advice Page */
.FAQ-section {
	background-color: #f9f9f9;
	padding-top: 6%;
	padding-bottom: 6%;
	margin-top: 50px;
	margin-bottom: -214px;
}
.FAQ-section h2 {
	margin-bottom: 50px;
}
.FAQ-section .more-link:link, .FAQ-section .more-link:visited {
	background-color: #fff;
	color: #aa0000;
	padding: 0;
	text-decoration: underline;
	text-decoration-style: dotted;
}
.FAQ-section .more-link:hover, .FAQ-section .more-link:focus {
	background-color: #fff;
	color: #1e90ff;
	padding: 0;
    text-decoration: underline;
    text-decoration-style: dotted;
	}

	/* Advice Page - Accordion sytles */

	.wp-block-coblocks-accordion-item {
	min-height: 30px;
}

	.ab-container-content .wp-block-coblocks-accordion:nth-of-type(4n+1) .wp-block-coblocks-accordion-item__title,
.ab-container-content .wp-block-coblocks-accordion:nth-of-type(4n+3) .wp-block-coblocks-accordion-item__title:hover{
	background-color: #1d90ff;
	color: #fff;
}

.ab-container-content .wp-block-coblocks-accordion:nth-of-type(4n+2) .wp-block-coblocks-accordion-item__title,
.ab-container-content .wp-block-coblocks-accordion:nth-of-type(4n+4) .wp-block-coblocks-accordion-item__title:hover {
	background-color: #525099;
	color: #fff;
}

.ab-container-content .wp-block-coblocks-accordion:nth-of-type(4n+3) .wp-block-coblocks-accordion-item__title,
.ab-container-content .wp-block-coblocks-accordion:nth-of-type(4n+1) .wp-block-coblocks-accordion-item__title:hover {
	background-color: #0275c7;
	color: #fff;
}

.ab-container-content .wp-block-coblocks-accordion:nth-of-type(4n+4) .wp-block-coblocks-accordion-item__title,
.ab-container-content .wp-block-coblocks-accordion:nth-of-type(4n+2) .wp-block-coblocks-accordion-item__title:hover{
	background-color: #01487b;
	color: #fff;
}
.wp-block-coblocks-accordion-item__title {
    padding: 17px 15px;
}
.wp-block-coblocks-accordion a {
	color: #aa0000;
}

/* Generic styling for the grid shortcuts and slider */
.flex-grid {
	margin-bottom: 10px !important;
}

.flex-grid .heading {
	font-weight: 700;
	margin-bottom: 20px !important;
}
.slider-style.news-top {
	margin-top: -36px;
}
.slider-style.news-top .ab-container-inside {
	width: 100% !important;
}
.slider-style .aspect-outer {
	padding-bottom: 40px;
}
.slider-style .overlay.overlay-dark {
	background-color: rgba(0,0,0,.1)
}

.slider-style .flex-grid .entry-title {
	width: 70%;
	font-size: 1.7rem;
	color: #000;
}
.slider-style .flex-grid .entry-title a:link  {
	background-color: #fff;
	color: #000;
	padding: 2px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 2.6rem;
}
.flex-grid {
	margin-bottom: 50px;
}
.flex-grid .heading {
	margin-bottom: 50px;
}
.flex-grid img {
	border: 1px solid #999999;
}
/* To stop first story text showing in white */
.light-content a {
	color: #000 !important;
}
/* Homepage Fun Facts Block */
.fun-facts-block {
	background-color: #525099;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.fun-facts-block p.pound{
	font-size: 5rem;
	color: #fff;
	font-weight: 700;
	margin-bottom: -30px;
}
.fun-facts-block p.value {
	font-size: 2.2rem;
	color: #fff;
	font-weight: 700;
}
.fun-facts-block p.statement {
	font-size: 1rem;
	color: #fff;
}
.fun-facts-block p.victory {
	font-size: 1.8rem;
	color: #fff;
	margin-top: 30px;
	font-weight: 700;
}
/* Styling for block underneath the hero image on section pages */
.under-hero-block {
	background-color: #01497b;
	margin-top: -100px;
	padding: 4% 0;
	text-align: center;
}
.under-hero-block h2, .under-hero-block p {
	color: #fff;
	text-align: center;
}
.under-hero-button {
	background-image: linear-gradient( to bottom, #01497b, #01497b 50%, #fff 50% );
}
.nav-primary .current-menu-item>a {
	background-color: #1e90ff;
}
.nav-primary a:hover, .nav-primary a:focus {
	background-color: #0275c7;
}
.header-before .widget_text.widget.widget_custom_html .button {
	height: 30px;
}
.custom-logo {
	width: 260px;
}

/* ## Entry Meta
--------------------------------------------- */

.entry-comments .comment-meta {
	-webkit-font-smoothing: antialiased;
}

/* ## Custom Block Styles
--------------------------------------------- */
/* Homepage - hero section */
/*.home .has-bg-image .bg-image {

}*/



/* # Media Queries (mobile-first)
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1160px) {}

@media only screen and (min-width: 993px) {}

@media only screen and (min-width: 769px) {}


@media only screen and (min-width: 480px) {}

/* # Media Queries (mobile-second)
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1159px) {}

@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 768px) {
	.home-support-donate-block {
	height: 300px;
	}
	.above-footer-city-line {
		height: 300px;
	}
	.home-title-text h1 {
		font-size: 3.2rem;
	}
	.footer-widgets p {
	    overflow-wrap: break-word;
	}
	.mai-slider[data-gutter="30"], .mai-slider[data-gutter=md] {
	    max-width: 100%;
	    margin-left: 0;
	    margin-right: 0;
	}
	.footer-widgets .wp-block-search {
		padding: 30px;
	}
	.fun-facts-block p.value {
		display: inline-block;
    	word-break: keep-all;
	}
	.fun-facts-block .wp-block-coblocks-column {
		text-align: center;
	}
	.under-hero-block h2, .under-hero-block p {
		padding: 20px;
	}
	.row.gutter-30, .row.gutter-md {
		margin-left: 0;
		margin-right: 0;
	}
	.content ol, .content ul, .entry-content p, .quote-caption {
		overflow-wrap: break-word;
	}
}

@media only screen and (max-width: 544px) {
	.wp-block-image .alignleft {
		float: none;
	}
	.home-support-donate-block {
	height: 200px;
	}
.above-footer-city-line {
		height: 200px;
	}
	.slider-style .aspect-outer {
	padding-bottom: 8px;
}
	.slider-style .flex-grid .entry-title {
	width: 100%;
	font-size: 1.7rem;
	color: #000;
}
}
