/*
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
*/

/*--------------------Font----------------*/


/* Apply the font to the entire body */
body {
	font-family:arial !important;
}

/*Add your own styles here:*/
.header-scrolled-full .main_menu span.avia-menu-text{
	line-height: 15px !important;
}

div#header_main {
	padding: 5px 0px;
}
#header_main{
	border-bottom-width:0px !important;
	border-bottom-style:none !important;
}
.main_menu .menu-item a {
	line-height: 25px !important;
	display: flex;
	align-items: center;
}
.main_menu span.avia-menu-text {
	font-size: 14px;
	line-height: 36px;
	text-transform: uppercase;
	color: #9491a6;
	font-weight: 700;
	text-align: center;
}
.main_menu .menu-item {
	margin: 0 10px;
}
div#header_main .logo a {
	display: flex;
	align-items: center;
}


.footer-img {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-img .img-1 , .footer-img .img-2 {
	margin-right: 90px;
}
div#footer {
	background-color: #B5B4C3;
}
.sec-1 {
	padding: 50px 0 500px 0;
}
footer#socket {
	background-color: #0e075b;
	border: none;
}
h4.sub-heading {
	font-size: 24px;
	letter-spacing: -1px;
	text-transform: uppercase; 
	color: #B5B4C3; 
	font-weight: bold;
}
span.copyright {
	width: 100%;
	display: flex;
	align-items: center;
}


.bottom-footer {
	float: left;
	width: 50%;
}

.footer-copyright {
	float: right;
	text-align: right;
	width: 50%;
}

.footer.menu ul {
	display: flex;
	margin: 0;
}

.footer.menu ul li {
	width: 29%;
	display:grid !important;
}
.footer.menu ul li:nth-child(2):before {
	content: '';
	display: block;
	width: 1px;
	background: #3e30d9;
	height: 20px;
	position: absolute;
	top: 43px;
}

.footer.menu ul li a {
	text-align: center !important;
	display: inherit;
	color: #f9e11a;
	margin: 0 0 0 0;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}

.footer.menu ul li a span {
	/* 		display: inline-flex; */
	display:unset !important;
	height: 45px;
	align-items: center;
}
.footer-copyright p{
	font-size: 18px;
	line-height: 27px;
	color: #ffffff;
	font-weight: 500;
	text-align: right;
}
.footer-copyright a{
	color: #f9e11a;
}

.view-btn {
	float: right;
	position: relative;
	top: -80px;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #160b8b;
	font-weight: 700;
	text-align: center;
	font-weight: 600;
}
.view-btn span.avia_iconbox_title {
	font-weight: 800;
}
.view-btn_II {
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #160b8b;
	font-weight: 700;
	text-align: center;
	font-weight: 600;
}
.view-btn_II span.avia_iconbox_title {
	font-weight: 800;
}
.register-club {
	grid-template-columns: auto auto auto auto auto auto;
	display: grid;
	margin-top: 60px;
	align-items: center;
}
.register-club .club-logo a {
	text-align: center;
	margin-bottom: 40px;
}
.register-club .club-logo a img{
	margin-bottom: 45px;
}
.sec-3{
	padding: 40px 0;
}
.sec-5{
	padding: 100px 0;
}

.icons h4.av_iconlist_title.iconlist_title.av_inherit_color {
	margin: 0px;
	background-color: #160b8b;
	top: 0;
	padding: 15px 20px;
}
.icons .iconlist_icon {
	border-radius: unset;
	margin: 0px;
	height: 83px;
	width: 83px;
	font-size: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.blog-sec .entry-title a {
	font-size: 24px;
	line-height: 30px;
	color: #160b8b !important;
	font-weight: 700 !important;
}
.blog-sec .slide-meta-del {
	display: none !important;
}
.blog-sec .slide-meta-comments{
	display: none !important;
}
.blog-sec time.slide-meta-time.updated {
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
	color: #f9de00;
	font-weight: 700;
	margin-left: 20px;
}
.blog-sec time.slide-meta-time.updated:before {
	content: '';
	background: url(https://rugbyns.ns.ca/wp-content/uploads/2022/11/clock.png);
	height: 15px;
	width: 15px;
	display: block;
	background-repeat: no-repeat;
	position: absolute;
	top: 7px;
	left: 0px;
}
.blog-sec .slide-entry-excerpt.entry-content {
	font-size: 14px;
	line-height: 30px;
	color: #9491a6;
	font-weight: 400;
}
.blog-sec .slide-content {
	display: flex;
	flex-direction: column;
}
.blog-sec header.entry-content-header {
	order: 2;
}
.blog-sec .slide-meta {
	order: 1;
}
.blog-sec .slide-entry-excerpt.entry-content {
	order: 3;
}
.main_color .avia-timeline .av-milestone-date{
	color:#000000 !important;
}
#top h1 strong, #top h2 strong, #top h3 strong, #top h4 strong, #top h5 strong, #top h6 strong{
	color:#000000 !important;
}

/*media query*/
@media only screen and (min-width: 768px) and (max-width:1024px){
	h2.sec-heading {
		font-size: 60px;
	}
	h4.sub-heading {
		font-size: 20px;
	}
	.blog-sec .entry-title a {
		font-size: 20px;
	}
	.sec-3 {
		padding: 50px 0;
	}
	.icons .iconlist_icon {
		height: 64px;
		width: 64px;
	} 
	.sec-5 {
		padding: 50px 0;
	}
	.register-club {
		grid-gap: 20px;
	}
	.register-club .club-logo a img {
		margin-bottom: 20px;
	}
	.footer.menu ul li a {
		font-size: 12px;
	}
	div#footer {
		padding: 0px;
	}
	.footer-copyright p {
		font-size: 12px;
	}
	.footer-copyright {
		width: 55%;
	}
	.footer.menu {
		display: block;
		margin: auto 0;
	}
	.sec-1 {
		padding: 50px 0 200px 0;
		background-size: 100% 101%;
	}
}


@media only screen and (min-width:992px){
	.main_menu .menu-item {
		margin: 0 4px;
	}
	div#header_main .logo a {
		display: block;
		align-items: center;
	}
	.main_menu span.avia-menu-text {
		font-size: 12px;
		line-height: 27px;
	}
}


@media only screen and (min-width: 320px) and (max-width:767px){

	.sec-1 {
		padding: 50px 0 50px 0;
	}
	h2.sec-heading {
		font-size: 40px;
	}
	h4.sub-heading {
		font-size: 15px;
	}
	.view-btn {
		position: absolute;
		bottom: -30px;
		top: unset;
		left: 0 !important;
		right: 0 !important;
	}
	.register-club {
		grid-template-columns: auto auto auto auto;
		grid-gap: 15px;
	}
	.blog-sec .entry-title a {
		font-size: 20px;
	}
	.sec-3 {
		padding: 50px 0;
	}
	.icons .iconlist_icon {
		height: 64px;
		width: 64px;
	} 
	.sec-5 {
		padding: 0 0 50px 0;
	} 
	.register-club .club-logo a img {
		margin-bottom: 20px;
	}
	.footer.menu ul li a {
		font-size: 12px;
	}
	.sec-5 .flex_column.av-1qh8l-be4e716e63d4f8ff53be6da439fadc80.av_one_third.avia-builder-el-27.el_after_av_one_third.el_before_av_one_third.flex_column_div.column-top-margin {
		margin-bottom: 20px !important;
	}
	div#footer .flex_column.first.el_before_ {
		margin-bottom: 0px !important;
	}
	.footer-img .img-1, .footer-img .img-2 {
		margin-right: 10px;
	}
	.bottom-footer {
		float: unset; 
		width: 100%;
	}
	.footer-copyright {
		float: unset;
		text-align: center;
		width: 100%;
	}
	span.copyright {
		width: 100%;
		display: block !important;
		align-items: center;
	}
	.footer.menu ul {
		display: flex;
		justify-content: center;
	}
	.footer-copyright p {
		font-size: 10px;
		text-align: center;
	}
}
/* @media only screen and (max-width: 425px){
		h2.sec-heading {
		font-size: 32px !important;
	}
} */
.header_sub p {
	font-size: 24px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
	-webkit-text-stroke: 1px #fff;
	display: none !important;
}
