/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

.insta-header{padding-left:0px !important}
/* Iframe styling */
.fb-embed {
    width: 100% !important;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
}

/* Make iframe responsive */
.fb-embed {
    height: 800px;
}
.mfp-container {
	display: none !important;
}
.mfp-bg{
	background: none;
}
@media (max-width: 768px) {
    .fb-embed {
        height: 600px;
    }
}

/* Use Alumni Sans for all headings */

@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:wght@400;600;700&display=swap');

h1, h2, h3, h4, h5, h6 {
	font-family: 'Alumni Sans', sans-serif !important;
	font-weight: 700;
	letter-spacing: 0.5px;
}


#header_meta .container .social-title{
	font-size: 25px;
	position: absolute;
	left: 18%;

}
#header_main .main_menu .av-main-nav>li>a{
	padding: 0 28px !important;
}
.social_bookmarks {
    display: none;
}
#header_meta{
	background-image: url("/wp-content/uploads/2025/10/logo-bg-top-red.png") !important;
	background-size: 593px 50px;  
	background-repeat: no-repeat;   
	border-bottom: none;
	position: relative;
	z-index: 1;
}
#header_main{
	background:#000;
	background-image: url("/wp-content/uploads/2025/10/logo-bg-bottom-red.png") !important;
	background-size: 594px 88px;  
	background-repeat: no-repeat;   
	border-top: none;

}
.ngg-galleryoverview .ngg-nothing-found {
    text-transform: capitalize;
}
.home #header_meta{
	background-image: url("/wp-content/uploads/2026/03/mainclass.png") !important;
	background-size: 29vw 50px;  
	background-repeat: no-repeat;   
	border-bottom: none;
	position: relative;
	z-index: 1;
}
.home #header_main{	
	background:#000;
	background-image: url("/wp-content/uploads/2026/03/bootom-logo.png") !important;
	background-size: 29vw 88px;  
	background-repeat: no-repeat;   
	border-top: none;

}
.home h4.social-title {
    color: white;
}
.home div#header_meta {
    background-color: #DB0400;
}
#header_main .logo.avia-standard-logo{
	position: absolute;
	top: -32%;
	/* left: -7%; */
}
.header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a{
	color:#DB0400;
}
.header_color .main_menu ul:first-child > li > a{
	color:#fff;
}
.header_color .main_menu ul:first-child > li a:hover{
	color:#DB0400;
}
.header_color .avia-menu-fx{
	background:#DB0400;
}

#header_meta ul li a svg path{
	fill:black;
}
#header_meta ul li.social_icon_1 a svg path{
	fill:red;
}

#header_meta ul li a:hover{
	background:red !important;
}
#header_meta ul li.social_icon_1 a:hover{
	background:black !important;
}

#header_meta{
	padding:10px 0px;
}
div#header_main {
    border: none;
}
/*-------------------------------second-section------------------------------------------  */
img.home-banner-image {
    width: 100%;
}
#home-banner-section .container {
    max-width: 100%;
    margin: 0;
    padding: 0;
}
#home-banner-section .content {
    padding-top: 0;
}
.resource-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
}
div#youtube-section {
    width: 100%;
    padding: 0;
    margin: 0;
}
/* Card Styles */
.resource-card {
	position: relative;
	color: #fff;
	padding: 20px 30px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.resource-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

/* Background Variants */
.dark {
	background: #111;
}

.light {
	background: #fff;
	color: #000;
}

.red {
	background: #DB0400;
}

/* Background Images */
.red-bg {
	background: rgba(227, 24, 55, 0.9);
}

.dark-img,
.red-bg {
	background-blend-mode: multiply;
	background-size: cover;
	background-position: center;
}

/* Example background images */
.img1 {
	background-image: url('/wp-content/uploads/2025/10/read-1.png');
}

.img2 {
	background-image: url('/wp-content/uploads/2025/10/read-2.png');
}

.img3 {
	background-image: url('/wp-content/uploads/2025/10/read-3.png');
}

/* Typography */
.resource-card h3 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 10px;
	color:#fff;
}
.resource-card.light h3{
	color:#000;
}

.resource-card a {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	font-size: 0.9rem;
	letter-spacing: 0.5px;
	transition: color 0.2s;
	display:flex;
}

.resource-card.light a {
	color: #e31837;
}

.resource-card a:hover {
	text-decoration: underline;
}

/* Icon Styling */
.icon {
	font-size: 2rem;
	margin-bottom: 15px;
}

.line{
	display: flex;
	flex-direction: unset;
	justify-content: start;
	align-items: center;
	gap: 20px;
}
.resource-card.red h3{
	color:#fff;
}
.resource-card.dark a{
	color:#DB0400;
	display:flex;
}
h3.primary-text {
    font-size: 20px;
}
.logo-primary img {
    margin-right: 10px;
}
.never-section {
    display: flex;
    justify-content: space-between;
}
.never-section .social-title {
    display: flex;
    justify-content: end;
    width: 46%;
    align-items: center;
}
.img1,.img2,.img3{
	padding:20px 0px;
	justify-content: center;
	align-items: center;
	text-align:center;
}
.img2 a,.img3 a{
	color:#DB0400;
}
.resource-card a:hover{
	color:unset;
}
.resource-card.light {
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}


/*-------------------------------never-section----------------  */
#never-section{
	border:none;
}
#never-section .template-page{
	background-image:url('/wp-content/uploads/2025/10/never-bg.png')
}
.never-section .social-title{
	text-align:center;
}
.never-section .social-title h1{
	color:#fff;
	margin-bottom: 0;
	font-size: 28px;
}
.never-section .social-media-icon{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	text-align:center;
	gap:20px;
	width: 52%;
}
.never-section .social-media-icon .fb-never{
	background:#fff;
	padding:10px 22px;
	display: flex;
}
.never-section .social-media-icon .fb-never.insta{
   padding:10px 15px;
   display: flex;
}
.never-section .social-media-icon .x-never{
	background:#000;
	padding:10px 15px;
	display: flex;
}
.never-section .social-media-icon .x-never.you{
	background:#000;
    padding: 18px 15px;
	display: flex;
}

/*--------------------------------social-media---------------  */
.insta-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	font-family: 'Arial Black', sans-serif;
}

.insta-header h2 {
	font-size: 36px;
	color: #111;
	letter-spacing: 1px;
	margin: 0;
}

.view-all-btn {
	background: #d90000;
	color: #fff !important;
	padding: 8px 18px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 5px;
	text-transform: uppercase;
	transition: 0.3s;
}
.view-all-btn span{
	align-items: center;
	text-align: center;
	display: flex;
}

.view-all-btn:hover {
	background: #b80000;
}

.insta-line {
	border: none;
	height: 2px;
	background-color: #d90000;
}
.mobile-card{
	display: none !important;
 }
/*--------------------------------sponser---------------------  */
#partners-section .avia-logo-element-container {
	display:none;
}
/*------------------------------footer----------------------  */
#footer{
	background:#000;
	background-image: url(/wp-content/uploads/2025/10/logo-bg.png);
	background-repeat: no-repeat;
	background-origin: content-box;
	padding-top: 0px;
	background-size: 730px 203px;
}
.home #footer{
	background:#000;
	background-image: url(/wp-content/uploads/2026/03/Vector-footer.png);
	background-repeat: no-repeat;
	background-origin: content-box;
	padding-top: 0px;
    background-size: 730px 203px;
}
#footer h3{
	color:#fff;
	margin-bottom:0px;
}
.f-desc p{
	color:#fff;
}
.social-icon{
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-direction: column;
}
.social-icon a{
	display: flex;
}
img.f-img {
    width: 15px;
    height: 17px;
}
.social-icon a p {
    margin: 0 8px;
    color: white;
}
#footer .f-title{
	display:flex;
	align-items:center;
	gap:10px;
	margin-bottom:15px;
}
#footer .f-desc a {
	color:#fff;
}

/*----------------------------soket--------------------  */
#socket{
	background:#000;
	border-top:1px solid #282828;
}
#socket .copyright{
	font-size:16px;
	color:#fff;
	width:100%;
}
#socket .footer-right{
	float:right;
}
#socket .footer-right a{
	color:#fff;
	font-weight:bold;
}
.site_name .site-rights{
	color:#fff;
}

#second-footer,	#second-socket{
	display:none;
}
#facebook{
	display: none !important;
}
 
/*----------------------------------------------------media-----------------------------------  */
@media (min-width:2600px) and (max-width:3000px){
	.home #header_main {
		background-size: 38vw 88px !important;
	}
	.home #header_meta{
		background-size: 38vw 50px !important;
	}
	#header_meta {
	    margin-bottom: 0px !important;
	}
	.home #footer {
        background-size: 39vw 203px;
	}
	 #header_main {
		background-size: 38vw 88px !important;
	}
	 #header_meta{
		background-size: 38vw 50px !important;
	}
	 #footer {
        background-size: 39vw 203px;
	}
}
@media (min-width:2200px) and (max-width:2565px){
	.home #header_main {
		    background-size: 36vw 88px !important;
	}
	.home #header_meta{
		    background-size: 36vw 50px !important;
	}
	#header_meta {
	    margin-bottom: 0px !important;
	}
	.home #footer {
        background-size: 37vw 203px;
	}
	 #header_main {
		    background-size: 36vw 88px !important;
	}
	 #header_meta{
		    background-size: 36vw 50px !important;
	}
}
@media (min-width:2100px) and (max-width:2199px){
	.home #header_main {
		    background-size: 32vw 88px !important;
	}
	.home #header_meta{
		    background-size: 32vw 50px !important;
	}
	#header_meta {
	    margin-bottom: 0px !important;
	}
	 #header_main {
		    background-size: 32vw 88px !important;
	}
	 #header_meta{
		    background-size: 32vw 50px !important;
	}
}
@media(max-width:1880px){
	.home #header_main {
		    background-size: 550px 88px !important;
	}
	.home #header_meta{
		    background-size: 550px 50px !important;
	}
	#header_meta {
		background-size: 525px 88px !important;
	}
	#header_main {
		background-size: 535px 88px !important;
	}
}
@media (max-width: 1780px) {
	.home #header_main {
		    background-size: 480px 88px !important;
	}
	.home #header_meta{
		    background-size: 480px 50px !important;
	}
	.home #footer {

    background-size: 608px 203px;
}
 #header_main {
		    background-size: 370px 88px !important;
	}
 #header_meta{
		    background-size: 370px 50px !important;
	}
}
@media (max-width: 1630px) {
	#footer {
		background: #000;
		background-image: url(/wp-content/uploads/2025/10/logo-bg.png);
		background-size: 340px 165px;
		background-repeat:no-repeat;
	}
	#header_meta{
		/* background-image: url("/wp-content/uploads/2025/10/logo-bg-top.png") !important; */
		background-size: 370px 50px;  
		background-repeat: no-repeat;   
		border-bottom: none;
		position: relative;
		z-index: 1;
	}
	#header_main{
		background:#000;
		/* background-image: url("/wp-content/uploads/2025/10/logo-bg-bottom.png") !important; */
		background-size: 370px 88px;  
		background-repeat: no-repeat;   
		border-top: none;

	}
	.home #footer{
		background-size: 377px 203px !important;
	}
	.home #header_main {
		    background-size: 450px 88px !important;
	}
	.home #header_meta{
		    background-size: 450px 50px !important;
	}
}
@media (max-width: 1580px) {
	.home #header_main {
		    background-size: 360px 88px !important;
	}
	.home #header_meta{
		    background-size: 360px 50px !important;
	}
}
@media (max-width: 1440px) {
		#header_meta{
    background-size: 240px 49px !important;
	}
	#header_main{
		background-size: 240px 88px !important; 
	}
	.home #header_meta{
		    background-size: 310px 50px !important;
	}
	.home #header_main{
		background-size: 311px 88px !important;
	}
	.home #footer{
		background-size: 377px 203px !important;
	}
}
@media (max-width: 1280px) {
	.home #header_meta{
		    background-size: 190px 50px !important;
	}
	.home #header_main{
		background-size: 190px 88px !important;
	}
	#header_main .main_menu .av-main-nav>li>a {
    padding: 0 23px !important;
	}
}
@media (max-width: 1024px) {
	   #header_main .main_menu .av-main-nav>li>a {
    padding: 0 14px !important;
}
	    #header_main {
        background-size: 200px 88px !important;
    }
	    #header_meta {
        background-size: 200px 49px !important;
    }
	.home #header_main{
		    background-size: 195px 88px !important;
	}
	.home #header_meta{
		    background-size: 194px 50px !important;
	}
	#header_meta .container .social-title {
    font-size: 25px !important;
	}
	#home-news-section .insta-header h2 {
    font-size: 26px !important;
	}
	.home #footer {
		background-size: 250px 203px !important;
	}
}
@media(max-width: 989px) {
	#footer {
		background: #000;
		background-image: url(/wp-content/uploads/2025/10/logo-bg.png);
		background-size: 240px 166px;
	}
	#header_meta .container .social-title {
    font-size: 28px;
    position: absolute;
 	left: 30%;
    width: 100%;
}
 .home #footer{
	background-size: 236px 203px !important;
 }
 .never-section .social-media-icon{
	    gap: 4px !important;
 }
 .home #header_meta{
  background-size: 239px 50px !important;
 }
 .home #header_main {
     background-size: 240px 88px !important;
 }
 #home-banner-section{
	display:none !important;
 }
 #header_meta .container .social-title{
	font-size: 18px !important;
 }
}
@media (max-width: 768px) {
	
	.resource-card {
		padding: 30px 20px;
	}

	.resource-card h3 {
		font-size: 1.2rem;
	}
	#footer {
		background: #000;
		background-image: url(/wp-content/uploads/2025/10/logo-bg.png);
		background-size: 250px 175px;
		background-repeat: no-repeat;

	}
}
@media only screen and (max-width: 767px) {
	#facebook .content,
	#rules-section .content,
	#youtube-section .content,
	#partners-section .content{
    padding-top: 0px;
}
#facebook .content,
#youtube-section .content{
	padding-bottom: 0px;
}
.avia-iframe-wrap, .avia-video{
	margin-bottom: 0px;
}
	#partners-section .logo-grid-slide {
        width: 100% !important;
    }
	.insta-header h2 {
		font-size: 25px !important;
	}
	    .resource-card h3 {
        font-size: 25px !important;
    }
	.small-news-grid{
	  margin-top: 20px !important;
	}
	    #youtube-section .insta-header h2 {
        font-size: 16px !important;
		letter-spacing: 0px !important;
    }
	img.ali-logo-firfst {
    width: 100%;
	}
	.custom-logo-grid-slider{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	/* gap:15px; */
	}
  .alinaz-logo img {
    width: 100%;
}
.logo-grid-slide{
width:100% !important;
}

.logo-grid-slide a{
display:flex;
justify-content:left;
align-items:center;
/* background:#f3f3f3; */
height:120px;
}

.logo-img{
max-width:100%;
max-height:100px;
object-fit:contain;
}
	.home #second-footer{
		background-image: url(/wp-content/uploads/2026/03/Vector-footer.png);
		background-size: 200px 97px;
		background-repeat: no-repeat;
		background-origin: content-box;
		padding-top: 0px;
	}
	.home .footer-logo {
    background-image: url(/wp-content/uploads/2026/03/Logo-1-1-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 80px;
    display: block;
	margin-top: 10px;
}
	.home .footer-logo img {
    display: none;
}
	.social-icon {
		flex-direction: unset !important;
	}
	img.ali-logo-firfst {
    margin: 10px 0 0 0;
	}
	body.home .avia-no-border-styling{
    background-color: #e8e8e8;
	}
	.alinaz-logo {
    margin-top: 20px;
	}
	#primary-desktop-logo{
		display: none !important;
	}
	#compny-logo-main{
		display: none !important;
	}
	#gallery{
		display:none;
	}
	#facebook{
	display: block !important;
}
	.mobile-card{
	display: block !important;
 }
	#av_section_5{
		display: none;
	}
	#home-news-section .insta-header h2 {
    font-size: 22px !important;
}
#header_meta .social-title{
    position:relative;
    color:transparent; /* original text hide */
}

.home #header_meta .social-title::after{
    content:"Sciath na Scol Chorcaí";
    position:absolute;
    top:4px;
    left:-40px;
    color:#fff;
    font-size:16px;
    font-weight:600;
}
#header_meta .social-title::after{
    content:"Sciath na Scol Chorcaí";
    position:absolute;
    top:4px;
    left:-40px;
    color:#000;
    font-size:16px;
    font-weight:600;
}
.home #header_main span.logo.avia-standard-logo img {
    display: none;
}
.home #header_main span.logo.avia-standard-logo {
    background-image: url(/wp-content/uploads/2026/03/Logo-1-1-2.png);
    background-repeat: no-repeat;
    height: 89px !important;
}
	#home-banner-section{
		display: none;
	}
	#never-section{
		display: none;
	}
	.home #header_main {
	  background-size: 140px 88px !important;
	}
	.home #header_meta{
	  background-size: 140px 50px !important;
	}
	.never-section .social-media-icon .fb-never{
		padding:10px 15px;
	}
	.never-section .social-media-icon .fb-never img{
		width:15px;
	}
	.never-section .social-media-icon .x-never{
		padding:10px;
	}
	.never-section .social-media-icon .x-never img{
		width:27px;
	}
	#header_main .logo.avia-standard-logo{
		position:unset;
		
	}
	#header_main .logo.avia-standard-logo img{
		position:absolute;
		top:0%;
	}
	    #header_meta .container .social-title {
        font-size: 18px;
        position: absolute;
        left: 60%;
        width: 100%;
    }
	    
}
@media only screen and (max-width: 425px) {
	.resource-card h3{
		font-size:2.5rem;
	}
	.line{
		padding:5px;
	}
	.icon img{
		width:80%;
	}
	.icon{
		margin-bottom:0px;
	}
	.resource-card.light{
		box-shadow:unset;
	}
	#second-footer .container{
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
	}
	#socket .copyright .footer-right{
		width:100%;
		text-align:center;
	}
	#footer,#socket{
		display:none;
	}
	#second-footer,	#second-socket{
		display:block;
	}
	#second-footer .f-title {
		display: flex;
		align-items: center;
		gap: 10px;
		margin-bottom: 15px;
	}
	#second-footer .f-title h3{
		color:#fff;
	}
	#second-footer .f-desc a{
		color:#fff;
	}
	#second-footer{
		background:#000;
	}
	#second-socket {
		background: #000;
		border-top: 1px solid #282828;
	}
	#second-socket .textwidget.custom-html-widget{
		color:#fff;
		text-align:center;
	}
	#second-socket .sportlomo-link{
		color:#fff;
	}
	#second-footer{
		background-image: url(/wp-content/uploads/2025/10/logo-bg.png);
		background-size: 200px 97px;
		background-repeat: no-repeat;
		background-origin: content-box;
		padding-top: 0px;
	}
	.home #second-footer{
		background-image: url(/wp-content/uploads/2026/03/Vector-footer.png);
		background-size: 200px 97px;
		background-repeat: no-repeat;
		background-origin: content-box;
		padding-top: 0px;
	}
	#second-footer .footer-logo img{
		width:90px;
		padding:9px;
	}
	#second-footer .second-footer-col .widget_text {
		padding-top:0px;
	}
	#second-footer .second-footer-col:nth-child(2) {
		padding-top: 18px;
	}

}
@media only screen and (max-width: 375px) {
	#second-footer{
		background-image: url(/wp-content/uploads/2025/10/logo-bg.png);
		background-size: 165px 88px;
		background-repeat: no-repeat;
		background-origin: content-box;
		padding-top: 0px;
	}
}