/*
Theme Name: blocksy Child
Theme URI: https://blue-mink-229804.hostingersite.com
Description: Child theme for the blocksy theme
Author: Josip Marić
Author URI: https://blue-mink-229804.hostingersite.com
Template: blocksy
Version: 1.0.0
*/
body {
  position: relative;
  z-index: 0;
}

body::before {
  content: "";
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-repeat: repeat;
  background-attachment: fixed;
  opacity: 0.1;
  z-index: -1;
  background-image: url("https://hmnk-rijeka.hr/wp-content/uploads/2025/09/Test3.png"), url("https://hmnk-rijeka.hr/wp-content/uploads/2025/09/Test3.png");
  background-repeat: repeat, repeat; /* repeat horizontally */
  background-position: 0 0, 535px 70px;
  background-size: 500px, 500px;
}

h2{
	word-wrap: normal !important;
}
.page-title{
	line-height: normal !important;
}
/*--------------------------------------------------------------- HEADER ---------------------------------------------------------------*/
#header [data-column-set="3"]>div{
	width: calc(var(--theme-container-edge-spacing, 90vw) - var(--theme-frame-size, 0px) * 2) !important;
	max-width: 1600px;
}
#header [data-row*=middle]{
	background: transparent;
}
#header [data-row]>div{
	border-bottom: 4px solid transparent !important;
	border-image: linear-gradient(to right, #00A7D2 50%, #C99C67 50%) 1 !important;
}
/*--------------------------------------------------------------- HEADER END ---------------------------------------------------------------*/

/*----------------------------------------------------------------- SEKCIJA VIJESTI I NEXT MATCH -----------------------------------------------------------------*/
#my-tabs .e-n-tabs-heading{
	display: none !important;
}
.next_up_image{
	flex: 1 !important;
}
.post_news .elementor-post__thumbnail__link{
	margin-bottom: 0 !important;
}
.post_news .elementor-post__thumbnail{
	padding-bottom: 0 !important;
}
.post_news img{
	height: 650px !important;
	width: 100% !important;
	object-fit: cover !important;
	position: relative !important;
	left: unset !important;
	transform: none !important;
	transition: 0.3s ease !important;
}
.post_news:hover img{
	transform: scale(1.1) !important;
}
.post_news .elementor-post__text{
	border-top: 4px solid #fff !important;
	padding-top: 20px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.post_news .elementor-post__meta-data{
	padding-bottom: 20px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.list1 ul li:first-child svg{
	fill: #00A7D2 !important;
}
.list2 ul li:nth-child(2) svg{
	fill: #00A7D2 !important;
}
.list3 ul li:nth-child(3) svg{
	fill: #00A7D2 !important;
}
#my-tabs .e-n-tabs-heading{
	padding-bottom: 10px;
}
.e-n-tabs-content {
  position: relative;
  min-height: 500px;
}
.e-n-tabs-content > .elementor-element {
  display: flex !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}
.e-n-tabs-content > .elementor-element.e-active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}
.elementor-post__badge{
	border: 3px solid #fff;
}
/*----------------------------------------------------------------- SEKCIJA VIJESTI I NEXT MATCH END -----------------------------------------------------------------*/

/*----------------------------------------------------------------- SEKCIJA FIRST TEAM -----------------------------------------------------------------*/
.first_team_heading{
	display: flex;
	justify-content: center !important;
	align-items: center !important;
}
.first_team_heading h2{
	transform: rotate(-90deg) !important;
	margin: 0 !important
}
.premium-person-info{
	position: absolute;
	top: 0;
	left: 15px; 
	right: 15px; 
	height: 100%;
	padding: 0; 
	background: none !important;
	overflow: hidden;
	border-radius: 20px;
}
.premium-person-info-container{
	position: relative !important;
}
.premium-person-container{
	position: relative;
}
.premium-person-image-container{
	border-radius: 20px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	overflow: hidden;
}
.hover_img2{
	opacity: 0;
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100% !important;
    object-fit: cover !important;
	object-position: bottom center;
	transition: 0.3s ease-in-out !important;
	height: 100%;
}
.hover_img2 img{
	height: 100%;
}
.hover_img2 br{
	display: none !important;
}
.hover_img{
	opacity: 0;
	transition: 0.3s ease-in-out !important;
}
.active_img{
	transition: 0.3s ease-in-out !important;
}
.player_card:hover .hover_img{
	opacity: 1;
}
.player_card:hover .active_img{
	opacity: 0;
}
.premium-person-container:hover .hover_img2 {
  opacity: 1;
}
.premium-person-container:hover .premium-person-image-container img{
}
.premium-person-content{
	position: absolute;
    left: 0;
    bottom: 0;
	margin: 0;
	width: 100%;
    height: 100%;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
}
.player_card_info_container_black{
	width: 100%;
	min-height: 170px !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.5);
	text-align: center;
	z-index: 10 !important; 
	padding: 15px;
	border-radius: 16px;
}
.player_card_info_container{
	width: 100%;
	min-height: 170px !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(0, 167, 210, 0.5);
	text-align: center;
	z-index: 10 !important; 
	padding: 15px;
	border-radius: 16px;
}
.premium-person-content p{
	display: none !important;
}
.premium-person-content h2{
	font-size: 50px;
	font-weight: bold;
	margin: 0;
	line-height: 1;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	position: relative;
	z-index: 10;
}
.premium-person-content h3{
	font-size: 30px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	line-height: 1;
	margin: 0;
	margin-top: 5px;
	position: relative;
	z-index: 10;
}
.premium-person-content h3 strong{
	font-weight: bold;
}
.premium-person-content h4{
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	margin-top: 5px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	position: relative;
	z-index: 10;
}
/*----------------------------------------------------------------- SEKCIJA FIRST TEAM END-----------------------------------------------------------------*/

/*----------------------------------------------------------------- SEKCIJA TABLE AND MATCH -----------------------------------------------------------------*/
.previous_game, .next_game{
	flex: 1 !important;
}
.previous_game img, .next_game img{
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
/*----------------------------------------------------------------- SEKCIJA TABLE AND MATCH END -----------------------------------------------------------------*/
.last_game_title h2, .next_game_title h2{
	margin-bottom: 0 !important;
}
/*----------------------------------------------------------------- SEKCIJA WEBSHOP -----------------------------------------------------------------*/
.webshop_container h2{
	margin-bottom: 0 !important
}
/*----------------------------------------------------------------- SEKCIJA WEBSHOP END -----------------------------------------------------------------*/

/*----------------------------------------------------------------- SEKCIJA FOOTER -----------------------------------------------------------------*/
footer{
	background: transparent !important;
}
.footer_bottom{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
[data-footer*="type-1"] .ct-footer [data-row*="middle"]{
	border-radius: 20px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border: 5px solid #fff;
	border-top: 0;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 8px 10px -5px;
	position: relative;
	z-index: 11;
}
[data-footer*="type-1"] .ct-footer [data-row*="top"]{
	border-radius: 20px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border: 5px solid #fff;
	border-bottom: 0;
	box-shadow: rgba(0, 0, 0, 0.35) 0px -5px 15px;
	position: relative;
	z-index: 10;
}
[data-footer*="type-1"] .ct-footer [data-row*="top"] > div{
	display: flex;
	flex-direction: column;
	padding-bottom: 0;
}
[data-footer*="type-1"] .ct-footer [data-row*="top"] .wp-image-15{
	width: 200px;
}
[data-footer*="type-1"] .ct-footer [data-row*="top"] h2{
	color: #00A7D2;
	font-weight: 900;
	font-size: 40px;
}
[data-footer*="type-1"] [data-id="socials"].ct-footer-socials{
	width: 100%;
	padding-bottom: 35px;
	border-bottom: 2px solid;
	border-image: linear-gradient(to right, #00A7D2 50%, #C99C67 50%) 1;
}
.ct-social-box a{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	justify-content: center;
}
.ct-social-box a:hover svg{
	fill: #fff !important;
	transform: scale(1.2);
}
[data-icons-type*=solid] .ct-icon-container {
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
[data-icons-type*=solid] .ct-icon-container svg{
	fill: #fff;
	transform: rotate(-15deg);
	transition: 0.3s ease;
}
.ct-social-box a:nth-of-type(odd) .ct-icon-container {
 	background: #00A7D2;
}
.ct-social-box a:nth-of-type(even) .ct-icon-container {
  	background: #C99C67;
}
.sponsors_container{
	text-align: center;
	position: relative;
	border-bottom: 2px solid;
	border-image: linear-gradient(to right, #00A7D2 50%, #C99C67 50%) 1;
	padding-bottom: 35px;
}
.sponsors_container h5{
	color: #fff;
	font-size: 30px;
	font-weight: 900;
}
.sponsors_container ul{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px 30px;
	flex-wrap: wrap;
}
.sponsors_container a{
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	transition: 0.3s ease;
}
.sponsors_container a:hover{
	color: #00A7D2;
}
[data-row*="bottom"] {
  position: relative;
  z-index: 5;
}
#block-13{
	margin-top: 10px;
}
#block-17{ /*OSTALI SPONZORI*/
	margin-top: 0;
}
.middle_footer_column ul{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 60px;
}
.middle_footer_column ul li a{
	color: #00A7D2;
	transition: 0.3s ease;
	font-size: 16px;
	font-weight: 600;
}
.middle_footer_column ul li a:hover{
	color: #C99C67;
}
div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message){
	background: #C99C67;
	border-radius: 20px;
	border: none;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) p{
	color: #fff !important;
	font-weight: bold;
}
/*----------------------------------------------------------------- SEKCIJA FOOTER END -----------------------------------------------------------------*/

/*--------------------------------------------------------------- CONTACT ---------------------------------------------------------------*/

/*--------------------------------------------------------------- SPONSORS ---------------------------------------------------------------*/
.sponsor_container{
	width: 200px;
	aspect-ratio: 1 / 1;
}
/*--------------------------------------------------------------- SPONSORS END ---------------------------------------------------------------*/

/*--------------------------------------------------------------- CONTACT ---------------------------------------------------------------*/
#wpforms-495{
	margin-top: 0;
}
#wpforms-495 input, #wpforms-495 .choices, #wpforms-495 textarea, #wpforms-495 button{	
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
	border-radius: 10px !important;
}
#wpforms-495 button{
	color: #fff;
	padding: 10px 20px;
}
.kontakt_container p{
	margin-bottom: 0 !important;
}
/*--------------------------------------------------------------- CONTACT END ---------------------------------------------------------------*/


/*--------------------------------------------------------------- FIRST TEAM PAGE ---------------------------------------------------------------*/
.hover_img a, .active_img a{
	width: 100% !important;
}
.player_card_container{
	flex: 0 0 210px !important;
}
.player_name h2{
	margin-bottom: 0;
}
.player_name span{
	font-weight: 900;
}
.player_number h2{
	margin-bottom: 0;
}
.first_team_card_heading span{
	font-weight: 900;
}
.stat_container h2{
	margin-bottom: 0 !important;
}
.stat_container img{
	max-width: none !important;    /* ignore max-width:100% */
  	height: auto !important;
}
/*--------------------------------------------------------------- FIRST TEAM PAGE END ---------------------------------------------------------------*/

/*--------------------------------------------------------------- NEWS PAGE ---------------------------------------------------------------*/
.posts .elementor-post{
	position: relative;
	height: 500px;
}
.posts .elementor-post__text{
	position: absolute;
	bottom: 0;
	background: #00A7D2;
	border-radius: 30px;
}
.posts .elementor-post__title a{
	transition: 0.3s ease;
}
.posts .elementor-post__title a:hover{
	color: #C99C67 !important;
}
.posts .elementor-post__thumbnail{
	padding: 0 !important;
	height: 500px !important;
}
.posts .elementor-post__thumbnail img{
	position: static !important;
	transform: none !important;
	transition: 0.3s ease;
	width: 100% !important;
	object-fit: cover;
}
.posts .elementor-post__thumbnail img:hover{
	transform: scale(1.1) !important;
}
.ct-featured-image{
	padding: 30px 0 !important;
}
.ct-media-container{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.entry-content{
	color: #1E1E1E;
	font-size: 20px;
	font-weight: 500;
}
.ct-related-posts .ct-media-container{
	margin-bottom: 0 !important;	
}
.ct-related-posts .entry-meta{
	background: #00A7D2;
    width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 30px 30px 0px 30px;
	box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.35);
}
.ct-related-posts .related-entry-title{
	background: #00A7D2;
    width: 100%;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 0px 30px 30px 30px;
	box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.35);
}
[data-prefix="single_blog_post"] .ct-related-posts article{
	position: relative;
	display: flex;
	min-height: 400px;
}
[data-prefix="single_blog_post"] .ct-related-posts article > div{
	width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
}
[data-prefix="single_blog_post"] .ct-related-posts .ct-media-container{
	position: absolute;
	height: 100%;
}
[data-prefix="single_blog_post"] .ct-related-posts .ct-media-container img{
	aspect-ratio: 2560/1439;
}
[data-prefix="single_blog_post"] .ct-related-posts .entry-meta, [data-prefix="single_blog_post"] .ct-related-posts .related-entry-title{
	position: relative;
}
[data-pagination=simple]>div .page-numbers{
	width: 20px !important;
}
[data-pagination=simple] .next, [data-pagination=next_prev] .next{
	justify-self: start !important;
	font-size: 0 !important;
}
[data-pagination=simple] .prev, [data-pagination=next_prev] .prev{
	justify-self: end !important;
	font-size: 0 !important;
}
[data-pagination=simple] .next svg, [data-pagination=next_prev] .next svg, [data-pagination=simple] .prev svg, [data-pagination=next_prev] .prev svg{
	color: #00A7D2 !important;
	width: 15px !important;
	height: 15px !important;
	transition: 0.3s ease;
}
[data-pagination=simple] .next:hover svg, [data-pagination=next_prev] .next:hover svg, [data-pagination=simple] .prev:hover svg, [data-pagination=next_prev] .prev:hover svg{
	color: #1E1E1E !important;
}
[data-pagination=simple] .prev, [data-pagination=simple] .next, [data-pagination=next_prev] .prev, [data-pagination=next_prev] .next{
	border: none !important;
	gap: 0 !important;
}
.page-numbers{
	font-size: 18px !important;
}
.page-numbers:hover{
	color: #00A7D2 !important;
}
.related-entry-title{
	line-height: normal !important
}
[data-prefix="single_blog_post"] .ct-related-posts .ct-media-container{
	position: relative !important;
	margin-bottom: -50px !important; 
}
/*--------------------------------------------------------------- NEWS PAGE END ---------------------------------------------------------------*/

/*--------------------------------------------------------------- SCHEDULE ---------------------------------------------------------------*/
.schedule_card h2{
	margin-bottom: 0 !important;
}
.game_type_container, .game_izvjestaj_container{
}
.game_score_container small{
	font-size: 60% !important;
}
.game_score_container > div:nth-child(1) {
	
}
.game_score_container > div:nth-child(2) {
	
}
.game_score_container > div:nth-child(3){
	
}
.stripe_container{
	height: 100%;
}
.stripe{
	height: 100%;
}
/*--------------------------------------------------------------- SCHEDULE END ---------------------------------------------------------------*/


/*--------------------------------------------------------------- DETALJI ---------------------------------------------------------------*/
.breadcrumb_title h2{
	margin-bottom: 0 !important;
}
.player_detail_name h2{
	margin-bottom: 0 !important
}
.player_detail_date, .player_detail_year{
	line-height: 1;
}
.player_detail_date{
	margin-top: 20px;
}
.player_detail_year{
	margin-bottom: 40px !important;
}
.player_detail_height_title h2, .player_detail_weight_title h2{
	margin-bottom: 0 !important;
}
.player_detail_height{
	line-height: 1;
	margin-bottom: 10px !important;
}
.player_detail_weight{
	line-height: 1;
}
.player_detail_image{
 	width: 100%;
  	height: calc(100% + 60px);
  	object-fit: contain;
  	object-position: bottom center;
}
.player_detail_image img{
	height: 100%;
	width: auto;
	object-fit: contain;
	object-position: bottom center;
}
.player_detail_container{
	position: relative;
}
.player_detail_number h2{
	margin-bottom: 0 !important
}
.player_detail_stat_title h2, .player_detail_stat h2{
	margin-bottom: 0 !important;
}
.player_child {
    flex: 0 1 auto !important;
}

/*--------------------------------------------------------------- DETALJI END ---------------------------------------------------------------*/

/*--------------------------------------------------------------- MEDIA QUERY ---------------------------------------------------------------*/
@media(min-width: 1671px){
	.player_card_container{
		flex: 0 0 300px !important;
	}
}
@media(max-width: 1670px){
	.player_card{
		min-height: 300px !important;
	}
	.player_card img{
		height: 320px !important;
	}
	.first_team_heading h2{
		font-size: 130px !important;
	}
}
@media(max-width: 1280px){
	.player_detail_container{
		flex-wrap: wrap !important;
	}
	.player_child{
		flex: 1 !important;
	}
	.player_child_new_row {
		flex-basis: 100% !important;
	}
	.first_team_heading h2{
		font-size: 100px !important;
	}
	.posts .elementor-post__thumbnail__link{
		margin-bottom: -
	}
}
@media(max-width: 1028px){
	.post_news .elementor-grid{
		grid-template-columns: repeat(1,1fr) !important;
	}
	.post_news img{
		height: auto !important;
	}
	.first_team_heading h2{
		font-size: 130px !important;
	}
}
@media(max-width: 991px){
	.middle_footer_column{
		text-align: center;
	}
	.middle_footer_column ul{
		flex-direction: column;
		gap: 25px;
	}
	.posts .elementor-post{
		height: 400px;
	}
	.posts .elementor-post__thumbnail{
		height: 400px !important;
	}
}
@media(max-width: 822px){
	.ime{
		width: calc( 50% - 5px) !important;
	}
	.prezime{
		width: calc( 50% - 5px) !important;
		margin-left: 10px !important; 
	}
	.email{
		width: calc( 50% - 5px) !important;
		margin-left: 0 !important;
	}
	.tema{
		width: calc( 50% - 5px) !important;
		margin-left: 10px !important;
		float: left !important;
		clear: none !important;
	}
}
@media(max-width: 767px){
	.player_card{
		min-height: 400px !important;
	}
	.player_card img{
		height: 420px !important;
	}
	.first_team_heading h2{
		transform: none !important;
		font-size: 80px !important;
	}
	.e-n-tabs-content{
		min-height: auto;
	}
	.footer_bottom p{
		font-size: 14px;
	}
	.footer_bottom img{
		width: 40px !important;
	}
	[data-footer*="type-1"] .ct-footer [data-row*="top"] .wp-image-15{
		width: 100px;
	}
	[data-footer*="type-1"] .ct-footer [data-row*="top"] h2{
		color: #00A7D2;
		font-weight: 900;
		font-size: 20px;
	}
	.middle_footer_column ul li a{
		font-size: 16px;
	}
	.contact_img{
		display: none;
	}
	.ime{
		width: 100% !important;
	}
	.prezime{
		width: 100% !important;
		margin-left: 0 !important; 
	}
	.email{
		width: 100% !important;
	}
	.tema{
		width: 100% !important;
		margin-left: 0 !important;
	}
	.sponsors_container h5{
		font-size: 20px;
	}
	.sponsors_container a{
		font-size: 17px;
	}
	.player_card_container{
		flex: 0 0 100% !important;
	}
	.stat_container img{
		border-bottom: 1px solid #00A7D2;
	}
	.stat_container h2 > strong{
		font-weight: bold !important;
	}
	.player_child{
		flex-basis: 100% !important;
		order: 2;
	}
	.player_child.player_detail_image_container{
		order: 1;
	}
	.player_child.player_child_new_row{
		order: 3;
	}
	.posts .elementor-post{
		height: auto;
	}
	.posts .elementor-post__thumbnail__link{
		margin-bottom: -50px !important;
	}
	.posts .elementor-post__thumbnail{
		height: auto !important;
	}
	.posts .elementor-post__text{
		position: relative;
	}
	.player_detail_image{
		position: relative !important;
		left: unset !important;
		bottom: unset;
		transform: none !important;
		height: 100%;
	}
	.post_news .elementor-post__badge{
		margin: 12px !important;
		font-size: 14px !important;
	}
}