/*
Theme Name: webpack-wp-theme
Theme URI: http://www.biklik.eus/
Author: biklik
Author URI: http://www.biklik.eus
Description:
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: biklik
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

biklik is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

.sidebar-news__content h5 {
	margin-bottom: 10px;
}

.single-page__content {
  padding-left: 0 !important;
}

.orduak__item {
	position: relative;
}

#user-content {
	 width: 500px;
}
  

@media (max-width: 600px) {
  #user-content {
	  width: 80%;
  }
}

#user-content p {
	margin: 0;
	font-size: 14px;
}

#user-content p.strong {
	font-weight: bold;
}

#user-content h4 {
	font-weight: bold;
	font-size: 20px;	
	margin-bottom: 15px;
	background: linear-gradient(90deg,#46d7fd,#154284,#154284);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;

}


#user-content i {
	margin-right: 15px;
}

.hidden {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
}



.sponsors {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #ececec;
  margin: 30px 0;
  padding-bottom: 30px;
}



.sponsors__item {
    width: 110px;
    margin: 5px;
}

@media screen and (min-width: 992px) {
	.sponsors__item {
	    width: 170px;
	    margin: 20px 10px;
	}
}





:root {
  --gallery-row-height: 100px;
  --gallery-gap: 1em;
}

.gallery-grid {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  margin-bottom: calc(-1 * var(--gallery-gap, 1em));
  margin-left: calc(-1 * var(--gallery-gap, 1em));

  &:after {
    content: '';
    flex-grow: 999999999;
    min-width: var(--gallery-row-height); 
    height: 0;
  }

  > * {
    display: block;
    height: var(--gallery-row-height);
    flex-grow: 1;
    margin-bottom: var(--gallery-gap, 1em);
    margin-left: var(--gallery-gap, 1em);

    > img {
      height: var(--gallery-row-height);
      object-fit: cover;
      max-width: 100%;
      min-width: 100%;
      vertical-align: bottom;
    }
  }
}

 @media only screen and (min-width: 768px) {
  :root {
    --gallery-row-height: 150px;
  }
}

@media only screen and (min-width: 1280px) {
  :root {
    --gallery-row-height: 300px;
  }
}


.grupo {
	font-family: Anton, sans-serif;
  margin: 15px 0;
  font-size: 17px;
  color: #011937;
}

#jardunaldiak-final .results-table td.date {
	text-transform: none;
/* 	border-top: 5px solid #46d7fd; */
}

#jardunaldiak-final .content {
	background-image: linear-gradient(45deg,#011937,#011937,#46d7fd);
	padding: 25px 12px;
}

#jardunaldiak-final .results-title {
	color: white;
	margin: 0;
	padding: 15px 0;
	text-align: center;
}


#jardunaldiak-final .results-table tr {
	background: white;
}

#jardunaldiak-final .results-table tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.main-section {
	padding-bottom: 0 !important;
}

.gtranslate_wrapper {
	margin-left: 15px;
}
