

	/********************************* [ GLOBAL STYLES ] *********************************/
		html { height: 100%; overflow-x: hidden; }
		.clear, .clearfix { clear: both; }
		.clear:after, .clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
		.post, .page { margin: 0 !important; }
		div, span, ul, li, img, header, nav, footer, main, article, aside, section { position: relative; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
		body { position: relative; font-size: 1rem; line-height: 1.7rem; font-weight: 300; font-family: 'Martel', sans-serif; color: #b2b2b2; background: #0B0B0B; }
		
		#page { z-index: 1; }
		
		/***************************/
		/* GLOBAL COLOUR - #e7c07a */
		/***************************/
		
		a, a:visited, #wpdcom .wpd-auth .wpd-login a { text-decoration: underline; color: #a2a2a2; }
		a:active, a:hover, #wpdcom .wpd-auth .wpd-login a:hover { text-decoration: none; color: #e7c07a; }
		.entry-content a, #home-intro a { text-decoration: underline; text-underline-offset: .3125em; color: #e7c07a; }
			.entry-content a:hover, #home-intro a:hover { text-decoration: underline; color: #e7c07a; }

		h1, h2, h3, h4, h5, h6 { margin: 0 0 70px; color: #e7c07a; letter-spacing: -1px; line-height: 1em; font-weight: 300; font-family: 'Cormorant', serif; text-shadow: none; text-transform: capitalize; font-style: italic; }
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #e7c07a; }
		h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { font-weight: 400; }
		h1.entry-title a, h2.entry-title a, h3.entry-title a, h4.entry-title a, h5.entry-title a, h6.entry-title a { color: #e7c07a !important; }
		h1 { font-size: 3.5rem; line-height: 3rem; }
		h2 { font-size: 3rem; line-height: 3rem; }
		.entry-content h2, #services-sections h2 { font-size: 2rem; line-height: 2rem; margin-bottom: 20px; }
		h3 { font-size: 2.6rem; line-height: 2.6rem; margin-bottom: 20px; }
		.entry-content h3 { font-size: 1.6rem; line-height: 2rem; margin-bottom: 10px; }
		h4 { font-size: 2rem; line-height: 2rem; margin-bottom: 20px; }
		h5 { font-size: 1.6rem; line-height: 1.8rem; margin-bottom: 20px; }
		h6 { font-size: 1.4rem; line-height: 1.8rem; margin-bottom: 20px; }
		
		h1 em, h2 em, h3 em, h4 em, h5 em, h6 em { color: #e7c07a; font-style: normal; }
		strong { font-weight: 800; color: #cacaca; }
		p { margin: 0 0 2rem; }
		figure { margin: 0 0; }
		
		
		::-webkit-input-placeholder { color: #222; }
		::-moz-placeholder { color: #222; }
		:-ms-input-placeholder { color: #222; }
		:-moz-placeholder { color: #222; }
		
		input:focus, input:active, input[type="checkbox"], select, textarea, img { outline: none; }
		
		input[type=text], input[type=email], input[type=tel], input[type=password], input[type=number], input.text, input.title, textarea, select { background-color: #fff; color: #222 !important; border: 1px solid #e3e3e3; padding: 14px !important; font-weight: 400; font-size: inherit; border-radius: 0px; -webkit-border-radius: 0px; }
			input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, input[type=number]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border-color: #e3e3e3; color: #222; box-shadow: 0 0 20px rgba(0,0,0,0.1); }
		
		textarea { resize: vertical; }

		.ginput_container_checkbox { padding-top: 20px; }


		.gfield_checkbox input[type="checkbox"] { opacity: 0; }
		.gfield_checkbox label::before{
			content: "";
			display: inline-block;
			height: 20px;
			width: 20px;
			left: 0;
			border: 2px solid #ccc;
			border-radius: 0 0;
			-webkit-border-radius: 0 0;
		}
		.gfield_checkbox label::after {
			content: "";
			display: inline-block;
			height: 8px;
			width: 12px;
			border-left: 2px solid #e7c07a;
			border-bottom: 2px solid #e7c07a;
			transform: rotate(-45deg);
		}
		.gfield_checkbox label { position: relative; padding-left: 30px !important; padding-bottom: 6px !important; }
		.gfield_checkbox label::before, .gfield_checkbox label::after { position: absolute; }
		.gfield_checkbox label::before { top: 3px; }
		.gfield_checkbox label::after { left: 4px; top: 7px; }
		
		/*Hide the checkmark by default*/
		.gfield_checkbox input[type="checkbox"] + label::after {
			content: none;
			outline: none;
		}
		/*Unhide the checkmark on the checked state*/
		.gfield_checkbox input[type="checkbox"]:checked + label::after {
			content: "";
			outline: none;
		}
		/*Adding focus styles on the outer-box of the fake checkbox*/
		.gfield_checkbox input[type="checkbox"]:focus + label::before {
			outline: none;
		}
		.gfield_checkbox input[type="checkbox"]:checked + label::before { border-color: #e7c07a; }
		
		
		input[type=button], input[type=submit], button, .button, a.read-more, .reply-container a, #commentform input#submit, .shortcode-button a, .gform_wrapper.gravity-theme .gform_previous_button.button, .gform_wrapper.gravity-theme .gform_save_link.button, #conversion-form input[type="submit"] {
			-webkit-appearance: none; -moz-appearance: none; -o-appearance: none; /* For Mobiles */
			z-index: 1;
			border-radius: 4px; -webkit-border-radius: 4px;
			position: relative;
			background: #bb944e;
			border: 0px none;
			display: inline-block;
			cursor: pointer;
			color: #111 !important;
			font-size: 0.9rem;
			font-weight: 600;
			font-family: 'Martel', sans-serif;
			text-decoration: none !important;
			text-transform: capitalize;
			letter-spacing: -0.3px;
			line-height: 2rem;
			padding: 11px 40px;
			text-align: center;
		}
		input[type=button] i, input[type=submit] i, button i, .button i, a.read-more i, .reply-container a i, #commentform input#submit i, a i, .shortcode-button a i { position: relative; top: 1px; vertical-align: middle; margin-right: 4px; font-size: 120%; color: #111; }
			input[type=button]:hover i, input[type=submit] i, button:hover i, .button:hover i, a.read-more:hover i, .reply-container a:hover i, #commentform input#submit:hover i, a:hover i, .shortcode-button a:hover i { color: #111 !important; }
		input[type=button]:hover, input[type=submit]:hover, button:hover, .button:hover, a.read-more:hover, .reply-container a:hover, #commentform input#submit:hover, .shortcode-button a:hover, .gform_wrapper.gravity-theme .gform_previous_button.button:hover, .gform_wrapper.gravity-theme .gform_save_link.button:hover, #conversion-form input[type="submit"]:hover {
			background: #e7c07a !important;
			text-decoration: none !important;
			color: #111 !important;
		}
		
		
		/* Change this class to whatever ID or class you wish to animate */
		input, select, img, textarea, article, section, input[type=button], input[type=submit], button, .button, a.read-more, .reply-container a, #commentform input#submit, .shortcode-button a, .site-info section .footer-socials a, .main-navigation ul ul, .main-navigation ul ul a, .main-navigation li a::after, .main-navigation li a::before, .main-navigation, .main-navigation li a, .menu-item-has-children::before, a.home-getintouch, ul#post-page-loop li, ul#post-page-loop li .post-page-img img, .shortcode-features-list ul li, .site-header, .site-branding img, #home-services ul li a, #home-services ul li a span, #project-slider ul li .post-page-img img, #home-first-block article section:last-of-type a::after, #home-first-block article section:last-of-type a::before, .topbar a.header-quote, .projects-member-info, #project-slider ul li .projects-more, #home-extra-services ul li img, #home-extra-services ul li h3 a, #home-extra-services ul li a, .site-info section section div ul.footer-services li a, #home-michelle article img, #home-supplies section ul li, .site-info section ul.footer-services li a, .shortcode-bookinglink a {
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
		}
	/******************************* [ END GLOBAL STYLES ] *******************************/


	
	
	

	.container { margin: 0 auto; width: 1460px; }
	
	#primary { float: left; width: 65%; text-align: left; padding: 100px 0px; }
		.fullwidth #primary { float: none; width: auto; }
	#secondary { float: right; width: 30%; text-align: left; padding: 100px 0; }
	
	
	
	
	/********************************* [ HEADER STYLES ] *********************************/
	.site-header { position: fixed; z-index: 111; top: 0; width: 100%; background: rgba(0,0,0,0); padding: 40px 50px; visibility: visible; }
	.site-header.header-scroll { opacity: 0; -webkit-opacity: 0; visibility: hidden; }
		.topbar { color: #ccc; padding: 0 0 22px; font-size: 0.9rem; font-weight: 600; display: flex; flex-flow: row nowrap; align-items: center; }
			.topbar .topbar-left { width: 0; display: flex; flex-flow: row nowrap; align-items: center; }
			.topbar .topbar-right { width: 100%; text-align: right; }
				.topbar a { color: #ccc; line-height: 1rem; text-decoration: none; display: inline-block; margin-right: 30px; margin-bottom: 5px; }
					.topbar a:hover { color: #fff; }
					.topbar a i { vertical-align: middle; position: relative; display: inline-block; top: 0px; color: #e7c07a; font-size: 1.3rem; margin-right: 10px; }
						.topbar a:hover i { color: #fff !important; }
				.topbar a.header-quote { color: #222; background: #e7c07a; margin-right: 0px; padding: 12px 22px; text-transform: uppercase; font-weight: 600; font-size: 0.8rem; border-radius: 4px; -webkit-border-radius: 4px; margin-bottom: 0; }
					.topbar a.header-quote:hover { color: #222 !important; background: #fff !important; }
					.topbar a.header-quote i, .topbar a.header-quote:hover i { color: #222 !important; }
				
		.site-header .container { display: flex; flex-flow: row nowrap; }
		
		.header-main { padding: 0 0; display: flex; flex-flow: row nowrap; }
			.header-left { width: 400px; display: flex; align-items: flex-start; }
				.site-branding { margin: 0 0; display: flex; align-items: center; }
					.site-branding img { width: 90%; max-width: 100%; height: auto; margin: 0; display: block; }
				
			.header-right { width: calc(100% - 400px); }
			
	
	
			/********************************* [ NAVIGATION STYLES ] *********************************/
			.header-mobmenu { display: none; width: 100px; text-align: center; font-size: 0.9rem; }
				.header-mobmenu i { font-size: 1.1rem; margin-right: 10px; display: inline-block; }
				
			.main-navigation { width: 100%; display: flex; flex-flow: row nowrap; align-items: center; justify-content: flex-end; }
			.menu-main-menu-container { }
				.main-navigation ul { display: flex; flex-flow: row nowrap; justify-content: flex-end; list-style: none; margin: 0; }
					.main-navigation li { }
						.main-navigation li a { position: relative; display: inline-block; margin: 0 25px; line-height: 2.5rem; font-size: 1rem; font-family: "Martel", sans-sans-serif; font-weight: 400; text-decoration: none; color: #fff; }
							.main-navigation li a:hover { text-decoration: none; color: #e7c07a; }
							
						.main-navigation li a::after { position: absolute; content: ''; z-index: 1; bottom: 5px; left: 0; width: 0; height: 1px; background: #fff; opacity: 0; -webkit-opacity: 0; visibility: hidden; }
							.main-navigation li a:hover::after { left: 0; width: 100%; opacity: 1; -webkit-opacity: 1; visibility: visible; background: #e7c07a; }
						.main-navigation li:last-child a { margin-right: 0px; }
						
						.menu-item-has-children { padding-right: 10px; }
							.menu-item-has-children::before { position: absolute; z-index: 11; right: 15px; top: 50%; margin-top: -7px; font-size: 18px; font-family: uicons-regular-rounded !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e07c"; color: #fff; }
							.menu-item-has-children:hover::before { color: #e7c07a; }
						
						
						.main-navigation ul ul { display: block; top: 60px; left: 0; opacity: 0; visibility: hidden; width: 310px; background: #fff; margin-top: 0; padding: 15px 10px; text-align: left; box-shadow: 6px 6px 20px rgba(0,0,0,0.2); -webkit-box-shadow: 6px 6px 20px rgba(0,0,0,0.2); margin-right: 0px; border-radius: 10px; -webkit-border-radius: 10px; font-size: 90%; }
							.main-navigation ul li.menu-item-has-children:hover ul { top: 45px; left: 0; opacity: 1; visibility: visible; }
							.main-navigation ul ul::before { display: block; background: rgba(255, 0, 0,0); height: 6px; position: absolute; top: -9px; left: 0; width: 100%; content: ''; z-index: 2; }
							.main-navigation ul ul a { width: 100%; padding: 15px 25px 15px 20px; margin: 0 0; background: none transparent; line-height: 1rem; color: #333; }
								.main-navigation ul ul a::before { display: inline-block; position: relative; vertical-align: middle; top: -2px; font-size: 16px; font-family: uicons-regular-rounded !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e07c"; background: none transparent; color: #333; transform: rotate(-90deg); -webkit-transform: rotate(-90deg); margin-right: 10px; }
								.main-navigation ul.sub-menu .menu-item-has-children::before { color: #333 !important; }
								.main-navigation ul ul a:hover::before { color: #e7c07a; }
								.main-navigation ul ul a::after { display: none; }
								.main-navigation ul ul a:hover { background: none transparent; color: #e7c07a; }
								
								/* Sub Sub Menus */
								.main-navigation ul ul ul { display: none; left: 70px !important; top: 40px !important; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
									.main-navigation ul ul li:hover ul { display: block; left: 70px !important; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }
								
							
			.donatebtn { display: flex; align-items: center; justify-content: center; width: 200px; padding: 10px 10px; }
				.donatebtn i { font-size: 20px; }
							
							
							
		#astrology-sticky-menu { display: block; position: fixed; top: 0; left: 0; right: 0; z-index: 1111; color: #fff; text-align: center; transition: transform linear 0.4s; transform: translate(0,-100%);  }
			#astrology-sticky-menu .main-navigation { justify-content: center; bottom: 0; margin-top: 0; box-shadow: 0 0 30px rgba(0,0,0,0); -webkit-box-shadow: 0 0 30px rgba(0,0,0,0); }
				#astrology-sticky-menu .main-navigation li a { line-height: 4rem; font-size: 0.9rem; }
					#astrology-sticky-menu .main-navigation li a::after { bottom: 6px; }
				#astrology-sticky-menu .main-navigation li ul li a { line-height: 1rem; font-size: 1rem; }
				
		#astrology-sticky-menu.stickyshow { display: block; transform: translate(0,0); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); background: #211f1a; }
			#astrology-sticky-menu.stickyshow .main-navigation { box-shadow: 0 0 20px rgba(0,0,0,0.3); -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3); }
				#astrology-sticky-menu.stickyshow .main-navigation ul { justify-content: center; }
				#astrology-sticky-menu.stickyshow .main-navigation li a::after { bottom: 24px; }
					#astrology-sticky-menu.stickyshow .main-navigation ul ul { top: 70px; }
							#astrology-sticky-menu.stickyshow .main-navigation ul li.menu-item-has-children:hover ul { top: 56px; }
			/******************************* [ END NAVIGATION STYLES ] *******************************/
		
			
	/******************************* [ END HEADER STYLES ] *******************************/
	
	
	
	
	
	
	
	
	/********************** [ BODY STYLES ] **********************/
		#homepage-slider { position: relative; z-index: 0; border-bottom: 10px solid #181818; }
			#slider-header { display: none; position: relative; z-index: 2; width: 100%; min-height: 550px; padding: 50px; background: url(images/slider-astrology-works-supplies.webp) no-repeat 50% 50%; background-size: cover; -webkit-background-size: cover; }
				#slider-header h2 { position: absolute; left: 50%; bottom: 10%; width: 300px; margin-left: -150px; line-height: 3rem; font-size: 3rem; text-align: center; color: #e7c07a; }
			/* Override RevSlider */
			#rev_slider_2_1_wrapper .zeus .tp-bullet, #rev_slider_2_1_wrapper .zeus .tp-bullet:hover, #rev_slider_2_1_wrapper .zeus .tp-bullet.rs-touchhover { width: 28px !important; height: 9px !important; border-radius: 6px !important; -webkit-border-radius: 6px !important; border: 0 none !important; background: #fff !important; }
				#rev_slider_2_1_wrapper .zeus .tp-bullet.selected::after { background: #e7c07a !important; border-radius: 6px !important; -webkit-border-radius: 6px !important; border: 0 none !important; }
		
	
	
	
	
		#home-intro section h1, #home-supplies section h2, #home-michelle article h2, #home-signup article section h2 { font-size: 5rem; line-height: 5rem; text-align: center; }
		
		
		
		
		
		
		#home-intro { padding: 200px 0px; }
			#home-intro::after { position: absolute; content: ''; z-index: 1; bottom: -600px; left: 0; width: 720px; height: 727px; background: url(images/home-bg-cloud1.png) no-repeat 50% 50%; background-size: 100% auto; -webkit-background-size: 100% auto; opacity: 0.06; }
			#home-intro article { display: flex; flex-flow: row nowrap; align-items: flex-start; }
				#home-intro section:first-of-type { width: 100%; display: flex; align-items: center; padding: 0 10%; }
					#home-intro section div { text-align: center; }
						#home-intro section h1 { position: relative; }
							#home-intro section h1::after { position: relative; content: ''; margin: 20px auto 0; display: block; background: url(images/heading-stars.png) no-repeat 50% 50%; background-size: 100% auto; -webkit-background-size: 100% auto; width: 320px; height: 35px; }
						#home-intro section h2 { font-size: 2rem; line-height: 2rem; text-transform: capitalize; }
						#home-intro section p { }
							#home-intro section:first-of-type p:last-of-type { margin-bottom: 0px; }
						#home-intro section a { color: #fff; }
					
		
		
		
		
		#home-supplies { padding: 0px 0px 150px; }
			#home-supplies::after { position: absolute; content: ''; z-index: 0; bottom: 0; left: 0; width: 100%; height: 50%; background: #221f1a; }
			#home-supplies article { z-index: 1; display: flex; flex-flow: row nowrap; }
				#home-supplies section { width: 100%; display: flex; flex-flow: column wrap; justify-content: center; align-items: center; text-align: center; }
					#home-supplies section h2 { margin-bottom: 100px; }
						#home-supplies section h2::after { position: relative; content: ''; margin: 20px auto 0; display: block; background: url(images/heading-stars.png) no-repeat 50% 50%; background-size: 100% auto; -webkit-background-size: 100% auto; width: 280px; height: 32px; }
					
					#home-supplies section ul { width: 100%; display: flex; flex-flow: row nowrap; margin: 0 0; padding: 0 0; justify-content: space-between; list-style: none outside; }
						#home-supplies section ul li { width: 48%; background: #000; box-shadow: 0 5px 30px rgba(0,0,0,0.2); -webkit-box-shadow: 0 5px 30px rgba(0,0,0,0.2); border: 1px solid #666; padding: 4px; }
							#home-supplies section ul li div.service-content { padding: 12% 10%; border: 1px solid rgba(255,255,255,0.13); }
								#home-supplies section ul li span { display: block; margin: 0 auto; background: url(images/icon-astrology-icon.png) no-repeat 50% 50%; background-size: 100% auto; -webkit-background-size: 100% auto; width: 60px; height: 60px; margin-bottom: 20px; }
								#home-supplies section ul li h3 { font-size: 3rem; line-height: 3rem; margin-bottom: 30px; }
									#home-supplies section ul li h3::after { position: relative; content: ''; margin: 0 auto; display: block; background: url(images/heading-stars.png) no-repeat 50% 50%; background-size: 100% auto; -webkit-background-size: 100% auto; width: 170px; height: 30px; }
								#home-supplies section ul li p { margin-bottom: 30px; }
								#home-supplies section ul li a.button { display: inline-block; }
									#home-supplies section ul li a.button i { font-size: 20px; }
		
								#home-supplies section ul li:hover { border-color: #e7c07a; }
		






		#home-michelle { padding: 0px 0px 250px; background: #221f1a; }
			#home-michelle article { display: flex; flex-flow: row nowrap; align-items: center; }
				#home-michelle article section:first-of-type { width: 60%; text-align: left; padding-right: 10%; }
				#home-michelle article section:last-of-type { width: 40%; }
					#home-michelle article h2 { text-align: left; }
					#home-michelle article img { width: 100%; height: auto; display: block; border: 1px solid rgba(255,255,255,0.1); filter: grayscale(0%); }
						#home-michelle article img:hover { filter: grayscale(100%); }
		
		
		
		
		
		
		#home-signup { padding: 60px 0px; background: #bb944e; color: #fff; }
			#home-signup article { display: flex; flex-flow: column wrap; align-items: center; }
				#home-signup article section { z-index: 2; width: 100%; text-align: center; }
					#home-signup article section h2 { margin-bottom: 20px; color: #fff; font-size: 3rem; line-height: 3rem; }
					#home-signup article section p { margin-bottom: 20px; }
					#home-signup article section form.mailpoet_form { display: flex; flex-flow: row wrap; justify-content: space-between; padding: 0 !important; width: 80%; margin: 0 auto; }
						#home-signup article section form.mailpoet_form .mailpoet_paragraph { width: 32%; margin-bottom: 0px !important; }
							#home-signup article section form.mailpoet_form .mailpoet_paragraph input { width: 100% !important; line-height: 45px !important; padding: 5px 10px !important; border: 0 none !important; border-radius: 5px; -webkit-border-radius: 5px; }
							#home-signup article section form.mailpoet_form .mailpoet_paragraph input[type=submit] { background: #111 !important; color: #fff !important; }
							#home-signup article section form.mailpoet_form .mailpoet_message { width: 100%; }
		
		
		
		
		
		
		#home-blog { padding: 150px 0px; }
			#home-blog article { display: flex; flex-flow: column wrap; align-items: center; }
				#home-blog article section { z-index: 2; width: 100%; text-align: center; }
					#home-blog article section a { }
					#home-blog article section p { }
					#home-blog article section h2 { margin-bottom: 100px; }
						#home-blog section h2::after { position: relative; content: ''; margin: 20px auto 0; display: block; background: url(images/heading-stars.png) no-repeat 50% 50%; background-size: 100% auto; -webkit-background-size: 100% auto; width: 280px; height: 32px; }
	
	
		
		
	
		
		
		
		
		
	/******************** [ END BODY STYLES ] ********************/
	
	
	
		
		
	.entry-header { position: relative; top: 0; left: 0; width: 100%; background: #111 url(images/bg-page-header.webp) no-repeat 50% 50%; background-size: cover; -webkit-background-size: cover; padding: 280px 0px 120px; text-align: left; border-bottom: 10px solid #181818; }
		.entry-header h1.entry-title { position: relative; z-index: 1; font-size: 4rem; line-height: 4rem; margin: 20px 0px 0px; }
		.entry-breadcrumbs, .entry-meta { z-index: 1; display: inline-block; border: 1px solid rgba(255,255,255,0.5); padding: 0 10px 0 15px; color: rgba(255,255,255,0.5); font-size: 0.7rem; line-height: 1.7rem; font-weight: bold; text-transform: uppercase; border-radius: 100px; -webkit-border-radius: 100px; margin-right: 10px; }
			.entry-breadcrumbs a, .entry-breadcrumbs i, .entry-meta a { display: inline-block; margin-right: 5px; color: rgba(255,255,255,0.5); line-height: 1.7rem; text-decoration: none; }
			.entry-breadcrumbs i { font-size: 0.6rem; position: relative; top: 1px; }
				.entry-breadcrumbs a:hover { text-decoration: none; color: rgba(255,255,255,0.9); }
				
		.page-header-overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 0; background: rgba(14,21,42,0); }
	
		.header-introtext { color: #fff; font-size: 1.6rem; line-height: 2.6rem; }
		
		
	
	.page-content, .entry-content, .entry-summary, #post-page-loop { width: 100%; padding: 0 0; margin: 0 0; }
	.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { display: none; }
	
		h1, h2, h3, h4, h5, h6 { clear: none !important; }
		
		
		
		.red-swish { background: url(images/red-underline.png) no-repeat 50% 100%; background-size: 100% 9px; -webkit-background-size: 100% 9px; padding-bottom: 15px; color: #e7c07a; font-size: 140%; }
		.entry-content iframe { width: 100% !important; }
		iframe.googlemap { border: 10px solid #e7c07a; border-radius: 16px; -webkit-border-radius: 16px; }
		
		.alignright { float: right; margin: 0 0 15px 5%; }
		.alignleft { float: left; margin: 0 3% 15px 0; }
		
		.imageborder { border: 20px solid rgba(255,255,255,0.1); }
		
		
		.entry-content > ul, .post-content > ul, .shortcode-one-half > ul, .shortcode-one-half div.sc-half > ul, .shortcode-faq ul { margin: 0 0 40px; padding: 0 0 0 18px; list-style: none outside; }
			.entry-content > ul > li, .post-content > ul > li, .shortcode-one-half > ul > li, .shortcode-one-half div.sc-half > ul > li, .shortcode-faq ul li { margin-bottom: 5px; padding-left: 30px; }
				.entry-content > ul > li::before, .post-content > ul > li::before, .shortcode-one-half > ul > li::before, .shortcode-one-half div.sc-half > ul > li::before, .shortcode-faq ul li::before { position: absolute; top: 4px; left: 0; vertical-align: middle; color: #e7c07a; font-family: uicons-regular-rounded !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e360"; margin-right: 10px; font-size: 20px; }
		
		ol { list-style: decimal outside; margin: 0 0 40px 22px; padding: 0 0; }
			li > ul, li > ol { margin-bottom: 0; margin-left: 0; }
			ol > li > ul { list-style: lower-alpha; }
	
		footer.entry-footer { clear: both; }
		
		.quote-top-cta { background: #ddd url(images/bg-quote-top-cta.jpg) no-repeat 100% 0; padding: 50px 40% 50px 50px; text-align: left; margin-bottom: 40px; background-size: 30% 100%; -webkit-background-size: 30% 100%; font-size: 120%; line-height: 160%; }
		
		
		
		
		
		/* Post Loop */
		ul#post-page-loop { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: stretch; width: 100%; list-style: none outside; margin: 0 0 50px; }
			ul#post-page-loop li { width: 31%; margin-bottom: 30px; background: rgba(255,255,255,0.1); box-shadow: 0 5px 30px rgba(0,0,0,0.2);   -webkit-box-shadow: 0 5px 30px rgba(0,0,0,0.2); border: 1px solid #666; padding: 20px; }
				ul#post-page-loop li .post-page-img { display: block; overflow: hidden; position: relative; margin-bottom: 15px; border: 1px solid rgba(255,255,255,0.13); }
					ul#post-page-loop li .post-page-img img { display: block; width: 100%; height: auto; filter: brightness(80%); }
				ul#post-page-loop li .post-meta { font-size: 0.9rem; line-height: 0.9rem; }
					ul#post-page-loop li h3 { font-size: 1.7rem; line-height: 2rem; margin: 0 0 10px; color: #e7c07a; }
						ul#post-page-loop li h3 a { color: #e7c07a; text-decoration: none !important; }
						
				ul#post-page-loop li:hover { border-color: #e7c07a; }
					ul#post-page-loop li:hover .post-page-img img { transform: scale(1.05); -webkit-transform: scale(1.05); }
		/* End Post Loop */
		
		
		
		
		
		/* Single Post Styles */
		article.post, article.page { margin-bottom: 20px !important; }
		article.page.type-page { }
		#page-secondary-section { margin: 50px 0px; }
		
		.entry-content .entry-featured-image { width: 100%; }
			.entry-content .entry-featured-image img { display: block; margin: 0 0 50px; border: 20px solid rgba(255,255,255,0.1); width: 100%; height: auto; }
		
			.post-meta { margin-bottom: 20px; }
				.post-meta i { position: relative; top: 2px; vertical-align: middle; font-size: 0.9rem; }
			a.post-link { text-decoration: none !important; }
				a.post-link i { position: relative; top: 2px; vertical-align: middle; font-size: 0.9rem; color: #b2b2b2 !important; }
				
			body.single .entry-header h1.entry-title { margin-bottom: 20px; }
			.entry-header .post-meta { margin-top: 30px; }
				.post-meta strong { display: inline-block; background: #e7c07a; padding: 2px 15px; margin-right: 5px; font-weight: normal; color: #fff; text-transform: uppercase; border-radius: 100px; -webkit-border-radius: 100px; }
					.post-meta strong i { position: relative; vertical-align: middle; margin-top: -2px; margin-right: 4px; }
					.post-meta strong a { color: #fff; text-decoration: none !important; }
			
			.post h1 { margin-bottom: 10px; }
			.post .post-thumbnail, .team .post-thumbnail { width: 20%; margin: 0 50px 50px 0; }
				.post .post-thumbnail img, .team .post-thumbnail img { display: block; width: 100%; height: auto; border: 1px solid #ccc; padding: 20px; }
			.post .post-content, .team .post-content { width: 100%; }
			.post .post-content.post-full-width, .team .post-content.post-full-width { width: 100%; }
			
			.post .single-post-posted { display: block; margin-bottom: 30px; font-weight: bold; font-size: 120%; color: #e7c07a; }
			
			.post .fg-default.fg-gutter-10 { padding-left: 0; margin-bottom: 30px; display: flex; flex-flow: row wrap; }
				.post .fg-default .fg-item { width: 32%; }

			.post #post-social-share { display: flex; flex-wrap: nowrap; justify-content: flex-start; align-content: flex-start; }
				.post #post-social-share div { max-width: 170px; }
				
			.post-tags { }
				.post-tags ul { list-style: none outside; margin: 0 0; padding: 0 0; }
					.post-tags ul li { display: inline-block; background: #e7c07a; padding: 0px 10px; margin-right: 5px; font-weight: normal; text-transform: uppercase; border-radius: 100px; -webkit-border-radius: 100px; font-size: 70%; }
						.post-tags ul li a { color: #444; }
			
		
		.post-comments { background: rgba(255,255,255,0.1); padding: 20px; }
			#comments, #respond, .comments-area, #wpdcom.wpd-dark { margin: 0 auto !important; background: none transparent !important; color: #b2b2b2 !important; }
			#wpdcom { margin: 0 !important; padding: 0 !important; max-width: 90% !important; }
				#wpdcom .wpd-thread-list { padding: 30px 0 0; }
			
		/* End Single Post Styles */
		
		
		
		
		
		
		
		
		/* Contact Page Styles */
		body.page-template-page-contact #primary article.page.type-page { display: block; }
		body.page-template-page-contact #primary { display: flex; flex-flow: row nowrap; }
			body.page-template-page-contact #primary section:first-of-type { width: 50%; padding-right: 10%; }
			body.page-template-page-contact #primary section:last-of-type { width: 50%; }
		/* End Contact Page Styles */
		
		
		
		
	
	/********************************* [ SIDEBAR STYLES ] *********************************/
		#secondary { }
			.widget { background: rgba(255,255,255,0.1); padding: 10%; margin: 0 0 50px; }
				.widget.widget_media_image { padding: 0 0; }
					.widget.widget_media_image img { display: block; }
					.widget h2 { font-size: 2.5rem; line-height: 2.2rem; margin: 0 0 40px; text-transform: uppercase; }
					.widget a { }
					.widget p:last-of-type { margin-bottom: 0; }
					.widget ul { margin: 0 0; padding: 0 0; list-style: none outside; }
						.widget ul li { margin-bottom: 20px; padding-left: 30px; }
							.widget ul li::before { position: absolute; top: 6px; left: 0; vertical-align: middle; color: #e7c07a; font-family: uicons-regular-rounded !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e360"; margin-right: 10px; }
			
			#calculators { display: flex; flex-flow: row nowrap; justify-content: space-between; }
				#calculators section { width: 47%; }
					#calculators .widget { padding: 50px; width: 100%; min-height: 500px; display: inline-block; }
						#calculators .jkl_unit_converter_widget #conversion-form #list-options { margin: 0 0 !important; padding: 0 0; }
						#calculators #conversion-form select { background-image: none !important; }
			
			.widget_nav_menu { }
				.widget_nav_menu ul { margin: 0 0; padding: 0 0; list-style: none outside; }
					.widget_nav_menu ul li { display: flex; flex-wrap: nowrap; flex-direction: row; margin-bottom: 2px; }
					.widget_nav_menu ul li::before { position: absolute; z-index: 1; color: #e7c07a; padding: 19px 20px 10px 20px; font-family: uicons-regular-rounded !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e360"; }
						.widget_nav_menu ul li a { position: relative; display: block; width: 100%; color: #fff; padding: 13px 0px 13px 55px; font-weight: normal; font-size: 120%; background: rgba(255,255,255,0); border-radius: 6px; -webkit-border-radius: 6px; }
							.widget_nav_menu ul li a:hover, .widget_nav_menu ul li.current-menu-item a { text-decoration: none; background: rgba(255,255,255,0.1); }
			
			
			#custom_html-2 { background: none transparent; padding: 0 0; }/* Book online button */
				#custom_html-2 .button { width: 100%; border-radius: 10px; -webkit-border-radius: 10px; }
			
			.rpwwt-widget ul { padding: 0px; }
				.rpwwt-widget ul li { margin: 0 0 20px; }
				.rpwwt-post-title { margin-bottom: 10px; display: flex; }
				.rpwwt-post-date { position: relative; font-size: 86%; }
					.rpwwt-post-date::before { display: inline-block; font-family: uicons-regular-rounded !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e2a7"; margin-right: 6px; }
				
			
	/******************************* [ END SIDEBAR STYLES ] *******************************/
	
	
	
	
	
	
	/********************************* [ FOOTER STYLES ] *********************************/
		
		.site-footer { width: 100%; position: relative; background: #111 url(images/bg-page-header.webp) no-repeat 50% 50%; border-top: 10px solid #181818; color: #fff; font-size: 90%; }
			.site-footer::before { position: absolute; content: ''; z-index: 0; top: 0; bottom: 0; left: 0; right: 0; background: #111; width: 100%; opacity: 0.7; -webkit-opacity: 0.7; }
					
			.site-info { padding: 120px 0px 80px; display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: stretch; }
				.site-info a { color: #fff; text-decoration: none !important; }
					.site-info a:hover { color: #e7c07a; }
					.site-info a:hover i { color: #e7c07a !important; }
				.site-info section h1, .site-info section h2, .site-info section h3, .site-info section h4, .site-info section h5, .site-info section h6 { position: relative; font-size: 2rem; line-height: 2rem; font-weight: 600; margin-bottom: 30px; color: #e7c07a; }
				.site-info section strong {  }
				
				
				.site-info section { width: 33.333%; padding-right: 5%; }
				.site-info section:first-of-type { width: 33.333%; }
					.site-info section .footer-logo { width: 80%; height: auto; margin: 0 0 50px; }
					
					.site-info section ul#footer-contacts { list-style: none outside; margin: 0 0; padding: 0 0; display: flex; flex-flow: column wrap; }
						.site-info section ul#footer-contacts li { margin: 0 0 20px; padding: 0 0; width: 100%; }
							.site-info section ul#footer-contacts li a i { display: inline-block; vertical-align: middle; position: relative; top: 2px; font-style: normal; color: #e7c07a; min-width: 35px; text-align: center; font-size: 22px; }
				
				
					.site-info section ul.footer-services { width: 100%; display: flex; flex-flow: row nowrap; }
						.site-info section ul.footer-services { width: 100%; margin: 0 0; padding: 0 0; list-style: none outside; border: 1px solid rgba(255,255,255,0.2); font-size: 0.9rem; line-height: 1rem; display: flex; flex-flow: row wrap; }
							.site-info section ul.footer-services li { display: block; width: 100%; }
								.site-info section ul.footer-services li a { display: block; color: #fff; padding: 12px 20px; border-bottom: 1px solid rgba(255,255,255,0.2); }
								.site-info section ul.footer-services li:last-child a { border-bottom: 0 none; }
									.site-info ul.footer-services li a:hover { text-decoration: none; color: #e7c07a; padding-left: 25px; padding-right: 15px; }
									.site-info ul.footer-services li a i { font-size: 12px; color: #fff !important; }
					.site-info section .estimate-phone { font-size: 1.7rem; line-height: 2rem; display: block; margin-bottom: 40px; color: #fff; }
						.site-info section .estimate-phone i { vertical-align: middle; position: relative; top: -2px; }
					.site-info section .estimate-phone p { margin-bottom: 0; }
						.site-info section .estimate-phone p a { color: #fff; text-decoration: underline !important; }
				
			
			
			.site-info-copy { padding: 0 0 50px; font-size: 90%; color: rgba(255,255,255,0.7); letter-spacing: 2px; text-transform: uppercase; display: flex; flex-flow: row nowrap; }
				#copyright { width: 50%; color: rgba(255,255,255,0.7); }
				#developed { width: 50%; text-align: right; color: rgba(255,255,255,0.3); }
					#copyright a { color: rgba(255,255,255,0.7); }
					#developed a { color: rgba(255,255,255,0.3); }
						#copyright a:hover, #developed a:hover { color: rgba(255,255,255,1); text-decoration: underline; }
		
		
		
		#back-top { padding: 0; bottom: 10%; position: fixed; z-index: 3; right: 20px; }
			#back-top:hover { }
			#back-top a { display: block; width: 57px; color: #FFF; text-align: center; text-decoration: none; text-transform: uppercase; }
			#back-top span { background: #e7c07a url(images/up-arrow.png) no-repeat 50% 50%; display: block; width: 50px; height: 50px; margin-bottom: 0; background-size: 70% auto; -webkit-background-size: 70% auto; border-radius: 7px; -webkit-border-radius: 7px; }
			
			
		#footer-toggle-menu { display: none; flex-direction: row; flex-wrap: wrap; align-items: stretch; justify-content: space-evenly; position: fixed; bottom: 0px; left: 0px; right: 0px; z-index: 99999; background: #e7c07a; color: #fff; width: 100%; margin: 0 0; padding: 0 0; }
			#footer-toggle-menu li { display: block; width: 25%; vertical-align: middle; text-align: center; }
				#footer-toggle-menu li a { display: block; min-height: 50px; padding: 10px 0px 6px; color: #111; font-size: 0.7rem; line-height: 1rem; font-family: 'Martel', Arial, sans-serif; text-decoration: none !important; }
					#footer-toggle-menu li a i { display: block; margin: 0 auto; font-size: 1.2rem; min-height: 20px; }
					#footer-toggle-menu li a:hover{ opacity: 1.0; background: #e7c07a; text-decoration: none; color: #111; }
					
					.shiftnav-toggle-button, .shiftnav-toggle-button:hover { background: #e7c07a; color: #111 !important; }
					.shiftnav-toggle * { line-height: 1.3rem !important; }
					.shiftnav .fa, .shiftnav-toggle .fa {
						font-family: "Font Awesome 5 Free" !important;
						font-weight: 900 !important;
					}
					.shiftnav-nav .menu-item-has-children::before { top: 1.6rem !important; right: 11px !important; }
					
						.shiftnav ul.shiftnav-menu li.menu-item > .shiftnav-target, .shiftnav ul.shiftnav-menu li.shiftnav-retract > .shiftnav-target { padding: 8px 15px !important; }
					
					.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover { background: transparent !important; }
		
		
		
		.edit-link { position: fixed; top: 30%; left: 0; z-index: 10; display: block; width: auto; height: auto; padding: 7px 15px; background: #e7c07a; color: #fff; text-align: center; text-transform: uppercase; font-size: 0.8rem; font-weight: 600; border-radius: 0 4px 4px 0; -webkit-border-radius: 0 4px 4px 0; }
			.edit-link a { display: block; color: #fff; }
				.edit-link a::before { display: inline-block; color: #fff; font-family: uicons-regular-rounded !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: '\e6a5'; margin-right: 6px; }
				
	/******************************* [ END FOOTER STYLES ] *******************************/
	
	
	
	
	
	
	
	
	/********************** [ GRAVITY FORMS STYLES ] **********************/
		.gform_wrapper { margin: 0 0 !important; }
			.gform_wrapper li { margin-top: 12px !important; }
				body .gform_legacy_markup_wrapper .top_label div.ginput_container { margin-top: 2px  !important; }
				.gform_wrapper div.ginput_container input, .gform_wrapper div.ginput_container textarea, .gform_wrapper div.ginput_container select { font-size: 0.9rem !important; padding: 12px 12px !important; border-radius: 5px; -webkit-border-radius: 5px; }
				.gform_wrapper.gravity-theme .gfield_label { text-transform: uppercase; margin-bottom: 0 !important; font-size: 0.9rem !important; }
				.gform_wrapper.gravity-theme label { margin-bottom: 0 !important; font-size: 1rem !important; }
				
				.gform_body.gform-body h2, .gform_body.gform-body h3, .gform_body.gform-body h4, .gform_body.gform-body h5, .gform_body.gform-body h6 { margin: 0 0 20px; }
				.gform_wrapper.gravity-theme .gform_previous_button.button svg, .gform_wrapper.gravity-theme .gform_save_link.button svg { vertical-align: middle; }
					.gform_body.gform-body .button svg path { fill: #fff; }
					
					.gform_delete_file { background: #222; padding: 5px 5px; line-height: 1rem; }
					
					.gform_required_legend { display: none; }
		
		body.page-template-page-contact-details .gform_wrapper, .enquiryform { background: rgba(255,255,255,0.1); border-top: 10px solid #e7c07a; padding: 7%; }
		
		
				
				
		/* RADIO BUTTON STYLES */
		.customradio input[type="radio"] {
		  opacity: 0;
		  -webkit-opacity: 0;
		  position: fixed;
		  width: 0;
		}
		.customradio  .gchoice { float: left; width: 48%; margin-right: 2%; margin-bottom: 30px; }
		
		.customradio label {
			display: block !important;
			background-color: #eee;
			padding: 3% 3%;
			font-family: 'Martel', sans-serif;
			font-weight: 700;
			font-size: 1.6rem !important;
			line-height: 2.2rem;
			border: 2px solid #e3e3e3;
			color: #444;
			cursor: pointer;
			text-align: center;
			width: 100% !important;
			max-width: 100% !important;
		}
		.customradio input[type="radio"]:checked + label {
			background-color: #e7c07a;
			border-color: #c75e25;
			color: #fff;
		}
		/* RADIO BUTTON STYLES */
		
	/******************** [ END GRAVITY FORMS STYLES ] ********************/
	
	
	.lrm-form a.button, .lrm-form button, .lrm-form button[type=submit], .lrm-form #buddypress input[type=submit], .lrm-form input[type=submit] { background: #e7c07a !important; }
	
	div.is-ajax-search-details, div.is-ajax-search-result { padding: 1px !important; }
	
	.xoo-el-form-container button.btn.button.xoo-el-action-btn { height: auto !important; }
	
	.strong-view.wpmtst-simple a.disabled { display: block !important; }
	
	.yith-wcwl-add-to-wishlist i { font-family: "Font Awesome 6 Free" !important; font-weight: 400; }
	.fa.fa-facebook, .fa.fa-twitter, .fa.fa-google-plus, .fa.fa-google-plus-square, .fa.fa-pinterest, .fa.fa-pinterest-square { font-family: "Font Awesome 6 Brands" !important; margin-right: 0 !important; }
	.fa.fa-envelope-o, .fa.fa-whatsapp { margin-right: 0 !important; }
	.yith-wcwl-add-to-wishlist i.fa-heart { font-weight: 900; }
	
	
	/* FAQS Accordion Styles */
	.sp-easy-accordion .sp-ea-single .ea-header { font-family: 'Martel', sans-serif; }
		.sp-easy-accordion .sp-ea-single .ea-header a { padding: 25px !important; font-weight: 700 !important; font-size: 18px !important; }
	.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body { padding: 35px !important; }
	
	
	#wpgmza_map { border: 20px solid #f4f4f4; }
	
	/* Override Strong Testimonials Settings */
	.entry-content .strong-view.wpmtst-simple .wpmtst-testimonial { padding: 50px 0; margin: 0em auto; }
		.entry-content .strong-view.wpmtst-simple .wpmtst-testimonial-inner { background: #fff; border-radius: 15px; -webkit-border-radius: 15px; padding: 6%; box-shadow: 0px 3px 20px rgba(0,0,0,0.1); -webkit-box-shadow: 0px 3px 20px rgba(0,0,0,0.1); border-bottom: 2px solid #e7c07a; }
			.entry-content .strong-view.wpmtst-simple .wpmtst-testimonial-inner::before { position: absolute; z-index: 1; bottom: -30px; right: 60px; background: #fff; border: 2px solid #e7c07a; padding: 30px; border-radius: 100px; -webkit-border-radius: 100px; font-size: 25px !important; font-family: uicons-regular-rounded !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: '\eca2'; color: #e7c07a; }
			.entry-content .strong-view.wpmtst-simple .wpmtst-testimonial-content.testimonial-content p:first-of-type::before { content: '"'; font-size: 2rem; font-family: 'Martel', serif; line-height: 1rem; }
			.entry-content .strong-view.wpmtst-simple .wpmtst-testimonial-content.testimonial-content p:last-of-type::after { content: '"'; font-size: 2rem; font-family: 'Martel', serif; line-height: 1rem; position: relative; top: 5px; }
			.entry-content .strong-view.wpmtst-simple .wpmtst-testimonial-inner .testimonial-name { font-weight: bold; margin-top: 30px; }
	/* End Override Strong Testimonials Settings */
	
	
	
	/* Override FlipBook Settings */
	.df-popup-thumb { width: 200px !important; }
	/* End Override FlipBook Settings */
	
	
	
	
	/* Override Amelia Bookings Styles */
	.am-fs__main-heading button.am-button, .am-advsc__header button.am-button { color: rgb(253, 191, 81) !important; }
		.am-fs__main-heading button.am-button:hover, .am-advsc__header button.am-button:hover { color: rgb(20, 20, 20) !important; }
	
		/* On mobile */
		.amelia-v2-booking #amelia-container .am-fs__main-footer { bottom: -7px !important; }
	/* End Override Amelia Bookings Styles */
	
	
	
	
	
	
	
	/* Add some Lazy Load Styles */
	.lazy-load {
	  opacity: 0;
	  transform: translateY(50px); /* slight vertical offset */
	  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
	  will-change: opacity, transform;
	  transition-delay: 0.1s;
	  -webkit-transition-delay: 0.1s;
	}

	.lazy-load.visible {
	  opacity: 1;
	  transform: translateY(0);
	}
	/* End some Lazy Load Styles */
	
	
	
	/********************************* [ SHORTCODES STYLES ] *********************************/
	.shortcode-pdf { position: relative; display: inline-block; margin-bottom: 20px; margin-right: 10px; }
		.shortcode-pdf a { position: relative; display: block; padding: 15px 25px 15px 25px; font-size: 1rem; line-height: 23px; background: #e7c07a; border-radius: 5px; -webkit-border-radius: 5px; color: #fff; }
			.shortcode-pdf a::before { position: relative; vertical-align: middle; display: inline-block; top: 1px; z-index: 1; font-family: uicons-regular-rounded !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e6b5"; font-size: 23px; line-height: 23px; color: #fff; margin-right: 6px; }
			.shortcode-pdf a:hover { background: #e7c07a; color: #fff; text-decoration: underline; }

	.shortcode-hr { position: relative; margin: 0 0 30px; border-top: 2px solid #ccc; }

	.shortcode-address, .shortcode-phone, .shortcode-fax, .shortcode-whatsapp, .shortcode-email, .shortcode-time, .shortcode-facebook, .shortcode-instagram, .shortcode-shop { position: relative; margin-bottom: -1px; display: block; font-size: 1.2rem; padding: 35px 0px; text-align: left; border-top: 2px solid rgba(255,255,255,0.1); }
		.shortcode-address i, .shortcode-phone i, .shortcode-fax i, .shortcode-whatsapp i, .shortcode-email i, .shortcode-time i, .shortcode-facebook i, .shortcode-instagram i, .shortcode-shop i { position: relative; font-size: 23px; margin: 0px 10px 0px 0px; vertical-align: middle; color: #e7c07a; top: 2px; min-width: 30px; text-align: center; display: inline-block; }
		.shortcode-address p, .shortcode-phone p, .shortcode-fax p, .shortcode-whatsapp p, .shortcode-email p, .shortcode-time p, .shortcode-facebook p, .shortcode-instagram p, .shortcode-shop p { padding-bottom: 0px; }
		.shortcode-address + br, .shortcode-phone + br, .shortcode-fax + br, .shortcode-whatsapp + br, .shortcode-email + br, .shortcode-time + br, .shortcode-facebook + br, .shortcode-facebook + br, .shortcode-shop + br { display: none; }
		.shortcode-address a, .shortcode-phone a, .shortcode-fax a, .shortcode-whatsapp a, .shortcode-email a, .shortcode-time a, .shortcode-facebook a, .shortcode-instagram a, .shortcode-shop a { color: #333; text-decoration: none; }
			.shortcode-address a:hover, .shortcode-phone a:hover, .shortcode-fax a:hover, .shortcode-whatsapp a:hover, .shortcode-email a:hover, .shortcode-time a:hover, .shortcode-facebook a:hover, .shortcode-instagram a:hover, .shortcode-shop a:hover { text-decoration: underline; }

	.shortcode-cta { position: relative; display: flex; background: rgba(255,255,255,0.1); border-left: 10px solid #e7c07a; margin: 3rem 0; padding: 3% 5%; font-size: 1.4rem; line-height: 2.3rem; }
		.shortcode-cta p:last-of-type { margin-bottom: 0; }
		.shortcode-cta a { font-size: inherit; text-decoration: none; font-weight: bold; }
			.shortcode-cta a:hover { font-size: inherit; text-decoration: underline; }
			

	.shortcode-urllink { position: relative; padding-left: 30px; font-weight: bold; color: #e7c07a; }
		.shortcode-urllink a { color: #e7c07a; text-decoration: underline; }
			.shortcode-urllink a:hover { color: #e7c07a; }
		.shortcode-urllink::before { position: absolute; left: 0px; z-index: 1; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0c1"; }
		
	.shortcode-button { display: inline-block; margin-bottom: 30px; }
	
	.shortcode-quote { position: relative; font-family: 'Martel', serif; font-size: 1.5rem; line-height: 2.5rem; color: #fff; font-weight: 700; margin: 4rem 0; padding: 5% 10%; background: #e7c07a; }
		.shortcode-quote::before { position: absolute; z-index: 1; content: ''; bottom: -15px; right: 50px; width: 105px; height: 85px; background: url(images/shortcode-quote.svg) no-repeat 0 10px; background-size: 100% auto; -webkit-background-size: 100% auto; }
		.shortcode-quote strong { clear: right; }
	
	
	.shortcode-one-half { display: flex; flex-flow: row nowrap; justify-content: space-between; width: 100%; }
		.shortcode-one-half div.sc-half { width: 47%; }
		.shortcode-one-half div.sc-half:last-of-type p:first-of-type { margin-bottom: 0; }
		.shortcode-one-half div.sc-half h2, .shortcode-one-half div.sc-half h3 { }
		.shortcode-one-half div.sc-half img { display: block; max-width: 100% !important; }
	
	
	
	.one-third-container { display: flex; flex-flow: row nowrap; justify-content: space-between; }
	.shortcode-one-third, .shortcode-one-third-mid, .shortcode-one-third-last { width: 28%; margin-bottom: 20px; }
	.shortcode-one-third-last { margin-right: 0; }
		.shortcode-one-third p:first-of-type, .shortcode-one-third-mid p:first-of-type, .shortcode-one-third-last p:first-of-type { margin: 0 0; }
		.shortcode-one-third img, .shortcode-one-third-mid img, .shortcode-one-third-last img { display: block; margin-bottom: 10px; }
		.shortcode-one-third h3, .shortcode-one-third-mid h3, .shortcode-one-third-last h3 { margin-bottom: 20px; font-size: 1.6rem; }
		.shortcode-one-third p:last-of-type a, .shortcode-one-third-mid p:last-of-type a, .shortcode-one-third-last p:last-of-type a { text-align: center; }
			.shortcode-one-third p:last-of-type a:hover, .shortcode-one-third-mid p:last-of-type a:hover, .shortcode-one-third-last p:last-of-type a:hover { }
		.shortcode-one-third ul, .shortcode-one-third-mid ul, .shortcode-one-third-last ul { margin: 0 0 3rem; padding: 0 0 0 20px; list-style: none outside; }
			.shortcode-one-third ul li, .shortcode-one-third-mid ul li, .shortcode-one-third-last ul li { padding: 0 0 5px 40px; background: url(images/icon-list-item.png) no-repeat 0 5px; }
			
	
	
	.shortcode-link { position: relative; margin-bottom: 20px; display: inline-block; width: 47%; border: 2px solid #ececec; border-radius: 10px; -webkit-border-radius: 10px; padding: 20px; margin-right: 18px; text-align: center; }
		.shortcode-link::before {  }
		.shortcode-link i { position: relative; top: 2px; margin-right: 10px; color: #e7c07a; vertical-align: middle; font-size: 22px; }
		.shortcode-link strong { display: block; }
	
	
	.shortcode-faq { display: block; border-bottom: 2px solid rgba(255,255,255,0.1); margin-bottom: 50px; padding-left: 90px; background: url(images/icon-faq2.png) no-repeat 0 5px; background-size: 60px auto; -webkit-background-size: 60px auto; }
		.shortcode-faq h4 { font-size: 2rem; line-height: 2rem; }
		.shortcode-faq p:first-of-type { margin: 0 0; }
		
	
	.shortcode-columns { columns: 2; column-gap: 10%; margin-bottom: 2rem; }
		.shortcode-columns p:first-of-type { margin: 0 0; }
		
	
	.shortcode-list-ticks { }
		.shortcode-list-ticks ul { list-style: none; margin: 0 0; padding: 0 0; }
			.shortcode-list-ticks ul li { padding: 0 0 8px 30px; }
			.shortcode-list-ticks ul li::before { position: absolute; left: 0; top: 0; margin-top: 4px; font: var(--fa-font-solid); content: "\f0a9"; font-size: 20px; color: #e7c07a; }
	
	.shortcode-colours { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: stretch; }
		.shortcode-colours { width: 100%; margin-bottom: 30px; display: inline-block; border: 2px solid #efefef; border-radius: 10px; -webkit-border-radius: 10px; padding: 10%; }
			.shortcode-colours p:first-of-type { margin: 0 0; }
			.shortcode-colours h3 { font-size: 1.6rem; line-height: 1.6rem; margin-bottom: 10px; }
			.shortcode-colours ul { padding: 0 0; }
				.shortcode-colours li { border: 1px solid #e5e5e5; border-width: 1px 0 0; padding: 15px 0; }
				.shortcode-colours li:last-child { border-bottom-width: 1px; }
					.shortcode-colours li::before { top: 21px !important; }
	
	.shortcode-bookinglink { display: flex; flex-flow: row nowrap; margin-top: 50px; }
		.shortcode-bookinglink a { display: block; background: #e7c07a; color: #222; width: 100%; padding: 50px; text-align: center; font-size: 1.4rem; }
		.shortcode-bookinglink a:hover { background: #d7b16d; color: #fff; }
	
	
	/******************************* [ END SHORTCODES STYLES ] *******************************/

	
	
	
	
	
	
	
	
	
	
	
	
	
	/********************************* [ RESPONSIVE STYLES ] *********************************/
		.post img, #logo { max-width: 100%; height: auto; }
		embed, iframe, object, video { max-width: 100%; }

		@media only screen and ( max-width: 1700px ) {
			body { font-size: 1rem; line-height: 1.5rem; }
			.container { width: 1160px; }
			#primary { width: 65%; }
			#secondary { width: 31%; }
			
			.header-left { width: 350px; }
			.header-right { width: calc(100% - 350px); }
				.main-navigation li a { margin: 0 14px; }
				.menu-item-has-children::before { right: 5px; margin-top: -9px; }
			
			
			h1, h2, h3, h4, h5, h6 { margin: 0 0 40px; }
			#home-intro section h1, #home-supplies section h2, #home-michelle article h2, #home-services article section h2, #home-sponsor-logos section h2, #home-signup article section h2 { font-size: 4rem; line-height: 4rem; }
			#home-michelle { padding: 0px 0px 150px; }
			
			.entry-header { }
				.entry-header h1.entry-title { font-size: 4rem; line-height: 4rem; }
			.shortcode-quote { background-position: 0 8px; background-size: 110px auto; -webkit-background-size: 110px auto; font-size: 150%; line-height: 126%; margin: 50px 30px 0px; }
			.alignright { max-width: 50% !important; }
			.shortcode-one-half img, .shortcode-one-half-last img { max-width: 100% !important; }
			.shortcode-address, .shortcode-phone, .shortcode-fax, .shortcode-whatsapp, .shortcode-email, .shortcode-time, .shortcode-facebook, .shortcode-instagram, .shortcode-shop { font-size: 1rem; padding: 17px 0px; }
				.shortcode-address i, .shortcode-phone i, .shortcode-fax i, .shortcode-whatsapp i, .shortcode-email i, .shortcode-time i, .shortcode-facebook i, .shortcode-instagram i, .shortcode-shop i { font-size: 1.4rem; }
			
			.header-introtext { font-size: 1.4rem; line-height: 2.2rem; }
			
			#secondary {}
				.widget { }
					.widget h2 { font-size: 2rem; }
			
			.site-footer {}
				.site-info section .estimate-phone { font-size: 1.5rem; }
		}
		
		
		
		
		
		

		@media only screen and ( max-width: 1260px ) {
			body { font-size: 1rem; }
			.container { width: 960px; }
			h1, h2, h3, h4, h5, h6 { margin: 0 0 20px; }
			h2 { font-size: 2rem; line-height: 2rem; }
			
			.site-header { padding: 14px 30px; }
				.header-left { width: 300px; }
				.header-right { width: calc(100% - 300px); }
					.topbar { }
						.topbar a.header-quote { padding: 7px 22px; }
							.topbar a i { top: 1px; font-size: 1rem; }
					.main-navigation li a { margin: 0 12px; }
						.menu-item-has-children::before { font-size: 16px; }
			
			#home-intro section h1, #home-supplies section h2, #home-michelle article h2, #home-services article section h2, #home-sponsor-logos section h2, #home-signup article section h2 { font-size: 3rem; line-height: 3rem; }
			
			#home-intro { padding: 100px 0px; }
				#home-intro section:first-of-type { padding: 0; }
			#home-supplies { padding: 0px 0px 100px; }
				#home-supplies section ul li h3 { font-size: 2rem; line-height: 2rem; }
			#home-blog { padding: 100px 0px; }
				
			.entry-header { padding: 240px 0px 80px; }
				.entry-header h1.entry-title { font-size: 3rem; }
				.header-introtext { font-size: 1.1rem; line-height: 1.6rem; }
			p { margin: 0 0 2rem; }
			.alignright, .alignleft { max-width: 50%; }
			ul#post-page-loop li { padding: 10px; width: 31%; }
				ul#post-page-loop li .post-page-stats { left: 20px; top: 20px; }
				ul#post-page-loop li h3 { font-size: 1.4rem; }
			#rpwwt-recent-posts-widget-with-thumbnails-2 img { width: 60px; height: auto; }
			ul.contact-details-fields li { padding: 30px 10px; }
			.shortcode-cta { font-size: 1rem; line-height: 2rem; }
			.shortcode-link { width: 45%; padding: 14px 6px; font-size: 0.9rem; }
				.shortcode-link i { margin-right: 6px; }
			.shortcode-quote { background-position: 0 8px; background-size: 110px auto; -webkit-background-size: 110px auto; font-size: 120%; line-height: 140%; margin: 50px 0px 0px; padding: 0px 0px 3rem 16%; }
			.post .fg-default .fg-item { width: 31%; }
			.entry-content .strong-view.wpmtst-simple .wpmtst-testimonial { padding: 0 0 50px; }
			#about-delivery { background-position: 35% 50%; margin: 30px 0; }
				#about-delivery div:first-of-type { width: 40%; padding: 40px; }
				#about-delivery div:last-of-type { width: 60%; padding: 40px; }
					#about-delivery div h2 { letter-spacing: 0px; font-size: 1.2rem; font-weight: 600; }
			
			.widget { }
				.widget h2 { font-size: 1.8rem; line-height: 2rem; }
			
			.site-info section h1, .site-info section h2, .site-info section h3, .site-info section h4, .site-info section h5, .site-info section h6 { margin-bottom: 20px; font-size: 1.6rem; }
			.site-info section { }
				.site-info section.footer-left .footer-logo { width: 200px; }
				.site-info section .estimate-phone { font-size: 1.2rem; margin-bottom: 20px; }

		}
		
		
		



		@media only screen and ( max-width: 980px ) {
			body { font-size: 0.9rem; }
			.container { width: 750px; }
			
			.body-fixed { padding-top: 0; }
			.site-header { padding: 20px; }
			.header-left { width: 30%; }
			.header-right { width: 80%; display: flex; flex-flow: row wrap; justify-content: flex-end; align-items: center; }
				.topbar { width: 100%; padding: 0; }
					.topbar .topbar-left { display: none; }
					.topbar .topbar-right { width: 100%; }
						.topbar a { line-height: 2.5rem; margin-bottom: 0; margin-left: 30px; margin-right: 0; }
						.topbar a.header-quote { display: none; }
				.main-navigation { display: none; }
				.header-mobmenu { display: block; border-radius: 4px; -webkit-border-radius: 4px; text-decoration: none !important; }
			
			
			#home-intro section h1, #home-supplies section h2, #home-michelle article h2, #home-services article section h2, #home-sponsor-logos section h2, #home-signup article section h2 { font-size: 2.3rem; line-height: 3rem; }
				#home-intro section h1::after, #home-supplies section h2::after { width: 230px; margin: 10px auto 0; }
			
			#home-supplies { padding: 0px 0px 50px; }
				#home-supplies section h2 { margin-bottom: 50px; }
			#home-michelle { padding: 0px 0px 80px; }
			#home-blog article section h2 { margin-bottom: 50px; }
			
			
			.entry-header { padding: 200px 0px 50px; }
				.entry-breadcrumbs, .entry-meta { padding: 0px 15px; font-size: 0.7rem; line-height: 1.5rem; }
					.entry-breadcrumbs a { margin-right: 3px; }
				.entry-header h1.entry-title { font-size: 1.8rem; margin: 10px 0px 10px; }
				
			#primary { width: 100%; float: none; }
				
				input[type="button"], input[type="submit"], button, .button, a.read-more, .reply-container a, #commentform input#submit, .shortcode-button a, .gform_wrapper.gravity-theme .gform_previous_button.button, .gform_wrapper.gravity-theme .gform_save_link.button, #conversion-form input[type="submit"] { padding: 7px 20px; }
				
				.entry-content .strong-view.wpmtst-simple .wpmtst-testimonial-inner::before { padding: 15px; font-size: 20px !important; bottom: -22px; }
				.shortcode-quote { background-size: 80px auto; -webkit-background-size: 80px auto; padding: 0px 0px 3rem 14%; }
				.shortcode-link { width: 47%; padding: 14px 6px; font-size: 0.9rem; }
					.shortcode-link i { margin-right: 6px; }
				.entry-content > ul, .post-content > ul, .shortcode-one-half > ul, .shortcode-one-half div.sc-half > ul, .shortcode-faq ul {}
					.entry-content > ul > li, .post-content > ul > li, .shortcode-one-half > ul > li, .shortcode-one-half div.sc-half > ul > li, .shortcode-faq ul li {}
						.entry-content > ul > li::before, .post-content > ul > li::before, .shortcode-one-half > ul > li::before, .shortcode-one-half div.sc-half > ul > li::before, .shortcode-faq ul li::before { top: 1px; }
				body.page-template-page-contact #primary { display: block; }
					body.page-template-page-contact #primary section:first-of-type { width: 100%; padding: 0; }
					body.page-template-page-contact #primary section:last-of-type { width: 100%; }
						body.page-template-page-contact #primary section img { width: 100%; }
				#page-short-desc { font-size: 1.2rem; line-height: 1.7rem; }
				
			#secondary { float: none; width: 100%; font-size: 100%; margin-right: 0; padding-top: 0; }
				.widget { float: none; width: 100%; margin-right: 0; padding: 36px 50px; }
					.widget h2 { margin: 0 0 14px; }
				.post-comments h3 { font-size: 1.6rem; line-height: 2rem; }
			
			.site-footer {  }
				.site-info { display: block; padding: 60px 0px 80px; }
					.site-info section h1::after, .site-info section h2::after, .site-info section h3::after, .site-info section h4::after, .site-info section h5::after, .site-info section h6::after { display: none; }
					.site-info section, .site-info section:first-of-type { width: 100%; text-align: center; padding-left: 0; margin-bottom: 30px; }
						.site-info section .footer-logo { width: 300px; margin: 0 0 20px; }
					
				.site-info-copy { text-align: center; display: block; padding-bottom: 100px; }
					#copyright, #developed { width: 100%; text-align: center; }
				
			#footer-toggle-menu { display: flex; }
		}

		
		
		
		
		
		
		@media only screen and ( max-width: 768px ) {
			.body-fixed { padding-top: 0px !important; }
			.container { width: auto; padding: 0px 20px; }
			#primary { width: auto; float: none; padding: 50px 0 50px; clear: both; }
			#secondary { width: auto; float: none; clear: both; }
			
			.site-header, .site-header.scroll-fixed { }
			.site-header { padding: 14px 15px; }
				.header-left { width: 40%; }
					body.home .site-branding { display: block; }
				.header-right { width: 60%; }
					.topbar .topbar-right { display: none; }
			
			#home-intro { padding: 50px 0px; }
				#home-intro::after { display: none; }
			#home-supplies {}
				#home-supplies section ul li h3 { font-size: 1.6rem; line-height: 2rem; }
					#home-supplies section ul li h3::after { display: none; }
				#home-supplies section ul { display: block; }
					#home-supplies section ul li { width: 100%; margin-bottom: 20px; }
			#home-michelle article { display: block; }
				#home-michelle article section:first-of-type, #home-michelle article section:last-of-type { width: 100%; text-align: center; padding-right: 0; margin-bottom: 30px; }
					#home-michelle article h2 { text-align: center; }
			#home-signup { }
				#home-signup article section form.mailpoet_form .mailpoet_paragraph { width: 48%; }
				#home-signup article section form.mailpoet_form .mailpoet_paragraph.last { width: 100%; margin-top: 10px; }
					#home-signup article section form.mailpoet_form .mailpoet_paragraph.last input { width: 100% !important; }
			#home-blog { padding: 50px 0px; }
				
					
			.entry-header { padding: 150px 0px 40px; }
				.entry-header h1.entry-title { font-size: 2rem; line-height: 2rem; }
				.header-introtext { font-size: 1rem; line-height: 1.4rem; }
			.entry-content h2, #services-sections h2 { font-size: 1.7rem; }
			article.post, article.page { margin-right: 0 !important; }
			ul#post-page-loop { padding-right: 0; display: block; }
				ul#post-page-loop li { padding: 10px; width: 100%; }
			ul.contact-details-fields { display: block; }
				ul.contact-details-fields li { width: 100%; margin: 0 0 20px; }
			.shortcode-faq { padding-left: 50px; background-size: 40px auto; -webkit-background-size: 40px auto; }
				.shortcode-faq h4 { font-size: 1.5rem; line-height: 2rem; }
			.shortcode-quote { font-size: 115%; line-height: 145%; background-position: 0 6px; background-size: 60px auto; -webkit-background-size: 60px auto; padding: 0px 0px 3rem 17%; }
			.shortcode-cta { display: block; }
			.shortcode-link { width: 100%; }
			.shortcode-one-half, .shortcode-one-half-last { display: block; float: none; width: auto; margin-right: 0; }
				.shortcode-one-half div.sc-half { width: 100%; }
			.one-third-container { flex-flow: row wrap; }
				.shortcode-one-third, .shortcode-one-third-mid, .shortcode-one-third-last { width: 48%; margin-bottom: 20px; }
			input[type="button"], input[type="submit"], button, .button, a.read-more, .reply-container a, #commentform input#submit, .shortcode-button a, .gform_wrapper.gravity-theme .gform_previous_button.button, .gform_wrapper.gravity-theme .gform_save_link.button { font-size: 1rem; }
			#primary {}
				.post .attachment-post-thumbnail { max-width: 100%; float: none; }
				p { margin: 0 0 2rem; }
				.gform_wrapper div.ginput_container input, .gform_wrapper div.ginput_container textarea, .gform_wrapper div.ginput_container select { font-size: 1rem !important; padding: 8px 12px !important; }
				#about-delivery { min-height: 500px; }
					#about-delivery div h2 { letter-spacing: 0px; font-size: 1rem; font-weight: 600; line-height: 1rem; padding: 10px 20px 12px; }
					#about-delivery div ul li { width: 100%; padding: 0 0 2px 14px; }
			#secondary { text-align: left; display: block; margin-right: 0 !important; font-size: 100% !important; padding: 0px 0px 30px; }
			
			.site-footer { padding: 50px; }
			.site-info-copy { padding-bottom: 100px !important; }
			
			#back-top { bottom: 40px; right: 0px; }
		}
		
		
		
		

		@media only screen and ( max-width: 479px ) {
			.body-fixed { padding-top: 0px !important; }
			.container { width: auto; padding: 0px 15px; }
			
			.site-header { width: 100%; }
				.header-left { width: 60%; }
				.header-right { width: 40%; }
			
			#home-intro section h1, #home-supplies section h2, #home-testimonials article h2, #home-services article section h2, #home-signup article section h2 { font-size: 2rem; line-height: 2rem; }
			
			#home-signup article section form.mailpoet_form { display: block; }
				#home-signup article section form.mailpoet_form .mailpoet_paragraph, #home-signup article section form.mailpoet_form .mailpoet_paragraph.last { width: 100%; margin-top: 20px; }
			
			
			input[type="button"], input[type="submit"], button, .button, a.read-more, .reply-container a, #commentform input#submit { display: block; padding: 12px 0px 10px; width: 100%; text-align: center; letter-spacing: 0; font-size: 1rem; }
			
			.entry-header { padding: 120px 0px 55px; }
				.entry-breadcrumbs, .entry-meta { display: none; }
				.entry-header h1.entry-title { font-size: 1.6rem; line-height: 2rem; text-align: center; }
				
				.post-meta strong { display: block; max-width: 70%; margin: 0 auto 10px; }
				#page-short-desc { font-size: inherit; line-height: inherit; }
				ul#post-page-loop { padding-right: 0; }
					ul#post-page-loop li { float: none; width: auto; margin-right: 0; }
				article.type-team .entry-content { display: block; }
					.post .post-thumbnail, .team .post-thumbnail { width: 100%; }
					.post .post-content, .team .post-content { width: 100%; }
				.entry-content > ul { padding: 0 0; }
				.entry-content h2, #services-sections h2 { font-size: 1.5rem; }
				.entry-content h3 { font-size: 1.3rem; line-height: 1.6rem; margin-bottom: 10px; }
				.post.type-post { margin-right: 0 !important; }
				.post .post-thumbnail { max-width: 100%; width: 100%; float: none; margin: 0 0 20px; }
				.alignleft, .alignright { display: block; float: none; width: 100%; max-width: 100% !important; margin: 0 0 20px; }
				ul, ol { margin: 0 0 1.5em 0.5em; }
				.shortcode-cta { margin-bottom: 5px; }
				.shortcode-quote { font-size: 110%; line-height: 140%; background-position: 0 6px; background-size: 60px auto; -webkit-background-size: 60px auto; padding: 0px 0px 3rem 21%; }
				.shortcode-address, .shortcode-phone, .shortcode-fax, .shortcode-email, .shortcode-time, .shortcode-facebook, .shortcode-instagram, .shortcode-shop { font-size: 1rem; }
				.shortcode-columns { columns: 1; }
				.shortcode-cta { padding: 20px 30px 20px 30px; font-size: 120%; }
				.one-third-container { flex-flow: row wrap; }
					.shortcode-one-third, .shortcode-one-third-mid, .shortcode-one-third-last { width: 100%; margin-bottom: 20px; }
				ul#post-page-loop.services-posts li { width: 100%; }
				ul#post-page-loop.services-posts li:nth-child(odd), ul#post-page-loop.services-posts li:nth-child(even) { margin-right: 0 !important; }
				
				#calculators {}
					.jkl_unit_converter_widget #conversion-form {}
						#conversion-units .entry input { width: 100% !important; }
			#secondary { display: block; }
				.widget ul { }
				.widget { width: 100%; margin-right: 0; padding: 36px 36px; }
			
			
			.footer-cta section { display: block; text-align: center; }
				.footer-cta section strong { display: block; width: 100%; line-height: 2rem; margin-bottom: 10px; }
				.footer-cta section .button { width: 55%; margin: 0 auto; }
			
			.site-info section section div ul.footer-services { display: block; }
				.site-info section section div ul.footer-services li { display: block; width: 100%; }
			
			#back-top span { width: 40px; height: 40px; }
		}
		
	/********************************* [ RESPONSIVE STYLES ] *********************************/
	