/*
Theme Name:		BedRock
Author:			Kicking Pixels
Author URI:		https://kickingpixels.com.au/
Description:	Custom theme for BedRock based website
Version: 		5.0
Text Domain: 	bedrocktheme 
*/

/* INLINE CSS */


/* ======================== */

/* Font Imports (Google Fonts) */
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@700&family=Raleway:wght@400;700&display=swap');

/* Wrap ROOT VARS */
:root {
	--wrap-wide: 1440px;
	--wrap: 1280px;
	--wrap-narrow: 920px;
	
	--horspace: 20px;
    --verspace: 15px;
	
	--font-heading: 'Merriweather', serif;
    --font-body: 'Raleway', sans-serif;
}

/*Skip to the content*/
.skip-link {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.skip-link:focus {
	position: absolute;
	top: 5px;
	left: 5px;
	width: auto;
	height: auto;
	z-index: 999;
	background-color: #62d696;
	color: #ffffff;
	font-size: 14px;
	line-height: 15px;
	padding: 10px 15px;
}

/* Typography */

/* Base Styles - Mobile First */
h1 {
  font-family: var(--font-heading);
  font-size: 36px;
  line-height: 45px;
}

h2 {
  font-family: var(--font-heading);
  font-size: 28px;
  line-height: 36px;
}

h3 {
  font-family: var(--font-heading);
  font-size: 22px;
  line-height: 32px;
}

h4 {
  font-family: var(--font-heading);
  font-size: 20px;
  line-height: 28px;
}

h5 {
  font-family: var(--font-heading);
  font-size: 16px;
  line-height: 24px;
}

h6 {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 24px;
}
/*upsize*/
.Lead2 p {
  font-size: 20px;
  line-height: 30px;
  font-family: var(--font-body);
}

/*normal*/
body,
p  {
  font-size: 16px;
  line-height: 24px;
  font-family: var(--font-body);
}

/*downsize*/
.body2 p {
  font-size: 14px;
  line-height: 20px;
  font-family: var(--font-body);
}

.button {
  font-size: 14px;
  line-height: 20px;
  font-family: var(--font-body);
  font-weight: 700;
  text-transform: uppercase;
}

/* Colours */
.clrs-GradientSalmon, .clrs-GradientSalmon {
    background-color: transparent!important;
	background: linear-gradient(to bottom, #FBECE9 0%, transparent 100%);
}


/* Body and Paragraphs */

strong {
	font-weight: 700;
}

.editor-content a {
	text-decoration-line: underline;
}

.editor-content a:hover {
	color: var(--light);
}

.small {
	font-size: 14px;
	line-height: 19px;
	font-family: neue-haas-grotesk-text, sans-serif;
	font-weight: 400;
}

.small-italic {
	font-size: 14px;
	line-height: 19px;
	font-style: italic;
}

.small-strong {
	font-size: 14px;
	line-height: 19px;
	font-weight: 700;
}

.small-link {
	font-size: 14px;
	line-height: 19px;
	text-decoration-line: underline;
}

.abbreviation {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

/* Buttons, Links and Inputs Focus */

.mwa-bttn {
    font-size: 18px;
    line-height: 1.2;
    border-radius: 2px;
    padding: 1em 2em;
    opacity: 1;
    font-weight: 600;
}

.mwa-bttn.link {
    border-bottom: solid 2px;
}
    

/* Site Header */

/*logo*/
.mob-header .site-logo svg { width: 100%; height: auto; max-width: 300px; padding-right: 1em; }
.mob-header .social-profiles { margin: var(--horspace); }

.menu-overlay nav { margin: var(--horspace); }
.menu-overlay .sub-menu:before { background: var(--Light); }
.menu-overlay .sub-menu li { background: var(--Light); }
.menu-overlay .sub-menu { padding: 0; }

.desk-header .site-logo svg { width: 100%; height: auto; max-width: 400px; }

.mwa-menu-main .donate-bttn a {
	font-size: 15px;
    line-height: 1.2;
    border-radius: 2px;
    opacity: 1;
    font-weight: 600;
    background: #eb582a;
	color: #ffffff!important;
	padding: 0.75em 1.5em;
}

.mwa-menu-main > li > a { font-size: 15px; }
.mwa-menu-main > li > a:hover { color: #eb582a; }
.mwa-menu-main > li.current_page_item > a  { color: #eb582a; }
.mwa-menu-main > li.current-menu-item > a  { color: #eb582a; }

.main-header-r { margin: 0.5em 0; }

.search-bttn.mwa-icon .fa-search { color: #ffffff; z-index:1; }
.search-bttn.mwa-icon:before { background: #343A3F; opacity:1; }

.search-bttn.mwa-icon { background: #343A3F; }


/* Site Footer */
.site-footer svg { width: 100%; height: auto; max-width: 300px; }
.copyright {  padding: 2em 0;  }
.copyright p { text-align: center; font-size: 14px; margin-top: 0.5em; opacity: 0.6; }

.mwa-footer-menu-main { grid-template-columns: repeat(2, max-content); display: grid; grid-auto-flow: column; grid-template-rows: repeat(8, auto); grid-gap: 0.5rem 3rem; list-style: none; padding: 0; margin: 0; }
.mwa-footer-menu-main .current-menu-item a { color: var(--Primary); }
.mwa-footer-menu-main a:hover { color: var(--Primary); }
.social-profiles { color: var(--Primary); }
.site-footer .clrs-GradientSalmon a.mwa-email { color: var(--Primary); }
.mwa-phone, .mwa-email, .mwa-address { grid-gap: 0; }
.mwa-phone i, .mwa-email i, .address i { display:none ; }

/* Main */

/*homepage slider*/

/*slider grid*/
.slide-grid {
	flex-wrap: wrap;
	grid-gap: 2rem;
	align-items: center;
    margin-right: 0;
}

.slide-text {
    flex: 1 1 45%;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    height: auto;
}

.slide-text .inner-wrap {
    max-width: calc(100% - var(--horspace));
    margin-left: 0;
    padding: calc(2 * var(--verspace)) calc(var(--verspace));
}

.slide-text .editor-content {
    margin-bottom: 2em;
}

/*slider Media*/

.slide-media {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.slide-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.slide-media img.play-button {
	width: 100px;
	height: 100px;
    display: block;
}

.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #e6522c;
	color: #fff;
	font-size: 2rem;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

/*slider pagination*/

.slider-pagination {
	margin-top: 3rem;
	display: flex;
	grid-gap: 0.5rem;
}

.slider-pagination .swiper-pagination-bullet {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	transition: opacity 0.3s;
	border: solid 2px #ffffff;
	background: transparent;
	opacity: 0.6;
}

.slider-pagination .swiper-pagination-bullet-active {
	background: #F3BFB6;
	opacity: 1;
	border: solid 2px #F3BFB6;
}

/* Search Results */
.archive-list .search-result {
    padding-top: calc(1* var(--verspace));
	padding-bottom: calc(1* var(--verspace));
	margin-top: 0;
	border-top: solid 1px #E8E9EB; 
	border-bottom: solid 1px #E8E9EB; 
	box-shadow: 0;
}

.archive-list .search-result h4 {
    padding-bottom: 10px;
    color: var(--Accent);
}

.mwa-search-form .search-field {
    border: none;
    background-color: #F6F7F9;
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
    height: 56px;
    padding-left: 30px;
}

.mwa-search-form .search-submit {
    background-color: #F6F7F9;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
    padding: 0 30px;
}

.mwa-search-form .search-submit:before {
    background: none;
}

.search-result strong {
    background-color: #ecfcfc !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.6);
}

/* Gravity Forms */ 
.gform_wrapper input, .gform_wrapper textarea { background-color: #ffffff!important; border-color: transparent!important; padding: 20px; border-radius: 4px; }
.mwa-gf-form_wrapper .gform_footer .gform_button { display: flex; align-items: center; height: auto; width: auto; color: #fff; background: var(--Primary)!important; text-transform: capitalize; font-size: 18px; }
.gform_wrapper select { width: 100%; background-color: #ffffff !important; border-color: transparent !important; padding: 20px; border-radius: 4px; }
.hidden_label label { display: none !important; }
.gform_wrapper .textarea.medium { max-height: 200px; }
.grecaptcha-badge { visibility: hidden !important; }
/* Gravity Form Contact Form */
.gform_wrapper input, .gform_wrapper textarea{
	background-color: rgb(0 0 0 / 30%);
	border-color: var(--Primary);
}

.gform_wrapper button#gform_submit_button_1{
	background-color: var(--Primary);
	border-radius: 0px;
}

button.gform_button {
    background: unset !important;
    border: 1px solid;
    border-radius: 5px !important;
}

/* Gravity Forms Advanced field */
.advance-name .ginput_container {
    display: flex;
    max-width: 100%;
    justify-content: center;
    grid-gap: 20px;
}

.advance-name .ginput_container span.gform-grid-col {
    flex: 1 1 50% !important;
}

.advance-fields label, .advance-fields legend {
    display: none !important;
}


/* Custom Sections */

/* Background Image */
.page-section > .media-wrap { position: absolute; top: 0; left: 0; z-index: 0; width: 100%; height: 100%; }

/* Layouts & Blocks */
.layout-three-cols img { max-height: 450px; width: auto; }

/* Accordion Block */
.accordion-content .accordion-tab.active {
    background: var(--Light);
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 4px;
}

.accordion-content .accordion-tab.active .tab {
    box-shadow: none;
    background: var(--Light);
}

.accordion-content .tab {
    background: var(--Light);
    box-shadow: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 4px;
}

/* Testimonial Block */

.testimonial-banner-slider {
    width: 100%;
    display: grid;
    overflow: hidden;
    background-color: var(--teal-bg);
    grid-template-columns: repeat(24, 1fr);
    grid-template-rows: auto;
}

.testimonial-banner-slider:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/bedrocktheme/images/white-circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    opacity: 0.05;
    max-width: 700px;
}


.testimonial-banner-slider .swiper-container {
  width: 100%;
  grid-column: 2 / span 22;
}

.testimonial-banner-slider .swiper-wrapper {
  display: flex;
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}



.testimonial-banner-slider .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  display: flex;
}

.testimonial-slide {
}

.testimonial-banner-slider .slide-grid {
  display: flex;
  flex-direction: column;
  grid-gap: 1.5rem;
}

.testimonial-slide .quote {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 1em;
}

.testimonial-slide .image img {
  border-radius: 50%;
  max-width: 120px;
  height: auto;
  margin-bottom: 1em;
}

.testimonial-info {
  margin-top: 0;
}

.testimonial-info .name {
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #fff;
}

.testimonial-info .position {
  font-size: 0.9rem;
  color: #fff;
}

.testimonial-banner-slider .slider-pagination {
  bottom: 2rem;
  left: 2rem;
  display: flex;
  grid-gap: 0.5rem;
  z-index: 10;
}

.testimonial-banner-slider .slider-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.testimonial-banner-slider .slider-pagination .swiper-pagination-bullet-active {
  background-color: #FF9980;
  opacity: 1;
  border-color: #FF9980;
}

/* Pill Block */
.pill {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	border-radius: 999px;
	padding: 0;
	overflow: hidden;
}

.pill-percentage {
	background: #fff;
	font-weight: 700;
	font-size: 2rem;
	width: 6.5rem;
	height: 6.5rem;
	min-width: 4.5rem;
	min-height: 4.5rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.pill-label {
	margin: 0 1.5em 0 1em;
	color: var(--Dark);
	text-align: left;
}


/* Pill Block - Color variants */
.pill-primary { background: var(--Secondary); color: var(--Primary); }
.pill-primary .pill-percentage { border: solid 4px var(--Secondary) }

.pill-secondary { background: var(--AccentLight); color: var(--Accent); }
.pill-secondary .pill-percentage { border: solid 4px var(--AccentLight) }


/* Boxed Section */
.layout-two-cols .section-col.boxed { padding: 2em; }

.layout-four-cols .section-col.boxed {
    padding: 30px !important;
    border-radius: 4px;
}

/* Blockquote */
blockquote { margin: 1.5em 0 0 0; }
blockquote::before { content: ""; display: block; position: absolute; top: 50%; right: 75px; transform: translateY(-50%); width: 200%; height: 200%; background-image: url(/wp-content/themes/bedrocktheme/images/QuoteBlockBackground.png); background-size: contain; background-repeat: no-repeat; background-position: right center; opacity: 0.075; }

/*image graphics*/
.img-graphic svg { width: 100%; height: auto; }

/* Lists */

	/*dark*/
	.list-labels .list-label { display: grid; grid-template-columns: 1fr; grid-column-gap: 0; padding: 0.5em 0; }
	.list-labels .list-label .file-link a { text-decoration: underline; text-underline-offset: 3px; color: inherit; }

	/*list Accent*/
	.clrs-Accent .list-labels .list-label .file-link a { color: var(--AccentLight); }

	/*list Salmon*/
	.clrs-Light .list-labels .list-label { border-bottom: solid 1px #ffd4ce; }
	.clrs-Light .list-labels .list-label .file-link a { color: var(--Primary); }

	/*list accent*/
	.clrs-AccentLight .list-labels .list-label { border-bottom: solid 1px #8dd9dc; }
	.clrs-AccentLight .list-labels .list-label .file-link a { color: var(--Secondary); }

/* Custom Post Types */

/* Video CPT */

.videos-page-intro.editor-content.section-verspace-l { width: 100%; }
.videos-page-intro h1 { color: var(--Accent); }

.videos-archive-wrap { max-width: 1200px; margin: 0 auto; padding: 2rem 1rem; font-family: inherit; color: #333; }

.video-filter-nav-wrap { position: relative; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.video-filter-nav { grid-gap: 1.5rem; display: inline-block; color: #fff; text-decoration: none; border-radius: 4px; transition: background-color 0.2s ease; margin-bottom: 6px; }
.video-filter-nav li { white-space: nowrap; display: inline-block; }
.video-filter-nav li a { display: inline-block; padding: 0.75em 1em; text-decoration: none; border-radius: 4px; transition: background-color 0.2s ease; background: #deefee; font-weight: 600; color: #0f173a; }
.video-filter-nav li.active a, .video-filter-nav li a:hover  { color: #ffffff; background: #009fa3; }

.videos-archive-header { margin-bottom: 2rem; }
.videos-archive-header h1 { font-size: 2.25rem; margin: 0; color: #222; }

.section-col.vertical-bottom { padding-bottom: calc(4 * var(--verspace)); }

.videos-grid { display: grid; grid-template-columns: repeat(1, 1fr); grid-gap: 2rem; padding: 30px 0;  }

.video-card-title { margin-bottom: 25px; }
.video-card-title a { text-decoration: none; color: inherit; }

.video-card-excerpt { margin-top: 0.75rem; font-size: 0.95rem; color: #555; line-height: 1.4; } 

.video-embed { max-width: 920px; aspect-ratio: 16 / 9; width: 100%; margin: 0 auto; position: relative; overflow: hidden; }
.video-embed iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }

.single-videos .mwa-post-nav { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 20px; }

.responsive-video { position: relative; width: 100%; padding-top: 56.25%;  height: 0; overflow: hidden; margin-bottom: 25px; }
.responsive-video iframe { position: absolute !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; border: 0 !important; }

.video-pagination { margin-top: 2rem; text-align: center; }
.video-pagination .nav-links { display: inline-flex; grid-gap: 1rem; flex-wrap: wrap; justify-content: center; }
.video-pagination .page-numbers { display: inline-block; padding: 0.5rem 0.75rem; background: #f5f5f5; color: #333; border-radius: 4px; text-decoration: none; font-size: 0.95rem; margin: 0 0.25rem; transition: background 0.2s ease; }

.video-pagination .page-numbers.current,
.video-pagination .page-numbers:hover { background: #0066cc; color: #fff; }

/* Team CPT */
.team .team-details .team-position { color: #343a3f; margin-top: 4px; }
.team .editor-content.content-row p:nth-child(2) { color: #343a3f; margin-top: 4px; }
.team .img-wrap img { border-radius: 500px; -webkit-box-shadow: 0px -2px 15px -5px rgba(66, 68, 90, 0.1); -moz-box-shadow: 0px -2px 15px -5px rgba(66, 68, 90, 0.1); box-shadow: 0px -2px 15px -5px rgba(66, 68, 90, 0.1); }
.teams-content .team { background: #fff; border: 0; }

/* Blog CPT */

.blog-category-nav-list { display: flex; flex-wrap: wrap; grid-gap: 0.75rem; list-style: none; padding: 0; margin: 1rem 0; }
.blog-category-nav-list li a { padding: 0.75em 1em; background-color: #eaf6f5; color: #2c3e50; border-radius: 5px; font-weight: 600; text-decoration: none; opacity: 1; }
.blog-category-nav-list li a.active, .blog-category-nav-list li a:hover  { color: #ffffff; background: #009fa3; }
.blog .blog-three-cols { padding-top: 0; }

/*single post pages*/
.single .top-banner { display: none; }
.featured-img { padding-top: 2rem; max-width: 992px; }

.mwa-post-nav a { border: solid 2px var(--Primary); color: var(--Primary); text-transform: capitalize; font-weight: 600; }
.mwa-post-nav a:hover { border: solid 2px var(--Primary); color: var(--White); text-transform: capitalize; background: var(--Primary); }
.mwa-post-nav a:before { background: none; }
.mwa-post-nav.post-footer-row.inner-content-row { padding: 3em 0 0 0; color: var(--Primary); margin: 3em 0 0 0; }

/*blog pagination*/
.list-pagination.content-row { justify-content: center; align-items: center; margin-top: 5em; }
.list-pagination .nav-link { border: solid 2px var(--Primary); }
.list-pagination .nav-link:before { background: none; }
.list-pagination .page-numbers.current .nav-link { background: var(--Primary); color: var(--White); }

.mwa-post-nav a { padding: 0.75em 0.5em; }

/*blog grid*/
.archive-list .img-wrap-ratio.img-wrap-9-6 {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1; /* ensure square container */
  overflow: hidden;
  border-radius: 50%; /* make it circular */
  background-color: #eee; /* optional: fallback if image fails */
}

.archive-list .img-wrap-ratio.img-wrap-9-6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

article .post-title {
    display: block;
    margin-bottom: 25px;

}

.post-meta {
    grid-gap: 5px;
    color: #999;
    margin-bottom: 25px;
}

.post-excerpt {
    margin-bottom: 40px;
}

.post-excerpt p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* Media Queries */

@media only screen and (min-width: 420px) {
	
	/* Teams CPT */
    .teams-content { grid-template-columns: repeat(2, 1fr); }
}

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

	/* Typography */
	  h1 { font-size: 42px; line-height: 50px; }
  h2 { font-size: 32px; line-height: 42px; }
  h3 { font-size: 24px; line-height: 36px; }
  h4 { font-size: 22px; line-height: 32px; }
  h5 { font-size: 18px; line-height: 28px; }
  h6 { font-size: 16px; line-height: 24px; }
  .Lead2 p { font-size: 24px; line-height: 36px; }
  .body2 p { font-size: 14px; line-height: 22px; }
  .button { font-size: 16px; line-height: 20px; }
	
	/* Layouts */
		/*40% 60%*/
    .layout-two-cols > .col-3-9-14-11 > .section-col:first-child { grid-column: 1 / span 11; }
	.layout-two-cols > .col-3-9-14-11 > .section-col:last-child { grid-column: 14 / span 11; }
	
	/*60% 40%*/ 
	.layout-two-cols > .col-1-11-14-9 > .section-col:first-child { grid-column: 1 / span 11; }
	.layout-two-cols > .col-1-11-14-9 > .section-col:last-child { grid-column: 14 / span 11; }
	
	/* Insight CPT - two columns at tablet */	
  .videos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
	
  .post-type-archive-videos .col-4-13 > .section-col {
        grid-column: 2 / span 22 !important;
    }	

    .post-type-archive-videos .col-3-20 > .section-col {
        grid-column: 2 / span 22 !important;
    }
	
	.video-filter-nav li a {
	margin-right: 6px;
}
	
	/*Blog */
	.blog-three-cols .archive-list, .blog-two-cols .archive-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: calc(3 * var(--horspace));
    }
	
	.archive-list > article ~ article {
    margin-top: 0; 
}

}

@media only screen and (min-width: 620px) and (max-width: 991.98px) {

.img-wrap.img-shape-round {
    width: 60%;
}

}	

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

	/* Root */
	
	:root {
        --horspace: 50px;
        --verspace: 20px;
    }
	
	/* Navigation */
	.main-header { position: relative; padding: 1em 0; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
	.search-bar.on { padding: 1em 0; }
	.main-header-r { margin: 0.5em 0; flex: auto; display: flex; justify-content: flex-end; }	
	
	    .mwa-menu-main > li > a { padding: 0.75em 1em; }
	.search-bar.on .wrap { height: 77px; }
	.search-bar { padding: 0; }
	.mwa-menu-main li > .sub-menu a:hover { background: #eb582a; color: #ffffff; }
	.mwa-menu-main li > .sub-menu li.current_page_item a { background: #eb582a; color: #ffffff; }
	.mwa-menu-main > li.current-menu-parent a { color: #eb582a; }
 .mwa-menu-main li:focus > .sub-menu a, .mwa-menu-main li:hover > .sub-menu a, .mwa-menu-main li:focus-within > .sub-menu a {
        opacity: 1;
        transition: opacity 0.2s ease 0.2s;
    }
	
		
	 .main-header {
        position: relative;
        padding: 1em 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

	
	.search-bar.on {
    padding: 1em 0;
}
	
	.main-header-r {
    margin: 0.5em 0;
    flex: auto;
    display: flex;
    justify-content: flex-end;
}
	
	
	/* Layouts */
		/*50% 50% wide gap*/
	.layout-two-cols > .col-1-11-14-11 > .section-col:first-child { grid-column: 1 / span 11; }
	.layout-two-cols > .col-1-11-14-11 > .section-col:last-child { grid-column: 14 / span 11; }
	
	/*40% 60%*/
    .layout-two-cols > .col-3-9-14-11 > .section-col:first-child { grid-column: 1 / span 11; }
	.layout-two-cols > .col-3-9-14-11 > .section-col:last-child { grid-column: 14 / span 11; }

	/*60% 40%*/
	.layout-two-cols > .col-1-11-14-9 > .section-col:first-child { grid-column: 1 / span 11; }
	.layout-two-cols > .col-1-11-14-9 > .section-col:last-child { grid-column: 14 / span 11; }
	
	/* Site Footer 40% 20% 40% */
	.site-footer .content-wrapper:not(.col-no-gap) { grid-row-gap: 40px; }
	.layout-three-cols > .col-1-8-11-6-17-8 > .section-col:first-child { grid-column: 1 / span 24; }
    .layout-three-cols > .col-1-8-11-6-17-8 > .section-col:nth-child(2) { grid-column: 1 / span 11; }
	.layout-three-cols > .col-1-8-11-6-17-8 > .section-col:last-child { grid-column: 12 / span 11; }
	
	/* 3 Col Short */
	.layout-three-cols > .col-1-5-7-5-13-5 > .section-col:first-child { grid-column: 1 / span 5; }
    .layout-three-cols > .col-1-5-7-5-13-5 > .section-col:nth-child(2) { grid-column: 7 / span 5; }
	.layout-three-cols > .col-1-5-7-5-13-5 > .section-col:last-child { grid-column: 13 / span 5; }

	/* Homepage slider */
		.mwa-banner-slider .slide-wrap {
    display: flex;
    position: relative;
    height: 70vh;
    min-height: unset;
}
	
	.slide-grid {
	display: flex;
}
	
	.slide-media {
    flex: 1 1 45%;
	height: 100%;

}
	
	.slide-text {
	height: 100%;
}
	
	.slide-text .inner-wrap {
	margin-left: var(--horspace);
}
	
	.slider-pagination {
	margin-top: 6rem;

}
	
	/* Blog CPT */
	.no-sidebar .post-content { max-width: 100%; }
	article .post-title { min-height: 60px; }
	.blog-three-cols .archive-list, .blog-two-cols .archive-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: calc(1.5 * var(--horspace));
    }
	
	/* Typography */
	
	/* Videos CPT */
	.videos-page-intro.editor-content.section-verspace-l { width: 75%; }
	.videos-grid { grid-template-columns: repeat(3, 1fr); grid-gap: 60px; }

	/* Testimonial Block */
	.testimonial-banner-slider .swiper-container { width: 100%; grid-column: 2 / span 16; }
	
	/* Boxed Section */
	.layout-two-cols .section-col.boxed { padding: 4em; }
	
}

@media only screen and (min-width: 1200px) {
	
	/* Navigation */
		.mwa-menu-main > li > a { font-size: 16px; }


	/* Layouts */
	/*50% 50% wide gap*/
	.layout-two-cols > .col-1-11-14-11 > .section-col:first-child { grid-column: 1 / span 11; }
	.layout-two-cols > .col-1-11-14-11 > .section-col:last-child { grid-column: 14 / span 11; }
	
	/*40% 60%*/
    .layout-two-cols > .col-3-9-14-11 > .section-col:first-child { grid-column: 3 / span 9; }
	.layout-two-cols > .col-3-9-14-11 > .section-col:last-child { grid-column: 14 / span 10; }

	/*60% 40%*/
	.layout-two-cols > .col-1-11-14-9 > .section-col:first-child { grid-column: 1 / span 10; }
	.layout-two-cols > .col-1-11-14-9 > .section-col:last-child { grid-column: 14 / span 9; }
	
	/* Footer 40% 20% 40% */
	.layout-three-cols > .col-1-8-11-6-17-8 > .section-col:first-child { grid-column: 1 / span 8; }
    .layout-three-cols > .col-1-8-11-6-17-8 > .section-col:nth-child(2) { grid-column: 10 / span 8; }
	.layout-three-cols > .col-1-8-11-6-17-8 > .section-col:last-child { grid-column: 19 / span 7; }
	
	/* Typography */
	  h1 { font-size: 46px; line-height: 52px; }
  h2 { font-size: 36px; line-height: 48px; }
  h3 { font-size: 28px; line-height: 40px; }
  h4 { font-size: 22px; line-height: 34px; }
  h5 { font-size: 20px; line-height: 30px; }
  h6 { font-size: 18px; line-height: 28px; }
  .Lead2 p { font-size: 26px; line-height: 38px; }
  body, p { font-size: 18px; line-height: 28px; }
  .body2 p { font-size: 16px; line-height: 26px; }
	
		/* ──── VIDEO BANNER ───────────────────────────────────────── */
	.videos-page-intro.editor-content.section-verspace-l { width: 50%; }	

  .post-type-archive-videos .col-4-13 > .section-col {
        grid-column: 4 / span 13 !important;
    }	
	
    .post-type-archive-videos .col-3-20 > .section-col {
        grid-column: 3 / span 20 !important;
    }	
	
/* Search Results */
.search-results h1 { font-size: 40px; line-height: 50px; }
.mwa-search-form { padding: 14px 0 14px 0; }
	
	/* Blog */
	.blog-three-cols .archive-list { grid-template-columns: repeat(3, 1fr); grid-gap: 90px 60px; }

}

@media (min-width: 1800px) {

/* Typography */	
  h1 { font-size: 55px; line-height: 60px; }
  h2 { font-size: 42px; line-height: 55px; }
  h3 { font-size: 32px; line-height: 45px; }
  h4 { font-size: 28px; line-height: 40px; }
  h5 { font-size: 24px; line-height: 36px; }
  h6 { font-size: 20px; line-height: 30px; }
  .Lead2 p { font-size: 32px; line-height: 47px; }
  body, p { font-size: 20px; line-height: 30px; }
  .body2 p { font-size: 16px; line-height: 28px; }
  .button { font-size: 16px; line-height: 20px; }
}