.lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .lato-thin-italic {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .lato-light-italic {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .lato-black-italic {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  
body{
    line-height: 1 !important;
    font-family: "Lato", sans-serif !important;
    font-weight: 400 !important;
}

ul{
    margin: 0;
    padding-left: 15px;
}
li{
    list-style-type: none;
}

a{
    text-decoration: none;
	transition: all linear .25s;
}

p{
  line-height: 1.3;
}

.post, .page{
    margin: 0 !important;
}

.entry-content {
  margin-top: 0;
}

/************* header css start *************/

.ditty-item__content {
  color: #fff;
  margin-bottom: 0;
	padding-top: 10px;
}

.topbar {
	padding-top: 10px;
    padding-bottom: 10px;
}

ul.contact_num li {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
}

.contact_num li h2 {
  color: #fff;
  font-size: 35px;
  margin-bottom: 0;
}

ul.contact_num li a:not(ul.contact_num li:first-child a) {
    border: 1px solid #fff;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all linear .25s;
}

ul.contact_num li a:hover{
  color: #73b7c2 !important;
  border-color: #73b7c2 !important;
}

.topbar a{
    color: #fff;
}
.main-navigation ul{
  justify-content: end;
}

ul#primary-menu li, ul#right-primary li {
    padding: 0 10px;
    position: relative;
}

ul#primary-menu li::before, ul#right-primary li::before {
    content: "|";
    position: absolute;
    top: 0;
    left: -3px;
}

ul#primary-menu li, ul#right-primary li, ul#primary-menu li a, ul#right-primary li a {
    color: #fff;
    font-size: 16px;
}

ul#primary-menu li a:not(ul#primary-menu .sub-menu li a){
  transition: all linear .25s;
	padding-bottom: 10px;
	
}

ul#primary-menu .sub-menu li{
	padding: 0;
}

ul#primary-menu li a:hover{
  color: #73b7c2 !important;
}

ul#primary-menu li:first-child::before, ul#right-primary li:first-child::before{
    content: "";
}

.header_inner {
  padding-top: 10px;
}


#primary-menu .sub-menu {
  background: #12132a;
	display: block;
}

ul#primary-menu .sub-menu li{
	display: block;
}

ul#primary-menu .sub-menu li::before{
	content: "";
}

#primary-menu .sub-menu li a:not(#primary-menu .sub-menu li:last-child a){
	border-bottom: 1px solid #000;
}

#primary-menu .sub-menu li a {
	padding: 10px;
}

#primary-menu .sub-menu li a:hover {
  background: #73b7c2;
  color: #fff !important;
}

.site-branding {
  position: relative;
}

header .site-branding a img{
	position: absolute;
	top: -20px;
  	z-index: 2;
	left: 0;
	border-bottom-left-radius: 10px;
  	border-bottom-right-radius: 10px;
}

#masthead {
  background: #000000;
}
.breadCrumbs{
	text-align: center;
}
.pageBreadCrumb {
  background: #73b7c2 !important;
  padding: 10px;
  border-radius: 50px;
  color: #fff;
	display: inline-block;
	line-height: 1.2;
}
.breadCrumbs a {
  color: #12132a;
}
.breadCrumbs a:hover {
  opacity: .7;
}

/************* counter css start *************/

.counter_sec {
  position: relative;
  overflow: visible !important;
}

.counter_sec_col_left::before{
  content: "";
  background: url(https://www.brooklynaviatorshockey.com/wp-content/uploads/2024/07/helmet-White.png) no-repeat;
  position: absolute;
  top: -100px;
  left: -20%;
  width: 176px;
  height: 193px;
  z-index: 1;
}

.counter_sec_col_right::after{
  content: "";
  background: url(https://www.brooklynaviatorshockey.com/wp-content/uploads/2024/07/helmet-White-flip.png) no-repeat;
  position: absolute;
  top: -100px;
  right: -20%;
  width: 176px;
  height: 193px;
  z-index: 1;
}

.counter_sec .ycd-simple-mode-textUnderCountdown {
  color: #fff;
}

.counter_sec .ycd-simple-countdown-number {
  font-weight: 700;
  font-family: poppins;
  padding-bottom: 10px;
}

.ycd-simple-timer-dots {
  display: none !important;
}

.counter_sec h2 {
  font-weight: 700;
  font-family: 'Poppins';
}

.counter_sec .ycd-simple-current-unite-wrapper {
  padding: 0 20px;
}

/************* counter css end *************/

.worker_font{
	font-family: 'worker';
}
.search_page .page-title {
  font-size: 30px;
  padding-bottom: 20px;
}

/************* about css start *************/

.about_sec{
  background: url(https://www.brooklynaviatorshockey.com/wp-content/uploads/2024/04/about-bg_04.png) no-repeat;
  background-size: cover;
  padding: 50px 0;
}

.about_sec_content {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}

.learn_more_link a {
  padding: 0 !important;
  font-size: 16px !important;
  transition: all linear .25s;
	background: #73b7c2 !important;
  padding: 10px 20px !important;
	color: #fff !important;
	border-radius: 50px !important;

}

.learn_more_link a:hover{
  opacity: .7;
}

.about_sec {
  position: relative;
}

.about_sec::after {
  content: "";
  background: url(https://www.brooklynaviatorshockey.com/wp-content/uploads/2024/04/about-after.png) no-repeat;
  position: absolute;
  bottom: 3%;
  right: -3%;
  width: 386px;
  height: 410px;
}

/************* about css end *************/

/************* game css start *************/

.water_mark_bg_left{
  background: url(https://www.brooklynaviatorshockey.com/wp-content/uploads/2024/04/calender-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 50px;
  padding-bottom: 150px;
}

/************* game css end *************/

/************* brooklyn aviator css start *************/

.aviator_sec {
  background: url(https://www.brooklynaviatorshockey.com/wp-content/uploads/2024/04/aviators-bg_04_04.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0;
  overflow: visible !important;
}

.aviator_sec_right_col {
  padding-left: 7% !important;
}

.book_your_aviator a {
  background: #12132a !important;
  color: #fff !important;
  border: 0 !important;
  font-size: 20px !important;
  border-radius: 50px !important;
  transition: all linear .25s;
}

.book_your_aviator a:hover {
  opacity: .7;
}

.aviator_img img {
  position: absolute;
  left: -30px;
  top: -47%;
}

/************* brooklyn aviator css end *************/

/************* gallery css start *************/

.last_img img {
  height: 527px !important;
}

/************* gallery css end *************/

/************* staff css start *************/

.staff_sec {
  background: url(https://www.brooklynaviatorshockey.com/wp-content/uploads/2024/04/water-mark-bg1.png) no-repeat right center;
  padding: 50px 0;
  background-attachment: fixed;
}

.read_more a {
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  color: #0b0404 !important;
  font-size: 18px !important;
}
.three_boxes_img img {
  object-fit: contain !important;
}

.read_more a:not(.page-template-staff .read_more a) {
  background: #12132a !important;
  padding: 10px 20px !important;
  color: #fff !important;
	border-radius: 50px !important;
}
.read_more a:hover {
  opacity: .7;
}

/************* staff css end *************/

/************* player of the week css start *************/

.player_of_the_week_sec{
  background: url(https://www.brooklynaviatorshockey.com/wp-content/uploads/2024/04/aviator-bg-1.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
	overflow: unset !important;
}

.player_of_the_week_content_col {
  position: relative;
}

.player_of_the_week_content_col::after{
  content: "";
  position: absolute;
  top: -40%;
  right: -11%;
  background: url(https://www.brooklynaviatorshockey.com/wp-content/uploads/2024/04/brooklyn-aviators-after.png) no-repeat;
  width: 466px;
  height: 496px;
  display: block;
}
.font_Edosz{
	font-family: 'Edosz';
}
.font_18 p{
  font-size: 18px;
  color: #fff;
  font-family: Poppins;
  line-height: 1.2;
}

.poppins_bold{
  font-weight: 700;
}

.img_with_bg img{
	border-radius: 50%;
  border: 10px solid #fff;
}

/************* player of the week css end *************/

/************* blog css start *************/

.home_blog_inner {
  background: #fff;
  border: 1px solid #f4f4f4;
}

.home_blog_inner .home_post_thumbnail {
  border-bottom: 1px solid #f5f5f5;
}

.home_blog_inner_content {
  padding: 16px !important;
}

.brothers_font{
	font-family: 'Brothers Medium';
	font-weight: 700;
}

.home_blog_inner_content h2 {
  font-size: 20px;
  color: #222222;
  font-family: "Cabin", sans-serif;
  text-transform: uppercase;
white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home_blog_inner_content .home_post_title{
	padding-bottom: 10px;
}

.home_blog_inner_content .home_post_title h2 a{
	font-size: 24px !important;
}

.home_blog_inner_content h2 a{
  transition: all linear .25s;
	text-transform: capitalize;
}

.home_blog_inner_content a {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  color: #222222 !important;
  font-size: 13px !important;
  transition: all linear .25a;
}

.home_blog_inner_content h2 a:hover, .home_blog_inner_content a:hover{
  color: #0a0a22 !important;
}

.latest_blog_sec .vc_grid-item{
  padding: 0 20px !important;
}

.latest_blog_sec:not(.home .latest_blog_sec) {
  background: #73b7c2;
	margin-bottom: 0px;
}

.latest_blog_sec h2:not(.home .latest_blog_sec h2), .latest_blog_sec p:not(.home .latest_blog_sec p){
	color: #fff !important;
}

/************* blog css end *************/

/************* about page css start *************/

.subheader.entry-header {
  text-align: center;
  padding: 80px 0;
  background: #73b7c2 url(https://www.brooklynaviatorshockey.com/wp-content/uploads/2024/04/water-mark-bg2.png) no-repeat right center;
  color: #fff;
  background-attachment: fixed;
}

.pageBreadCrumb a {
  color: #000;
  transition: all linear .25s;
}
.pageBreadCrumb a:hover {
  opacity: .7;
}

.about_page_first_sec{
	padding: 50px 0;
	background: url(https://www.brooklynaviatorshockey.com/wp-content/uploads/2024/04/water-mark-bg1.png) no-repeat left center;
	background-attachment: fixed;
}
.about_list_items li {
  padding-bottom: 10px;
	text-align: center;
}
.about_list_items li a {
  color: #000;
	text-align: center;
}
.about_list_items li a:hover {
  color: #090a22;
}

/************* about page css end *************/

/************* FAQs page css start *************/

.faq_sec, .sat_table {
	padding: 50px 0;
	background: url(https://www.brooklynaviatorshockey.com/wp-content/uploads/2024/04/water-mark-bg1.png) no-repeat left center;
/* 	background-attachment: fixed; */
}

.faq_ques{
	background: #f5f5f5;
}

.faq_ques.vc_toggle_active{
	padding-bottom: 10px !important;
}

.faq_ques .vc_toggle_title {
	padding: 10px;
	color: #fff;
	transition: all linear .25s;
	background: #090a22;
}

.faq_ques .vc_toggle_title h4{
	font-size: 18px;
}
.faq_ques.vc_toggle_active .vc_toggle_title {
    background: #73b7c2;
    color: #fff;
}


.faq_ques.vc_toggle_active .vc_toggle_icon{
	color: #fff !important;
}

.faq_list_items li {
  padding-bottom: 10px;
	font-size: 18px;
	position: relative;
	line-height: 1.5;
}

.faq_list_items li::before{
	content: "\f0da";
	position: absolute;
	top: 0;
	left: -16px;
	font-family: "font awesome 6 free";
	font-weight: 700;
	color: #73b7c2;
}

.faq_ques .vc_toggle_content{
	font-size: 18px;
}

.cta_btn a {
  background: #090a22 !important;
  border: 0 !important;
  color: #fff !important;
  font-size: 20px !important;
}
.cta_btn a:hover {
  opacity: .7 !important;
}

.faq_ques .vc_toggle_content{
	padding-right: 24px;
}

.vc_toggle_content a {
  font-weight: 600;
  color: #73b7c2;
}

.vc_toggle_content a:hover {
  color: #090a22;
}

/************* FAQs page css end *************/

/************* Billeting page css start *************/

.billeting-section{
	padding-top: 100px !important;
  	padding-bottom: 320px !important;
  	background-image: url(https://www.brooklynaviatorshockey.com/wp-content/uploads/2024/04/about-bg_06.jpg) !important;
}

.billeting_list_items {
  padding-top: 10px;
	padding-bottom: 10px;
}
.billeting_list_items li {
  color: #090a22;
  font-size: 16px;
}
.pdf_btns a {
  background: #73b7c2 !important;
  border: 0 !important;
  color: #fff !important;
  font-size: 20px !important;
}
.pdf_btns a:hover {
  background: #090a22 !important;
  color: #fff !important;
}

.billeting_ques{
	margin-top: -100px;
	padding-bottom: 50px;
}

/************* Billeting page css end *************/

/************* Contact page css start *************/

.contactDetailsSecCol .vc_column-inner {
  padding: 20px !important;
	border-radius: 20px;
	transition: all linear .25s;
	cursor: pointer;
}

.contactFormSec, .contactDetailSec{
	padding: 50px 0;
}

.contact_visit_head h2 {
  text-align: center;
  font-size: 25px;
  padding-bottom: 10px;
	color: #fff;
}

.contact_visit_head h2:last-child{
	padding-bottom: 0;
}
.contact_visit_head h2 a {
  color: #73b7c2;
}
.contact_visit_head h2 a:hover {
  color: #fff;
}

.contact_icons span.vc_icon_element-icon::before {
  font-size: 50px !important;
}

.contactDetailsSecCol .vc_column-inner:hover {
  background: #73b7c2 !important;
}

.contactFormSec{
	background: url(https://www.brooklynaviatorshockey.com/wp-content/uploads/2024/04/water-mark-bg1.png) no-repeat left center, #f5f5f5;
	background-attachment: fixed;
}

#input_2_1_3_container{
	padding: 0;
}

#gform_submit_button_2 {
  background: #12132a;
  border: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
	transition: all linear .25s;
	padding: 10px 30px;
}

#gform_submit_button_2:hover {
  background: #73b7c2;
}

.privacy_head h2 {
  font-size: 20px;
	line-height: 28px;
}
.privacy_head h2 a {
  color: #73b7c2;
}

.contact_blue_sec{
	background: url(https://www.brooklynaviatorshockey.com/wp-content/uploads/2024/04/water-mark-bg3.png) no-repeat right center;
	background-attachment: fixed;
}

/************* Contact page css end *************/

/************* get the app page css start *************/

.get_the_app_sec{
	padding: 50px 0;
}
.get_the_app_btn li {
  display: inline-block;
}
.get_the_app_btn li a {
  background: #12132a;
  display: ;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
}
.get_the_app_btn li a:hover {
  background: #73b7c2;
}
.get_the_app_btn {
  padding-top: 10px;
	padding-bottom: 30px;
}

/************* get the app page css end *************/

/************* media page css start *************/

.video_sec, .photos_sec{
	padding: 50px 0;
}

.video_sec{
	background: #f5f5f5;
}

.large_font p {
  font-size: 22px;
}

.photos_sec{
	background: url(https://www.brooklynaviatorshockey.com/wp-content/uploads/2024/04/water-mark-bg3.png) no-repeat left center, #090a22;
	background-attachment: fixed;
}

.txt_white p{
	color: #fff;
	font-size: 18px;
}

.difference_list_items li, .difference_list_items li::before{
	color: #fff;
}

.linkColor {
  color: #73b7c2 !important;
}
.linkColor:hover {
  opacity: .7 !important;
}

/************* media page css end *************/

/************* staff page css start *************/

.staff_page_header {
  background: url(https://www.brooklynaviatorshockey.com/wp-content/uploads/2024/04/Staff.jpg) no-repeat center center;
}

.staff_page_sec{
	padding: 50px 0;
	background: #f5f5f5;
}
.staff_box {
  text-align: center;
	padding: 10px;
}
.staff_box a h2 {
  font-size: 26px !important;
	padding: 5px 0;
}

.staff_box a h2:hover {
  color: #73b7c2;
}

.staff_box h6{
	margin-bottom: 0;
  	font-size: 14px;
	font-weight: 400;
}
.staff_box img {
	margin-bottom: 20px;
	min-height: 230px;
	width: auto;
	object-fit: cover;
	  border: 1px solid #c9c9c9;
	border-radius: 50%;
	transition: all linear .25s;
}
.staff_box img:hover{
	box-shadow: 0px 0px 20px 5px #c9c9c9;
}
.staff_sec_content{
	padding-right: 17%;
}
.staff_box a, .staff_box a h2 {
  margin-bottom: 0 !important;
}
.staff_box a {
  color: #090a22 !important;
}
.staff_box .read_more{
	padding-bottom: 10px;
}
.staff_box .read_more a {
  font-size: 16px !important;
    padding-bottom: 10px;
}
.staff_box a:hover {
  color: #73b7c2 !important;
}

.staff_desig p {
  margin-bottom: 0;
  font-weight: 600;
  color: #73b7c2;
}


/************* staff page css end *************/

/************* single staff page css start *************/

.single-staff .staff_box {
  border: 0;
  box-shadow: none;
  text-align: left;
}

.single-staff .staff_page_sec{
	background: transparent;
}
.staff_contact_detail {
  margin-top: 20px;
}
.staff_contact_detail p {
  margin-bottom: 10 !important;
}
.staff_contact_detail ul li i {
  padding-right: 5px;
}

.single-staff .staff_box h6{
	margin-bottom: 20px;
  	font-size: 14px;
}

.staff_member_details {
  padding-top: 20px;
}
.staff_member_details h3 {
  font-weight: 600;
  font-family: 'Brothers Medium';
  color: #73b7c2;
}
.staff_member_details p {
  margin-bottom: 5px;
}
.staff_member_details i {
  color: #73b7c2;
}
.single-staff .staff_box img{
	border-radius: unset;
	min-height: 100%;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.single-staff .staff_box img:hover{
	box-shadow: unset;
}

.staff_box h2 {
  color: #090a22;
}

/************* single staff page css end *************/

/************* payment page css start *************/

.payment-option-col .vc_column-inner{
	transition: all ease 300ms;
  cursor: pointer;
}

.payment-option-col .vc_column-inner:hover {
  background-color: #090a22 !important;
}

.payment-option-col .vc_column-inner:hover .payment-option-heading {
  color: #ffffff !important;
}

.payment-option-col .vc_column-inner:hover .payment-option-icon img {
  filter: invert(1);
}

.payment-option-col .vc_column-inner:hover .payment-option-btn a {
  background-color: #ffffff !important;
  color: #090a22 !important;
  background-image: none;
}

.payment-option-col .vc_column-inner:hover .payment-option-tb {
  color: #ffffff;
}

/************* payment page css end *************/

/************* Aviator Hockey Club Parent/guardian Consent Form page css start *************/

.form_content {
  font-size: 18px;
}
#gform_submit_button_3, #gform_submit_button_4, #gform_submit_button_5 {
  border: 0;
  color: #fff;
  background: #090a22;
  padding: 10px 25px;
  border-radius: 5px;
  font-size: 20px;
  transition: all linear .25s;
}
#gform_submit_button_3:hover, #gform_submit_button_4:hover, #gform_submit_button_5:hover {
  background: #73b7c2;
}
.form_content b {
  color: #090a22;
}
#input_3_6, #input_4_6{
	width: 100%;
}
#input_3_12_Container, #input_3_12_Container canvas, #input_3_13_Container, #input_3_13_Container canvas,
#input_4_12_Container, #input_4_12_Container canvas, #input_4_13_Container, #input_4_13_Container canvas{
  width: 100% !important;
}

/************* Aviator Hockey Club Parent/guardian Consent Form page css end *************/

/************* search page css start *************/

.search_page {
  padding: 50px 0;
}

/************* search page css end *************/

/************* college guidance css start *************/

.registration_deadline {
	padding: 50px 0;
	background: url(https://www.brooklynaviatorshockey.com/wp-content/uploads/2024/04/water-mark-bg3.png) no-repeat center center, #f5f5f5;
	background-attachment: fixed;
}

.make_study_plane_items li{
	color: #fff;
}

.make_study_plane_items li::before {
  color: #fff;
}

.anchor_links {
  font-weight: 600;
  color: #73b7c2 !important;
}
.anchor_links:hover {
  opacity: .7 !important;
}

.sat_table{
	background: url(https://www.brooklynaviatorshockey.com/wp-content/uploads/2024/04/water-mark-bg3.png) no-repeat right center, #090a22;
	background-attachment: fixed;
}

table.tablepress{
	border: 1px solid #73b7c2;
}

.brooklyn_logo img {
  max-width: 150px !important;
}

.intake_form_sec {
    background-image: url(https://www.brooklynaviatorshockey.com/wp-content/uploads/2024/04/water-mark-bg3.png);
    background-repeat: no-repeat;
    background-position: 100% 50% !important;
    background-size: 45%;
	background-attachment: fixed;
}

/************* college guidance css end *************/

/************* Privacy policy page css start *************/

.Privacy__section{
	margin-top:80px;
	margin-bottom:80px;
}
.Privacy__section .Privacy__content h3 {
    color: #73b7c2;
    font-size: 36px;
    padding-bottom: 10px;
}
.Privacy__section .Privacy__content h4{
	color: #73b7c2;
    font-size: 28px;
    padding-bottom: 10px;
}
.Privacy__section .Privacy__content p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}
.Privacy__content ul li {
    font-size: 16px;
    padding-bottom: 10px;
    line-height: 22px;

	position:relative;
}

.Privacy__content ul li::before {
    content: "\f0da";
    position: absolute;
    top: 0;
    left: -14px;
    font-family: "font awesome 6 free";
    font-weight: 700;
    color: #73b7c2;
}

.Privacy__content ul li span{
	font-weight:600;
}

/************* Privacy policy page css end *************/

/************* footer css start *************/

.footer_inner {
  background: #000;
  padding: 50px 0;
  color: #fff;
  font-size: 15px;
}

.news_txt p {
  font-size: 20px;
  padding-bottom: 20px;
  font-family: "Lato", sans-serif;
}

form#gform_1 {
  max-width: 850px;
  width: 100%;
  margin: auto;
  height: 97px;
}

input#input_1_1 {
  height: 65px;
  border-radius: 50px;
  text-indent: 10px;
  outline: none;
  font-size: 20px;
}

input#input_1_1::placeholder {
  font-style: italic;
  color: #999999;
  font-size: 20px;
}

input#gform_submit_button_1 {
  height: 65px;
  border-radius: 50px;
  font-size: 25px;
  background: #090a22;
  color: #fff;
  border-color: #fff;
  border-width: 2px;
  font-family: "Lato", sans-serif;
  padding: 18px !important;
  transition: all linear .25s;
}

input#gform_submit_button_1:hover {
  background-color: #73b7c2;
}

.ftr_payment_btn a {
  border: 0 !important;
  color: #fff !important;
  background: #73b7c2 !important;
  font-size: 20px !important;
  padding: 15px 25px !important;
}

.ftr_payment_btn a:hover{
	opacity: .7 !important;
}

.ftr_menus {
  display: flex;
}

.ftr_menus .widget_nav_menu {
  max-width: 100px;
  width: 100%;
}

.ftr_menus ul {
  margin-bottom: 0;
  padding: 0;
}
.ftr_menus ul li {
  padding-bottom: 10px;
}
.ftr_menus ul li a {
  color: #fff;
  font-size: 15px;
	line-height: 18px;
	font-family: 'poppins';
}
.ftr_menus ul li a:hover {
  color: #73b7c2;
}

section#custom_html-2, section#custom_html-2 p {
  margin-bottom: 0;
}

section#custom_html-2 p {
  line-height: 1.2;
  font-family: 'Poppins';
  font-weight: 400;
}

section#custom_html-2 .row {
  align-items: center;
}

ul.ftr_contact li{
  padding-bottom: 10px;
  line-height: 1.5;
  font-size: 14px;
}

ul.ftr_contact li a {
  color: #fff;
  transition: all linear .25s;
}

ul.ftr_contact li a:hover {
  color: #73b7c2;
}

ul.ftr_contact li span {
  padding-left: 5px;
}

ul.ftr_contact li i {
  color: #73b7c2;
}

.footer_inner h4 {
  color: #fff;
}

.footer_bottom {
  padding: 10px 0;
  background: #73b7c2;
}

.footer_bottom a{
  color: #000;
  transition: all linear .25s;
}
.copyright_col{
	font-size: 15px;
}
ul.ftr_social li {
  display: inline-block;
  margin: 0 10px;
}

ul.ftr_social li a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 2px solid #000;
  color: #000;
  transition: all linear .25s;
}

ul.ftr_social li a:hover, .footer_bottom a:hover {
  color: #fff;
  border-color: #fff;
}

.bg_img_repeat {
  background: url(https://www.brooklynaviatorshockey.com/wp-content/uploads/2024/04/img-slice.png) center repeat-x;
  background-size: contain;
}

/************* footer css end *************/

/************* bottom to top css start *************/

#bottom_to_top {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#090a22;
/*     text-indent:-9999px; */
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    transition: all linear .25s;
    z-index: 999;
}
#bottom_to_top i {
    color: #fff;
}

#bottom_to_top:hover {
    background-color: #569ece;
    opacity:1;
    filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

/************* bottom to top css end *************/

/*---------- blog Page start ----------*/

.blog_page_header {
  background: url(https://www.brooklynaviatorshockey.com/wp-content/uploads/2024/04/Blog.jpg) no-repeat center center;
  background-size: cover;
  padding: 130px 0;
  text-align: center;
}
.blog_page_header h1 {
  color: #fff;
  padding-bottom: 15px;
}

.post-title-bg h2 {
    color: #20a49d !important;
    font-size: 36px;
    font-weight: 600 !important;
    margin: 30px 0px;
}
#text-6 .widget-title{
    font-size: 25px;
    color: #194588;
    text-align: left;
    font-weight: 700;
    font-style: normal;
	margin-left: -12px !important;
}

.blog-title {
    font-size: 22px;
    font-weight: 600;
	display: block;
	margin-bottom: 10px !important;
}

.blog-title a {
    color: #000;
    transition: linear all .25s;
}

.blog-title a:hover {
    opacity: .7 !important;
}

.blog_page_read_more {
    margin-top: 10px;
	margin-bottom:10px;
}

.blogImage {
    border: 1px solid #cccdcd;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    background: #ebebeb;
}

.blogBox.style3 {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.blogPage.style8 .blogBox.style3 .blogImage {
    width: 33%;
}

.blogBox.style3 .blogImage {
    float: left;
    margin: 0 0 0 0;
    width: 25%;
}
.blogImage {
    border: 1px solid #cccdcd;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    background: #ebebeb;
}

.zoom {
    position: relative;
    overflow: hidden;
}

.zoom img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 230px;
    object-fit: cover;
	width:100%;
}

.zoom:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blogDate {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 39px;
    background: #73b7c2;
    color: #fff;
    padding: 10px 13px;
    text-align: center;
}
body.single-post .blogDate {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 45px;
    background: #73b7c2;
    color: #fff;
    padding: 7px 0px;
    text-align: center;
}
.blogImage .blogDate i {
    font-size: 12px;
    font-style: normal;
    display: block;
}

.blogImage .blogDate i ~ i {
    margin-left: -6px;
}

.blogPage hr {
    border-color: #29a8d0;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.blogImage .blogDate hr {
    border-top: 1px solid #fff;
/*     padding: 5px 0 0 0; */
    margin: 5px 0 5px 0;
	opacity: 1 !important;
}

.blogImage .blogDate i, .blogImage .blogDate span {
    margin-left: -3px;
}

.blogImage .blogDate span {
    font-size: 20px;
    font-style: normal;
    display: block;
}

a.more2, .blog_ul li a {
    color: #164688 !important;
	transition: all 0.3s;
	font-weight: bold;
}
a.more2:hover, .blog_ul li a:hover {
    opacity: .7 !important;
}

ul.blog_ul {
    margin: 20px 0 !important;
}

ul.blog_ul li span {
    margin-right: 5px;
	width: 40px;
    height: 40px;
    background: #1877f2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px !important;
    color: #fff;
}

span.social_icons.icon_ig {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

span.social_icons.icon_linkedin {
    background: #007bb5;
}

h3.blog-title {font-size: 26px;}
.more-description, .single footer.entry-footer {
    display: none !important;
}
.blogDesc {line-height: normal;font-size: 16px;}

.blog_page_read_more a {
    transition: all ease 500ms;
    color: #47b6d2;
    font-weight: 600;
}

.blog_page_read_more a:hover {
    transition: all ease 500ms;
    letter-spacing: 2px;
	color:#47b6d2;
	text-decoration: none;
}
.more-description {
    display: flex;
    margin-top: 5px;
}
.autor-name {
    text-transform: capitalize;
    font-weight: 500;
    margin-right: 5px;
    color: #73b7c2;
    font-style: italic;
}


/*---------BLOG INNER PAGE end ------------*/

/*---------BLOG INNER PAGE START ------------*/

.post-title-bg {
	background-repeat:no-repeat;
	background-size: cover;
    padding-top:131px;
	padding-bottom: 131px;
	margin-bottom:40px;
	background-position: center;
}
.blog-bottom-text {
font-size: 18px;
    line-height: 28px;
    margin-top: 50px; }

.single footer.entry-footer {
    display: none;
}
.blog-bottom-text a {
    color: #87496e;
    font-weight: 600;
}

.blog-bottom-text a:hover {
    text-decoration: none;
    color: #b56195;
}

.blog-img {
    float: left;
    margin-right: 40px;
}

.single-post .title {
  color: #73b7c2;
}

/*----------Single Post---------*/

.blogDesc p, .single-blog {
    margin-top: 30px;
}
.single-post h1.blog-title {
    font-size: 35px;
    margin-bottom: 10px;
    color: #15536c;
}

.single-post .blogDate {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
   width: 51px;
    background: #73b7c2;
    color: #fff;
    padding: 10px 12px;
    text-align: center;
}
.single-post .blogDate hr{
    padding: 0px;
    margin: 5px 0;
    background: #fff;
}
.single-post .blogDate i {
    font-style: normal;
	font-size: 13px;
}

.post-expt {
    margin-top: 35px;
}

.post-top {
    color: #1f2d5f;
    margin-bottom: 26px;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
}
.single-post img {
    width: 100%;
}

.single-pagination {
  padding-bottom: 20px;
}
ul.single-pagination li a {
  color: #73b7c2;
}
ul.single-pagination li a:hover {
  color: #090a22;
}

/*----------Widget---------*/

.blog_side_bar h2 {
    font-size: 23px;
    color: #fff;
    background: #1461A3;
    padding: 7px 12px;
    border-left: 10px solid #f37744;
    font-weight: 500;
    font-family: 'Open Sans';
}

.single .blog_side_bar a {
    color: #000;
	 display: block;
    padding: 10px;
    transition: 0.3s;
}
.single .blog_side_bar a:hover {
   background:#1461a3;
text-decoration:none;
	color: #fff;
}

.single .blog_side_bar a:before {
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    margin-right: 9px;
	font-weight:900;
}


ul.single-pagination li {
    display: inline-block;
}

ul.single-pagination{
        list-style: none;
    margin: 0;
}
li.next {
    float: right;
}


/* blog sidebar */

.sidebar .widget_container {
    margin-top: 30px;
}

.blog-sidebar .widget_search button[type="submit"]:hover{    
	background: #3087bf;
    color: #fff;
}
.blog-sidebar ul{
	list-style:none;
	margin:0px;
	padding:0;
}
.blog-sidebar ul li:first-child{
	border-top:0;
	padding-top:0;
}
.blog-sidebar ul li{
	border-top:1px dashed #b0b0b0;
	margin-left:2px;
}
.blog-sidebar ul li a{
	color:#323232;
	display:block;
	padding:10px 0;
}
.blog-sidebar ul li a:before{
	content:"\f0da";
	margin:0 10px 0 5px;
	display:inline-block;
	font-family:'Font Awesome 5 Free'; 
	font-weight:bold;
}
.blog-sidebar ul li a:hover{
	color:#fff;
	background:#C1C1C1;
	text-decoration:none;
}
.recent-project a{
	float:left;
	margin:16px 0 0 16px;
	width:75px;
	height:75px;
	overflow:hidden;
}
.recent-project a:nth-child(4n-7){
	margin-left:0;
}
.recent-project a img{
	width:100%;
	height:auto;
}
.blog-sidebar .list_accordion dt:before{
	content:"\f13a";
	color:#373737;
}
.blog-sidebar .list_accordion dt.open:before{
	content:"\f139";
	color:#f79421;
}
.blog-sidebar .list_accordion dd{
	padding:10px;
	background:none;
}
.blog-sidebar .list_accordion dt.open{
	margin-bottom:0;
}
.blog-sidebar h4{
	border-bottom:1px dashed #333333;
	padding:0 0 8px;
}
.blog-sidebar #search-2{	
	background: #f1f1f1;
	border: 1px solid #dddddd;
	border-radius: 8px;
	padding: 30px 25px;
	margin-bottom: 30px;
}

.morelink, .blogListFooter p {
	margin-bottom:15px;
}

.blog-sidebar .widget-title {
    background: #090a22;
    color: #fff;
    border-left: 20px solid #73b7c2;
    line-height: 1.5;
    font-size: 24px !important;
    margin-top: 30px;
    padding: 10px;
}

.blog-sidebar .widget ul li a
{
	color:#000;
	transition:0.3s;
	padding: 10px !important;
}
.blog-sidebar .widget ul li a:hover {
	background: #fff;
    color: #73b7c2;
}

.blog-sidebar .widget ul li {
    margin:0px;
}

/*----------Pagination CSS---------*/

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    color: #fff;
    text-decoration:none;
}
.pagination li {
    display: inline;
}
.pagination li a, .pagination li a:hover, .pagination li.active a, .pagination li.disabled {
    background-color: #3087bf;
    border-radius: 3px;
    cursor: pointer;
    padding: 7px 15px;
	display:block;
    color:#fff;
    text-align:center;
    margin:auto;
}
.pagination li a:hover,
.pagination li.active a {
    background-color: #5FBDFF;
}

.pagination ul li {
    margin: 1px;
}
.navigation.pagination {
    margin-bottom: 35px;
    margin-top: 30px;
}

.page-id-5017 .google-map,
.page-id-5022 .google-map,
.page-id-5021 .google-map,
.page-id-5024 .google-map,
.page-id-5023 .google-map,
.page-id-5025 .google-map{
 	display: none;
}

section#search-2 input.search-submit {
    background: #12132a;
    color: #fff;
    transition: all linear .25s !important;
    padding: 8px 15px;
    border: none;
    line-height: normal;
    cursor: pointer;
    width: 30%;
}
section#search-2 label {
    margin-bottom: 0px;
    float: left;
    width: 70%;
}
section#search-2 input.search-field {
    width: 100%;
    border: none;
    padding: 8px 15px;
}
.bread-crume {
    padding: 0 6px;
    color: black;
    vertical-align: middle;
} 


.billeting-section .billeting_list_items li
{
	color:#f7f7f7;
	font-weight:600;
}

.billeting-section ul.billeting_list_items
{
	padding: 30px 20px;
}

.billeting-section 
{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}

.get_the_app_sec 
{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:80% 100%;
	padding-top:50px !important;
	padding-bottom:50px !important;
}
.form_content ul {
    list-style: none;
    padding: 0;
}

.form_content ul li:before {
	content: "\f0da";
    font-family: "font awesome 6 free";
    font-weight: 700;
    color: #73b7c2;
    margin-right: 10px;
    font-size: 20px;
    top: 2px;
    position: relative;
}

.form_content ul li {
    display: flex;
}

#custom_html-2 img{
	width: 100%;
}

/************* media query start *************/

@media screen and (min-width: 1440px) and (max-width: 1920px){
	.staff_box img{
		min-height: 286px;
	}
}

@media screen and (max-width: 1366px){
	.player_of_the_week_sec {
		overflow: hidden !important;
	}
	.player_of_the_week_content_col::after{
		top: -50%;
  		right: -35%;
	}
	.aviator_img img{
		top: -40%;
	}
	header .site-branding a img{
		height: 160px !important;
 		width: 180px !important;
	}
}

@media screen and (max-width: 1200px){
  .counter_sec_col_right::after{
    top: -142px;
    right: -5%;
  }

  .counter_sec_col_left::before{
    top: -142px;
    left: -5%;
  }

  .about_sec::after{
    right: -13%;
  }
	.billeting_ques h2 {
	  line-height: 1 !important;
	}
	
	.pdf_btns a{
		font-size: 16px !important;
	}
}

@media screen and (max-width: 1080px){
  .about_sec{
    padding: 50px 0 200px 0;
  }
  .aviator_img img{
    position: unset;
  }
  .aviator_sec_right_col h3.vc_custom_heading {
    font-size: 56px !important;
  }
  .counter_sec_col_left::before, .counter_sec_col_right::after{
    display: none;
  }
  .counter_sec h2{
    font-size: 22px !important;
  }
  ul#primary-menu li, ul#right-primary li, ul#primary-menu li a, ul#right-primary li a{
    font-size: 15px;
  }
  .player_of_the_week_content_col::after{
    top: -70%;
    right: -50%;
  }
	
}

@media only screen and (max-width:991px)
{
	.billeting-section {
		background-size: 490%;
	}

}

@media screen and (max-width: 767px){
	h2{
		line-height: 1;
	}
  .header_inner{
    display: none;
  }
  .topbar{
    padding: 30px 0;
  }
  .site-branding{
    top: 35px;
    left: 10px;
  }
  .contact_num{
    text-align: center;
  }
  .contact_num li h2{
    font-size: 22px;
  }
  ul.contact_num li{
    padding: 0;
    padding-right: 10px;
  }
  .counter_center_col .vc_column-inner{
    border: 0 !important;
    padding-top: 0px !important;
    padding-bottom: 0 !important;
  }
  .player_of_the_week_content_col::after, .about_sec::after{
    display: none !important;
  }
  .player_of_the_week_inner_logo{
    text-align: left !important;
  }
  .about_sec{
    background: none !important;
    background-color: #73b7c2 !important;
    padding-bottom: 50px;
  }
  input#gform_submit_button_1{
    font-size: 18px !important;
    line-height: 1;
  }
  .water_mark_bg_left{
    padding-bottom: 50px;
  }
  .learn_more_link{
    margin-bottom: 0 !important;
  }
  .learn_more_link a{
	   padding: 0 !important;
    background: transparent !important;
  }
  .learn_more_link a:hover{
    color: #12132a !important;
  }
  .aviator_sec{
    background: none !important;
    background-color: #73b7c2 !important;
  }
  .aviator_sec h2, .aviator_sec h3 {
    color: #fff !important;
  }
  .aviator_img{
    margin-bottom: 20px !important;
  }
  .footer_bottom{
    text-align: center;
  }
  #custom_html-2, #secondary-menu{
    margin-bottom: 20px !important;
  }
  .ftr_social {
    padding-top: 10px;
  }
  .staff_sec .wpb_single_image {
    margin-bottom: 20px !important;
  }
  .brooklyn_img_col {
    margin-bottom: 20px;
  }
	
	.billeting-section {
		background-size: 1360%;
	}

	.get_the_app_btn li {
		display: inline-block;
		margin: 24px 0;
	}
	
	.billeting-section {
	  background: unset !important;
	  background: #000 !important;
	  padding: 50px 0 !important;
	}
	.billeting_ques{
		margin-top: 0;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.billeting_ques h2{
		padding-top: 20px;
	}
	.ftr_menus ul{
		padding-left: 20px;
	}
	
	.home_blog_inner .home_post_thumbnail img{
		width: 100%;
	}
	header .site-branding a img {
		top: -80px;
		left: -20%;
		width: 120px !important;
	}
}

@media screen and (max-width: 680px){
  #custom_html-2 {
    margin-top: 20px;
  }
  .copyright_col {
    font-size: 14px;
    line-height: 1.3;
  }
  #custom_html-2 .row .col-md-3{
    padding-bottom: 10px;
  }
  .occasional_updates_head{
    font-size: 36px !important;
  }
  .aviator_sec_right_col h3.vc_custom_heading{
    font-size: 40px !important;
  }
	ul.contact_num li:first-child{
		display: block;
		padding-bottom: 10px;
	}
	#rmp_menu_trigger-154{
		top: 65px;
	}
	.home_blog_inner {
	  border: 0;
	}

	.home_blog_inner .home_post_thumbnail {
	  border-bottom: 0;
	}

	.home_blog_inner_content {
	  padding: 16px !important;
	}
	
	header .site-branding a img{
		left: -14%;
		height: 130px !important;
    	width: 140px !important;
	}
	.player_of_the_week_inner_logo{
		margin-bottom: 0 !important;
	}
	.player_of_the_week_inner_logo img, #custom_html-2 img{
		width: 150px;
	}
	
	
	
}

@media screen and (max-width: 640px){
	.newsletter_sec{
		padding-bottom: 80px;
	}
	header .site-branding a img{
		left: -10%;
	}
}

@media screen and (max-width: 600px) {
 #rmp_menu_trigger-154 {
    top: 80px;
	}
	ul.contact_num.text-md-end li:nth-child(1) {
		display: block;
	}
	.topbar .row {
		flex-direction: column-reverse;
	}
	.site-title img {
		width: auto;
		left: -8%;
	}
	.topbar {
		padding: 10px 0;
	}
	form#gform_1 {
		max-width: 850px;
		width: 100%;
		margin: auto;
		height: 157px;
	}
	.contact_num li h2{
		font-size: 20px !important;
	}
	
	#masthead{
		padding-bottom: 50px;
	}
	#custom_bg_1_wrapper{
		background-position-x: 46% !important;
	}
	
	.staff_box img{
		min-height: 350px;
	}
	
	.staff_member_details{
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 576px){
	header .site-branding a img{
		left: -5%;
	}
}

@media screen and (max-width: 376px){
	#custom_bg_1_wrapper{
		background-position-x: 43% !important;
	}
}

@media screen and (max-width: 320px){
	header .site-branding a img{
		top: -90px;
	}
}

/************* media query end *************/














