/* Better navigation bar layout */
.header-inner {
	justify-content: flex-start;
}

/*Custom patches*/
.button_patch_for_registration_page > form > div > button {
	color: white !important;
}
.button_patch_for_registration_page {
	background-color: white !important;
}
/* button:hover {
	background: linear-gradient(-45deg, #08c13c, #0fae3c, #159b3b, #1a8839);
	background-size: 300% 300%;
	animation: gradient 5s ease infinite;
} */

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
/*I hope i will never be forced to write CSS or work with Wordpress again... deleting the "half comment" below will result in the footer subscribe button color being fucked up. i have no idea how or why but it works like that so don't touch it please!"*/
*/
/* Some template CSS: */
.color-accent,.color-accent-hover:hover,.color-accent-hover:focus,:root .has-accent-color,.has-drop-cap:not(:focus):first-letter,.wp-block-button.is-style-outline,a,blockquote,.border-color-accent,.border-color-accent-hover:hover,.border-color-accent-hover:focus,button:not(.toggle),.button,.faux-button,.wp-block-button__link,.wp-block-file .wp-block file__button,input[type="button"],input[type="reset"],input[type="submit"],.bg-accent,.bg-accent-hover:hover,.bg-accent-hover:focus,:root .has-accent-background-color,.comment-reply-link,.fill-children-accent,.fill-children-accent *,.modal-menu a,.footer-menu a, .footer-widgets a,#site-footer .wp-block-button.is-style-outline,.wp-block-pullquote:before,.singular:not(.overlay-header) .entry-header a,.archive-header a,.header-footer-group .color-accent,.header-footer-group .color-accent-hover:hover,.social-icons a,#site-footer button:not(.toggle),#site-footer .button,#site-footer .faux-button,#site-footer .wp-block-button__link,#site-footer .wp-block-file__button,#site-footer input[type="button"],#site-footer input[type="reset"],#site-footer input[type="submit"] {
	color: #118758 !important;
}

#site-header {
	background: transparent;
}
.toggle.nav-toggle.mobile-nav-toggle {
	background-color: #292f36;
	border-color: #292f36;
	
}
.header-inner {
	position: relative;
	height: 160px;
	max-width: 120rem;
	width: calc(100% - 4rem);
	padding: 2.5rem 0;
}

.header-toggles {
	display: none;
}

.site-description {
	display: none;
}

.primary-menu {
	display: block !important;
}

.primary-menu li {
	float: right;
}

.primary-menu li.break {
	clear: right;
}

.primary-menu li a {
	color: white !important;
	font-size: 1.6rem;
}

.primary-menu > li > .icon {
	color: white !important;
}

.primary-menu li.top a {
	font-weight: 400;
}

.primary-menu li.bottom {
	margin-top: 2.5rem;
}

.primary-menu li.bottom a {
	font-weight: 900 !important;
	text-transform: uppercase;
}

.primary-menu li ul.sub-menu {
	text-align: end;
}

#site-content > header.header-footer-group, #site-content > article > header.header-footer-group {
	background-color: #292f36 !important;
	color: white !important;
}

.faux-button {
	color: white !important;
}

.h-header {
	display: flex;
	flex-direction: column;
	justify-content: space-around !important;
	height: 100vh;
	min-height: 887px;
	width: 100% !important;
	max-width: 100vw !important;
	background-image: url('https://aiireland.ie/wp-content/uploads/2022/02/background-cover.jpg');
	background-position: center;
	background-size: cover;
	margin: 0 !important;
	padding: 25vh 0 5rem !important;
}

.h-header-heading {
	position: relative;
	max-width: 100% !important;
	float: left;
	margin: 0 !important;
}

.h-header-heading::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	height: 2.5px;
	width: 70px;
	background-color: #118758;
}

.h-header-description {
	max-width: 850px !important;
	margin-top: 3rem !important;
	float: left;
}

.h-card-wrapper {
	margin-top: 10vh !important;
}

.h-card {
	height: calc(150px + 7.5vh);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #57a773;
	color: white !important;
	padding: calc(1.5rem + 1.5vw);
	border-radius: 2px;
	text-decoration: none;
}

.h-card:hover {
	transform: translateY(-.75rem);
}

.h-card.first {
	background-color: #292f36;
}

.h-card.last {
	background-color: #d8fcdc;
	color: #292f36 !important;
}

.h-card-heading, .h-card-description p {
	margin: 0 !important;
	padding: 0 !important;
}

.h-card-heading {
	font-size: 2.5rem;
	font-weight: 800 !important;
}

.h-card-description {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.h-card-description p {
	font-size: 1.5rem;
	font-weight: 500;
}

.h-card-description img {
	height: 20px;
	margin-left: 1.5rem;
}

.h-news-wrapper, .h-news {
	margin: 0 !important;
}

.h-news .type-post {
	min-height: 500px;
	margin: 0 !important;
}

.h-news .type-post figure {
	margin: 0 !important;
}

.h-news .type-post figure a img {
	height: 500px;
	object-fit: cover;
	transition: all .5s;
}

.h-news .type-post figure a img:hover {
	opacity: .75;
}

.h-news .type-post .entry-wrapper {
	position: relative;
	height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: calc(1rem + 4vw);
}

.h-news .type-post .entry-wrapper h2 {
	font-weight: 600;
	padding-top: 3rem;
}

.h-news .type-post .entry-wrapper h2:hover {
	text-decoration: underline;
}

.h-news .type-post .entry-wrapper p {
	width: 80%;
	font-size: calc(1rem + .5vw);
}

.h-news .type-post .entry-wrapper .entry-meta {
	position: absolute;
	top: 0;
	font-size: 1.35rem;
	opacity: .75;
	padding-top: calc(1rem + 4vw);
}

.h-news .type-post:first-child .entry-wrapper {
	background-color: white;
}

.h-news .type-post:first-child .entry-wrapper h2 a, .h-news .type-post:first-child .entry-wrapper p, .h-news .type-post:first-child .entry-wrapper .entry-meta {
	color: #292f36 !important;
}

.h-news .type-post:nth-child(2) .entry-wrapper {
	background-color: #118758;
}

.h-news .type-post:nth-child(2) .entry-wrapper h2 a, .h-news .type-post:nth-child(2) .entry-wrapper p, .h-news .type-post:nth-child(2) .entry-wrapper .entry-meta {
	color: white !important;
}

.h-news .type-post:nth-child(3) .entry-wrapper {
	background-color: #f4f2e6;
}

.h-news .type-post:nth-child(3) .entry-wrapper h2 a, .h-news .type-post:nth-child(3) .entry-wrapper p, .h-news .type-post:nth-child(3) .entry-wrapper .entry-meta {
	color: #292f36 !important;
}

.h-news-button {
	background-color: white;
	color: #118758;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	padding: 2.5rem 0;
	transition: all .5s;
}

.h-news-button::after {
	content: "";
	display: inline-block;
	background-image: url('https://aiireland.ie/wp-content/uploads/2022/03/arrow-green.png');
	background-position: center;
	background-size: cover;
	width: 28px;
	height: 21px;
	margin: 0 0 -4px 1rem;
}

.h-news-button:hover {
	color: white;
	background-color: #118758;
}

.h-news-button:hover::after {
	background-image: url('https://aiireland.ie/wp-content/uploads/2022/02/arrow-white.png');
}

.h-news-button-link {
	text-decoration: none;
}

.h-youtube > div {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start !important;
}

.h-youtube h3 {
	position: relative;
	font-size: 1.3em;
	font-weight: 600 !important;
}

.h-youtube h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	height: 2.5px;
	width: 70px;
	background-color: #118758;
}

.h-youtube p {
	font-size: calc(.85rem + .5vw);
}

.h-youtube a {
	color: #292f36 !important;
	font-size: 1.85rem;
	text-decoration: none;
}

.h-youtube a:hover {
	text-decoration: underline;
}

.h-youtube-text-wrapper, .h-youtube-image-wrapper div figure {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.h-youtube-text-wrapper {
	margin: 0 !important;
}

.h-youtube-text-wrapper > div {
	height: 100%;
	min-height: calc(100px + 12.5vw);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.h-youtube-text-wrapper h3, .h-youtube-text-wrapper p {
	color: #292f36;
}

.h-youtube-image-wrapper {
	margin: 0 0 0 3rem !important;
	transition: .3s all;
}

.h-youtube-image-wrapper:hover {
	opacity: .75;
}

.h-youtube-image-wrapper a {
	max-width: calc(50vw - 4rem) !important;
	float: right;
}

.h-podcast {
	height: 100%;
	background-color: #292f36;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.h-podcast > div {
	margin: 0 !important;
}

.h-podcast > img {
	height: auto;
	max-width: calc(100px + 25vw);
	width: auto;
}

.h-podcast h3 {
	position: relative;
	color: white;
	font-size: 1.3em;
	font-weight: 600 !important;
	margin-bottom: 5rem;
}

.h-podcast h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	height: 2.5px;
	width: 70px;
	background-color: #118758;
}

.h-podcast > div {
	width: 60%;
	padding: 2.5vw;
}

.h-podcast > div > div > figure {
	max-height: 160px;
	margin: 0 !important;
}

.h-podcast > div > div > figure > div {
	max-height: 160px;
	margin: 3rem 0;
}

.h-podcast > div > div > figure > div > div > iframe {
	max-height: 160px;
}

.h-podcast > div > div > figure > div::before {
	padding-top: 160px !important;
}

.h-podcast a {
	color: white !important;
	font-size: 1.85rem;
	text-decoration: none;
}

.h-podcast a:hover {
	text-decoration: underline;
}

.h-podcast-image-wrapper {
	margin: 0 !important;
}

.h-allnews {
	color: #292f36;
}

.h-allnews .h-allnews-heading {
	font-weight: 600 !important;
}

.h-allnews .type-post {
	background-color: white;
}

.h-allnews .type-post .post-thumbnail {
	margin: 0 !important;
}

.h-allnews .type-post .entry-wrapper {
	padding: calc(1.5rem + 1.5vw);
}

.h-allnews .type-post .entry-wrapper h2 a {
	color: #292f36 !important;
	font-weight: 600;
}

.h-allnews .type-post .entry-wrapper h2 a:hover {
	text-decoration: underline;
}

.h-allnews .type-post .entry-wrapper p {
	font-size: 1.75rem !important;
	padding-bottom: 3rem;
}

.h-allnews .type-post .entry-wrapper .entry-meta {
	position: absolute;
	bottom: calc(1.5rem + 1.5vw);
	font-size: 1.35rem;
	opacity: .75;
}

.footer-nav-widgets-wrapper {
	background-color: #292f36;
	margin-top: -1em !important;
}

.footer {
	color: white;
	font-size: 1.6rem;
}

.footer h4 {
	font-size: 2rem;
	font-weight: 600;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.footer a {
	color: white !important;
}

.footer a:hover {
	opacity: .75;
	text-decoration: underline;
}

.footer .contact-us {
	margin-top: 3rem;
}

.footer #contact {
	margin-top: -3rem;
}

.footer-col {
	margin-top: 3.5rem !important;
}

.footer-col.social-sites a {
	text-decoration: none;
}

.footer-col.social-sites a::before {
	content: "";
	display: inline-block;
	background-position: center;
	background-size: cover;
	width: 16px;
	height: 16px;
	margin: 0 1rem -3px 0;
}

.footer-col.social-sites a:nth-child(1)::before {
	background-image: url('https://aiireland.ie/wp-content/uploads/2022/02/linkedin.png');
}

.footer-col.social-sites a:nth-child(3)::before {
	background-image: url('https://aiireland.ie/wp-content/uploads/2022/02/twitter.png');
}

.footer-col.social-sites a:nth-child(5)::before {
	background-image: url('https://aiireland.ie/wp-content/uploads/2022/02/facebook.png');
}

.footer-col.social-sites a:nth-child(7)::before {
	background-image: url('https://aiireland.ie/wp-content/uploads/2022/02/spotify.png');
}

.footer-col.social-sites a:nth-child(9)::before {
	background-image: url('https://aiireland.ie/wp-content/uploads/2022/02/apple_podcasts.png');
}

.footer-newsletter-input input, .footer-newsletter-input button {
	border-radius: 2px !important;
}

.footer-newsletter-input button {
	color: white !important;
	text-transform: none;
	text-decoration: none;
}

.footer-newsletter-input button:hover {
	opacity: .75;
}

.footer-widgets-outer-wrapper {
	border: none !important;
}

#site-footer {
	display: none;
}

@media (min-width: 700px) {
	.footer-col {
		max-width: 300px;
	}
	
	.footer-col.last {
		margin-left: auto;
	}
}

@media (min-width: 782px) {
	.h-news .type-post:nth-child(2) {
		flex-direction: row-reverse;
	}
	
	.h-youtube h3 {
		font-size: 1.6em;
	}
	
	.h-podcast h3 {
		font-size: 1.6em;
	}
}

@media (min-width: 1000px) {
	#site-header {
		position: absolute;
		top: 0;
		width: 100%;
		padding: 0 0 2.5rem;
	}
	
	#site-content > header.header-footer-group, #site-content > article > header.header-footer-group {
		padding-top: calc(160px + 2rem) !important;
	}
}

@media (min-width: 1220px) {
	#site-content > header.header-footer-group h1, #site-content > article > header.header-footer-group h1 {
		font-size: 7.5rem;
	}
}

@media (max-width: 1000px) {
	#site-header {
		background-color: #292f36;
	}
	
	#site-header .toggle, #site-header .toggle .toggle-inner .toggle-text {
		color: white !important;
	}
	
	.header-inner {
		position: initial;
		height: auto;
		padding: 3.8rem 0;
	}
	
	.h-allnews > div > div > div > article {
		flex-basis: calc(50% - 16px) !important;
	}
}

@media (max-width: 781px) {
	.h-header {
		flex-direction: row;
		height: 1000px;
		min-height: 1050px;
		padding: 2.5rem 0 !important;
	}
	
	.h-card {
		height: 175px;
		padding: calc(2.5rem + 2.5vw);
	}
	
	.h-card-wrapper {
		margin: 0 !important;
	}
	
	.h-news .type-post {
		flex-direction: column;
	}
	
	.h-news .type-post .entry-wrapper {
		height: auto;
	}
	
	.h-news .type-post .entry-wrapper p {
		width: 100%;
		font-size: 1.5rem;
	}
	
	.h-news .type-post figure img {
		max-height: 33vh;
	}
	
	.h-youtube > div {
		flex-direction: column;
	}
	
	.h-youtube p {
		font-size: 1.5rem;
		margin-top: 1rem;
	}
	
	.h-youtube-text-wrapper > div {
		min-height: auto;
		margin-bottom: 1.5rem;
	}
	
	.h-youtube-image-wrapper {
		margin: 0 !important;
	}
	
	.h-youtube-image-wrapper a {
		max-width: 100vw !important;
		float: left;
	}
	
	.h-podcast > img {
		display: none;
	}
	
	.h-podcast > div {
		width: calc(100vw - 8rem);
		max-width: calc(100vw - 8rem);
		margin: 6rem auto !important;
		padding: 0 !important;
	}
	
	.h-allnews .type-post .entry-wrapper p {
		font-size: 1.5rem !important;
	}
	
	.h-allnews > div > div > div > article {
		flex-basis: 100% !important;
	}
}

@media (max-width: 699px) {
	.header-inner {
		padding: 3.15rem 0;
	}
	
	.h-podcast > div {
		width: calc(100% - 4rem);
		max-width: 120rem;
		margin: 4rem auto !important;
	}
	
	.footer-nav-widgets-wrapper {
		margin-top: 4rem;
	}
	
	.footer-col.last {
		margin-top: 1.5rem !important;
	}
}

.booktickets{
	padding: 10px;
	background-color: #57A773;
	border: solid;
	border-radius: 10px;
}
.shadowbutton{-webkit-animation:shadow-pop-tr .4s linear both;animation:shadow-pop-tr .4s linear both}

/** Start Block Kit CSS: 105-3-0fb64e69c49a8e10692d28840c54ef95 **/

.envato-kit-102-phone-overlay {
	position: absolute !important;
	display: block !important;
	top: 0%;
	left: 0%;
	right: 0%;
	margin: auto;
	z-index: 1;
}

/** End Block Kit CSS: 105-3-0fb64e69c49a8e10692d28840c54ef95 **/



/** Start Block Kit CSS: 71-3-d415519effd9e11f35d2438c58ea7ebf **/

.envato-block__preview{overflow: visible;}

/** End Block Kit CSS: 71-3-d415519effd9e11f35d2438c58ea7ebf **/



/** Start Block Kit CSS: 141-3-1d55f1e76be9fb1a8d9de88accbe962f **/

.envato-kit-138-bracket .elementor-widget-container > *:before{
	content:"[";
	color:#ffab00;
	display:inline-block;
	margin-right:4px;
	line-height:1em;
	position:relative;
	top:-1px;
}

.envato-kit-138-bracket .elementor-widget-container > *:after{
	content:"]";
	color:#ffab00;
	display:inline-block;
	margin-left:4px;
	line-height:1em;
	position:relative;
	top:-1px;
}

/** End Block Kit CSS: 141-3-1d55f1e76be9fb1a8d9de88accbe962f **/



/** Start Block Kit CSS: 136-3-fc37602abad173a9d9d95d89bbe6bb80 **/

.envato-block__preview{overflow: visible !important;}

/** End Block Kit CSS: 136-3-fc37602abad173a9d9d95d89bbe6bb80 **/



/** Start Block Kit CSS: 144-3-3a7d335f39a8579c20cdf02f8d462582 **/

.envato-block__preview{overflow: visible;}

/* Envato Kit 141 Custom Styles - Applied to the element under Advanced */

.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper{
	text-align: center;
}
.envato-kit-141-top-0 h1,
.envato-kit-141-top-0 h2,
.envato-kit-141-top-0 h3,
.envato-kit-141-top-0 h4,
.envato-kit-141-top-0 h5,
.envato-kit-141-top-0 h6,
.envato-kit-141-top-0 p {
	margin-top: 0;
}

.envato-kit-141-newsletter-inline .elementor-field-textual.elementor-size-md {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.envato-kit-141-bottom-0 p {
	margin-bottom: 0;
}

.envato-kit-141-bottom-8 .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
	margin-bottom: .5rem;
}

.envato-kit-141.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper-container {
	padding-bottom: 52px;
}

.envato-kit-141-display-inline {
	display: inline-block;
}

.envato-kit-141 .elementor-slick-slider ul.slick-dots {
	bottom: -40px;
}

/** End Block Kit CSS: 144-3-3a7d335f39a8579c20cdf02f8d462582 **/



/** Start Block Kit CSS: 72-3-34d2cc762876498c8f6be5405a48e6e2 **/

.envato-block__preview{overflow: visible;}

/*Kit 69 Custom Styling for buttons */
.envato-kit-69-slide-btn .elementor-button,
.envato-kit-69-cta-btn .elementor-button,
.envato-kit-69-flip-btn .elementor-button{
	border-left: 0px !important;
	border-bottom: 0px !important;
	border-right: 0px !important;
	padding: 15px 0 0 !important;
}
.envato-kit-69-slide-btn .elementor-slide-button:hover,
.envato-kit-69-cta-btn .elementor-button:hover,
.envato-kit-69-flip-btn .elementor-button:hover{
	margin-bottom: 20px;
}
.envato-kit-69-menu .elementor-nav-menu--main a:hover{
	margin-top: -7px;
	padding-top: 4px;
	border-bottom: 1px solid #FFF;
}
/* Fix menu dropdown width */
.envato-kit-69-menu .elementor-nav-menu--dropdown{
	width: 100% !important;
}

/** End Block Kit CSS: 72-3-34d2cc762876498c8f6be5405a48e6e2 **/



/** Start Block Kit CSS: 69-3-4f8cfb8a1a68ec007f2be7a02bdeadd9 **/

.envato-kit-66-menu .e--pointer-framed .elementor-item:before{
	border-radius:1px;
}

.envato-kit-66-subscription-form .elementor-form-fields-wrapper{
	position:relative;
}

.envato-kit-66-subscription-form .elementor-form-fields-wrapper .elementor-field-type-submit{
	position:static;
}

.envato-kit-66-subscription-form .elementor-form-fields-wrapper .elementor-field-type-submit button{
	position: absolute;
    top: 50%;
    right: 6px;
    transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-webmit-transform: translate(0, -50%);
}

.envato-kit-66-testi-slider .elementor-testimonial__footer{
	margin-top: -60px !important;
	z-index: 99;
  position: relative;
}

.envato-kit-66-featured-slider .elementor-slides .slick-prev{
	width:50px;
	height:50px;
	background-color:#ffffff !important;
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	left:-25px !important;
	-webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.32);
	box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.32);
}

.envato-kit-66-featured-slider .elementor-slides .slick-prev:before{
	display:block;
	margin-top:0px;
	margin-left:0px;
	transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}

.envato-kit-66-featured-slider .elementor-slides .slick-next{
	width:50px;
	height:50px;
	background-color:#ffffff !important;
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	right:-25px !important;
	-webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.32);
	box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.32);
}

.envato-kit-66-featured-slider .elementor-slides .slick-next:before{
	display:block;
	margin-top:-5px;
	margin-right:-5px;
	transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}

.envato-kit-66-orangetext{
	color:#f4511e;
}

.envato-kit-66-countdown .elementor-countdown-label{
	display:inline-block !important;
	border:2px solid rgba(255,255,255,0.2);
	padding:9px 20px;
}
.page-template-full-width .content-area {
    width: 100%;
    margin: 0px;
    border: 0px;
    padding: 0px;
}
 
.page-template-full-width .site {
margin:0px;
}

/** End Block Kit CSS: 69-3-4f8cfb8a1a68ec007f2be7a02bdeadd9 **/




// fixes from LK

.featured-media {
	display: none;
}

.nav-toggle .toggle-icon, .nav-toggle svg {
	height: 1.5rem;
}