/*
	Theme Name: Coverly Pro - 2023
	Theme URI: http://www.acsquantumdesign.com/
	Author: Elly Cabral
	Description: ACS Quantum Design. This theme was built in 2023 using HTML5 and CSS3. It is fully responsive, adjusting to various screen sizes and optimizing the view appropriately.
*/

/* FONTS */
	@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,600;0,700;1,100;1,300;1,400;1,600;1,700&display=swap');
	@import url("https://use.typekit.net/eqv7dor.css");
	/* font-family: 'Poppins', sans-serif; */
	/*
		Market Pro Regular
			font-family: "ff-market-web", sans-serif;
			font-weight: 400;
			font-style: normal;
		Market Pro Bold
			font-family: "ff-market-web", sans-serif;
			font-weight: 700;
			font-style: normal;
		Market Pro Cond Medium
			font-family: "ff-market-web-pro-condensed", sans-serif;
			font-weight: 500;
			font-style: normal;
	*/

/* GENERAL */
	body {
		font: normal 400 20px/30px 'Poppins', sans-serif;
		color: #505151;
		padding: 0;
		margin: 0;
		background: #fff;
	}
	p {
		font: normal 400 .9em/1.5em 'Poppins', sans-serif;
		color: #505151;
		padding: 0 0 15px 0;
		margin: 0;
	}
	li {
		font: normal 400 0.8em/1.4em 'Poppins', sans-serif;
	}
	a {
		color: #21ada8;
		text-decoration: none;
		transition: .25s color ease;
	}
	a:hover {
		color: #ff7750;
	}
	h1, h2, h3, h4, h5, h6 {
		font-family: 'Poppins', sans-serif;
		font-weight: 700;
		line-height: 1.4em;
		letter-spacing: 0.02em;
		margin: 0;
	}
	h1 strong, 
	h2 strong, 
	h3 strong, 
	h4 strong, 
	h5 strong, 
	h6 strong {
		font-family: "ff-market-web", sans-serif;
	}
	h1 {
		padding: 25px 0 20px 0;
		color: #264653;
		font-size: 3.5em;
	}
	h2 {
		padding: 25px 0 20px 0;
		color: #264653;
		font-size: 2.4em;
	}
	h3 {
		padding: 20px 0 18px 0;
		color: #264653;
		font-size: 1.8em;
	}
	h4 {
		padding: 20px 0 18px 0;
		color: #264653;
		font-size: 1.5em;
	}
	h5 {
		padding: 18px 0 15px 0;
		color: #264653;
		font-size: 1.4em;
	}
	h6 {
		padding: 18px 0 15px 0;
		color: #264653;
		font-size: 1.2em;
	}
	h1:first-child,
	h2:first-child,
	h3:first-child,
	h4:first-child,
	h5:first-child,
	h6:first-child {
		padding-top: 0;
	}
	.button {
		font: normal 400 .8em/1.2em 'Poppins', sans-serif;
		padding: 15px 25px;
		display: inline-block;
		cursor: pointer;
		text-decoration: none;
		border-radius: 25px;
		color: #21ada8;
		background-color: transparent;
		border: 3px solid #21ada8;
	}
	.button:hover {
		color: #fff;
		background-color: #21ada8;
	}
	.wp-block-button__link,
	button.frm_button_submit.frm_final_submit {
		font: normal 400 0.8em/1.2em 'Poppins', sans-serif!important;
		padding: 15px 25px!important;
		display: inline-block;
		cursor: pointer;
		text-decoration: none;
		border-radius: 30px!important;
		color: #21ada8!important;
		background-color: transparent!important;
		border: 3px solid #21ada8!important;
		transition: all .4s ease;
	}
	.wp-block-button__link:hover,
	button.frm_button_submit.frm_final_submit:hover {
		color: #fff!important;
		background-color: #21ada8!important;
	}
	ul, ol {
		margin: 0 0 20px 25px;
		padding: 0;
	}
	ul ul, ul ol,
	ol ol, ol ul {
		margin-bottom: 0;
	}
	hr {
		border-top: 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 2px solid #e0e0e0;
	}
	img.alignright {
		float: right;
		margin: 25px 0 25px 25px;
	}
	img.alignleft {
		float: left;
		margin: 25px 25px 25px 0;
	}
	img.aligncenter {
		display: block;
		margin: 25px auto;
	}
	
/* HEADER */
	header {
		/*position: fixed;*/
		/*top: 0;
		left: 0;*/
		width: 100%;
		z-index: 999;
	}
	.head-wrap {
		width: 95%;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	#logo {
		margin: 30px 0;
		overflow: hidden;
		/*width: auto;*/
		width: 319px;
		left: 2.5%;
		position: fixed;
		z-index: 999;
		transition: all .3s ease;
	}
	#logo h2 {
		padding: 0;
	}
	header.stick #logo {
		width: 80px;
	}

/* MENU - PRIMARY */
	/* Primary Base */
	nav ul { padding: 0; margin: 0; list-style: none;}
	nav ul li { display: inline-block; position: relative; padding: 0; list-style: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; -webkit-text-size-adjust: none; }
	nav ul li a { display: block; text-decoration: none; }	
	nav ul li:hover a, nav ul li.current-menu-item a, nav ul li.current-menu-ancestor a, nav ul li.current_page_parent a, nav ul li ul.sub-menu { outline: none; }
	/* 2nd level nav */
	nav ul li li { padding: 0; }
	nav ul li ul.sub-menu { left: -9999px; position: absolute; opacity: 0; min-width: 200px; }
	nav ul li:hover ul.sub-menu, nav ul li.active ul.sub-menu, nav ul li a:focus + ul.sub-menu { left: auto; opacity: 1; z-index: 9999; }
	nav ul li.right-submenu:hover ul.sub-menu, nav ul li:last-child:hover ul.sub-menu, nav ul li.active:last-child ul.sub-menu, nav ul li a:last-child:focus + ul.sub-menu { left: auto; right: 0; }
	nav ul li ul.sub-menu li { display: block; height: auto; }
	/* 3rd level nav */
	nav ul li ul.sub-menu li ul.sub-menu { left: -9999em; top: 0; }
	nav ul li ul.sub-menu li:hover ul.sub-menu { left: 100%; opacity: 1; }
	#primary {
		margin: 0 0 30px 0;
		width: auto;
		max-width: 200px;
		/*width: 100%;*/
		position: fixed;
		right: 2.5%;
		z-index: 999;
	}
	#primary nav ul {
		/* flyouts */
		width: auto;
	    clear: both;
	    float: right;
	    position: relative;
	    padding: 30px 0;
	}
	#primary nav ul li {
		display: block;
		text-align: right;
		/* flyouts */
		float: left;
	    width: 100%;
	    position: relative;
	    right: 0;
	}
	#primary nav ul li a {
		font-size: 1.125em;
		line-height: 1em;
		padding: 10px 0;
		color: #264653;
		display: block;
		transition: all .3s ease;
	}
	#primary nav ul li a:hover {
		color: #ff7750;
		padding-right: 10px;
	}

/* MENU - LINES */
	#navbtn {
		display: none;
		position: relative;
		width: auto;
		text-align: right;
		float: right;
		clear: both;
		overflow: hidden;
		padding: 15px;
		height: 52px;
		background: none;
		border: 0;
	}
	#navbtn span {
		font-size: 0;
	}
	.lines {
		clear: both;
		text-align: center;
		width: 35px;
		height: 22px;
		margin: 0 auto;
		cursor: pointer;
		float: right;
	}
	.lines .line {
		background-color: #000;
		height: 4px;
	}
	.lines .line.one {
		width: 100%;
	}
	.lines .line.two {
		width: 68%;
		margin: 5px 0;
	}
	.lines .line.three {
		width: 85%;
	}
	.lines:hover .line.one {
		width: 85%;
	}
	.lines:hover .line.two {
		width: 100%;
	}
	.lines:hover .line.three {
		width: 68%;
	}
	.open .lines .line.two {
		display: none;
	}
	.open .lines .line.one {
		width: 90%;
		margin: 9px 0 0 0;
		transform: rotate(45deg);
	}
	.open .lines .line.three {
		width: 90%;
		margin: -4px 0 0 0;
		transform: rotate(-45deg);
	}

/* HERO */
	.hero-wrap {
		height: auto;
		display: block;
		position: relative;
	}
	.hero-wrap::after {
		content: " ";
		clear: both;
		overflow: hidden;
		display: block;
	}
	.acs_slider_wrap {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.acs_slider_wrap .slider_text {
		position: absolute;
		z-index: 9;
	}
	.acs_slider_wrap .slider_text h1 {
		font-weight: 600;
		text-align: center;
	}
	.acs_slider_wrap .slider_text h1 span {
		font: normal 700 1.07em/1em "ff-market-web", sans-serif;;
		color: #ff7750;
		padding: 0 10px 0 15px;
	}
	.acs_slider_wrap video {
		position: relative;
		z-index: 1;
		width: 100%;
	}
	.hero-wrap.int #hero {
		position: relative;
	}
	.hero-wrap.int .info {
		width: 100%;
		height: auto;
		position: relative;
		display: block;
		z-index: 9;
		padding: 200px 0 50px 0;
	}
	.hero-wrap.int .info h1 {
		font-weight: 600;
		padding: 0;
		text-align: center;
		max-width: 530px;
		margin: 0 auto;
		line-height: 1em;
		text-transform: lowercase;
	}
	.hero-wrap.int .info h1:first-letter{
		text-transform: uppercase;
	}
	.hero-wrap.int .info h1 span {
		font: normal 700 1.07em/1em "ff-market-web", sans-serif;;
		color: #ff7750;
	}
	.hero-wrap.int figure#feat-img {
		margin: 0;
		padding: 0;
		line-height: 0;
		top: 0;
		left: 0;
		overflow: hidden;
		position: absolute;
		height: 100%;
		width: 100%;
	}
	.hero-wrap.int figure#feat-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

/* CONTENT */
	.content-blocks {
		position: relative;
		display: block;
	}
	.content-blocks::after {
		content: " ";
		clear: both;
		overflow: hidden;
		display: block;
	}
	section.wp-block-group {
		width: 100%;
		position: relative;
	}
	.max-width {
		width: 90%;
		max-width: 1100px;
		margin: 0 auto;
	}
	.pattern {
		background: url(assets/images/pattern.png) repeat #fff;
	}

/* BLOG */
	article.entry {
		background: #fff;
		border-radius: 20px;
		width: 100%;
		margin: 2% 0;
		padding: 55px 75px;
		box-sizing: border-box;
		position: relative;
		overflow: hidden;
		box-shadow: 2px 3px 4px rgba(0, 0, 0, .1);
	}
	article.entry h2.title {
		line-height: 1.15em;
	}
	article.entry h3 {
		font-size: 1.4em;
		padding-top: 0; 
	}
	article.entry p {
		line-height: 1.65em;
	}
	article p.date {
		padding: 0;
		color: #a0a0a0;
		font-size: 16px;
	}

/* COMMENTS */
	.comments-box {
		position: relative;
		clear: both;
		overflow: hidden;
	}
	ol.commentlist {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	ol.commentlist li {
		list-style: none;
		margin: 0;
	}
	ol.commentlist li .comment-body {
		padding: 20px;
		margin: 0 0 10px 0;
		background: #f0f0f0;
		border-bottom: 2px solid #d1d1d1;
		font-size: 16px;
	}
	ol.commentlist .comment-author img {
		display: none;
	}
	ol.commentlist .comment-meta {
		margin: 5px 0;
		font-style: italic;
		font-size: 0.8em;
	}
	a.comment-reply-link {
		font: normal 400 14px/1.2em 'Poppins', sans-serif;
	    padding: 8px 12px;
	    display: inline-block;
	    cursor: pointer;
	    text-decoration: none;
	    border-radius: 25px;
	    color: #21ada8;
	    background-color: transparent;
	    border: 1px solid #21ada8;
	    transition: .35s all ease-out;
	}
	a.comment-reply-link:hover {
		background: #21ada8;
		color: #fff;
	}
	#respond {
		position: relative;
		clear: both;
		overflow: hidden;
		margin: 20px 0;
		padding: 20px;
		background: #f0f0f0;
		border-top: 2px solid #d1d1d1;
	}
	#respond label {
		font-weight: bold;
	}
	#respond small {
		font-size: 0.7em;
		font-style: italic;
		font-weight: 400;
	}
	#respond form input[type="text"],
	#respond form input[type="email"],
	#respond form input[type="tel"],
	#respond form textarea {
		width: calc(100% - 22px);
		display: block;
		padding: 10px;
		border: 1px solid #d1d1d1;
		margin: 0;
	}
	#respond form textarea {
		min-height: 200px;
	}
	#respond form input[type="submit"] {
		font: normal 400 14px/1.2em 'Poppins', sans-serif;
	    padding: 8px 12px;
	    display: inline-block;
	    cursor: pointer;
	    text-decoration: none;
	    border-radius: 25px;
	    color: #21ada8;
	    background-color: transparent;
	    border: 1px solid #21ada8;
	    transition: .35s all ease-out;
	}
	#respond form input[type="submit"]:hover {
		background: #21ada8;
		color: #fff;
	}
	

/* PODS */
	.no-gap,
	.hovers {
		gap: 0;
	}
	.hovers .wp-block-cover {
		padding: 6% 3% 3%;
		min-height: 350px;
		position: relative;
		align-items: normal;
		cursor: pointer;
		box-sizing: content-box;
		width: 100%;
	}
	.hovers .wp-block-cover figure,
	.hovers .wp-block-cover i {
		position: relative;
	}
	.hovers .wp-block-cover i {
		font-size: 50px;
		opacity: .5;
	}
	.hovers .wp-block-cover .wp-block-group {
		position: relative;
	}
	.hovers .wp-block-cover h3 {
		position: relative;
		margin: 0;
		overflow: hidden;
		opacity: 1;
		transition: all .4s ease;
	}
	.hovers .wp-block-cover p,
	.hovers .wp-block-cover ul,
	.hovers .wp-block-cover ol {
		position: absolute;
		top: 0;
		overflow: hidden;
		margin: 50px 0 0;
		padding: 0;
		opacity: 0;
		transition: all .4s ease;
	}
	.hovers .wp-block-cover a {
		text-decoration: underline;
	}
	.hovers .wp-block-cover:hover h3 {
		margin: 50px 0 0 ;
		opacity: 0;
		transition: all .4s ease;
	}
	.hovers .wp-block-cover:hover p,
	.hovers .wp-block-cover:hover ul,
	.hovers .wp-block-cover:hover ol {
		opacity: 1;
		margin: 0;
		transition: all .4s ease .15s;
	}
	.int .hovers .wp-block-cover {
		min-height: 100%;
		padding: 3%;
	}
	.int .hovers .wp-block-cover i {
		position: relative;
		top: 0;
		height: 50px;
		display: block;
		margin: 50px 0 0 0;
		transition: all .3s ease;
	}
	.int .hovers .wp-block-cover h3 {
		margin: 0 0 15px 0;
		padding: 20px 0 18px 0;
		height: auto;
	}
	.int .hovers .wp-block-cover ul,
	.int .hovers .wp-block-cover ol {
		position: relative;
		overflow: hidden;
		padding: 0 0 0 25px;
		margin: 0 0 20px 25px;
		opacity: 0;
		transition: all .35s ease;
	}
	.int .hovers .wp-block-cover:hover i {
		margin: 40px 0 10px 0;
	}
	.int .hovers .wp-block-cover:hover h3 {
		opacity: 1;
		height: auto;
		padding: 20px 0 18px 0;
		margin: 0 0 15px 0;
	}
	.int .hovers .wp-block-cover:hover ul,
	.int .hovers .wp-block-cover:hover ol {
		opacity: 1;
	}

/* TEAM */
	.wp-block-group.hover {
		position: relative;
	}
	.wp-block-group.hover .static {
		position: relative;
		opacity: 1;
		padding-bottom: 30px;
	}
	.wp-block-group.hover .static p {
		opacity: 1;
		transition: all .4s ease;
	}
	.wp-block-group.hover .hover {
		position: absolute;
		opacity: 0;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		transition: all .4s ease;
	}
	.wp-block-group.hover:hover .static p {
		opacity: 0;
	}
	.wp-block-group.hover:hover .hover {
		opacity: 1;
	}
	.wp-block-group.hover .static p,
	.wp-block-group.hover .hover p {
		padding: 20px;
	}

/* ROUNDED PODS */
	.rounded {
		border-radius: 15px;
		padding: 30px;
		position: relative;
		cursor: pointer;
		box-sizing: content-box;
		width: 100%;
	}
	.rounded .wp-block-button__link {
		font: normal 400 0.8em/1.2em 'Poppins', sans-serif!important;
		padding: 10px 15px!important;
		display: inline-block;
		cursor: pointer;
		text-decoration: none;
		border-radius: 30px!important;
		color: #fff!important;
		background-color: transparent!important;
		border: 2px solid #fff!important;
		transition: all .4s ease;
	}
	.rounded .wp-block-button__link:hover {
		color: #264653!important;
		background-color: #fff!important;
	}
	.one-gap {
		gap: 2em;
		margin-top: 2em!important;
		margin-bottom: 2em!important;
	}
	.rounded .wp-block-group i {
		opacity: .5;
		font-size: 50px;
	}
	.rounded div.wp-block-group {
		margin: 0;
	}
	.content .wp-block-group {
	    box-sizing: content-box;
	    width: 100%;
	    align-items: stretch;
	}
	.content .wp-block-group.wide .wp-block-group.max-width {
		max-width: 1400px;
	}
	h1.no-margin,
	h2.no-margin,
	h3.no-margin,
	h4.no-margin,
	h5.no-margin,
	h6.no-margin {
		margin: 0;
		padding: 0;
	}
	p.no-margin {
		margin: 0;
		padding: 7px 0;
	}
	.rounded div.wp-block-group.align-top {
		align-items: center;
		margin: 0 0 20px 0;
	}
	.rounded div.wp-block-group.align-top h3 {
		margin: 0;
		padding: 0;
		font-size: 1.5em;
	}

/* PORTFOLIO */
	.cats {
		text-align: center;
	}
	.cats-wrap {
		background: #f0f0f0;
		border-radius: 24px;
		display: inline-block;
		flex-direction: row;
		justify-content: space-evenly;
		align-items: stretch;
		width: auto;
		position: relative;
		overflow: hidden;
		box-shadow: 2px 3px 4px rgba(0, 0, 0, .1);
	}
	.cats-wrap a {
		color: #505050;
		display: inline-block;
		align-items: center;
		font-size: 0.75em;
		padding: 15px 14px;
		line-height: 1;
		position: relative;
		transition: all .4s ease;
	}
	.cats-wrap a:hover {
		background: #e0e0e0;
		transition: all .4s ease;
	}
	.cats-wrap a.active span {
		color: #fff;
		position: relative;
		z-index: 2;
		/*background: #21ada8;*/
	}
	.cats-wrap a.active::after {
		content: " ";
		background: #21ada8;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	.cats-wrap a.active.all {
		border-radius: 24px 0 0 24px;
	}
	.ports-wrap {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: stretch;
		flex-wrap: wrap;
		width: 100%;
		box-sizing: content-box;
		margin: 4% 0;
		gap: 1em;
	}
	.shadow,
	.port {
		background: #fff;
		border-radius: 20px;
		width: 30%;
		margin: 0;
		box-sizing: content-box;
		position: relative;
		min-height: 235px;
		overflow: hidden;
		box-shadow: 2px 3px 4px rgba(0, 0, 0, .1);
	}
	.port:nth-child(3n+1) {
		margin-left: 0;
	}
	.port:nth-child(3n) {
		margin-right: 0;
	}
	.port figure {
		text-align: center;
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		width: 100%;
		z-index: 9;
		line-height: 0;
		margin: 0;
	}
	.port figure img {
		max-width: 250px;
		width: 80%;
	}
	.port .info {
		padding: 50px;
		border-radius: 20px;
		height: 100%;
		position: relative;
		z-index: 99;
		opacity: 0;
		transition: all .35s ease;
	}
	.port:nth-child(3n) .info {
		background: #1caea8;
	}
	.port:nth-child(3n+1) .info {
		background: #264653;
	}
	.port:nth-child(3n+2) .info {
		background: #ff7750;
	}
	.port .info h6 {
		color: #fff;
	}
	.port .info p {
		color: rgba(255,255,255,.7);
	}
	.port .info a {
		color: rgba(255,255,255,.7);
		text-decoration: underline;
	}
	.port .info a:hover {
		color: rgba(255,255,255,1);
	}
	.port:hover .info {
		opacity: 1;
	}

/* ACCORDION */
	.wp-block-pb-accordion-item {
		background: #fff;
		border-radius: 20px;
		padding: 0 20px;
		margin: 0 0 15px 0;
		box-sizing: content-box;
		position: relative;
		overflow: hidden;
		box-shadow: 2px 3px 4px rgba(0, 0, 0, .1);
	}
	.wp-block-pb-accordion-item h4 {
		color: #ff6f42;
		margin: 0;
		padding: 20px 0;
		font-size: 1.1em;
	}
	.wp-block-pb-accordion-item .c-accordion__content {
		border-top: 1px solid #e0e0e0;
		padding: 20px 0;
	}
	.wp-block-pb-accordion-item.is-open h4 {
		padding: 20px 0;
	}

/* CAROUSEL */
	section.wp-block-group.superheroes .wp-block-group__inner-container .slick-list.draggable {
		margin: 0 7.5%;
	}
	.wp-block-eedee-block-gutenslider h4 {
		font-size: 1.5em;
		color: #21ada8;
		text-align: left;
	}
	.wp-block-eedee-block-gutenslider p {
		font-size: 1em;
		text-align: left;
	}
	section .wp-block-eedee-block-gutenslider .wp-block-eedee-block-gutenslide.is-position-center-center .slide-content {
		align-items: flex-start;
		background: #f0f0f0;
		border-radius: 15px;
		padding: 0 50px;
		margin: 0 25px;
	}
	.wp-block-eedee-block-gutenslider .eedee-gutenslider-nav {
		border: 2px solid #000!important;
	}
	section .wp-block-eedee-block-gutenslider.gs-frontend.gs-finished-controls .eedee-gutenslider-nav {
		display: block;
	    width: auto;
	    height: auto;
	    line-height: 0;
	    opacity: .1;
	    border-radius: 100%;
	}
	section .wp-block-eedee-block-gutenslider.gs-frontend.gs-finished-controls .eedee-gutenslider-nav.eedee-gutenslider-prev {
		left: -60px;
	}
	section .wp-block-eedee-block-gutenslider.gs-frontend.gs-finished-controls .eedee-gutenslider-nav.eedee-gutenslider-next {
		right: -60px;
	}
	button.slick-prev.slick-arrow,
	button.slick-next.slick-arrow {
		display: block;
		top: 50%;
		font-size: 0;
		border: none;
		width: 34px;
		height: 34px;
		position: absolute;
		cursor: pointer;
		padding: 0;
		z-index: 9;
		background: url('/wp-content/uploads/sites/7/2024/01/arrow.png') no-repeat center center;
	}
	button.slick-prev.slick-arrow {
		transform: rotate(180deg);
		left: 2.5%;
	}
	button.slick-next.slick-arrow {
		right: 2.5%;
	}

/* COUNTERS */
	.counters.wp-block-group.is-content-justification-center {
		align-items: flex-start!important
	}
	.counters .wp-block-image {
		height: 105px;
		display: flex;
	    align-items: center;
	}
	.counters h2 {
		font-size: 3.5em;
		line-height: 1em;
		padding: 0;
	}
	.counters p {
		padding: 0;
		line-height: 1.2em;
	}

/* SPONSORS */
	.slick-slider .slick-track { margin: 40px 0 0 0; }
	.slick-slide { margin: 20px; display: flex; justify-content: center; align-items: center; }
	.slick-slide img { max-width: 100%; width: auto; height: auto; margin: 0 auto; }
	.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
	.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
	.slick-list:focus { outline: none; }
	.slick-list.dragging { cursor: pointer; cursor: hand; }
	.slick-slider .slick-track,
	.slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
	.slick-track { position: relative; top: 0; left: 0; display: block; }
	.slick-track:before, .slick-track:after { display: table; content: ''; }
	.slick-track:after { clear: both; }
	.slick-loading .slick-track { visibility: hidden; }
	.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
	[dir='rtl'] .slick-slide { float: right; }
	.slick-slide img { display: block; }
	.slick-slide.slick-loading img { display: none; }
	.slick-slide.dragging img { pointer-events: none; }
	.slick-initialized .slick-slide { display: block; }
	.slick-loading .slick-slide { visibility: hidden; }
	.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
	.slick-arrow.slick-hidden { display: none; }
	.slick-slide {
		height: 150px;
		white-space: nowrap;
		text-align: center;
		margin: 20px;
	}
	.helper {
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}
	.slick-slide a {
		display: inline-block;
		height: 100%;
	}
	.slick-slide a img {
		vertical-align: middle;
		max-height: 100px;
		display: inline-block;
	}

/* FOOTER */
	footer {
		width: 100%;
		clear: both;
		overflow: hidden;
		position: relative;
	}
	.footer-wrap {
		position: relative;
		padding: 100px 0;
		background: #264653;
	}
	.footer {
		width: 90%;
		max-width: 1100px;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.footer > .widget:first-child {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.footer .wp-block-group {
		width: 100%;
		margin: 0;
	}
	.footer p {
		color: #fff;
		font-size: 0.9em;
		line-height: 1em;
	}
	.footer i {
		color: #fff;
		width: 20px;
		text-align: center;
		margin: 0 10px 0 0;
	}
	.footer ul.menu {
		margin: 0 0 20px 0;
		padding: 0;
	}
	.footer ul.menu li {
		padding: 0 10px;
		list-style: none;
		display: inline-block;
		margin: 0;
	}
	.footer ul.menu li a {
		color: #fff;
		border: 1px solid #f8d261;
		display: block;
		width: 18px;
		height: 18px;
		padding: 10px;
		font-size: 18px;
		line-height: 18px;
		text-align: center;
		border-radius: 100%;
		transition: all .4s ease;
	}
	.footer ul.menu li a:hover {
		background: #f8d261;
		color: #264653;
	}
	.bottom {
		width: 90%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 30px 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		align-content: center;
	}
	.bottom figure {
		margin: 0;
	}

/* ACCESS TOOLS */
	.acc-tools { 
		position: fixed; 
		right: -196px; 
		top: 50%; 
		margin: 0; 
		padding: 12px 0; 
		display: inline-block; 
		z-index: 9999;
	}
	.access_tools .tool { 
		position: relative;
		right: 0;
		background: #ff7750;
		width: 200px;
		margin: 0 0 5px 0;
		border-radius: 25px;
		padding: 10px 30px 10px 13px;
		transition: all .3s ease 0s;
	}
	.access_tools .tool a {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.access_tools .tool i {
		color: #fff;
		display: flex;
		text-align: center;
		font-size: 22px;
    	line-height: 25px;
    	margin: 0 5px 0 0;
    	width: 30px;
	    height: 28px;
	    align-items: center;
	    justify-content: center;
	}
	.access_tools .tool span {
		font-size: 0.75em;
		color: #fff;
	}
	.access_tools .tool.shiftout {
		right: -250px;
	}
	.access_tools .tool#accshare {
		transition: right .3s ease 0s;
	}
	.access_tools .tool#accmail {
		transition: right .3s ease .1s;
	}
	.access_tools .tool#accblog {
		transition: right .3s ease .2s;
	}
	.access_tools .tool#accshare:hover,
	.access_tools .tool#accmail:hover,
	.access_tools .tool#accblog:hover {
		right: 165px; 
		transition: right .4s ease 0s;
	}
	#social-buttons-wrapper,
	#newsletter-popup-wrapper {
		background: #264653;
		position: fixed;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 9999;
		transition: all .4s ease;
		opacity: 0;
		top: -99em;
	}
	#social-buttons-wrapper.open,
	#newsletter-popup-wrapper.open {
		top: 0;
		opacity: 1;
	}
	.social-buttons,
	.newsletter-popup {
		width: 90%;
		margin: 0 auto;
		position: relative;
	}
	#close-social,
	#close-newsletter-popup {
		position: absolute;
		top: 40px;
		right: 0;
		color: #fff;
		font-weight: bold;
		border: 2px solid #f8d261;
		display: block;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		border-radius: 100%;
		cursor: pointer;
	}
	#close-social:hover,
	#close-newsletter-popup:hover {
		background: #f8d261;
		color: #264653;
	}
	nav.social_navigation ul {
		margin: 0;
		padding: 45vh 0;
		list-style: none;
		text-align: center;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	nav.social_navigation li {
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: center;
	}
	nav.social_navigation li a {
		display: block;
		color: #fff;
		font-weight: bold;
		border: 2px solid #f8d261;
		text-align: center;
		border-radius: 100%;
		font-size: 33px;
		line-height: 70px;
		width: 70px;
		height: 70px;
		margin: 0 20px;
	}
	nav.social_navigation li a:hover {
		background: #f8d261;
		color: #264653;
	}
	.newsletter-popup .widget_newsletter_popup {
		padding: 25vh 0;
		margin: 0 auto;
		max-width: 600px;
	}
	.newsletter-popup .widget_newsletter_popup h2 {
		color: #fff;
	}
	.newsletter-popup .with_frm_style .frm_top_container .frm_primary_label, 
	.newsletter-popup .with_frm_style .frm_hidden_container .frm_primary_label, 
	.newsletter-popup .with_frm_style .frm_pos_top {
		color: #fff;
	}
	.newsletter-popup .with_frm_style input[type=text], 
	.newsletter-popup .with_frm_style input[type=password], 
	.newsletter-popup .with_frm_style input[type=email], 
	.newsletter-popup .with_frm_style input[type=number], 
	.newsletter-popup .with_frm_style input[type=url], 
	.newsletter-popup .with_frm_style input[type=tel], 
	.newsletter-popup .with_frm_style input[type=file], 
	.newsletter-popup .with_frm_style input[type=search], 
	.newsletter-popup .with_frm_style select, 
	.newsletter-popup .with_frm_style .frm-card-element.StripeElement {
		color: #fff;
		background: #3a5661;
		padding: 12px 15px;
		border: 0;
	}
	.newsletter-popup .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, 
	.newsletter-popup .frm_style_formidable-style.with_frm_style input[type=submit], 
	.newsletter-popup .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], 
	.newsletter-popup .frm_style_formidable-style.with_frm_style .frm_submit button, 
	.newsletter-popup .frm_form_submit_style, 
	.newsletter-popup .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
		font: normal 400 18px/18px 'Poppins', sans-serif;
		box-shadow: none;
		padding: 15px 25px;
		display: inline-block;
		cursor: pointer;
		text-decoration: none;
		border-radius: 25px;
		color: #21ada8;
		background-color: transparent;
		border: 2px solid #21ada8;
	}
	.newsletter-popup .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover, 
	.newsletter-popup .frm_style_formidable-style.with_frm_style input[type=submit]:hover, 
	.newsletter-popup .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, 
	.newsletter-popup .frm_style_formidable-style.with_frm_style .frm_submit button:hover, 
	.newsletter-popup .frm_form_submit_style:hover, 
	.newsletter-popup .frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover {
		color: #fff;
		background-color: #21ada8;
		border-color: #21ada8;
	}
	.newsletter-popup .frm_style_formidable-style.with_frm_style p.description, 
	.newsletter-popup .frm_style_formidable-style.with_frm_style div.description, 
	.newsletter-popup .frm_style_formidable-style.with_frm_style div.frm_description, 
	.newsletter-popup .frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description, 
	.newsletter-popup .frm_style_formidable-style.with_frm_style .frm_error, 
	.newsletter-popup .frm_style_formidable-style.with_frm_style .frm_pro_max_limit_desc {
		color: #fff;
		opacity: .7;
	}
    

/* RESPONSIVE */
	@media all and (max-width: 1400px) {
		.hovers .wp-block-cover {
			min-height: 450px;
		}
	}
	@media all and (max-width: 1200px) {
		.max-width {
			max-width: 1000px;
		}
	}
	@media all and (max-width: 1100px) {
		.max-width {
			max-width: 900px;
		}
		h1 {
			font-size: 3em;
		}
		h2 {
			font-size: 2em;
		}
		h3 {
			font-size: 1.5em;
		}
		h4 {
			font-size: 1.3em;
		}
		h5 {
			font-size: 1.2em;
		}
		h6 {
			font-size: 1.1em;
		}
		.cats-wrap {
			flex-wrap: wrap;
			background: transparent;
			box-shadow: none;
			border-radius: 0;
		}
		.cats-wrap a {
			background: #f0f0f0;
			margin: 2px;
		}
	}
	@media all and (max-width: 1000px) {
		.max-width {
			max-width: 800px;
		}
		.hovers .wp-block-cover {
			padding: 6% 3%;
			min-height: auto;
		}
		.hovers .wp-block-cover:hover h3 {
			margin: 0;
			opacity: 1;
			transition: none;
		}
		.hovers .wp-block-cover p, .hovers .wp-block-cover ul, .hovers .wp-block-cover ol {
			position: relative;
			margin: 0;
			opacity: 1;
		}
		.counters h2 {
			font-size: 2.5em;
		}
		.counters .wp-block-image img {
			max-width: 80%;
		}
		.counters .wp-block-image .aligncenter {
			text-align: center;
		}
		.home .content .wp-container-core-group-layout-10.wp-container-core-group-layout-10,
		.home .content .wp-container-core-group-layout-6.wp-container-core-group-layout-6,
		.int .content .wp-container-core-group-layout-3.wp-container-core-group-layout-3,
		.int .content .wp-container-core-group-layout-4.wp-container-core-group-layout-4 {
			flex-wrap: wrap;
		}
		.int .content .wp-container-core-group-layout-3.wp-container-core-group-layout-3 .wp-block-cover,
		.int .content .wp-container-core-group-layout-4.wp-container-core-group-layout-4 .wp-block-cover {
			width: calc(50% - 2em);
		}
		.int .hovers .wp-block-cover p,
		.int .hovers .wp-block-cover ul,
		.int .hovers .wp-block-cover ol {
			opacity: 1;
			padding-bottom: 45px;
		}
		section .wp-block-eedee-block-gutenslider.gs-frontend.gs-finished-controls .eedee-gutenslider-nav.eedee-gutenslider-prev {
			left: -40px;
		} 
		section .wp-block-eedee-block-gutenslider.gs-frontend.gs-finished-controls .eedee-gutenslider-nav.eedee-gutenslider-next {
		    right: -40px;
		}
	}
	@media all and (max-width: 900px) {
		.acs_slider_wrap video {padding-top: 90px;}
		header { clear: both; position: fixed; background-color: #fff; }
		#logo { position: relative; width: 100%; margin: 20px 0 0 0; }
		#primary { width: 100%; max-width: 100%; position: static; margin: 16px 0 23px; float: right; }
		nav ul { width: 100%; }
		nav .menu-main-navigation-container { display: block; position: fixed; top: 0; left: -100%; background-color: rgba(38, 70, 83, .95); width: 85%; height: 100%; overflow-y: scroll; z-index: 1; }
		.open nav .menu-main-navigation-container { left: 0; }
		#primary nav ul {
		    width: 100%;
		    clear: both;
		    float: none;
		    position: relative;
		    padding: 0;
		}
		nav .menu-main-navigation-container > ul { padding: 15px 0 0 0; width: 100%; }
		nav ul li { display: block; padding: 0; float: none; }
		#primary nav ul li a {
		    font-size: 1.5em;
		    line-height: 1.7em;
		    padding: 20px 20px;
		    color: #ffffff;
		    text-align: left;
		    display: block;
		    border-top: 1px solid #657f89;
		}
		nav ul li ul.sub-menu, nav ul li ul.sub-menu li ul.sub-menu { width: 100%; background: none; display: block; clear: both; overflow: hidden; position: relative; left: 0; opacity: 1; }
		nav ul li ul.sub-menu li a { padding: 20px 30px 20px 50px; background-color: rgba(32, 32, 32, .95); color: #e0d1c3; }
		nav ul li ul.sub-menu li ul.sub-menu li a { padding: 20px 30px 20px 70px; }
		nav ul li ul.sub-menu li ul.sub-menu li ul.sub-menu li a { padding: 20px 30px 20px 90px; }
		header nav ul li:hover a, header nav ul li.active a, header nav ul li a:focus, header nav ul li.current-menu-item a, header nav ul li.current-menu-ancestor a,  header nav ul li.current_page_parent a {  color: #fff; background-color: #21ada8; border-bottom: none;  }
		nav ul li:last-child a { border-bottom: 1px solid #657f89; }
		nav.social_navigation ul li:last-child a {border-bottom: 2px solid #f8d261;}
		#navbtn { display: block; }
		.hero-wrap { clear: both; overflow: hidden;}
		.max-width {
			max-width: 700px;
		}
		.content .wp-container-core-group-layout-13.wp-container-core-group-layout-13,
		.content .wp-container-core-group-layout-27.wp-container-core-group-layout-27 {
			flex-wrap: wrap;
		}
		.content .wp-container-core-group-layout-25.wp-container-core-group-layout-25 {
		    flex-wrap: nowrap;
		}
		.content .wp-container-core-group-layout-25.wp-container-core-group-layout-25 .wp-block-buttons {
		   justify-content: flex-end;
		}
		.int .content .wp-container-core-group-layout-14.wp-container-core-group-layout-14,
		.int .content .wp-container-core-group-layout-24.wp-container-core-group-layout-24,
		.int .content .wp-container-core-group-layout-28.wp-container-core-group-layout-28 {
			flex-wrap: wrap;
		}
		.shadow {
			min-height: 1em;
		}
	}
	@media all and (max-width: 800px) {
		.access_tools .tool#accshare:hover,
		.access_tools .tool#accmail:hover,
		.access_tools .tool#accblog:hover {
			right: 0; 
			transition: none;
		}
		.hovers .wp-block-cover {
			padding: 10% 5%;
		}
		.wp-block-group-is-layout-flex {
			flex-wrap: wrap!important;
		}
		.max-width {
			max-width: 600px;
		}
		.content .wp-container-core-group-layout-3.wp-container-core-group-layout-3,
		.content .wp-container-core-group-layout-4.wp-container-core-group-layout-4 {
			flex-wrap: wrap;
		}
		.int .content .wp-container-core-group-layout-3.wp-container-core-group-layout-3 .wp-block-cover,
		.int .content .wp-container-core-group-layout-4.wp-container-core-group-layout-4 .wp-block-cover,
		.content .wp-container-core-group-layout-3.wp-container-core-group-layout-3 .wp-block-cover,
		.content .wp-container-core-group-layout-4.wp-container-core-group-layout-4 .wp-block-cover {
			width: 100%;
			padding: 0 50px;
		}
		footer .wp-container-core-group-layout-16.wp-container-core-group-layout-16,
		footer .wp-container-core-group-layout-34.wp-container-core-group-layout-34 {
			align-items: flex-start;
		}
		.footer > .widget {
			width: 100%;
			margin: 0 0 30px 0;
			text-align: center;
		}
		.footer .widget .wp-block-group {
			align-items: center!important;
		}
		.footer ul.menu li {
			padding: 0 20px 0 0;
		}
	}
	@media all and (max-width: 700px) {
		button.slick-prev.slick-arrow,
		button.slick-next.slick-arrow {
			display: none;
		}
		.hero-wrap.int .info {
			padding: 140px 0 50px 0;
		}
		.acs_slider_wrap video {
			height: 60vh;
			object-fit: cover;
		}
		.max-width {
			max-width: 90%;
		}
		#logo img {
			max-width: 100%;
			height: auto;
		}
		h1 {
			font-size: 2.5em;
		}
		h2 {
			font-size: 1.7em;
		}
		h3 {
			font-size: 1.3em;
		}
		h4 {
			font-size: 1.2em;
		}
		h5 {
			font-size: 1.1em;
		}
		h6 {
			font-size: 1.05em;
		}
		.wp-container-core-group-layout-16.wp-container-core-group-layout-16 {
			flex-wrap: wrap!important;
		}
		.bottom {
			flex-wrap: wrap;
		}
		.bottom > .widget {
			width: 100%;
			margin: 10px 0 20px 0;
			text-align: center;
		}
		section .wp-block-eedee-block-gutenslider.gs-frontend.gs-finished-controls .eedee-gutenslider-nav {
			bottom: -70px;
		    top: auto;
		    opacity: .2;
		}
		section .wp-block-eedee-block-gutenslider.gs-frontend.gs-finished-controls .eedee-gutenslider-nav.eedee-gutenslider-prev {
		    left: 0;
		}
		section .wp-block-eedee-block-gutenslider.gs-frontend.gs-finished-controls .eedee-gutenslider-nav.eedee-gutenslider-next {
		    right: 0;
		}
		.port {
			width: 47%;
		}
		.port:nth-child(3n),
		.port:nth-child(3n+1) {
			margin-left: 1.5%;
			margin-right: 1.5%;
		}
	}
	@media all and (max-width: 600px) {
		article.entry {
			padding: 10%;
		}
		h1 {
			font-size: 2em;
		}
		h2 {
			font-size: 1.5em;
		}
		h3 {
			font-size: 1.2em;
		}
		h4 {
			font-size: 1.15em;
		}
		h5 {
			font-size: 1.05em;
		}
		h6 {
			font-size: 1.02em;
		}
		.rounded div.wp-block-group.align-top h3 {
			font-size: 1.05em;
		}
		.int .content .wp-container-core-group-layout-20.wp-container-core-group-layout-20,
		.int .content .wp-container-core-group-layout-7.wp-container-core-group-layout-7,
		.int .content .wp-container-core-group-layout-10.wp-container-core-group-layout-10,
		.int .content .wp-container-core-group-layout-14.wp-container-core-group-layout-14,
		.int .content .wp-container-core-group-layout-17.wp-container-core-group-layout-17,
		.int .content .wp-container-core-group-layout-25.wp-container-core-group-layout-25 {
			flex-wrap:  wrap;
		}
		.int .content .wp-container-core-group-layout-25.wp-container-core-group-layout-25 .wp-block-buttons {
		    justify-content: flex-start;
		}
	}
	@media all and (max-width: 500px) {
		.newsletter-popup {
			height: 100%;
			overflow: scroll;
		}
		.newsletter-popup .widget_newsletter_popup {
			padding: 20vh 0;
		}
		.acc-tools {
			top: auto;
			bottom: 0px;
		}
		.acs_slider_wrap {
			justify-content: start;
		}
		.acs_slider_wrap .slider_text {
			padding: 0px 6%;
			margin-top: 50px;
		}
		.acs_slider_wrap .slider_text h1 {
			text-align: left;
			font-size: 1.5em;
		}
		.acs_slider_wrap .slider_text h1 span {
			font-size: 1.5em;
		}
		nav.social_navigation li a {
			font-size: 20px;
			line-height: 50px;
			width: 50px;
			height: 50px;
			margin: 0 10px;
		}
		h1 {
			font-size: 1.5em;
		}
		h2 {
			font-size: 1.3em;
		}
		h3 {
			font-size: 1.15em;
		}
		h4 {
			font-size: 1.12em;
		}
		h5 {
			font-size: 1.02em;
		}
		h6 {
			font-size: 1.01em;
		}
		.int .content .wp-container-core-group-layout-3.wp-container-core-group-layout-3 .wp-block-cover,
		.int .content .wp-container-core-group-layout-4.wp-container-core-group-layout-4 .wp-block-cover,
		.int .content .wp-container-core-group-layout-5.wp-container-core-group-layout-5 .wp-block-cover {
			padding: 0 40px;
		}
		.int .content .wp-container-core-group-layout-21.wp-container-core-group-layout-21,
		.int .content .wp-container-core-group-layout-22.wp-container-core-group-layout-22,
		.int .content .wp-container-core-group-layout-23.wp-container-core-group-layout-23 {
			flex-wrap:  wrap;
			gap: 0;
		}
		.int .content .wp-container-core-group-layout-21.wp-container-core-group-layout-21 > *,
		.int .content .wp-container-core-group-layout-22.wp-container-core-group-layout-22 > *,
		.int .content .wp-container-core-group-layout-23.wp-container-core-group-layout-23 > * {
			width: 100%;
		}
		.port {
			width: 100%;
		}
	}
	@media all and (max-width: 400px) {
		.wp-block-spacer {
			height: 20px!important;
		}
		p, .footer p {
			font: normal 400 .7em/1.5em 'Poppins', sans-serif;
		}
		main li {
			font: normal 400 .7em/1.5em 'Poppins', sans-serif;
			margin: 4px 0;
		}
		.c-accordion__title {
			font-size: .9em!important;
			padding: 20px 20px 20px 0;
		}
		nav .menu-main-navigation-container > ul { padding: 15px 0 0 0; width: 100%; }
		nav ul li { display: block; padding: 0; float: none; }
		#primary nav ul li a {
			font-size: 1.2em;
			line-height: 1.2em;
		}
		h1 {
			font-size: 1.3em;
		}
		h2 {
			font-size: 1.2em;
		}
		h3 {
			font-size: 1.12em;
		}
		h4 {
			font-size: 1.1em;
		}
		h5 {
			font-size: 1.01em;
		}
		h6 {
			font-size: 1em;
		}
		#primary {
			width: 40%;
		}
		.int .content .wp-container-core-group-layout-10.wp-container-core-group-layout-10 .wp-block-group {
			width: 100%;
		}
	}












