		/* warning this is a generated file, modifications will be overwritten */

			:root {
				--header-bg-color: 			rgba(255,255,255,0.8	);
				--header-color: 			#0a0a0a;
				--nav-color: 				#0a0a0a;
				--nav-hover-color: 			#ffa278;
				--home-overlay-color: 		#fff;
				--footer-bg-color:			#333;
				--footer-main-color: 		#ccc;
				--footer-sec-color:			#ccc;
				--footer-top-border-color:			#333;
				--footer-color:				#fff;
				--colfooter-bg-color:		#333;
				--colfooter-main-color: 	#ccc;
				--colfooter-sec-color:		#333;
				--colfooter-color:			#fff;
				--footer-link-color:		#ffa278;
				--footer-hover-color:		#ff631c;
				--button-text-color:		#fff;
				--button-top-color:			#ffa278;
				--button-bottom-color:		#ffa278;
				--button-border-color:		#f7f7f7;
				--button-hover-text-color:	#fff;
				--button-hover-top-color:	#ff631c;
				--button-hover-bottom-color:#ff631c;
				--button-hover-border-color:#fff;

			}

		 	/* Header colors */
			header.site-header, .dropdown-menu {
				background-color: rgba(255,255,255,0.9	);
			}

			/* Header text color (sub line) */
			header.site-header #site-title a:link, header.site-header #site-title a:visited, header.site-header .site-title a:link, header.site-header .site-title a:visited {
				color: #333;
			}

			/* Header Site title color */
			header.site-header #site-title a:link, header.site-header #site-title a:visited, header.site-header .site-title a:link, header.site-header .site-title a:visited {
				color: rgba(0,0,0,1);
			}

			/* Navigation text color */
			.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav .open .dropdown-menu>li>a {
				color: #333;
			}

			.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover,
			#site-title a:hover , #site-title a:focus, .site-title a:hover , .site-title a:focus,
			.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover,
			.dropdown-menu li a:hover, .dropdown-menu li a:focus,
			.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav>.open>a,
			.navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
				color: #ffa278;
			}

			.navbar-nav>li:not(:last-child) {
				border-color: #333;
			}

			@media (max-width: 767px) {
				.navbar-default .navbar-nav .open .dropdown-menu>li>a {
				    color: #333;
				}
			}

			/* Home overlay text color */
			.home-overlay div[class*="container"] {
				color: #fff;
			}

			/* Footer Colors */
			.site-footer {
				background-color: #333;
				border-top-color: #333;
				color: #fff;
			}

			.site-footer h1, .site-footer h2,
			.site-footer h2.page-title,
			.site-footer h2.post-title,
			.site-footer h2 a:link,
			.site-footer h2 a:visited,
			.site-footer .menu.main a:link,
			.menu.main a:visited,
			.site-footer h3,
			.site-footer h4,
			.site-footer .date-block {
				color: #ccc;
			}

			.after-footer {
				background-color: #222;
				border-top-color: #222;
				color: #fff;
			}

			.site-footer a:not(.btn):link, .site-footer  a:not(.btn):visited, .after-footer a:not(.btn):link, .after-footer a:not(.btn):visited{
			    color:  #ffa278;
			}

			.site-footer a:not(.btn):hover, .site-footer  a:not(.btn):active, .site-footer  a:not(.btn):hover, .after-footer a:not(.btn):active{
			    color:  #ff631c;
			}

			/* ---------------- */
			/*   Button Colors  */
			/* ---------------- */
			 	.wp-block-button {
			 		color: #fff;
			 	}

				button, .btn, .btn:focus, html input[type=button], input[type=reset], input[type=submit],
				.wp-block-button__link:not(.has-background) {
				    background-color: #ffa278;
				    background-image: -webkit-linear-gradient(top, #ffa278, #ffa278);
				    background-image: -moz-linear-gradient(top, #ffa278, #ffa278);
				    background-image: -ms-linear-gradient(top, #ffa278, #ffa278);
				    background-image: -o-linear-gradient(top, #ffa278, #ffa278);
				    background-image: linear-gradient(to bottom, #ffa278, #ffa278);
					border-color: #f7f7f7;
				}

				button, .btn, .btn:focus, html input[type=button], input[type=reset], input[type=submit],
				.wp-block-button__link, .wp-block-button__link:not(.has-text-color):visited {
					color: #fff;
				}

				button:hover, .btn:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, .wp-block-button__link:hover {
				    background-color: #ff631c;
				    background-image: -webkit-linear-gradient(top, #ff631c, #ff631c);
				    background-image: -moz-linear-gradient(top, #ff631c, #ff631c);
				    background-image: -ms-linear-gradient(top, #ff631c, #ff631c);
				    background-image: -o-linear-gradient(top, #ff631c, #ff631c);
				    background-image: linear-gradient(to bottom, #ff631c, #ff631c);
				    color: #fff;
					border-color: #fff;
				}



	


			/* ---------------- */
			/* Styling Schemes */
			/* ---------------- */

				:root {
					--scheme1-background-color: #fff;
					--scheme1-frame-color: rgba(100,100,100,0);
					--scheme1-main-color: #333333;
					--scheme1-sec-color: #666;
					--scheme1-text-color: #555555;
					--scheme1-link-color: #ffa278;
					--scheme1-hover-color: #ff631c;
				}



			 	/* background color */
				.main-content section.page-section[class*="scheme1"] {
					background-color: #fff;
				}

			 	/* frame background color */
				.main-content section.page-section[class*="scheme1"] .container,
				.main-content>section.page-section[class*="scheme1"] .container-fluid {
					background-color: rgba(100,100,100,0);
				}

				/* main color */
				section[class*="scheme1"] #site-title a:link,
				section[class*="scheme1"] #site-title a:visited,
				section[class*="scheme1"] .site-title a:link,
				section[class*="scheme1"] .site-title a:visited,
				section[class*="scheme1"] h1:not(.has-text-color h1),
				section[class*="scheme1"] h2:not(.has-text-color h2),
				section[class*="scheme1"] h2.page-title:not(.has-text-color h2),
				section[class*="scheme1"] h2.post-title:not(.has-text-color h2),
				section[class*="scheme1"] h2 a:link:not(.has-text-color a),
				section[class*="scheme1"] h2 a:visited:not(.has-text-color a),
				section[class*="scheme1"] h3:not(.has-text-color h3),
				section[class*="scheme1"] h4:not(.has-text-color h4),
				section[class*="scheme1"] h5:not(.has-text-color h5),
				section[class*="scheme1"] .menu.main a:link,
				section[class*="scheme1"] .menu.main a:visited,
				section[class*="scheme1"] .home-overlay, section[class*="scheme1"] blockquote:before,
				section[class*="scheme1"] blockquote:after {
				    color:  #333333;
				}

				section[class*="scheme1"] .container {
					border-color: #666;
				}

				*:not([class*="scheme1"])+section[class*="scheme1"] .container {
					border-top: none;
				}

				/* secondary color */
				.main-content>section[class*="scheme1"] .entry-summary {
					border-color: #666;
				}

				section[class*="scheme1"] #site-description,
				section[class*="scheme1"] .sidebar h3,
				section[class*="scheme1"] .menu.main a:active,
				section[class*="scheme1"] .menu.main a:hover,
				section[class*="scheme1"] .title-icon,
				section[class*="scheme1"] .entry-meta {
				    color:  #666;
				}

				section[class*="scheme1"] .menu.main,
				section[class*="scheme1"] .fatfooter {
				    border-top: 1px solid #666;
				}
				section[class*="scheme1"] .menu.main {
				    border-bottom: 1px solid #666;
				}
				section[class*="scheme1"] .fatfooter {
				    border-bottom: 1px solid #666;
				}

				section[class*="scheme1"] .date-block {
					background-color: #666;
				}

				/* text color */
				body section[class*="scheme1"] {
					color: #555555;
				}

				/* links color */
				section[class*="scheme1"] a:not(.wp-block-button__link):not(.has-text-color a) {
				    color:  #ffa278;
				}

				/* hover links color */
				section[class*="scheme1"] a:not([class*="button"]):not(.btn):not(.wp-block-button__link):hover,
				section[class*="scheme1"] a:not([class*="button"]):not(.btn):not(.wp-block-button__link):active
				/*, section[class*="scheme1"] a:not(.btn):hover, section[class*="scheme1"] a:not(.btn):active */ {
				    color:  #ff631c;
				}

				/* Button Colors */
			 	section[class*="scheme1"] .wp-block-button {
			 		color: #fff;
			 	}

				section[class*="scheme1"] button,
				section[class*="scheme1"] a.btn,
				section[class*="scheme1"] a.btn:focus,
				html section[class*="scheme1"] input[type=button],
				section[class*="scheme1"] input[type=reset],
				section[class*="scheme1"] input[type=submit],
				section[class*="scheme1"] .wp-block-button__link:not(.has-background) {
				    background-color: #ffa278;
				    background: -webkit-linear-gradient(top, #ffa278, #ffa278);
				    background: -moz-linear-gradient(top, #ffa278, #ffa278);
				    background: -ms-linear-gradient(top, #ffa278, #ffa278);
				    background: -o-linear-gradient(top, #ffa278, #ffa278);
				    background: linear-gradient(to bottom, #ffa278, #ffa278);
				    color: #fff;
					border-color: #f7f7f7;
				}

				section[class*="scheme1"] button:hover, section[class*="scheme1"] a.btn:hover, html section[class*="scheme1"] input[type=button]:hover, section[class*="scheme1"] input[type=reset]:hover, section[class*="scheme1"] input[type=submit]:hover, section[class*="scheme1"] .wp-block-button__link:hover {
				    background-color: #ff631c;
				    background: -webkit-linear-gradient(top, #ff631c, #ff631c);
				    background: -moz-linear-gradient(top, #ff631c, #ff631c);
				    background: -ms-linear-gradient(top, #ff631c, #ff631c);
				    background: -o-linear-gradient(top, #ff631c, #ff631c);
				    background: linear-gradient(to bottom, #ff631c, #ff631c);
				    color: #fff;
					border-color: #fff;
				}


				section[class*="scheme1"] .wp-block-button__link.has-background {
					/* TODO: Not working because gradient wordpress buttons use background-image */
					/*background-image: none;*/

				}


			 


			/* ---------------- */
			/* Styling Schemes */
			/* ---------------- */

				:root {
					--scheme2-background-color: #fff;
					--scheme2-frame-color: rgba(100,100,100,0);
					--scheme2-main-color: #000;
					--scheme2-sec-color: #666;
					--scheme2-text-color: #000;
					--scheme2-link-color: #008AB7;
					--scheme2-hover-color: #9e4059;
				}



			 	/* background color */
				.main-content section.page-section[class*="scheme2"] {
					background-color: #fff;
				}

			 	/* frame background color */
				.main-content section.page-section[class*="scheme2"] .container,
				.main-content>section.page-section[class*="scheme2"] .container-fluid {
					background-color: rgba(100,100,100,0);
				}

				/* main color */
				section[class*="scheme2"] #site-title a:link,
				section[class*="scheme2"] #site-title a:visited,
				section[class*="scheme2"] .site-title a:link,
				section[class*="scheme2"] .site-title a:visited,
				section[class*="scheme2"] h1:not(.has-text-color h1),
				section[class*="scheme2"] h2:not(.has-text-color h2),
				section[class*="scheme2"] h2.page-title:not(.has-text-color h2),
				section[class*="scheme2"] h2.post-title:not(.has-text-color h2),
				section[class*="scheme2"] h2 a:link:not(.has-text-color a),
				section[class*="scheme2"] h2 a:visited:not(.has-text-color a),
				section[class*="scheme2"] h3:not(.has-text-color h3),
				section[class*="scheme2"] h4:not(.has-text-color h4),
				section[class*="scheme2"] h5:not(.has-text-color h5),
				section[class*="scheme2"] .menu.main a:link,
				section[class*="scheme2"] .menu.main a:visited,
				section[class*="scheme2"] .home-overlay, section[class*="scheme2"] blockquote:before,
				section[class*="scheme2"] blockquote:after {
				    color:  #000;
				}

				section[class*="scheme2"] .container {
					border-color: #666;
				}

				*:not([class*="scheme2"])+section[class*="scheme2"] .container {
					border-top: none;
				}

				/* secondary color */
				.main-content>section[class*="scheme2"] .entry-summary {
					border-color: #666;
				}

				section[class*="scheme2"] #site-description,
				section[class*="scheme2"] .sidebar h3,
				section[class*="scheme2"] .menu.main a:active,
				section[class*="scheme2"] .menu.main a:hover,
				section[class*="scheme2"] .title-icon,
				section[class*="scheme2"] .entry-meta {
				    color:  #666;
				}

				section[class*="scheme2"] .menu.main,
				section[class*="scheme2"] .fatfooter {
				    border-top: 1px solid #666;
				}
				section[class*="scheme2"] .menu.main {
				    border-bottom: 1px solid #666;
				}
				section[class*="scheme2"] .fatfooter {
				    border-bottom: 1px solid #666;
				}

				section[class*="scheme2"] .date-block {
					background-color: #666;
				}

				/* text color */
				body section[class*="scheme2"] {
					color: #000;
				}

				/* links color */
				section[class*="scheme2"] a:not(.wp-block-button__link):not(.has-text-color a) {
				    color:  #008AB7;
				}

				/* hover links color */
				section[class*="scheme2"] a:not([class*="button"]):not(.btn):not(.wp-block-button__link):hover,
				section[class*="scheme2"] a:not([class*="button"]):not(.btn):not(.wp-block-button__link):active
				/*, section[class*="scheme2"] a:not(.btn):hover, section[class*="scheme2"] a:not(.btn):active */ {
				    color:  #9e4059;
				}

				/* Button Colors */
			 	section[class*="scheme2"] .wp-block-button {
			 		color: #fff;
			 	}

				section[class*="scheme2"] button,
				section[class*="scheme2"] a.btn,
				section[class*="scheme2"] a.btn:focus,
				html section[class*="scheme2"] input[type=button],
				section[class*="scheme2"] input[type=reset],
				section[class*="scheme2"] input[type=submit],
				section[class*="scheme2"] .wp-block-button__link:not(.has-background) {
				    background-color: #3498db;
				    background: -webkit-linear-gradient(top, #3498db, #3498db);
				    background: -moz-linear-gradient(top, #3498db, #3498db);
				    background: -ms-linear-gradient(top, #3498db, #3498db);
				    background: -o-linear-gradient(top, #3498db, #3498db);
				    background: linear-gradient(to bottom, #3498db, #3498db);
				    color: #fff;
					border-color: #3498db;
				}

				section[class*="scheme2"] button:hover, section[class*="scheme2"] a.btn:hover, html section[class*="scheme2"] input[type=button]:hover, section[class*="scheme2"] input[type=reset]:hover, section[class*="scheme2"] input[type=submit]:hover, section[class*="scheme2"] .wp-block-button__link:hover {
				    background-color: #3cb0fd;
				    background: -webkit-linear-gradient(top, #3cb0fd, #3498db);
				    background: -moz-linear-gradient(top, #3cb0fd, #3498db);
				    background: -ms-linear-gradient(top, #3cb0fd, #3498db);
				    background: -o-linear-gradient(top, #3cb0fd, #3498db);
				    background: linear-gradient(to bottom, #3cb0fd, #3498db);
				    color: #fff;
					border-color: #fff;
				}


				section[class*="scheme2"] .wp-block-button__link.has-background {
					/* TODO: Not working because gradient wordpress buttons use background-image */
					/*background-image: none;*/

				}


			 


			/* ---------------- */
			/* Styling Schemes */
			/* ---------------- */

				:root {
					--scheme3-background-color: #fff;
					--scheme3-frame-color: rgba(100,100,100,0);
					--scheme3-main-color: #000;
					--scheme3-sec-color: #666;
					--scheme3-text-color: #000;
					--scheme3-link-color: #008AB7;
					--scheme3-hover-color: #9e4059;
				}



			 	/* background color */
				.main-content section.page-section[class*="scheme3"] {
					background-color: #fff;
				}

			 	/* frame background color */
				.main-content section.page-section[class*="scheme3"] .container,
				.main-content>section.page-section[class*="scheme3"] .container-fluid {
					background-color: rgba(100,100,100,0);
				}

				/* main color */
				section[class*="scheme3"] #site-title a:link,
				section[class*="scheme3"] #site-title a:visited,
				section[class*="scheme3"] .site-title a:link,
				section[class*="scheme3"] .site-title a:visited,
				section[class*="scheme3"] h1:not(.has-text-color h1),
				section[class*="scheme3"] h2:not(.has-text-color h2),
				section[class*="scheme3"] h2.page-title:not(.has-text-color h2),
				section[class*="scheme3"] h2.post-title:not(.has-text-color h2),
				section[class*="scheme3"] h2 a:link:not(.has-text-color a),
				section[class*="scheme3"] h2 a:visited:not(.has-text-color a),
				section[class*="scheme3"] h3:not(.has-text-color h3),
				section[class*="scheme3"] h4:not(.has-text-color h4),
				section[class*="scheme3"] h5:not(.has-text-color h5),
				section[class*="scheme3"] .menu.main a:link,
				section[class*="scheme3"] .menu.main a:visited,
				section[class*="scheme3"] .home-overlay, section[class*="scheme3"] blockquote:before,
				section[class*="scheme3"] blockquote:after {
				    color:  #000;
				}

				section[class*="scheme3"] .container {
					border-color: #666;
				}

				*:not([class*="scheme3"])+section[class*="scheme3"] .container {
					border-top: none;
				}

				/* secondary color */
				.main-content>section[class*="scheme3"] .entry-summary {
					border-color: #666;
				}

				section[class*="scheme3"] #site-description,
				section[class*="scheme3"] .sidebar h3,
				section[class*="scheme3"] .menu.main a:active,
				section[class*="scheme3"] .menu.main a:hover,
				section[class*="scheme3"] .title-icon,
				section[class*="scheme3"] .entry-meta {
				    color:  #666;
				}

				section[class*="scheme3"] .menu.main,
				section[class*="scheme3"] .fatfooter {
				    border-top: 1px solid #666;
				}
				section[class*="scheme3"] .menu.main {
				    border-bottom: 1px solid #666;
				}
				section[class*="scheme3"] .fatfooter {
				    border-bottom: 1px solid #666;
				}

				section[class*="scheme3"] .date-block {
					background-color: #666;
				}

				/* text color */
				body section[class*="scheme3"] {
					color: #000;
				}

				/* links color */
				section[class*="scheme3"] a:not(.wp-block-button__link):not(.has-text-color a) {
				    color:  #008AB7;
				}

				/* hover links color */
				section[class*="scheme3"] a:not([class*="button"]):not(.btn):not(.wp-block-button__link):hover,
				section[class*="scheme3"] a:not([class*="button"]):not(.btn):not(.wp-block-button__link):active
				/*, section[class*="scheme3"] a:not(.btn):hover, section[class*="scheme3"] a:not(.btn):active */ {
				    color:  #9e4059;
				}

				/* Button Colors */
			 	section[class*="scheme3"] .wp-block-button {
			 		color: #fff;
			 	}

				section[class*="scheme3"] button,
				section[class*="scheme3"] a.btn,
				section[class*="scheme3"] a.btn:focus,
				html section[class*="scheme3"] input[type=button],
				section[class*="scheme3"] input[type=reset],
				section[class*="scheme3"] input[type=submit],
				section[class*="scheme3"] .wp-block-button__link:not(.has-background) {
				    background-color: #3498db;
				    background: -webkit-linear-gradient(top, #3498db, #3498db);
				    background: -moz-linear-gradient(top, #3498db, #3498db);
				    background: -ms-linear-gradient(top, #3498db, #3498db);
				    background: -o-linear-gradient(top, #3498db, #3498db);
				    background: linear-gradient(to bottom, #3498db, #3498db);
				    color: #fff;
					border-color: #3498db;
				}

				section[class*="scheme3"] button:hover, section[class*="scheme3"] a.btn:hover, html section[class*="scheme3"] input[type=button]:hover, section[class*="scheme3"] input[type=reset]:hover, section[class*="scheme3"] input[type=submit]:hover, section[class*="scheme3"] .wp-block-button__link:hover {
				    background-color: #3cb0fd;
				    background: -webkit-linear-gradient(top, #3cb0fd, #3498db);
				    background: -moz-linear-gradient(top, #3cb0fd, #3498db);
				    background: -ms-linear-gradient(top, #3cb0fd, #3498db);
				    background: -o-linear-gradient(top, #3cb0fd, #3498db);
				    background: linear-gradient(to bottom, #3cb0fd, #3498db);
				    color: #fff;
					border-color: #fff;
				}


				section[class*="scheme3"] .wp-block-button__link.has-background {
					/* TODO: Not working because gradient wordpress buttons use background-image */
					/*background-image: none;*/

				}


			 


			/* ---------------- */
			/* Styling Schemes */
			/* ---------------- */

				:root {
					--scheme4-background-color: #fff;
					--scheme4-frame-color: rgba(100,100,100,0);
					--scheme4-main-color: #000;
					--scheme4-sec-color: #666;
					--scheme4-text-color: #000;
					--scheme4-link-color: #008AB7;
					--scheme4-hover-color: #9e4059;
				}



			 	/* background color */
				.main-content section.page-section[class*="scheme4"] {
					background-color: #fff;
				}

			 	/* frame background color */
				.main-content section.page-section[class*="scheme4"] .container,
				.main-content>section.page-section[class*="scheme4"] .container-fluid {
					background-color: rgba(100,100,100,0);
				}

				/* main color */
				section[class*="scheme4"] #site-title a:link,
				section[class*="scheme4"] #site-title a:visited,
				section[class*="scheme4"] .site-title a:link,
				section[class*="scheme4"] .site-title a:visited,
				section[class*="scheme4"] h1:not(.has-text-color h1),
				section[class*="scheme4"] h2:not(.has-text-color h2),
				section[class*="scheme4"] h2.page-title:not(.has-text-color h2),
				section[class*="scheme4"] h2.post-title:not(.has-text-color h2),
				section[class*="scheme4"] h2 a:link:not(.has-text-color a),
				section[class*="scheme4"] h2 a:visited:not(.has-text-color a),
				section[class*="scheme4"] h3:not(.has-text-color h3),
				section[class*="scheme4"] h4:not(.has-text-color h4),
				section[class*="scheme4"] h5:not(.has-text-color h5),
				section[class*="scheme4"] .menu.main a:link,
				section[class*="scheme4"] .menu.main a:visited,
				section[class*="scheme4"] .home-overlay, section[class*="scheme4"] blockquote:before,
				section[class*="scheme4"] blockquote:after {
				    color:  #000;
				}

				section[class*="scheme4"] .container {
					border-color: #666;
				}

				*:not([class*="scheme4"])+section[class*="scheme4"] .container {
					border-top: none;
				}

				/* secondary color */
				.main-content>section[class*="scheme4"] .entry-summary {
					border-color: #666;
				}

				section[class*="scheme4"] #site-description,
				section[class*="scheme4"] .sidebar h3,
				section[class*="scheme4"] .menu.main a:active,
				section[class*="scheme4"] .menu.main a:hover,
				section[class*="scheme4"] .title-icon,
				section[class*="scheme4"] .entry-meta {
				    color:  #666;
				}

				section[class*="scheme4"] .menu.main,
				section[class*="scheme4"] .fatfooter {
				    border-top: 1px solid #666;
				}
				section[class*="scheme4"] .menu.main {
				    border-bottom: 1px solid #666;
				}
				section[class*="scheme4"] .fatfooter {
				    border-bottom: 1px solid #666;
				}

				section[class*="scheme4"] .date-block {
					background-color: #666;
				}

				/* text color */
				body section[class*="scheme4"] {
					color: #000;
				}

				/* links color */
				section[class*="scheme4"] a:not(.wp-block-button__link):not(.has-text-color a) {
				    color:  #008AB7;
				}

				/* hover links color */
				section[class*="scheme4"] a:not([class*="button"]):not(.btn):not(.wp-block-button__link):hover,
				section[class*="scheme4"] a:not([class*="button"]):not(.btn):not(.wp-block-button__link):active
				/*, section[class*="scheme4"] a:not(.btn):hover, section[class*="scheme4"] a:not(.btn):active */ {
				    color:  #9e4059;
				}

				/* Button Colors */
			 	section[class*="scheme4"] .wp-block-button {
			 		color: #fff;
			 	}

				section[class*="scheme4"] button,
				section[class*="scheme4"] a.btn,
				section[class*="scheme4"] a.btn:focus,
				html section[class*="scheme4"] input[type=button],
				section[class*="scheme4"] input[type=reset],
				section[class*="scheme4"] input[type=submit],
				section[class*="scheme4"] .wp-block-button__link:not(.has-background) {
				    background-color: #3498db;
				    background: -webkit-linear-gradient(top, #3498db, #3498db);
				    background: -moz-linear-gradient(top, #3498db, #3498db);
				    background: -ms-linear-gradient(top, #3498db, #3498db);
				    background: -o-linear-gradient(top, #3498db, #3498db);
				    background: linear-gradient(to bottom, #3498db, #3498db);
				    color: #fff;
					border-color: #3498db;
				}

				section[class*="scheme4"] button:hover, section[class*="scheme4"] a.btn:hover, html section[class*="scheme4"] input[type=button]:hover, section[class*="scheme4"] input[type=reset]:hover, section[class*="scheme4"] input[type=submit]:hover, section[class*="scheme4"] .wp-block-button__link:hover {
				    background-color: #3cb0fd;
				    background: -webkit-linear-gradient(top, #3cb0fd, #3498db);
				    background: -moz-linear-gradient(top, #3cb0fd, #3498db);
				    background: -ms-linear-gradient(top, #3cb0fd, #3498db);
				    background: -o-linear-gradient(top, #3cb0fd, #3498db);
				    background: linear-gradient(to bottom, #3cb0fd, #3498db);
				    color: #fff;
					border-color: #fff;
				}


				section[class*="scheme4"] .wp-block-button__link.has-background {
					/* TODO: Not working because gradient wordpress buttons use background-image */
					/*background-image: none;*/

				}


			 


			/* ---------------- */
			/* Styling Schemes */
			/* ---------------- */

				:root {
					--scheme5-background-color: #fff;
					--scheme5-frame-color: rgba(100,100,100,0);
					--scheme5-main-color: #000;
					--scheme5-sec-color: #666;
					--scheme5-text-color: #000;
					--scheme5-link-color: #008AB7;
					--scheme5-hover-color: #9e4059;
				}



			 	/* background color */
				.main-content section.page-section[class*="scheme5"] {
					background-color: #fff;
				}

			 	/* frame background color */
				.main-content section.page-section[class*="scheme5"] .container,
				.main-content>section.page-section[class*="scheme5"] .container-fluid {
					background-color: rgba(100,100,100,0);
				}

				/* main color */
				section[class*="scheme5"] #site-title a:link,
				section[class*="scheme5"] #site-title a:visited,
				section[class*="scheme5"] .site-title a:link,
				section[class*="scheme5"] .site-title a:visited,
				section[class*="scheme5"] h1:not(.has-text-color h1),
				section[class*="scheme5"] h2:not(.has-text-color h2),
				section[class*="scheme5"] h2.page-title:not(.has-text-color h2),
				section[class*="scheme5"] h2.post-title:not(.has-text-color h2),
				section[class*="scheme5"] h2 a:link:not(.has-text-color a),
				section[class*="scheme5"] h2 a:visited:not(.has-text-color a),
				section[class*="scheme5"] h3:not(.has-text-color h3),
				section[class*="scheme5"] h4:not(.has-text-color h4),
				section[class*="scheme5"] h5:not(.has-text-color h5),
				section[class*="scheme5"] .menu.main a:link,
				section[class*="scheme5"] .menu.main a:visited,
				section[class*="scheme5"] .home-overlay, section[class*="scheme5"] blockquote:before,
				section[class*="scheme5"] blockquote:after {
				    color:  #000;
				}

				section[class*="scheme5"] .container {
					border-color: #666;
				}

				*:not([class*="scheme5"])+section[class*="scheme5"] .container {
					border-top: none;
				}

				/* secondary color */
				.main-content>section[class*="scheme5"] .entry-summary {
					border-color: #666;
				}

				section[class*="scheme5"] #site-description,
				section[class*="scheme5"] .sidebar h3,
				section[class*="scheme5"] .menu.main a:active,
				section[class*="scheme5"] .menu.main a:hover,
				section[class*="scheme5"] .title-icon,
				section[class*="scheme5"] .entry-meta {
				    color:  #666;
				}

				section[class*="scheme5"] .menu.main,
				section[class*="scheme5"] .fatfooter {
				    border-top: 1px solid #666;
				}
				section[class*="scheme5"] .menu.main {
				    border-bottom: 1px solid #666;
				}
				section[class*="scheme5"] .fatfooter {
				    border-bottom: 1px solid #666;
				}

				section[class*="scheme5"] .date-block {
					background-color: #666;
				}

				/* text color */
				body section[class*="scheme5"] {
					color: #000;
				}

				/* links color */
				section[class*="scheme5"] a:not(.wp-block-button__link):not(.has-text-color a) {
				    color:  #008AB7;
				}

				/* hover links color */
				section[class*="scheme5"] a:not([class*="button"]):not(.btn):not(.wp-block-button__link):hover,
				section[class*="scheme5"] a:not([class*="button"]):not(.btn):not(.wp-block-button__link):active
				/*, section[class*="scheme5"] a:not(.btn):hover, section[class*="scheme5"] a:not(.btn):active */ {
				    color:  #9e4059;
				}

				/* Button Colors */
			 	section[class*="scheme5"] .wp-block-button {
			 		color: #fff;
			 	}

				section[class*="scheme5"] button,
				section[class*="scheme5"] a.btn,
				section[class*="scheme5"] a.btn:focus,
				html section[class*="scheme5"] input[type=button],
				section[class*="scheme5"] input[type=reset],
				section[class*="scheme5"] input[type=submit],
				section[class*="scheme5"] .wp-block-button__link:not(.has-background) {
				    background-color: #3498db;
				    background: -webkit-linear-gradient(top, #3498db, #3498db);
				    background: -moz-linear-gradient(top, #3498db, #3498db);
				    background: -ms-linear-gradient(top, #3498db, #3498db);
				    background: -o-linear-gradient(top, #3498db, #3498db);
				    background: linear-gradient(to bottom, #3498db, #3498db);
				    color: #fff;
					border-color: #3498db;
				}

				section[class*="scheme5"] button:hover, section[class*="scheme5"] a.btn:hover, html section[class*="scheme5"] input[type=button]:hover, section[class*="scheme5"] input[type=reset]:hover, section[class*="scheme5"] input[type=submit]:hover, section[class*="scheme5"] .wp-block-button__link:hover {
				    background-color: #3cb0fd;
				    background: -webkit-linear-gradient(top, #3cb0fd, #3498db);
				    background: -moz-linear-gradient(top, #3cb0fd, #3498db);
				    background: -ms-linear-gradient(top, #3cb0fd, #3498db);
				    background: -o-linear-gradient(top, #3cb0fd, #3498db);
				    background: linear-gradient(to bottom, #3cb0fd, #3498db);
				    color: #fff;
					border-color: #fff;
				}


				section[class*="scheme5"] .wp-block-button__link.has-background {
					/* TODO: Not working because gradient wordpress buttons use background-image */
					/*background-image: none;*/

				}


			 


			/* ---------------- */
			/* Styling Schemes */
			/* ---------------- */

				:root {
					--scheme6-background-color: #fff;
					--scheme6-frame-color: rgba(100,100,100,0);
					--scheme6-main-color: #000;
					--scheme6-sec-color: #666;
					--scheme6-text-color: #000;
					--scheme6-link-color: #008AB7;
					--scheme6-hover-color: #9e4059;
				}



			 	/* background color */
				.main-content section.page-section[class*="scheme6"] {
					background-color: #fff;
				}

			 	/* frame background color */
				.main-content section.page-section[class*="scheme6"] .container,
				.main-content>section.page-section[class*="scheme6"] .container-fluid {
					background-color: rgba(100,100,100,0);
				}

				/* main color */
				section[class*="scheme6"] #site-title a:link,
				section[class*="scheme6"] #site-title a:visited,
				section[class*="scheme6"] .site-title a:link,
				section[class*="scheme6"] .site-title a:visited,
				section[class*="scheme6"] h1:not(.has-text-color h1),
				section[class*="scheme6"] h2:not(.has-text-color h2),
				section[class*="scheme6"] h2.page-title:not(.has-text-color h2),
				section[class*="scheme6"] h2.post-title:not(.has-text-color h2),
				section[class*="scheme6"] h2 a:link:not(.has-text-color a),
				section[class*="scheme6"] h2 a:visited:not(.has-text-color a),
				section[class*="scheme6"] h3:not(.has-text-color h3),
				section[class*="scheme6"] h4:not(.has-text-color h4),
				section[class*="scheme6"] h5:not(.has-text-color h5),
				section[class*="scheme6"] .menu.main a:link,
				section[class*="scheme6"] .menu.main a:visited,
				section[class*="scheme6"] .home-overlay, section[class*="scheme6"] blockquote:before,
				section[class*="scheme6"] blockquote:after {
				    color:  #000;
				}

				section[class*="scheme6"] .container {
					border-color: #666;
				}

				*:not([class*="scheme6"])+section[class*="scheme6"] .container {
					border-top: none;
				}

				/* secondary color */
				.main-content>section[class*="scheme6"] .entry-summary {
					border-color: #666;
				}

				section[class*="scheme6"] #site-description,
				section[class*="scheme6"] .sidebar h3,
				section[class*="scheme6"] .menu.main a:active,
				section[class*="scheme6"] .menu.main a:hover,
				section[class*="scheme6"] .title-icon,
				section[class*="scheme6"] .entry-meta {
				    color:  #666;
				}

				section[class*="scheme6"] .menu.main,
				section[class*="scheme6"] .fatfooter {
				    border-top: 1px solid #666;
				}
				section[class*="scheme6"] .menu.main {
				    border-bottom: 1px solid #666;
				}
				section[class*="scheme6"] .fatfooter {
				    border-bottom: 1px solid #666;
				}

				section[class*="scheme6"] .date-block {
					background-color: #666;
				}

				/* text color */
				body section[class*="scheme6"] {
					color: #000;
				}

				/* links color */
				section[class*="scheme6"] a:not(.wp-block-button__link):not(.has-text-color a) {
				    color:  #008AB7;
				}

				/* hover links color */
				section[class*="scheme6"] a:not([class*="button"]):not(.btn):not(.wp-block-button__link):hover,
				section[class*="scheme6"] a:not([class*="button"]):not(.btn):not(.wp-block-button__link):active
				/*, section[class*="scheme6"] a:not(.btn):hover, section[class*="scheme6"] a:not(.btn):active */ {
				    color:  #9e4059;
				}

				/* Button Colors */
			 	section[class*="scheme6"] .wp-block-button {
			 		color: #fff;
			 	}

				section[class*="scheme6"] button,
				section[class*="scheme6"] a.btn,
				section[class*="scheme6"] a.btn:focus,
				html section[class*="scheme6"] input[type=button],
				section[class*="scheme6"] input[type=reset],
				section[class*="scheme6"] input[type=submit],
				section[class*="scheme6"] .wp-block-button__link:not(.has-background) {
				    background-color: #3498db;
				    background: -webkit-linear-gradient(top, #3498db, #3498db);
				    background: -moz-linear-gradient(top, #3498db, #3498db);
				    background: -ms-linear-gradient(top, #3498db, #3498db);
				    background: -o-linear-gradient(top, #3498db, #3498db);
				    background: linear-gradient(to bottom, #3498db, #3498db);
				    color: #fff;
					border-color: #3498db;
				}

				section[class*="scheme6"] button:hover, section[class*="scheme6"] a.btn:hover, html section[class*="scheme6"] input[type=button]:hover, section[class*="scheme6"] input[type=reset]:hover, section[class*="scheme6"] input[type=submit]:hover, section[class*="scheme6"] .wp-block-button__link:hover {
				    background-color: #3cb0fd;
				    background: -webkit-linear-gradient(top, #3cb0fd, #3498db);
				    background: -moz-linear-gradient(top, #3cb0fd, #3498db);
				    background: -ms-linear-gradient(top, #3cb0fd, #3498db);
				    background: -o-linear-gradient(top, #3cb0fd, #3498db);
				    background: linear-gradient(to bottom, #3cb0fd, #3498db);
				    color: #fff;
					border-color: #fff;
				}


				section[class*="scheme6"] .wp-block-button__link.has-background {
					/* TODO: Not working because gradient wordpress buttons use background-image */
					/*background-image: none;*/

				}


			 