/******************************************************************
Theme Name: Simpsons Creative Grid 2022
Description: A responsive theme for WordPress, developed by Simpsons Creative, allowing for development of responsive websites - through the use of a dynamic grid system.
Author: Simpsons Creative
Version: 2023.03.14
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support
******************************************************************/

/* Fonts - Need to be at top of style.css to load correctly */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');*/

/*
font-family: 'Lato', sans-serif; - BODY COPY
font-family: 'Roboto', sans-serif; - HEADINGS
 */


:root
{
	/* Set up CSS variables
		how to use:
		var(--red)
	*/

/*Fonts*/

--fontFamily: 'Lato', Arial, Helvetica, sans-serif;

/*theme colours*/
	--primary: #823C85;
	--secondary: #50BD4A;
	--tertiary: #429BD5;
	--purple: #823C85;
	--purpleTrans: rgba(130, 60, 133, 0.9);
	--green: #50BD4A;
	--greenTrans: rgba(80, 189, 74, 0.9);
	--blue: #429BD5;
	--blueTrans: rgba(66, 155, 213, 0.9);
	--grey: #8D8D8D;
	--white: #FFFFFF;
	--whiteTrans: rgba(255, 255, 255, 0.9);
	--black: #000000;
	--blackTrans: rgba(51, 51, 51, 0.76);

/*Theme font sizes

	how to use:
	var(--fs-h1)
	==clamp (min value, ideal, max value)
*/
	--fs-h1: clamp(35px, 3vw, 40px);			/*var(--fs-h1)*/
 	--fs-h2: clamp(25px, 3vw, 30px);			/*var(--fs-h2)*/
 	--fs-h3: clamp(20px, 3vw, 28px);			/*var(--fs-h3)*/
 	--fs-h4: clamp(16px, 3vw, 24px);			/*var(--fs-h4)*/
 	--fs-h5: clamp(14px, 3vw, 22px);			/*var(--fs-h5)*/
 	--fs-h6: clamp(12px, 3vw, 18px);			/*var(--fs-h6)*/
 	--fs-normal: clamp(12px, 3vw, 18px);		/*default var(--fs-normal)*/
 	--fs-small: clamp(12px, 3vw, 14px);			/*default var(--fs-small)*/
 	--fs-button: clamp(16px, 3vw, 24px);		/*default var(--fs-button)*/
 }

/*Theme font sizes responsive*/
@media (max-width: 1280px)
{
	:root {
		 	/*--fs-h1: 20px;*/ /* can overwrite clamp values with media queries here, if needed*/
 	}
}


/* Site Structure */

html { font-size:62.5%; /**** 1rem now = 10px;/****/ }
body
{
	font-family: var(--fontFamily);
	font-size: calc(12px + 0.5vw); /* Responsive base font size */
}

/* Website Maximum Width - Default: 1920px */
.site-width { max-width: 1920px; }

/*Website Inner Width - Default: 1280px*/
.inner-width { max-width: 1280px; }

/*Tablet Width */
.tablet-width { max-width: 1029px; margin-left: auto; margin-right: auto; }

/*Post Maximum Width - Default: 960px*/
.post-width, .single-post article.post { max-width: 960px; margin-left: auto; margin-right: auto; }

/*Mobile Width */
.mobile-width { max-width: 767px; margin-left: auto; margin-right: auto; }

/*Header*/

/*Footer*/
#footer { background-color: pink; }
.inner-footer { background-color: purple; }

.right { float: right; }


/*==================== Standards ====================*/
	/* 'Standards' contains all of the code that you're likely to change - font sizes, colors, buttons, etc. */
	* { font-family: var(--fontFamily); }

	/*Text*/
	h1, h2, h3, h4, h5, h6, p { margin: 0 0 5px 0; color: var(--black); }
	h1, h2, h3, h4, h5, h6 { font-family: var(--fontFamily); font-style: normal; }

	a { color: var(--green); text-decoration: none; }
	a:hover { color: var(--green); text-decoration: none; opacity: 0.7; }
	a:visited { color: var(--green); }
	h1 { font-size: var(--fs-h1); }
	h2 { font-size: var(--fs-h2); padding-bottom: 0.25em; }
	h3 { font-size: var(--fs-h3); padding-bottom: 0.25em; }
	h4 { font-size: var(--fs-h4); }
	h5 { font-size: var(--fs-h5); }
	h6 { font-size: var(--fs-h6); }
	p, #content li { color: var(--grey); font-family: var(--fontFamily); font-size: var(--fs-normal); line-height: 1.4em; padding-bottom: 1em; }
	em { font-style: italic; }

	#content { clear: both; }

	/* Lists */
	#content ul, #content ol { margin-left: 0; margin-bottom: 0; }
	#content li { margin-left: 1em; padding-bottom: 0.5em; margin-bottom: 5px; }
	#content ul li:last-child, #content ol li:last-child { padding-bottom: 1em; }
	#content li::marker { color: var(--purple); float: left; }
	ul.twoColumns, ol.twoColumns { column-count: 2; }

	/*Bullet Points/Numbered Lists*/
	.entry-content ul > li { list-style-type: disc; padding-bottom: 5px; }
	.entry-content ol > li { list-style-type: decimal; padding-bottom: 5px; }
	.entry-content ul li ul { padding-top: 1em; margin-top: 5px; }

	/*Gallery Fix*/
	#content ul.blocks-gallery-grid { margin-left: unset; }
	#content .blocks-gallery-grid li.blocks-gallery-item { margin-bottom: 1em; }
	#content .wp-block-gallery li { margin-left: unset; padding-bottom: unset; }
	/*Gallery Caption*/
	.wp-caption-text, .gallery-caption { text-align: center; }
	.wp-block-gallery figcaption { line-height: normal; text-align: center; }

	/*Gutenberg Images & Gallery*/
	.wp-block-image { padding-bottom: 1em; margin-bottom: 5px; }
	.wp-block-image:last-child { padding-bottom: 0; margin-bottom: 0; }
	.wp-block-gallery { padding-bottom: 1em; margin-bottom: 5px; }
	.wp-block-gallery:last-child { padding-bottom: 0; margin-bottom: 0; }
	.wp-block-gallery .wp-block-image { padding-bottom: unset; margin-bottom: unset; }




/*==================== Header ====================*/
	#header { padding: 0; }
	.inner-header { float: unset; display: flex; justify-content: center; width: 100%; align-items: center; padding: 15px 5%; }
	.logoArea { }
	.logoArea a { float: left; }
	.logoArea img { width: 60vw; height: auto; max-width: 350px; }
	.navArea { background-color: var(--purple); }
	.navArea .nav .site-width { display: flex; justify-content: center; }
	.featured-image { line-height: 0; }


/*==================== Nav ====================*/
	.nav { float: right; background: none; }
	.nav ul { background: none; }
	.nav li a { color: var(--white); font-size: clamp(14px, 3vw, 20px); }
	.nav li a:hover, .nav li a:focus { color: var(--secondary); text-decoration: none; }
	.nav li:last-of-type a { padding-right: 0px; }
	.nav li ul.sub-menu li a, .nav li ul.children li a { background-color: #fff; }

	/* Responsive Menu - !!! REPLACE 444 WITH NEWLY CREATED MENU ID (ALSO IN HEADER.PHP) !!! */
	#rmp_menu_trigger-24 { background: var(--primary); position: static; float: right; margin-left: 20px; }
	#rmp_menu_trigger-24.is-active { background: var(--secondary); }
	#rmp_menu_trigger-24:hover, #rmp_menu_trigger-24:focus { background: var(--primary); }

	#rmp-container-24 { background-color: var(--primary); min-width: unset; }
	.rmp-menu-open { -webkit-box-shadow: 1px 1px 10px -2px #000; box-shadow: 1px 1px 10px -2px #000; }

	#rmp-menu-wrap-24 .rmp-menu-item-link { background-color: transparent !important; font-size: 18px; border-color: transparent !important; }
	#rmp-menu-wrap-24 .rmp-submenu .rmp-menu-item-link { font-size: 16px; font-weight: normal; }

	/* Current Menu Item */
	#rmp-menu-wrap-24 .rmp-menu-current-item > a.rmp-menu-item-link { color: var(--secondary); font-weight: bold; }
	#rmp-menu-wrap-24 .rmp-menu-item-current-ancestor > a.rmp-menu-item-link { color: var(--secondary); font-weight: bold; }
	#rmp-menu-wrap-24 .rmp-submenu .rmp-menu-current-item .rmp-menu-item-link { color: var(--secondary); font-weight: bold; }

	/* Menu Item Hover */
	#rmp-menu-wrap-24 .rmp-menu-item-current-ancestor > a.rmp-menu-item-link:hover { color: #fff; }
	#rmp-menu-wrap-24 .rmp-menu-item-link:hover { background-color: var(--secondary) !important; text-decoration: none; }
	#rmp-menu-wrap-24 .rmp-menu-current-item > a.rmp-menu-item-link:hover { color: #fff !important; }

	/* Additional Content */
	.rmp-menu-additional-content { float: left; }
	.rmp-menu-additional-content .social-icons { width: 100%; float: left; padding: 20px 0px; }
	.rmp-menu-additional-content .social-icons a { color: #fff; font-size: 30px; margin-right: 15px; }
	.rmp-menu-additional-content .social-icons a:hover { color: var(--secondary); }

	/* Hide/Show Main Menu & Responsive Menu */
	#rmp_menu_trigger-24 { display: none; }

	@media(max-width: 1029px)
	{
		#rmp_menu_trigger-24 { display: block; }
		#menu-main-menu { display: none; }
	}



/*==================== Body ====================*/
	.wp-block-image figcaption { color: #888888; margin-bottom: 30px; }
	.wp-block-image.size-full figcaption { text-align: center; color: #fff; margin-bottom: 10px; }
	.article-header h1, h1.page-title { color: var(--purple); text-align: center; margin: 0.75em; }
	.article-header img { padding-bottom: 1.5em; }
	.wp-block-columns { margin-bottom: 1.75em; }
	.wp-block-separator { border-color: var(--primary); }
	.wp-block-separator + h2 { padding-top: 0.5em; }

	/* Element Padding */
	.pad-top { padding-top: 5%; }
	.pad-bottom { padding-bottom: 5%; }
	.pad-top-bottom { padding-top: 5%; padding-bottom: 5%; }
	.pad-left { padding-left: 5%; }
	.pad-right { padding-right: 5%; }
	.pad-left-right, .pad-default { padding-left: 5%; padding-right: 5%; }
	.pad-all { padding: 5%; }


	/* Colour Overlays */
	.blackOverlay { background-color: rgba(0,0,0,0.5); width: 100%; height: 100%; display: block; position: absolute; top: 0px; z-index: 1; }
	.overlay.whiteTrans { background-color: var(--whiteTrans); }
	.overlay.blackTrans { background-color: var(--blackTrans); }
	.overlay.purpleTrans { background-color: var(--purpleTrans); mix-blend-mode: multiply; }
	.overlay.greenTrans { background-color: var(--greenTrans); mix-blend-mode: multiply; }
	.overlay.blueTrans { background-color: var(--blueTrans); mix-blend-mode: multiply; }


	/* Buttons */
	a.button, #content a.button, a.wp-block-button__link, a.button.primary, #content a.button.primary, .wp-block-button.primary a.wp-block-button__link { background-color: var(--primary); color: #fff; border-color: var(--primary); }
	a.button.secondary, #content a.button.secondary, .wp-block-button.secondary a.wp-block-button__link { background-color: var(--secondary); color: #fff; border-color: var(--secondary); }
	a.button.black, #content a.button.black,  .wp-block-button.black a.wp-block-button__link { background-color: var(--black); color: #fff; border-color: var(--black); }
	a.button.white, #content a.button.white, .wp-block-button.white a.wp-block-button__link { background-color: #fff; color: #000; border-color: #fff; }
	a.button.transparent, #content a.button.transparent, .wp-block-button.transparent a.wp-block-button__link { background-color: transparent; color: #fff; border-color: #fff; }
	a.button.outline, #content a.button.outline, .wp-block-button.outline a.wp-block-button__link { background-color: transparent; color: var(--primary); border-color: var(--primary); }
	a.button.large, #content a.button.large, .wp-block-button.large a.wp-block-button__link { font-size: var(--fs-button); font-weight: normal; padding: 15px 40px; }

	/*Buttons Hover*/
	a.button:hover, #content a.button:hover, a.wp-block-button__link:hover, a.button.primary:hover, #content a.button.primary:hover, .wp-block-button.primary a.wp-block-button__link:hover { background-color: transparent; color: var(--primary); text-decoration: none; border-color: var(--primary); }
	a.button.secondary:hover, #content a.button.secondary:hover, .wp-block-button.secondary a.wp-block-button__link:hover { background-color: transparent; color: var(--secondary); text-decoration: none; border-color: var(--secondary); }
	a.button.black:hover, #content a.button.black:hover, .wp-block-button.black a.wp-block-button__link:hover { background-color: transparent; color: var(--black); border-color: var(--black); }
	a.button.white:hover, #content a.button.white:hover, .wp-block-button.white a.wp-block-button__link:hover { background-color: transparent; color: #fff; border-color: #fff; }
	a.button.transparent:hover, #content a.button.transparent:hover, .wp-block-button.transparent a.wp-block-button__link:hover { background-color: transparent; color: #fff; border-color: #fff; opacity: 0.4; }
	a.button.outline:hover, #content a.button.outline:hover, .wp-block-button.outline a.wp-block-button__link:hover { opacity: 0.4; }



/*==================== Blocks ====================*/

	/* ----- Accordion Block ----- */
	.c-accordion__title, .inner-content .c-accordion__title { background-color: var(--green); }


	/* ----- CTA Block ----- */
	.ctaBlock { background-color: var(--primary); background-position: center; background-repeat: no-repeat; background-size: cover; color: #fff; flex-direction: column; flex-flow: column; justify-content: center; align-items: center; clear: both; position: relative; height: 100%; padding: 20px; margin-bottom: 15px; }
	/*.ctaBlock:hover { background-color: var(--secondary); opacity: 0.7; }*/

	.ctaBlock * { z-index: 2; }
	.ctaBlock h3 { font-weight: bold; }
	.ctaBlock a.ctaLink { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 3; }
	.ctaBlock .overlay { width: 100%; height: 100%; display: block; position: absolute; top: 0px; z-index: 1; mix-blend-mode: multiply; }
	.ctaBlock:hover .overlay { mix-blend-mode: unset; }


	/* CTA Block - Background Colour */
	.ctaBlock.primary { background-color: var(--primary); }
	.ctaBlock.secondary { background-color: var(--secondary); }
	.ctaBlock.tertiary { background-color: var(--tertiary); }
	.ctaBlock.white { background-color: #fff; }
	.ctaBlock.black { background-color: #000; }
	.ctaBlock.whiteTrans { background-color: var(--whiteTrans); }
	.ctaBlock.blackTrans { background-color: var(--blackTrans); }


	/* ----- Columns Block ----- */
	.columnsBlock { gap: 15px; }
	.columnsBlock > div { margin-bottom: 0; }

	.columns-1 > div { width: 100%; flex-basis: 100%; }
	.columns-2 > div { width: calc(50% - 7.5px); flex-basis: calc(50% - 7.5px); }
	.columns-3 > div { width: calc(33.3333333333% - 10px); flex-basis: calc(33.3333333333% - 10px); }
	.columns-4 > div { width: calc(25% - 11.25px); flex-basis: calc(25% - 11.25px); }
	.columns-5 > div { width: calc(20% - 12px); flex-basis: calc(20% - 12px); }
	.columns-6 > div { width: calc(16.6666666667% - 12.5px); flex-basis: calc(16.6666666667% - 12.5px); }
	.columns-7 > div { width: calc(14.2857% - 12.85714285714286px); flex-basis: calc(14.2857% - 12.85714285714286px); }
	.columns-8 > div { width: calc(12.5% - 13.125px); flex-basis: calc(12.5% - 13.125px); }
	.columns-9 > div { width: calc(11.1111% - 16px); flex-basis: calc(11.1111% - 16px); }
	.columns-10 > div { width: calc(10% - 13.5px); flex-basis: calc(10% - 13.5px); }
	.columns-11 > div { width: calc(9.0909% - 13.63636363636364px); flex-basis: calc(9.0909% - 13.63636363636364px); }
	.columns-12 > div { width: calc(8.33333333333% - 13.75px); flex-basis: calc(8.33333333333% - 13.75px); }

	@media (max-width: 1029px)
	{
		/*Tablet*/
		.columns-6 > div, .columns-9 > div, .columns-12 > div { width: calc(33.3333333333% - 10px); flex-basis: calc(33.3333333333% - 10px); }
		.columns-8 > div { width: calc(25% - 11.25px); flex-basis: calc(25% - 11.25px); }
		.columns-4 > div { width: calc(50% - 7.5px); flex-basis: calc(50% - 7.5px); }
	}

	@media (max-width: 781px)
	{
		/*Wordpress Tablet*/
		.columns-6 > div, .columns-8 > div, .columns-10 > div, .columns-12 > div { width: calc(50% - 7.5px); flex-basis: calc(50% - 7.5px); }
		.columnsBlock .ctaBlock { width: calc(50% - 7.5px); flex-basis: calc(50% - 7.5px); }
	}

	@media (max-width: 600px)
	{
		/*WordPress Mobile*/
		.columnsBlock > div, .columnsBlock .ctaBlock { width: 100%; flex-basis: 100%; }
		.ctaBlock .ctaIcon img.icon { height: 60px; width: auto; }
		.ctaBlock .ctaContent h3 { font-size: var(--fs-h3); }
	}

	@media (max-width: 480px)
	{
		/*Mobile*/
		.ctaBlock .ctaIcon img.icon { height: 40px; width: auto; }
	}



/*==================== Home Page ====================*/
	.fullpage-container { /*min-height: 100vh;*/ min-height: 600px; height: 100vh; flex-direction: column; }

	/* Featured Area */
	.featuredArea { background-color: transparent; width: 100%; flex-wrap: wrap; align-content: flex-end; position: relative; clear: both; padding: 0; border-bottom: 0; margin-bottom: 0;

		min-height: unset !important;
		flex-grow: 1;

	  }

	.featuredArea .featuredImage { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-position: top; background-size: cover; background-repeat: no-repeat; }

	.featuredArea .featuredBox { width: 100%; flex-basis: 100%; text-align: center; justify-content: center; position: relative; }

  	.featuredBox .cta { width: 50%; flex-basis: 50%; position: relative; padding: 60px 20px; }
  	.featuredBox .cta:hover .overlay { mix-blend-mode: unset; }
  	.featuredBox .cta * { position: relative; z-index: 2; }
  	.featuredBox .cta img { width: 50%; max-width: 250px; height: auto; }
  	.featuredBox .cta a.link { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 3; }
  	.featuredBox .cta .overlay { width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0; z-index: 1; }
  	.featuredBox .cta p { color: #fff; font-size: clamp(14px, 3vw, 40px); text-align: center; text-transform: lowercase; padding-bottom: 0; margin-bottom: 0; }


	#block_c3cdde1e782769ecf225d0c96e6f0a92 div.ctaBlock { text-align: center; width: calc(33.3333333333% - 10px) !important; flex-basis: calc(33.3333333333% - 10px) !important; }


/*==================== Our Vision Page ====================*/
	body.page-id-873 h1.page-title { margin-bottom: 5px; }


/*==================== Blog/News Page ====================*/

	/*Single Post*/
	body.single-post .post-image img { padding-bottom: 0; }
	body.single-post .article-header { margin-bottom: 15px; }
	body.single-post .article-header h1 { text-align: center; margin-bottom: 10px; }
	body.single-post p.byline.entry-meta { color: var(--secondary); text-align: center; }


/*==================== Contact Us Page ====================*/

	/* Ninja Form */
	.nf-before-form-content { display: none; }
	.ninja-forms-req-symbol { display: none; }

	.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content .ninja-forms-field { font-size: 16px; margin: 0; padding: 12px; }
	.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea { background: #f7f7f7; border: 1px solid #c4c4c4; border-radius: 0; box-shadow: none; color: #787878; transition: all .5s; }
  	.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] { background-color: var(--primary); color: #fff; font-size: 18px; font-weight: bold; width: fit-content; min-width: 210px; padding: 15px 20px; border: 1px solid var(--primary); border-radius: 3px; transition: all .5s; }
  	.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover { background: transparent; color: var(--primary); border: 1px solid var(--primary); transition: all .5s; }


/*==================== Forum ====================*/
	body.bbpress article { max-width: unset; }
	#content #bbpress-forums li { margin-bottom: 0; margin-left: 0; }
	i.forumTypeIcon { color: var(--primary); }
	#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta { font-size: var(--fs-fine); line-height: normal; }
	.bbp-reply-header a.bbp-reply-permalink { font-size: 14px; }
	#bbpress-forums li.bbp-header { background-color: var(--green); color: #fff; }
	#bbpress-forums li.bbp-header li { color: #fff; padding-bottom: 0; }
	#bbpress-forums div.bbp-search-form { margin-bottom: 15px; }

	/* Forum Menu */
	#content ul.forumMenu { background-color: var(--secondary); display: flex; width: 100%; justify-content: space-around; margin-bottom: 20px;  }
	#content #bbpress-forums .forumMenu li { padding: 0.25em; margin: 0; }
	#content .forumMenu li { padding: 0; margin: 0; }
	.forumMenu li a { color: #fff; font-size: 110%; display: block; padding: 0.5em; }

	/* Mobile Forum Menu */
	#mobileForumMenu { display: none; }
	#mobileForumMenu .c-accordion__title, #mobileForumMenu .inner-content .c-accordion__title { font-size: var(--fs-normal); padding-top: 15px; padding-bottom: 15px; }


	@media (max-width: 900px)
	{
	    #desktopForumMenu { display: none; }
	    #mobileForumMenu { display: block; }
	    #content ul.forumMenu { background-color: transparent; flex-wrap: wrap; gap: 1px; }
	    #content .forumMenu li { background-color: var(--secondary); text-align: center; flex-basis: calc(50% - 1px); flex-grow: 1; }
	    body.logged-in #content .forumMenu li { flex-basis: calc(33.3333333333% - 1px); }
	}

	@media (max-width: 600px)
	{
	    #content #bbpress-forums li { font-size: 14px; }
	}

	@media (max-width: 480px)
	{
	    #content .forumMenu li, body.logged-in #content .forumMenu li { flex-basis: calc(50% - 1px); }
	}

	@media (max-width: 320px)
	{
	    #content .forumMenu li, body.logged-in #content .forumMenu li { flex-basis: 100%; }
	}



/*==================== Footer ====================*/
	#footer { background-color: var(--purple); padding: 40px 5%; margin-top: 40px; }
	.inner-footer { background-color: transparent; }

	#footerSocial, #footerLinks { width: 100%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; justify-content: center; flex-wrap: wrap; }

	#footer p { color: #fff; font-size: var(--fs-h3); text-align: center; }
	#footer p:last-of-type { padding-bottom: 0; margin-bottom: 0; }
	#footer a { color: #fff; }
	#footer a:hover { color: var(--green); }
	#footer li, #footer li a { color: #fff; }
	#footer li a:hover { color: var(--green); text-decoration: none; }

	#footerSocial { padding-top: 40px; padding-bottom: 40px; }
	#footerSocial li a { font-size: 50px; margin: 10px; }
	#footerSocial li a:hover { color: var(--green); }

	#footerLinks { row-gap: 0.5em; }
	#footerLinks li, #footerLinks .separator { color: #fff; font-size: var(--fs-small); }
	#footerLinks .separator { padding: 0px 10px; }



/*==================== Media Queries ====================*/
	@media (max-width: 1280px)
	{
		/*Small Desktop*/
 	}
	@media (max-width: 1029px)
	{
		/*Tablet*/
		#header { border-bottom: 10px solid var(--primary); }
		.inner-header { justify-content: space-between; }
 	}
	@media (max-width: 960px)
	{
		/*Single Post Width*/
 	}
	@media (max-width: 767px)
	{
		/*Mobile*/
		.fullpage-container { min-height: 600px; height: auto; }
 	}
	@media (max-width: 600px)
	{
		.fullpage-container { min-height: 500px; height: auto; }
 	}
	@media (max-width: 480px)
	{
		/*Small Mobile*/
 	}
	@media (max-width: 330px)
	{
 		#block_c3cdde1e782769ecf225d0c96e6f0a92 div.ctaBlock { width: 100% !important; flex-basis: 100% !important; }
 	}
