

	/********************************* [ 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.8rem; font-weight: 400; font-family: 'Poppins', sans-sans-serif; color: #485452; }
		
		#page { z-index: 1; }
		
		/***************************/
		/* GLOBAL COLOUR - #00879a */
		/***************************/
		
		a, a:visited { text-decoration: none; color: #00879a; }
		a:active, a:hover { text-decoration: none; color: #333; }
		.entry-content a, #home-intro a { text-decoration: underline; color: #00879a; }
			.entry-content a:hover, #home-intro a:hover { text-decoration: underline; color: #333; }

		h1, h2, h3, h4, h5, h6 { margin: 0 0 40px; color: #00879a; letter-spacing: 0px; line-height: 1em; font-weight: 700; font-style: normal; font-family: 'Gabarito', sans-serif; text-shadow: none; text-transform: uppercase; }
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #00879a; }
		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: #00879a !important; }
		h1 { font-size: 3.5rem; line-height: 3rem; }
		h2 { font-size: 3rem; line-height: 3rem; }
		.entry-content h2, #page-2col h2, .about-us-2 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; }
		strong { font-weight: 700; }
		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 #f1f1f1; padding: 14px !important; font-weight: 400; font-size: inherit; border-radius: 8px; -webkit-border-radius: 8px; box-shadow: 2px 2px 0 rgba(0,0,0,0.1); -webkit-box-shadow: 2px 2px 0 rgba(0,0,0,0.1); }
			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); }
		
		select option { font-family: 'Poppins', sans-sans-serif; }
		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 #00879a;
			border-bottom: 2px solid #00879a;
			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: #00879a; }
		
		
		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 {
			-webkit-appearance: none; -moz-appearance: none; -o-appearance: none; /* For Mobiles */
			z-index: 1;
			border-radius: 100px; -webkit-border-radius: 100px;
			position: relative;
			background: #00879a;
			border: 0px none;
			display: inline-block;
			cursor: pointer;
			color: #fff !important;
			font-size: 1rem;
			font-weight: 600;
			font-family: 'Poppins', sans-serif;
			text-decoration: none !important;
			text-transform: uppercase;
			letter-spacing: -0.3px;
			line-height: 2rem;
			padding: 10px 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: 10px; font-size: 120%; }
		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 {
			background: #339faf !important;
			text-decoration: none !important;
			color: #fff !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, .site-info a, .main-navigation ul ul, #back-top, .main-navigation ul ul a, .main-navigation li a::after, .main-navigation li a::before, .main-navigation, .main-navigation li a, 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.footer-right section div ul.footer-services li a, #home-extra-services .home-services-2 ul li, #membership-why ul li, ul#post-page-loop li .post-page-img span.news-hover-btn {
			-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: 150px 0px 0px; }
		.fullwidth #primary { float: none; width: auto; }
	#secondary { float: right; width: 30%; text-align: left; padding: 150px 0px; }
	
	
	
	
	/********************************* [ HEADER STYLES ] *********************************/
	.site-header { position: absolute; z-index: 111; top: 0; width: 100%; background: rgba(255,255,255,0.9); box-shadow: 0 0 20px rgba(0,0,0,0); -webkit-box-shadow: 0 0 20px rgba(0,0,0,0);backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
		.topbar { background: #00879a; color: #fff; padding: 7px 0px; font-size: 0.9rem; font-weight: 600; display: flex; flex-flow: row nowrap; align-items: center; }
			.topbar .topbar-left { width: 70%; display: flex; flex-flow: row nowrap; align-items: center; }
			.topbar .topbar-right { width: 30%; text-align: right; }
				.topbar a { color: #fff; line-height: 1rem; display: inline-block; margin-right: 35px; margin-bottom: 2px; }
					.topbar a:hover { color: #fff; text-decoration: none; }
					.topbar a i { font-size: 1rem; margin-right: 6px; }
						.topbar a:hover i { text-decoration: none; }
				.topbar a.header-quote { color: #222; background: #eee000; margin-right: 0px; padding: 10px 22px; text-transform: uppercase; font-family: 'Gabarito', sans-serif; font-weight: 600; font-size: 0.9rem; border-radius: 4px; -webkit-border-radius: 4px; margin-bottom: 0; }
					.topbar a.header-quote i { font-size: 1rem; }
					.topbar a.header-quote:hover { color: #222; background: #99cfd7; text-decoration: none; }
				
		.site-header .container { display: flex; flex-flow: row nowrap; }
		
		.header-main { padding: 20px 0; }
			.header-left { width: 300px; display: flex; align-items: center; }
				.site-branding { margin: 0 0; display: flex; align-items: center; }
					.site-branding img { width: 160px; max-width: 100%; margin: 0; display: block; }
				
			.header-right { width: calc(100% - 300px); display: flex; align-items: center; }
			
	
	
			/********************************* [ NAVIGATION STYLES ] *********************************/
			.header-mobmenu { display: none; width: 160px; text-align: center; padding: 10px 20px; }
			.main-navigation { display: flex; flex-flow: row-reverse nowrap; align-items: flex-end; }
			.menu-main-menu-container { width: 100%; }
				.main-navigation ul { width: 100%; 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; padding: 0 25px; letter-spacing: 0; line-height: 5rem; font-size: 1.1rem; font-family: 'Gabarito', serif; font-weight: 600; text-transform: capitalize; text-decoration: none; color: #444; }
							.main-navigation li a:hover { text-decoration: none; color: #00879a; }
							
							
						.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: 9px; top: 50%; margin-top: -10px; font-size: 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: "\e07c"; color: #00879a; }
							.menu-item-has-children:hover::before { color: #00879a; }
						
						.main-navigation ul li.menu-item-has-children ul { display: block; width: 320px; left: 0; visibility: hidden; opacity: 0; background: #fff; border-top: 2px solid #00879a; margin-top: -4px; padding: 10px 0; text-align: left; box-shadow: 6px 6px 6px rgba(0,0,0,0.2); margin-right: 0px; border-radius: 4px; -webkit-border-radius: 4px; }
							.main-navigation ul li.menu-item-has-children:hover > ul { display: block; left: 0; visibility: visible; opacity: 1; }
						.main-navigation ul li:last-child ul { margin-left: -150px; }
							.main-navigation ul ul::before { display: block; background: rgba(255, 0, 0,0); height: 0px; position: absolute; top: -12px; left: 0; width: 100%; content: ''; z-index: 2; }
							.main-navigation ul ul a { width: 100%; padding: 15px 25px 15px 45px; margin: 0 0; font-size: 1rem; line-height: 1rem; }
								.main-navigation ul ul a::before { position: absolute; z-index: 11; left: 20px; top: 50%; margin-top: -7px; 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: #00879a; font-size: 15px; transform: rotate(-90deg); }
								.main-navigation ul ul a::after { display: none; }
								.main-navigation ul ul a:hover { line-height: 1rem; padding: 15px 25px 15px 45px; color: #00879a; }
								
							.main-navigation ul li.menu-item-has-children ul li.menu-item-has-children ul, .main-navigation ul li.menu-item-has-children ul li.menu-item-has-children ul:last-child { left: 220px !important; margin-left: 0; }
							
							
							
		#liquor-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%); background: rgba(255,255,255,0.9); }
			#liquor-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); }
				#liquor-sticky-menu .main-navigation li a { line-height: 5rem; font-size: 1rem; }
				#liquor-sticky-menu .main-navigation li ul li a { line-height: 1rem; font-size: 1rem; }
				
		#liquor-sticky-menu.stickyshow { display: block; transform: translate(0,0); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
			#liquor-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); }
				#liquor-sticky-menu.stickyshow .main-navigation ul { justify-content: center; }
			/******************************* [ END NAVIGATION STYLES ] *******************************/
		
		
		.body-fixed { }
			.site-header.scroll-fixed { box-shadow: 0 0 30px rgba(0,0,0,0.3); -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.3); }
			.site-header.scroll-fixed .top-links { display: none; }
			.site-header.scroll-fixed .main-header { padding: 10px 0px; }
				.site-header.scroll-fixed .header-left {  }
				.site-header.scroll-fixed .header-right { }
			
	/******************************* [ END HEADER STYLES ] *******************************/
	
	
	
	
	
	
	
	
	/********************** [ BODY STYLES ] **********************/
		#homepage-slider { position: relative; z-index: 0; border: 1px solid #ccc; border-width: 1px 0; }
			#slider-header { display: none; }
				#slider-header img { display: block; }
				#slider-header h1, #slider-header h2 { position: absolute; z-index: 2; left: 50px; }
				#slider-header h1 { bottom: 100px; width: 65%; color: #fff; font-size: 1.8rem; line-height: 2.4rem; }
				#slider-header h2 { bottom: 30px; border: 1px solid #fff; border-radius: 1000px; -webkit-border-radius: 1000px; padding: 5px 20px; color: #fff; text-transform: uppercase; letter-spacing: 2px; font-weight: 400; font-size: 1rem; }
		
	
	
	
	
		#home-extra-services h2, #home-intro section h1, #home-team article section:first-of-type h2 { font-size: 5rem; line-height: 5rem; text-align: center; }
		
		
		
		
		
		#home-first-block { padding: 150px 0; }
			#home-first-block article { display: flex; flex-flow: row nowrap; justify-content: space-between; }
				#home-first-block article section:first-of-type { width: 50%; padding-right: 5%; display: flex; flex-flow: column wrap; justify-content: center; }
					#home-first-block article section:first-of-type div { }
					#home-first-block article section:first-of-type h1 { width: 70%; font-size: 5rem; line-height: 4.7rem; margin: 150px 0 70px; }
						#home-first-block article section:first-of-type h1::after { content: 'Cessnock City Liquor Accord'; position: absolute; z-index: -1; left: -6%; top: 34px; font-size: 9.5rem; line-height: 6rem; color: #f6f6f6; letter-spacing: -1px; }
					#home-first-block article section:first-of-type h2 { font-size: 1.5rem; line-height: 2rem; text-transform: unset; font-weight: 400; color: #00879a; }
					#home-first-block article section:first-of-type p:last-of-type { margin-bottom: 0px; }
						
					#home-first-block article section:first-of-type a.home-getintouch { display: flex; flex-flow: row wrap; background: #99cfd7; color: #fff; text-decoration: none; border-radius: 200px; -webkit-border-radius: 200px; padding: 8px 8px; line-height: 1rem; width: 370px; }
						#home-first-block article section:first-of-type a.home-getintouch:hover { background: #aab9cb; }
						#home-first-block article section:first-of-type a.home-getintouch i { width: 60px; height: 60px; background: #fff; color: #00879a; border-radius: 200px; line-height: 60px; text-align: center; margin-right: 0; }
		
				#home-first-block article section:last-of-type { width: 50%; }
					#home-first-block article section:last-of-type .youtube { border-radius: 20px; -webkit-border-radius: 20px; border: 3px solid #fff; box-shadow: 10px 10px 30px rgba(0,0,0,0.2); }
					
		
		
		
		
		#home-barred-from-all { padding: 100px 0; color: #fff; background: #00879a; text-align: center; }
			#home-barred-from-all img { max-width: 160px; display: block; margin: 0 auto 20px; }
			#home-barred-from-all h2 { color: #fff; font-size: 5rem; line-height: 5rem; }
			#home-barred-from-all h3 { color: #ffe322; font-size: 2rem; line-height: 2rem; }
			#home-barred-from-all strong { font-size: 1.5rem; font-weight: normal; display: block; margin: 0 auto; width: 60%; }
		

		
		
		
		#home-services { padding: 200px 100px 0px; }
		#home-services::before { position: absolute; top: 0; left: 0; content: ''; z-index: 0; width: 100%; height: 85%; background: #00879a url(images/bg-news.webp) no-repeat 0% 20%; background-size: cover; -webkit-background-size: cover; }
		#home-services::after { position: absolute; top: 0; left: 0; content: ''; z-index: 1; width: 100%; height: 85%; background: #003D50; opacity: 0.9; }
			#home-services article { display: flex; flex-flow: column wrap; align-items: flex-start; z-index: 2; }
				#home-services article section:first-of-type { width: 100%; }
					#home-services article section:first-of-type a { }
					#home-services article section:first-of-type p { }
					#home-services article section:first-of-type h2 { font-size: 1.4rem; line-height: 2rem; letter-spacing: 3px; text-align: center; color: #40bcc8; margin-bottom: 100px; }
						#home-services article section:first-of-type h2 strong { display: block; font-size: 5rem; line-height: 5rem; color: #fff; margin-top: 10px; }
					#home-services article section:last-of-type #project-slider ul  }
						#home-services article section:last-of-type #project-slider ul li {  }
							#home-services article section:last-of-type #project-slider ul li h3 { }
		
					#project-slider { width: 100%; z-index: 2; }
						#project-slider a.projects-all { position: absolute; right: 10px; top: -50px; }
							#project-slider a.projects-all i { font-size: 1rem; vertical-align: middle; position: relative; top: -2px; padding-left: 5px; }
							#project-slider a.projects-all:hover { color: #fff; }
						#project-slider ul li { margin: 0; padding: 10px; }
							#project-slider ul li a { display: block; position: relative; overflow: hidden; border-radius: 10px; -webkit-border-radius: 10px; }
							#project-slider ul li .post-page-img { display: block; overflow: hidden; }
								#project-slider ul li .post-page-img img { display: block; width: 100%; height: auto; }
								#project-slider ul li .post-page-img i { display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: linear-gradient(to bottom, rgba(20,20,20,0.3) 50%,rgba(0,0,0,0.8) 100%); width: 100%; }
							#project-slider ul li h3 { width: 95%; font-size: 1.4rem; line-height: 1.6rem; margin: 0 0 5px; color: #fff; font-weight: 600; text-shadow: 2px 2px 0 rgba(0,0,0,0.2); }
							#project-slider ul li .projects-more { color: #eee000; font-size: 1.6rem; }
						
					.projects-member-info { display: block; position: absolute; left: 0; right: 0; bottom: -20px; width: 100%; padding: 20px 30px; }
						.projects-member-info .post-meta { margin-bottom: 5px; font-weight: bold; color: #eee000; }
						.projects-member-info .projects-more { bottom: -20px; opacity: 0; transition-delay: 200ms; }
						
								#project-slider ul li a:hover { color: #fff; }
								#project-slider ul li a:hover .post-page-img img { transform: scale(1.06); filter: brightness(0.7); }
								#project-slider ul li a:hover .projects-member-info { bottom: 0; }
								#project-slider ul li a:hover .projects-member-info .projects-more { bottom: 0px; opacity: 1; }
								
					
					.splide__track { padding-bottom: 0px; }
					.splide__pagination { bottom: -30px !important; padding: 0 0 !important; }
					.splide__pagination__page { background: #2947A2 !important; }
					.splide__pagination__page.is-active { background: #99cfd7 !important; }
					.splide__arrows { position: absolute !important; height: auto !important; top: 0 !important; right: 0 !important; bottom: 0 !important; left: 0 !important; }
						.splide__arrow { background: #99cfd7 !important; width: 3em !important; height: 3em !important; margin-top: -50px !important; opacity: 1 !important; -webkit-opacity: 1 !important; top: 65% !important; }
							.splide__arrow.splide__arrow--prev { left: -12px; }
							.splide__arrow.splide__arrow--next { right: -12px; }
							.splide__arrow:hover { background: #eee000 !important; }
							.splide__arrow svg { fill: #ffffff !important; }
			
			
		
		
		
		
		
		
		#home-extra-services { padding: 150px 0 0; }
			#home-extra-services h2 { margin-bottom: 80px; font-size: 5rem; line-height: 5rem; }
				#home-extra-services h2 strong { display: block; font-size: 1.4rem; line-height: 2rem; letter-spacing: 3px; color: #666; margin-bottom: 10px; }
			#home-extra-services ul { width: 100%; list-style: none outside; margin: 0 0; padding: 0 0; display: flex; flex-flow: row wrap; justify-content: space-between; }
				#home-extra-services ul li { width: 31%; margin: 0 0; padding: 0 40px; text-align: center; }
					#home-extra-services ul li img { width: 200px; height: 200px; margin-bottom: 10px; border-radius: 1000px; -webkit-border-radius: 1000px; border: 7px solid #99cfd7; box-shadow: 0 0 30px rgba(0,0,0,0); }
					#home-extra-services ul li h3 { font-size: 1.8rem; line-height: 2rem; }
						#home-extra-services ul li h3 a {}
					#home-extra-services ul li p { margin-bottom: 5px; line-height: 1.5rem; }
					#home-extra-services ul li a.extra-more { position: relative; display: block; margin: 0 auto; color: #99cfd7; top: 5px; left: -20px; opacity: 0; transition-delay: 0.3s; }
					
				#home-extra-services ul li:hover { }
					#home-extra-services ul li:hover img { filter: brightness(1.1); box-shadow: 0 0 30px rgba(0,0,0,0.2); }
					#home-extra-services ul li:hover h3 a { color: #99cfd7; }
					#home-extra-services ul li:hover a.extra-more {left: 0px; opacity: 1; }
		
			#home-extra-services .home-services-2 { margin: 80px auto 0; text-align: center; }
				#home-extra-services .home-services-2 ul li { display: flex; flex-flow: row wrap; align-items: center; justify-content: center; border: 2px solid #dddddd; border-radius: 10px; margin-bottom: 20px; padding: 30px 60px; font-size: 112%; }
					#home-extra-services .home-services-2 ul li::before { position: relative; color: #339faf; 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: "\edb1"; font-size: 36px; margin: 0 auto; display: block; text-align: center; }
					#home-extra-services .home-services-2 ul li:hover { border-color: #339faf; }
				#home-extra-services .home-services-2 a.button { display: inline-block; margin: 50px auto 0; font-size: 1.2rem; font-weight: 400; letter-spacing: 1px; line-height: 3rem; }
					#home-extra-services .home-services-2 a.button i { font-size: 24px; }
		
		
		
		


		
		
		
		
		
	/******************** [ END BODY STYLES ] ********************/
	
	
	
		
		
	.entry-header { position: relative; top: 0; left: 0; width: 100%; background: #00879a url(images/bg-page-header.webp) no-repeat 50% 0; background-size: cover; -webkit-background-size: cover; padding: 300px 0px 100px; text-align: left; }
		.entry-header h1.entry-title { position: relative; z-index: 1; font-size: 3rem; line-height: 3.4rem; letter-spacing: 0.4px; margin: 10px 0px 0px; color: #fff; }
		.entry-breadcrumbs, .entry-meta { z-index: 1; display: inline-block; border: 1px solid #99cfd7; padding: 0 9px 0 14px; color: #99cfd7; font-size: 0.7rem; line-height: 1.5rem; 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: 6px; color: #99cfd7; }
			.entry-breadcrumbs i { font-size: 0.6rem; margin-top: 1px; vertical-align: middle; }
				.entry-breadcrumbs a:hover { text-decoration: underline; }
				
		.page-header-overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 0; background: rgba(70,90,100,0.7); }
	
		.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: #00879a; font-size: 140%; }
		.entry-content iframe { width: 100% !important; }
		iframe.googlemap { border: 10px solid rgba(0,0,0,0.1); }
		iframe.youtubevideo { border-radius: 10px; -webkit-border-radius: 10px; margin-bottom: 30px; }
		
		.alignright { float: right; margin: 0 0 15px 5%; }
		.alignleft { float: left; margin: 0 3% 15px 0; }
		
		.imageborder { border-radius: 10px; -webkit-border-radius: 10px; }
		
		#ui-datepicker-div { background: #fff !important; margin-left: initial !important; }
			#ui-datepicker-div .ui-icon { margin-right: initial !important; }
		
		.df-popup-thumb { min-width: 300px; }
		
		/* Elements with this style will ONLY show when the page is printed */
		.printonly { display: none; }
		/* End */
		
		
		.entry-content > ul, .post-content > ul, .shortcode-one-half > ul, .shortcode-one-half-last > ul, .shortcode-list-member ul, .shortcode-columns 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-last > ul > li, .shortcode-list-member ul > li, .shortcode-columns ul li { padding: 0 0 10px 32px; background: url(images/icon-list-item.png) no-repeat 0 2px; background-size: 22px auto; -webkit-background-size: 22px auto; line-height: 25px; }
	
		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%; }
		
		
		.liquor-accord-committee { border: 1px solid #f2f2f2; }
			.liquor-accord-committee tr:nth-child(odd) { background: #fff; }
			.liquor-accord-committee tr:nth-child(even) { background: #f2f2f2; }
			.liquor-accord-committee thead tr { background: #f2f2f2 !important; }
			.liquor-accord-committee td { padding: 10px; }
		
		
		
		
		/* 2 Column Page */
		#page-2col { display: flex; flex-flow: row nowrap; justify-content: space-between; margin-bottom: 120px; }
			#page-2col .twocol-left, #page-2col .twocol-right { width: 47%; }
		/* End 2 Column Page */
		
		
		
		
		/* About Us Page */
		.about-us-2 { background: #e2eef0; padding: 150px 0; }
			.about-us-2 main { display: flex; flex-flow: row nowrap; align-items: flex-start; }
				.about-us-2 main section { width: 50%; }
				.about-us-2 main section:last-of-type { padding-left: 5%; }
					.about-us-2 h2 { margin-bottom: 50px; }
					.about-us-2 ol { list-style: none; margin: 0 0; padding: 0 0; width: 100%; }
						.about-us-2 ol li { width: 100%; padding: 0 0 30px 80px; font-size: 1.2rem; }
							.about-us-2 ol li::before { position: absolute; left: 0; top: 3px; font-size: 3rem; 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; color: #339faf; }
							.about-us-2 ol li:nth-child(1)::before { content: "\e389"; }
							.about-us-2 ol li:nth-child(2)::before { content: "\e38a"; }
							.about-us-2 ol li:nth-child(3)::before { content: "\e38b"; }
							.about-us-2 ol li:nth-child(4)::before { content: "\e38c"; }
							.about-us-2 ol li:nth-child(5)::before { content: "\e38d"; }
							.about-us-2 ol li:nth-child(6)::before { content: "\e38e"; }
							.about-us-2 ol li:nth-child(7)::before { content: "\e38f"; }
							.about-us-2 ol li:nth-child(8)::before { content: "\e38g"; }
							.about-us-2 ol li:nth-child(9)::before { content: "\e38h"; }
		.about-us-3 { padding: 150px 0 0; }
		/* End About Us Page */
		
		
		
		
		
		/* Membership Info Page */
		#membership-why::before { content: ''; z-index: -1; position: absolute; bottom: -160px; right: 15%; background: url(images/bg-footer.png) no-repeat 0 0; width: 180px; height: 366px; transform: rotate(-90deg); background-size: 100% auto; -webkit-background-size: 100% auto; opacity: 0.1; }
		#membership-why { background: #e5eeef; padding: 5% 5% 3%; border-radius: 8px; -webkit-border-radius: 8px; margin-bottom: 100px; }
			#membership-why h2 { margin: 0 auto 60px; text-align: center; }
			#membership-why ul { width: 100%; list-style: none outside; margin: 0 0; padding: 0 0; display: flex; flex-flow: row wrap; justify-content: space-between; }
				#membership-why ul li { width: 30%; margin: 0 0; text-align: center; display: flex; flex-flow: row wrap; align-items: center; justify-content: center; background: #fff; border-radius: 8px; -webkit-border-radius: 8px; margin-bottom: 50px; padding: 40px 46px; box-shadow: 0px 3px 3px rgba(0,0,0,0.05); -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.05); }
					#membership-why ul li::before { position: relative; color: #00879a; font-family: uicons-thin-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: "\edb1"; font-size: 60px; margin: 0 auto 10px; display: block; text-align: center; }
					#membership-why ul li:hover { }
		/* End Membership Info Page */
		
		
		
		
		
		
		
		/* Post Loop */
		ul#post-page-loop { display: flex; flex-flow: row wrap; justify-content: space-evenly; align-items: stretch; width: 100%; list-style: none outside; margin: 0 0 50px; }
			ul#post-page-loop li { width: 23.5%; margin-right: 2%; margin-bottom: 50px; padding: 0; border-radius: 8px; -webkit-border-radius: 8px; box-shadow: 0 0 32px rgba(0,0,0,0.14); -webkit-box-shadow: 0 0 32px rgba(0,0,0,0.14); border-bottom: 4px solid #fff; }
			ul#post-page-loop li:nth-child(4n+0) { margin-right: 0; }
				ul#post-page-loop li .post-page-img { display: block; position: relative; border-radius: 8px 8px 0 0; -webkit-border-radius: 8px 8px 0 0; }
					ul#post-page-loop li .post-page-img img { display: block; width: 100%; border-radius: 8px 8px 0 0; -webkit-border-radius: 8px 8px 0 0; }
					ul#post-page-loop li .post-page-img span.news-hover-btn { position: absolute; z-index: 2; bottom: 0px; left: 50%; margin-left: -45px; width: 90px; text-align: center; font-size: 0.7rem; text-transform: uppercase; background: #00879a; padding: 0 10px; color: #fff; font-weight: bold; border-radius: 25px; -webkbit-border-radius: 25px; opacity: 0; visibility: hidden; transition-delay: 0.2s; }
					
				ul#post-page-loop li .post-info { background: #fff; padding: 12%; margin-bottom: 10px; font-size: 1rem; line-height: 1.4rem; }
					ul#post-page-loop li h3 { font-size: 1.2rem; line-height: 1.1rem; margin: 0 0 10px; color: #00879a; }
						ul#post-page-loop li h3 a { color: #00879a; }
					ul#post-page-loop li .post-meta { font-size: 0.9rem; line-height: 1.3rem; font-weight: 600; letter-spacing: -0.5px; margin-bottom: 20px; }
					ul#post-page-loop li p { margin-bottom: 0; }
					
			ul#post-page-loop li:hover { z-index: 3; box-shadow: 0 0 40px rgba(0,0,0,0.30); -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.30); transform: scale(1.03); border-color: #00879a; }
				ul#post-page-loop li:hover .post-page-img span.news-hover-btn { bottom: 20px; opacity: 1; visibility: visible; }
		/* End Post Loop */
		
		
		
		
		
		/* Single Post Styles */
		article.post, article.page { margin-bottom: 20px !important; }
		article.page.type-page { }
		.single-post-structure { display: flex; flex-flow: column wrap; align-items: flex-start; }
			.single-post-structure .entry-featured-image { display: flex; flex-flow: row nowrap; width: 100%; margin-bottom: 20px; }
				.single-post-structure .entry-featured-image img { width: 100%; border-radius: 8px; -webkit-border-radius: 8px; border: 5px solid #ececec; }
			.single-post-structure .post-details { width: 100%; margin-bottom: 30px; background: #f6f6f6; padding: 10px 20px; font-size: 0.9rem; border-radius: 8px; -webkit-border-radius: 8px; }
				.single-post-structure .post-details {}
			.single-post-structure .post-content { width: 100%; }
		
		
		#page-secondary-section { margin: 50px 0px; }
		
			.post-meta { margin-bottom: 10px; font-size: 70%; line-height: 1rem; text-transform: uppercase; }
			.entry-header h1 { margin-bottom: 20px; }
			.entry-header .post-meta { margin-top: 30px; }
				.post-meta strong { display: inline-block; background: #00879a; 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; }
			
			.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 {  }
			.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: #00879a; }
			
			.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: #00879a; 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; }
			
			
			#comments { margin: 0 auto !important; }
			#wpdcom { margin: 0 !important; padding: 0 !important; max-width: 100% !important; }
				#wpdcom .wpd-thread-list { padding: 30px 0 0; }
			
		/* End Single Post Styles */
		
		
		
		
		
		
		
		
		
		
		/* Multi-Venue Barring Docs page */
		ul#multi-barring-docs { display: flex; flex-flow: row wrap; justify-content: space-between; list-style: none outside; margin: 0 0 30px; padding: 0 0; }
			ul#multi-barring-docs li { width: 32%; margin-bottom: 30px; }
				ul#multi-barring-docs li a { display: flex; flex-flow: row wrap; align-items: center; justify-content: center; text-align: center; width: 100%; background: #88bec6; padding: 5%; border-radius: 8px; -webkit-border-radius: 8px; color: #fff; text-shadow: 1px 1px 0px #8bc1c9; }
					ul#multi-barring-docs li a::before { position: relative; display: flex; flex-flow: row wrap; 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: "\e6b5"; font-size: 28px; margin-right: 20px; }
					ul#multi-barring-docs li a:hover { background: #339faf; text-shadow: 1px 1px 0px #328794; }
		
		
		
		
		
		
		/* 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: 6%; }
			body.page-template-page-contact #primary > section:last-of-type { width: 50%; }
		/* End Contact Page Styles */
		
		
		
		
		
		
		/* Custom Navigation with Thumbnails */
		.wpb-posts-nav { display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: flex-start; margin-top: 100px; border-top: 2px solid rgba(0,0,0,0.1); padding-top: 50px; }
			.wpb-posts-nav > div { width: 45%; display: flex; }
			.wpb-posts-nav > div:last-of-type { justify-content: flex-end; text-align: right; }
				.wpb-posts-nav > div a { display: flex; flex-flow: row nowrap; justify-content: center; align-items: flex-start; width: 100%; }
					.wpb-posts-nav > div a .nextprev-thumb { width: 75px; }
					.wpb-posts-nav > div a .nextprev-text { width: calc(100% - 75px); padding: 0px 20px; }
						.wpb-posts-nav > div a .wpb-posts-nav__thumbnail.wpb-posts-nav__prev { }
						.wpb-posts-nav > div a .wpb-posts-nav__thumbnail.wpb-posts-nav__next { }
							.wpb-posts-nav > div a .wpb-posts-nav__thumbnail img { width: 76px; height: auto; }
						.wpb-posts-nav > div:last-of-type a div { display: flex; flex-flow: column wrap; align-items: flex-end; }
						.wpb-posts-nav > div a strong { display: flex; }
						.wpb-posts-nav > div a h4 { font-size: 1.1rem; line-height: 1.5rem; margin-bottom: 20px; width: 80%; padding: 0 7px; }
		
		
	
	/********************************* [ SIDEBAR STYLES ] *********************************/
		#secondary { }
			.widget { background: #e2eef0; padding: 10%; margin: 0 0 20px; border-radius: 0px; -webkit-border-radius: 0px; overflow: hidden; }
				.widget.widget_media_image { padding: 0 0; }
					.widget.widget_media_image img { display: block; }
					.widget h2 { color: #00879a; font-size: 1.8rem; line-height: 2.2rem; font-weight: 300; margin: 0 0 40px; text-transform: uppercase; }
					.widget a { color: #222; }
			
			
			.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; text-rendering: auto; -webkit-font-smoothing: antialiased; font: var(--fa-font-solid); content: "\f105"; line-height: 1rem; color: #00879a; padding: 19px 20px 10px 20px; }
						.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; }
			
			
			.widget.rpwe_widget { }
				.widget.rpwe_widget .rpwe-block ul{ list-style: none !important; margin-left: 0 !important; padding-left: 0 !important; }
					.widget.rpwe_widget .rpwe-block li { border-bottom: 1px solid rgba(0,0,0,0.2); margin-bottom: 23px !important; padding-bottom: 23px !important; }
					.widget.rpwe_widget .rpwe-block li:last-child { border-bottom: 0 none; margin-bottom: 0!important; padding-bottom: 0!important; }
						.widget.rpwe_widget h3.rpwe-title { font-size: 1.3rem; line-height: 1.3rem; margin-bottom: 0px; }
							.widget.rpwe_widget h3.rpwe-title a { color: #00879a; }
						.rpwe-time { color: #333; font-size: 0.8rem; text-transform: uppercase; font-weight: 600; }
				
			
	/******************************* [ END SIDEBAR STYLES ] *******************************/
	
	
	
	
	
	
	/********************************* [ FOOTER STYLES ] *********************************/
	
		.footer-partners { padding: 150px 0; }
			.footer-partners .container { display: flex; flex-flow: row nowrap; justify-content: center; }
			.footer-partners img { margin: 0 40px; max-height: 110px; width: auto; }
		
		.site-footer { position: relative; width: 100%; padding: 120px 0px 100px; background: #284F54; color: #fff; font-size: 90%; overflow: hidden; }
			.site-footer::after { content: ''; z-index: 1; position: absolute; right: 50px; top: 80px; width: 500px; height: 1017px; background-image: url(images/bg-footer.png); background-repeat: no-repeat; background-position: 0 0; background-size: 100% auto; -webkit-background-size: 100% auto; opacity: 0.2; -webkit-opacity: 0.2; }
			.site-info { display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: stretch; }
				.site-info a { color: #fff; }
					.site-info a:hover { color: #99cfd7; }
				.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: 1.2rem; line-height: 1.2rem; margin-bottom: 25px; color: #99cfd7; }
				.site-info section strong {  }
				
				
				.site-info section.footer-left { width: 30%; }
					.site-info section.footer-left .footer-logo { width: 200px; height: auto; margin: 0 0 50px; opacity: 0.5; -webkit-opacity: 0.5; }
						.site-info section.footer-left .footer-logo:hover { opacity: 1; -webkit-opacity: 1; }
					
					.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 33px; padding: 0 0; width: 100%; }
							.site-info section ul#footer-contacts li a i { display: inline-block; vertical-align: middle; position: relative; top: 0; font-size: 20px; font-style: normal; color: #99cfd7; min-width: 25px; text-align: center; }
							.site-info section ul#footer-contacts li a i.fi-rr-mobile-notch { font-size: 23px; }
				
				
				.site-info section.footer-right { width: 70%; padding-right: 30%; }
					.site-info section.footer-right .footer-mailchimp { display: block; margin-bottom: 40px; }
						.site-info section.footer-right .footer-mailchimp .gform_wrapper .gfield_label, .site-info section.footer-right .footer-mailchimp label, .gform_legacy_markup_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_legacy_markup_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label { display: none; }
						.site-info section.footer-right .footer-mailchimp .gform_wrapper .gform_footer, .site-info section.footer-right .footer-mailchimp .gform_wrapper .gform_page_footer { padding: 0 !important; }
							.footer-mailchimp .gform_wrapper .gform_footer button, .footer-mailchimp .gform_wrapper .gform_footer input, .footer-mailchimp .gform_wrapper .gform_page_footer button, .footer-mailchimp .gform_wrapper .gform_page_footer input { background: #0D3439 !important; border-radius: 100px !important; -webkit-border-radius: 100px !important; }
							.footer-mailchimp .gform_wrapper input { border-radius: 100px !important; -webkit-border-radius: 100px !important; }
					
					.site-info section.footer-right section { width: 100%; display: block; }
						.site-info section.footer-right section div { width: 100%; }
							.site-info section.footer-right section div ul.footer-services { width: 100%; margin: 0 0; padding: 0 0; list-style: none outside; }
								.site-info section.footer-right section div ul.footer-services li { display: block; position: relative; }
									.site-info section.footer-right section div ul.footer-services li a { display: inline-block; line-height: 1rem; color: #fff; min-height: 43px; }
									.site-info section.footer-right section div ul.footer-services li:last-child a { border-bottom: 0 none; }
										.site-info section.footer-right section div ul.footer-services li i { top: 2px; font-size: 20px; margin: 0 20px 0 5px; }
										.site-info section.footer-right section div ul.footer-services li a:hover { text-decoration: none; color: #99cfd7; }
				
			
			.site-info section.ftrrecognition { width: 100%; padding-right: 30%; margin-top: 50px; color: rgba(255,255,255,0.5); }
				.site-info section.ftrrecognition p { margin-bottom: 0; }
				
			.site-info-copy { z-index: 2; padding-top: 100px; font-size: 70%; color: rgba(255,255,255,0.5); letter-spacing: 2px; text-transform: uppercase; display: flex; flex-flow: row nowrap; }
				#copyright { width: 50%; }
				#developed { width: 50%; text-align: right; }
					#copyright a, #developed a { color: rgba(255,255,255,0.5); }
						#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: #99cfd7 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-flow: row nowrap; align-items: stretch; justify-content: space-evenly; position: fixed; bottom: 0px; left: 0px; right: 0px; z-index: 99999; background: #00879a; 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: 62px; padding: 13px 0px 9px; color: #fff; font-size: 0.7rem; line-height: 1rem; font-family: 'Gabarito', Arial, sans-serif; }
					#footer-toggle-menu li a i { display: block; margin: 0 auto; font-size: 1.4rem; min-height: 24px; }
					#footer-toggle-menu li a:hover{ opacity: 1.0; background: #006371; text-decoration: none; color: #fff; }
					
					.shiftnav-toggle-button { background: #006371; color: #fff !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.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: #00879a; 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 { vertical-align: middle; position: relative; top: -1px; font-family: uicons-regular-rounded !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; font-size: 1rem; line-height: 1; display: inline-block; color: #fff; content: '\e117'; 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_wrapper .gsection { padding: 30px 10px 0px 0 !important; }
					.gform_wrapper .gsection h3 { font-size: 1.4rem !important; margin-bottom: 4px !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; }
					
					.gfield--input-type-post_image input { border: 1px solid #ccc; padding: 20px !important; }
					
					.gform_delete_file { background: #222; padding: 5px 5px; line-height: 1rem; }
					
					.gform_required_legend { display: none; }
					
					/* Total Price */
					.gform_wrapper.gravity-theme .ginput_total { color: #060 !important; font-size: 1.4rem !important; padding: 0 !important; border: 0 none !important; box-shadow: 0 0 0 transparent !important; }
		
		body.page-template-page-contact-details .gform_wrapper, .enquiryform { background: #f3f3f3; border-top: 5px solid #00879a; padding: 5% 7% 7%; border-radius: 8px; -webkit-border-radius: 8px; }
		
		
		
				
				
		/* 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: 'Gabarito', sans-serif;
			font-weight: 700;
			font-size: 1.6rem !important;
			line-height: 2.2rem;
			border: 2px solid #e3e3e3;
			color: #444;
			cursor: poGabarito;
			text-align: center;
			width: 100% !important;
			max-width: 100% !important;
		}
		.customradio input[type="radio"]:checked + label {
			background-color: #00879a;
			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: #00879a !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-pGabaritoest, .fa.fa-pGabaritoest-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; }
	
	
	#wpgmza_map { border: 20px solid #f4f4f4; }
	
	
	/**** Accordion Shortcode ****/
	.custom-accordion {
		border: 1px solid #ddd;
		margin-bottom: 10px;
		border-radius: 5px;
		overflow: hidden;
	}
	.accordion-header {
		background: #f3f3f3;
		padding: 14px 20px;
		cursor: pointer;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 1rem;
		line-height: 1.3rem;
	}
		.accordion-header i { position: relative; top: 1px; vertical-align: middle; font-size: 18px; }
		
	.accordion-header.active {
		background: #dfdfdf;
	}
	.accordion-content {
		display: none; /* Keeps content hidden by default */
		padding: 4%;
		background: #f9f9f9;
	}
	
	/**** End Accordion Shortcode ****/
	
	
	
	
	
	
	/***************** Barred Styles *****************/
	#entries { margin: 50px 0; display:inline-block; width:100%; }
		#entries h2 { margin-bottom: 40px; }
	
	
	.print-button { float:right; }
		.print-button a { background:#39919b; color:#FFF; padding: 5px 20px; display:block; text-transform:uppercase; font-weight: 600; }
			.print-button a i { position: relative; top: 1px; vertical-align: middle; font-size: 1.3rem; }
	
	
	
	
		#banned { position: relative; margin-bottom: 50px; font-size: 0.9rem; }
		
			#barred-search { display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; margin-bottom: 20px; }
				.barred-count { font-size: 1rem; }
					.barred-count i { font-size: 22px; position: relative; top: 0; vertical-align: middle; margin-right: 2px; }
				#barred-search form { display: flex; align-items: stretch; }
					#barred-search input[type="text"], #barred-search button { padding: 10px 20px !important; border-radius: 100px !important; -webkit-border-radius: 100px !important; line-height: 1rem; font-size: 0.9rem; font-family: 'Poppins', sans-sans-serif; text-transform: capitalize; font-weight: normal; box-shadow: 2px 2px 0 rgba(0,0,0,0.1); -webkit-box-shadow: 2px 2px 0 rgba(0,0,0,0.1); }
					#barred-search input[type="text"], #barred-search button, #barred-search a { margin-left: 10px; }
				#barred-search a { text-decoration: none; font-size: 19px; display: flex; align-items: center; }
			
			
			.head { padding: 16px 10px; }
			.banned-head { display: flex; flex-flow: row nowrap; width:100%; background: #00879a; color: #fff; font-weight:600; text-transform:uppercase; border-radius: 8px; -webkit-border-radius: 8px; }
				.banned-head a { color: #fff; text-decoration: none; }
				.banned-head a:hover { text-decoration: none; }
					.banned-head a i { position: relative; top: 0; vertical-align: middle; margin-left: 5px; }
				.ban-photo { width: 8%; }
					img.banned-pic { width: 100%; display: block; margin: 0 0; border-radius: 6px; -webkit-border-radius: 6px; }
				.ban-name { width: 14%; }
					.ban-name span { display:inline-block}
					.entry-list .ban-venue span, .entry-list .ban-start span, .entry-list .ban-end span { display:none; }
				.ban-venue { width: 14%; }
				.ban-details { width: 14%; }
				.ban-start { width: 14%; }
				.ban-end { width: 14%; }
				.ban-more { width: 8%; }
					a.banned-view-link {}
					a.banned-view-icon { display: none; text-decoration: none; text-align: center; font-size: 1rem; }
	
	
	.entries-list { }
		.entry-list { border-bottom:1px solid #CCC; width:100%; display: flex; flex-flow: row nowrap; padding: 20px 0; }
			.entries-list .entry-list:nth-child(2n) { background: #f5f5f5; }
			.entries-list .cont { line-height: 1.2em; padding: 0px 10px; vertical-align: middle; }
				.entries-list .cont p { margin-bottom: 10px; }
				.entries-list .cont p:last-of-type { margin-bottom: 0px; }
				
				
				
	/* Single Post - Banned Person */
	article.banned { }
		article.banned .entry-content { padding:0; display: flex; flex-flow: row-reverse nowrap; }
			article.banned .entry-details { width: 60%; padding: 0 5% 0 0; }
				article.banned .entry-nav { display: flex; flex-flow: row nowrap; justify-content: space-between; width: 100%; background: #00879a; color: #fff; font-weight: 600; text-transform: uppercase; border-radius: 8px; -webkit-border-radius: 8px; margin-bottom: 30px; padding: 10px 20px; font-size: 0.9rem; }
					article.banned .entry-nav a { color: #fff; text-decoration: none; }
				article.banned .entry-inner-section { margin-bottom: 30px; border: 2px solid #e1e1e1; padding: 40px; border-radius: 8px; -webkit-border-radius: 8px; font-size: 1rem; line-height: 1.6rem; }
				
					article.banned .entry-inner-section h3 { font-size: 1.3rem; }
						article.banned .entry-inner-section h3 i { font-size: 23px; position: relative; top: 1px; vertical-align: middle; margin-right: 10px; }
					article.banned p.entry-info { margin-bottom: 5px; }
						article.banned .entry-info span { color:#000;margin-right:.5em; text-transform:uppercase; font-weight:600; min-width: 240px; display:inline-block; }
						
				
				article.banned .entry-details li a:before { content:"\f0f6"; font-family:FontAwesome; padding-right:.5em; }
				article.banned .entry-list span { font-weight:600; }
			
			article.banned .entry-photo { width: 40%; }
	/* End Single Post - Banned Person */






	.um-misc-ul{list-style-type: none;padding: 0;text-align:center}
	li.logout-link:before{content: "\f08b";font-family: FontAwesome;padding-right: 1em}

	.renew-login {font-size: 1.2em;color: #a70000;text-align: center}
		.renew-login .button {display: inline-block;margin: 0 auto;padding: .5em 1.6em!important}
			.renew-login .button:after {line-height: 1.5em}


	/***************** End Barred Styles *****************/
	
	
	
	
	
	
	
	/***************** Ultimate Member Style Overrides *****************/
		/* Login Page */
		.um-login { border: 2px solid #e8e8e8 !important; padding: 5% !important; border-radius: 8px !important; -webkit-border-radius: 8px !important; }
		.um .um-form input[type="text"], .um .um-form input[type="password"], .um .um-form input[type="number"], .um .um-form input[type="tel"] { padding: 26px 20px !important; border-radius: 0; -webkit-border-radius: 0; border-left: 5px solid #00879a !important; border-top: 1px solid #e8e8e8 !important; border-right: 1px solid #e8e8e8 !important; border-bottom: 1px solid #e8e8e8 !important; }
			.um .um-form input[type="text"]:focus, .um .um-form input[type="password"]:focus, .um .um-form input[type="number"]:focus, .um .um-form input[type="tel"]:focus { border-left: 5px solid #00879a !important; border-top: 1px solid #e8e8e8 !important; border-right: 1px solid #e8e8e8 !important; border-bottom: 1px solid #e8e8e8 !important; box-shadow: 0 0 10px rgba(0,0,0,0.1) !important; -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1) !important; }
			
			.um-toggle-password { line-height: 2.8em; }
			
		.um a.um-button, .um a.um-button.um-disabled:active, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:hover, .um input[type="submit"].um-button, .um input[type="submit"].um-button:focus { font-size: 0.9rem; font-weight: 700 !important; font-family: 'Gabarito', sans-serif; text-transform: uppercase !important; line-height: 2rem !important; padding: 7px 40px !important; background: #00879a; }
		/* End Login Page */
		
		
		/* Account Page */
		.um-account-side ul { }
			.um-account-side li { background: #e7f2f4; }
				.um-account-side li a:hover { background: #d9e4e6; }
				.um-account-side li a { padding: 10px 0; font-size: 15px; }
		
		.um-account-meta { margin-bottom: 1px; background: #e7f2f4; padding: 40px 20px; border-radius: 8px 8px 0 0; -webkit-border-radius: 8px 8px 0 0; }
		.um-account-main { padding: 0 0 0 3.5em; }
		
			.account-memlinks { margin: 0 0 40px; }
				.account-memlinks ul { margin: 0 0; padding: 0 0; list-style: none; display: flex; flex-flow: row wrap; justify-content: space-between; }
					.account-memlinks ul li { width: 32%; margin-bottom: 30px; display: flex; }
						.account-memlinks ul li a { display: flex; flex-flow: row wrap; align-items: center; justify-content: center; text-align: center; width: 100%; background: #339faf; padding: 7% 3%; border-radius: 8px; -webkit-border-radius: 8px; color: #fff; text-shadow: 1px 1px 0px #348e9b; font-weight: 600; font-size: 1.1rem; }
							.account-memlinks ul li a i { display: inline-block; vertical-align: middle; margin: 0 5px 0 0; position: relative; top: 4px; font-size: 1.5rem; }
							.account-memlinks ul li a:hover { background: #2b7782; text-shadow: 1px 1px 0px #256069; }
			.um-account-tab.um-account-tab-membersarea .um-button { display: none; }
		/* End Account Page */
		
		
		/* Members List */
		.um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-card .um-members-edit-btn { height: 55px !important; }
	/***************** End Ultimate Member Style Overrides *****************/
	
	
	
	
	
	
	/********************************* [ 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 70px; font-size: 1rem; line-height: 30px; background: #99cfd7; border-radius: 5px; -webkit-border-radius: 5px; color: #fff; }
			.shortcode-pdf a::before { position: absolute; top: 14px; left: 30px; z-index: 1; font-family: "Font Awesome 6 Free"; content: "\f1c1"; font-size: 30px; line-height: 30px; color: #fff; }
			.shortcode-pdf a:hover { background: #aab9cb; color: #fff; text-decoration: underline; }

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

	.shortcode-address, .shortcode-phone, .shortcode-fax, .shortcode-email, .shortcode-time, .shortcode-facebook, .shortcode-instagram, .shortcode-shop { position: relative; margin-bottom: -1px; display: block; font-size: 1.2rem; color: #333; padding: 45px 0px; text-align: center; border: 1px solid #ccc; border-width: 1px 0px; }
		.shortcode-address i, .shortcode-phone i, .shortcode-fax i, .shortcode-email i, .shortcode-time i, .shortcode-facebook i, .shortcode-instagram i, .shortcode-shop i { position: relative; float: left; font-size: 2.5rem; margin: -2px 10px 0px 0px; vertical-align: middle; color: #99cfd7; }
		.shortcode-address p, .shortcode-phone p, .shortcode-fax 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-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-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-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: block; background: #ececec; margin-bottom: 3rem; padding: 30px; border-radius: 10px; -webkit-border-radius: 10px; font-size: 140%; line-height: 150%; text-align: center; }
		.shortcode-cta a { color: #222; font-size: inherit; text-decoration: none; font-weight: bold; }
			.shortcode-cta a:hover { color: #222; font-size: inherit; text-decoration: underline; }
			

	.shortcode-urllink { position: relative; padding-left: 30px; font-weight: bold; color: #00879a; }
		.shortcode-urllink a { color: #00879a; text-decoration: underline; }
			.shortcode-urllink a:hover { color: #00879a; }
		.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: 'Gabarito', serif; font-size: 1.5rem; line-height: 2.5rem; color: #fff; font-weight: 700; margin: 4rem 0; padding: 5% 10%; background: #00879a; }
		.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 .align-center { text-align: center; }
		.shortcode-one-half .align-right { text-align: right; }
		.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-timetable { position: relative; margin-bottom: 15px; }
		.shortcode-timetable::before {  }
		.shortcode-timetable i { float: left; margin: 6px 10px 10px 0; color: #98b10c; }
		.shortcode-timetable strong { display: block; }
	
	
	.shortcode-faq { display: block; border-bottom: 2px solid #e8e8e8; margin-bottom: 50px; padding-left: 100px; background: url(images/icon-faq.png) no-repeat 0 5px; background-size: 70px auto; -webkit-background-size: 70px auto; }
		.shortcode-faq h4 { font-size: 1.6rem; line-height: 2rem; }
		.shortcode-faq p:first-of-type { margin: 0 0; }
		
	
	.shortcode-columns { columns: 3; 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: #00879a; }
	
	.shortcode-list-member { padding: 10%; background: #00879a; border-radius: 8px; -webkit-border-radius: 8px; color: #fff; }
		.shortcode-list-member h2, #page-2col .shortcode-list-member h2 { color: #fff; font-size: 1.6rem; }
		.shortcode-list-member p:first-of-type, .shortcode-list-member p:last-of-type { margin-bottom: 0; }
		.shortcode-list-member ul { margin: 0 0 22px; }
			.shortcode-list-member ul li { background-position: 0 4px; background-size: 28px auto; -webkit-background-size: 28px auto; font-size: 1.2rem; line-height: 28px; padding: 4px 0 20px 50px; }
		.shortcode-list-member a.button { color: #222 !important; background: #eee000; }
			.shortcode-list-member a.button:hover { color: #fff !important; background: #99cfd7; }
			
	/******************************* [ 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.7rem; }
			.container { width: 1160px; }
			#primary { width: 65%; }
			#secondary { width: 31%; }
			
			.main-navigation li a { padding: 0 22px; }
			
			
			/* Barred Register Styles */
			#banned { font-size: 0.8rem; }
			.head { padding: 16px 0px; }
				.entries-list .cont { padding: 0px 2px; }
			.account-memlinks ul li a { font-size: 1rem; }
				.account-memlinks ul li a i { font-size: 1.3rem; }
			/* End Barred Register Styles */
			
			
			#home-barred-from-all h2, #home-services article section:first-of-type h2 strong, #home-extra-services h2 { font-size: 3.8rem; line-height: 4rem; margin: 0 0 20px; }
			
			#home-first-block { padding: 100px 0; }
				#home-first-block article section:first-of-type {}
			#home-barred-from-all {}
				#home-barred-from-all strong { width: 66%; font-size: 1.3rem; }
			#home-services { padding: 100px 100px 30px; }
				#home-services article section:first-of-type h2 { font-size: 1.4rem; margin-bottom: 50px; }
					.projects-member-info { bottom: -45px; width: 100%; padding: 20px 20px; }
						#project-slider ul li a:hover .projects-member-info { bottom: -20px; }
						#project-slider ul li h3 { width: 100%; font-size: 1.1rem; line-height: 1.1rem; margin: 0 0; }
						.splide__arrow { top: 150px !important; width: 2.2em !important; height: 2.2em !important; }
							.splide__arrow svg { height: 0.8em !important; width: 0.8em !important; }
			#home-extra-services { padding: 100px 0 0; }
					#home-extra-services h2 strong { font-size: 1.4rem; }
				#home-extra-services ul li { padding: 0 20px; }
					#home-extra-services .home-services-2 ul li::before { margin: 0 auto 10px; }
				
			
			.entry-header { }
				.entry-header h1.entry-title { font-size: 3rem; line-height: 3rem; }
			h1 { font-size: 3rem; }
			.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; }
			.shortcode-cta { font-size: 1.5rem; line-height: 2.2rem; }
			.alignright { max-width: 40% !important; }
			.shortcode-one-half img, .shortcode-one-half-last img { max-width: 100% !important; }
			.shortcode-address, .shortcode-phone, .shortcode-fax, .shortcode-email, .shortcode-time, .shortcode-facebook, .shortcode-instagram, .shortcode-shop { font-size: 1rem; }
			
			
			.site-footer { padding: 120px 0px 80px; }
				.site-footer::after { width: 400px; height: 800px; top: 170px }
				.site-info section.footer-left {  }
				.site-info section.footer-right { padding-left: 50px; padding-right: 22%; }
					.footer-mailchimp .gform_wrapper input { padding: 10px 20px; }
					.site-info section.footer-right section div ul.footer-services li a { padding: 10px 20px; }
					.site-info section.footer-right section div ul.footer-services li:last-child a { padding: 10px 20px; margin-bottom: 15px; }
					.footer-services-text { width: 70%; }
				.site-info section.ftrrecognition { width: 94%; }
				.site-info-copy { padding-top: 50px; }
		}
		
		
		
		
		
		

		@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 {   position: relative; }
				.topbar .topbar-left { width: 65%; }
				.topbar .topbar-right { width: 35%; }
				.header-left { width: 230px; }
					.site-branding strong { display: none; }
				.header-right { width: calc(100% - 230px); }
					.main-navigation li a { padding: 0 16px; }
						.menu-item-has-children::before { right: 4px; }
			
			
			/* Barred Account Styles */
			.account-memlinks ul li a { flex-flow: column wrap; line-height: 1.1rem; padding: 11% 10%; }
				.account-memlinks ul li a i { font-size: 1.6rem; margin: 0 0 12px 0; }
			/* Barred Account Styles */
			
			
			#home-barred-from-all h2, #home-services article section:first-of-type h2 strong, #home-extra-services h2 { font-size: 3rem; line-height: 3rem; margin: 0 0 20px; }
			
			#home-first-block article section:first-of-type h2 { font-size: 1.4rem; }
			
			#home-barred-from-all { padding: 100px 5%; }
				#home-barred-from-all h3 { font-size: 1.6rem; }
				#home-barred-from-all strong { width: 70%; font-size: 1.2rem; }
			
			#home-services { padding: 100px 100px 30px; }
				.splide__arrow { top: 180px !important; }
			
			#home-extra-services h2 { margin-bottom: 30px; }
				#home-extra-services h2 strong { font-size: 1.3rem; line-height: 1.4rem; margin-bottom: 3px; }
			
			#home-extra-services .home-services-2 { margin: 50px auto 0; }
			#home-extra-services .home-services-2 ul li { padding: 30px 14px; font-size: 100%; }
			#home-extra-services .home-services-2 a.button { font-size: 1rem; line-height: 2rem; margin: 30px auto 0; }
				#home-extra-services .home-services-2 a.button i { font-size: 18px; }
			
			
			.entry-header { padding: 80px 0px 70px; }
				.entry-header h1.entry-title { font-size: 2.3rem; }
				.header-introtext { font-size: 1.1rem; line-height: 1.6rem; }
			p { margin: 0 0 2rem; }
			.alignright, .alignleft { max-width: 50%; }
			#page-2col { margin-bottom: 60px; }
			.about-us-2 {}
				.about-us-2 ol li { padding: 0 0 18px 50px; font-size: 1rem; }
					.about-us-2 ol li::before { font-size: 2rem; }
			.about-us-3 { padding: 100px 0 0; }
			ul#post-page-loop li { width: 31%; margin-right: 2% !important; }
			ul#post-page-loop li:nth-child(3n) { margin-right: 0 !important; }
				ul#post-page-loop li .post-page-stats { left: 20px; top: 20px; }
				ul#post-page-loop li h3 { font-size: 1rem; line-height: 1.3rem; }
			#rpwwt-recent-posts-widget-with-thumbnails-2 img { width: 60px; height: auto; }
			ul.contact-details-fields li { padding: 30px 10px; }
			.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%; }
			.shortcode-cta { font-size: 1.5rem; line-height: 2.2rem; }
			.shortcode-list-member ul { margin: 0 0; padding: 0 0; }
			.post .fg-default .fg-item { width: 31%; }
			.post .post-thumbnail, .team .post-thumbnail { width: 40%; }
			.post .post-content, .team .post-content { width: auto; }
			ul#multi-barring-docs { }
				ul#multi-barring-docs li { width: 48%; margin-bottom: 30px; }
			.wpb-posts-nav > div a h4 { width: 100%; }
			
			.widget { }
				.widget h2 { }
			
			
			.footer-partners { padding: 100px 0; }
			.site-footer { padding: 80px 0px 80px; }
				.site-footer::after { right: 20px; width: 280px; height: 580px; top: 278px; }
				.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: 10px; }
				.site-info section.footer-left { width: 35%; }
				.site-info section.footer-right { width: 65%; padding-right: 12%; }
					.footer-mailchimp .gform_wrapper input { font-size: 0.8rem; letter-spacing: 0.5px; }
					.site-info section.ftrrecognition { width: 100%; }

		}
		
		
		

		@media only screen and ( max-width: 980px ) {
			.container { width: 750px; }
			#primary, #secondary { padding: 100px 0px 0px; }
			
			.body-fixed { padding-top: 0; }
			.site-header, .site-header.scroll-fixed { position: relative; }
			.topbar { }
				.topbar .topbar-left { width: 50%; flex-flow: row wrap; }
				.topbar .topbar-right { width: 50%; display: flex; justify-content: space-between; }
					.topbar a.header-phone { margin-bottom: 7px; }
					.topbar a.header-quote { display: flex; justify-content: center; align-items: center; padding: 10px 2px; width: 48%; text-align: center; font-size: 0.8rem; }
				.header-left { width: 23%; }
				.header-right { width: 77%; display: flex; flex-flow: row nowrap; justify-content: flex-end; align-items: center; }
					.main-navigation { display: none; }
					.header-mobmenu { display: block;  }
			
			
			/* Slider */
			#slider-text1 { top: 120px !important; }
			#slider-text2 { top: 175px !important; }
			span.slider-headtext { font-size: 53px !important; }
			p.slider-1-slide-1-layer-2 { font-size: 25px !important; line-height: 25px !important; }
			
			
			
			#home-first-block article section:last-of-type h1, #home-extra-services h2, #home-services article section:first-of-type h2 strong, #home-extra-services .home-services-2 h2, #home-vision article section:first-of-type h2, #home-testimonials article h2 { font-size: 2.7rem !important; line-height: 2.7rem !important; text-align: center; }
			#home-extra-services .home-services-2 h2 { font-size: 2rem !important; line-height: 2rem !important; }
			
			
			#home-first-block article { display: block; }
				#home-first-block article section:first-of-type { width: 100%; padding-top: 0; padding-right: 0; text-align: center; }
				#home-first-block article section:last-of-type { width: 100%; padding-top: 50px; padding-left: 0; }
					#home-first-block article section:last-of-type h1::after { display: none; }
			#home-barred-from-all { }
				#home-barred-from-all h2 { width: 74%; margin: 0 auto 20px !important; }
			#home-services { padding: 100px 100px 0px; }
				.splide__pagination { display: none !important; }
			#home-extra-services { padding: 20px 0 0; }
			
			
			
			
			/* Barred Register Styles */
			.print-button { margin-left: 10px; }
				.print-button a { font-size: 0.8rem; }
			#banned { font-size: 0.8rem; }
				.banned-head { font-size: 0.8rem; line-height: 1rem; }
					.head { padding: 16px 0px; }
						.entries-list .cont { padding: 0px 2px; }
			
			article.banned .entry-info span { min-width: 170px; }
			/* End Barred Register Styles */
			
			
			.entry-header { }
				.entry-header h1.entry-title { font-size: 1.8rem; margin: 10px 0px 10px; }
				
			#primary { width: 100%; float: none; }
				h2, h3 { font-size: 1.5rem; line-height: 2rem; }
				.shortcode-columns { columns: 2; }
				.shortcode-quote { background-size: 80px auto; -webkit-background-size: 80px auto; padding: 0px 0px 3rem 14%; }
				.shortcode-list-member ul { margin: 0 0 30px; padding: 0 0; }
					.shortcode-list-member ul li { font-size: 1.1rem; line-height: 23px; }
					.shortcode-list-member a.button { padding: 10px 10px; width: 100%; }
				#page-2col { margin-bottom: 60px; }
				#membership-why { margin-top: 50px; }
					#membership-why h2 { margin: 0 auto 30px; }
					#membership-why ul li { padding: 40px 10px; margin-bottom: 30px; }
						#membership-why ul li::before { font-size: 40px; }
				ul.services-page-list { }
					ul.services-page-list li:nth-child(odd) { width: 49%; margin-right: 2%; }
					ul.services-page-list li:nth-child(even) { width: 49%; margin-right: 0; }
						ul.services-page-list li h4 { font-size: 1.3rem; }
				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:first-of-type .shortcode-list-member { padding: 10% !important; }
					body.page-template-page-contact #primary section:last-of-type { width: 100%; }
				#page-short-desc { font-size: 1.2rem; line-height: 1.7rem; }
				ul#post-page-loop {}
					ul#post-page-loop li:nth-child(odd) { width: 48%; margin-right: 2% !important; }
					ul#post-page-loop li:nth-child(even) { width: 48%; margin-right: 0 !important; }
				ul#post-page-loop.services-posts li { width: 48%; }
				ul#post-page-loop.services-posts li:nth-child(odd) { margin-right: 2% !important; }
				ul#post-page-loop.services-posts li:nth-child(even) { margin-right: 0 !important; }
			#secondary { float: none; width: 100%; font-size: 100%; margin-right: 0; }
				.widget { float: none; width: 100%; margin-right: 0; }
				.widget h2 { }
			
			.site-info { display: block; }
			.site-footer::after { top: auto; bottom: 0; }
				.site-info section.footer-left { width: 100%; text-align: center; margin-bottom: 30px; }
				.site-info section.footer-right { width: 100%; padding-left: 0; padding-right: 0; }
					.site-info section.footer-right section { display: block; }
						.site-info section ul#footer-contacts li { margin: 0 0 15px; }
						.site-info section.footer-right section div { width: 100%; padding-right: 0; margin-bottom: 25px; text-align: center; }
						.site-info section.footer-right .footer-mailchimp { text-align: center; }
							.site-info section.footer-right .footer-mailchimp .gform_wrapper { text-align: center; display: flex; flex-flow: row nowrap; justify-content: space-around; }
						.footer-services-text { width: 100%; }
						
					.site-info section.ftrrecognition { width: 100%; padding: 0 0; }
						.site-info section.ftrrecognition p { text-align: center; margin-bottom: 3rem; }
			
			.site-info-copy { text-align: center; display: block; margin-bottom: 20px; }
				#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 { position: relative; }
			.site-header { position: relative; }
				.site-header .container { padding: 20px 20px; }
				.topbar { padding: 6px 0px; }
					.topbar .container { padding: 0 0; }
						.topbar .topbar-left, .topbar .topbar-right { display: none; }
					.site-branding img { width: 160px; }
			
			
			#home-extra-services ul { justify-content: space-evenly; }
				#home-extra-services ul li {   width: 47%; }
			
			
			
			
			/* Barred Register Styles */
			#banned { font-size: 0.8rem; }
				#barred-search { display: block; }
					.barred-count { margin-bottom: 15px; }
					.barred-count, #barred-search form { width: 100%; }
						#barred-search input[type="text"], #barred-search button, #barred-search a { margin-left: 0; margin-right: 10px; }
						
					a.banned-view-link { display: none; }
					a.banned-view-icon { display: block; }
			
			article.banned .entry-content { display: block; }
				article.banned .entry-photo, article.banned .entry-details { width: 100%; padding: 0 0 5% 0; }
			/* End Barred Register Styles */
			
			
			/* Barred Account Styles */
			.account-memlinks ul { justify-content: space-around; }
				.account-memlinks ul li { width: 32%; margin-bottom: 13px; }
			/* Barred Account Styles */
			
			
			
			.entry-header { text-align: center; }
				.entry-header h1.entry-title { font-size: 1.6rem; line-height: 2rem; }
				.header-introtext { font-size: 1rem; line-height: 1.4rem; }
			article.post, article.page { margin-right: 0 !important; }
			#page-2col { display: block; }
				#page-2col .twocol-left, #page-2col .twocol-right { width: 100%; }
			.about-us-2 { padding: 100px 0; }
				.about-us-2 main { display: block; }
					.about-us-2 main section { width: 100%; }
					.about-us-2 main section:last-of-type { padding-left: 0; }
			
			ul.contact-details-fields { display: block; }
				ul.contact-details-fields li { width: 100%; margin: 0 0 20px; }
			.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-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 {}
				#page-short-desc { padding: 50px 0; }
				.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; }
				.wpb-posts-nav > div a .nextprev-text { padding: 0px 10px; }
			#secondary { text-align: left; display: block; margin-right: 0 !important; font-size: 100% !important; padding: 0px 0px 30px; }
			
			.footer-partners .container { flex-flow: row wrap; }
				.footer-partners img { max-height: 80px; margin: 10px 20px; }
			
			#back-top { bottom: 40px; right: 0px; }
		}
		
		
		
		

		@media only screen and ( max-width: 479px ) {
			body { font-size: 0.9rem; line-height: 1.6rem; }
			.body-fixed { padding-top: 0px !important; }
			.container { width: auto; padding: 0px 15px; }
			
			.site-header .container { }
				.site-header.scroll-fixed .header-left, .site-header.scroll-fixed .header-right { width: inherit; }
				.header-left, .header-right { width: 50%; }
					.site-branding img { display: block; width: 130px; margin: 0 0; }
					.header-right a.button { width: 110px; font-size: 0.8rem; }
			
			
			#home-barred-from-all h2, #home-services article section:first-of-type h2 strong, #home-extra-services h2 { font-size: 2rem; line-height: 2rem; margin: 0 0 20px; }			
			
			#home-first-block { padding: 50px 0; }
				#home-first-block article section:last-of-type .youtube { max-height: 290px; }
			#home-barred-from-all { padding: 60px 5%; }
				#home-barred-from-all strong { width: 100%; font-size: 1rem; }
			#home-services { padding: 50px 30px 0px; }
				#home-services::before, #home-services::after { height: 95%; }
			
			
			
			
			/* Barred Register Styles */
			.print-button { margin-left: 0; float: none; margin-bottom: 20px; }
			#barred-search form { display: block; }
				#barred-search input[type="text"], #barred-search button, #barred-search a { margin: 0 0 10px; display: block; width: 100%; text-align: center; }
			#banned { }
				.banned-head { text-align: center; }
					.banned-head a i { margin: 0 0 0px 0px; }
				.ban-photo, .ban-start, .ban-end { display: none; }
				.ban-name, .ban-venue, .ban-details { width: 23.5%; }
				.head.ban-more { width: 6%; text-indent: -9999px; }
			/* End Barred Register Styles */
			
			
			/* Barred Account Styles */
			.account-memlinks ul { justify-content: space-between; }
				.account-memlinks ul li { width: 48%; margin-bottom: 13px; }
			/* Barred Account Styles */
			
			
			
			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 { }
				.entry-breadcrumbs, .entry-meta { display: none; }
				.entry-header h1.entry-title { font-size: 1.6rem; line-height: 2rem; }
				
				.entry-content h2, #page-2col h2, .about-us-2 h2 { font-size: 1.5rem; }
				#membership-why { padding: 9% 5% 5%; margin-bottom: 50px; }
					#membership-why::before { display: none; }
					#membership-why ul li { width: 100%; }
				.post-meta strong { display: block; max-width: 70%; margin: 0 auto 10px; }
				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 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-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-cta { font-size: 1.2rem; line-height: 1.6rem; padding: 15px 6%; }
				.shortcode-address, .shortcode-phone, .shortcode-fax, .shortcode-email, .shortcode-time, .shortcode-facebook, .shortcode-instagram, .shortcode-shop { font-size: 1rem; }
				.shortcode-columns { columns: 1; }
				.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 {}
					ul#post-page-loop li:nth-child(odd), ul#post-page-loop li:nth-child(even) { width: 100%; margin-right: 0 !important; }
				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; }
				ul#multi-barring-docs { display: block; }
					ul#multi-barring-docs li { width: 100%; margin-bottom: 15px; }
				.wpb-posts-nav { margin-top: 50px; }
					.wpb-posts-nav > div a { display: block; }
						.wpb-posts-nav > div a .nextprev-thumb, .wpb-posts-nav > div a .wpb-posts-nav__thumbnail.wpb-posts-nav__next, .wpb-posts-nav > div a .wpb-posts-nav__thumbnail img { width: 100%; }
						.wpb-posts-nav > div a .nextprev-text { width: 100%; padding: 0px 0px; }
					.wpb-posts-nav > div:last-of-type a { display: flex; flex-flow: column-reverse wrap; }
						
			#secondary { text-align: center; display: block; }
				.widget ul { }
				.widget { width: 100%; margin-right: 0; }
			
			
			.site-footer { padding: 60px 0px 80px; }
				  .site-footer::after { right: auto; width: 280px; height: 580px; top: auto; bottom: 0; left: 50%; margin-left: -140px; }
				.site-info section.footer-right #footer-logos { margin-bottom: 20px; }
					.site-info section.footer-right #footer-logos img { margin-bottom: 22px; }
				.site-info section.footer-right ul { display: block; }
					.site-info section.footer-right ul li { width: 100%; }
				.site-info section.footer-right .footer-mailchimp { }
					.site-info section.footer-right .footer-mailchimp .gform_wrapper { display: block; padding: 0 20%; }
						.site-info section.footer-right .footer-mailchimp .gform_wrapper input { text-align: center; }
				
			
			#back-top span { width: 40px; height: 40px; }
		}
		
		
	/********************************* [ RESPONSIVE STYLES ] *********************************/
	