/*
	Theme Name: Goiener Berria
	Theme URI: https://www.studiopress.com/
	Description: This is the sample theme created for the Genesis Framework.
	Author: Goiener
	Author URI: https://goiener.eus/

	Version: 2.3.4.74

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.3.0

	License: GPL-2.0+
	License URI: https://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: goiener-berria
*/

/* loading */
iframe {
  background:url(https://www.goiener.com/loading.webp) center center no-repeat;
}

#twitter-widget-0{
  background: none !important;
}

/* GD 2.madarikatuak behartua */
:root{font-size:62.5%}

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | https://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 20px;
	font-size: 2rem;
}

body {
/*	background-color: #eee; */
	color: #333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #009098;
	text-decoration: underline;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

a.beltza {color:black;text-decoration: none;}
a.beltza:hover {color:#009098}
a.marragabe {text-decoration:none}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 2.4rem;
}

h3 {
	font-size: 24px;
	font-size: 2.3rem;
}

h4 {
	font-size: 20px;
	font-size: 2.2rem;
}

h5 {
	font-size: 18px;
	font-size: 2rem;
}

h6 {
	font-size: 16px;
	font-size: 2rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## Gallery
--------------------------------------------- */

figure figcaption{font-size:0.8em; text-align:center; margin-top:0px!important;}

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #009098;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-width: 0;
	color: #fff;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1280px;
}

.site-inner {
	clear: both;
/*	padding-top: 40px;*/
	padding-top: 0px;
	word-wrap: break-word;
}

.landing-page .site-inner {
	max-width: 800px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 880px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 660px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

.sidebar .widget:first-of-type {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 0px;
}

.sidebar .widget {
    background-color: #fff;
    padding: 20px 40px 0 40px;
}

.widget ol > li{
	text-indent:0px;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	/*margin-bottom: 40px;
	padding: 60px; */
	padding: 40px 0px 0px 20px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 36px;
	font-size: 2.6rem;
}

.entry-title {
	font-size: 36px;
	font-size: 2.6rem;
	padding-bottom:20px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #009098;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}



/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #009098;
	color: #fff;
}

.sidebar .enews-widget input[type="submit"]:focus,
.sidebar .enews-widget input[type="submit"]:hover  {
	background-color: #fff;
	color: #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
}

.site-header > .wrap {
	padding: 20px 0 5px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 300px;
}

.header-image .title-area {
	margin: 0 0;
	max-width: 300px;
	padding: 0;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 100%;
}

/*
.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}
*/

.site-description {
text-indent: 0px !important;
width:500px;
float:left;
margin-top:-140px;
font-size:18px;
color:white;
font-weight:normal!important;
}
/* homeko h1 eta orrietako p diferentzia berdintzeko */
@media only screen and (min-width: 1024px) {
h1.site-description{margin-top:-137px}
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

/*        #Utility Bar       */

.utility-bar {
	background-color: #009098;
	border-bottom: 1px solid #ddd;
	color: #ddd;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 10px 0;
	padding: 1rem;
}

.utility-bar-right .widget, .utility-bar-left .widget{
	margin-bottom:0px;
}

.utility-bar a {
	color: #fff;
}

.utility-bar a:hover {
	text-decoration: underline;
}

.utility-bar-left,
.utility-bar-right {
	width: 50%;
}

.utility-bar-left p,
.utility-bar-right p {
	margin-bottom: 0;
}

.utility-bar-left {
	float: left;
}

.utility-bar-right {
	float: right;
	text-align: right;
}

.utility-bar input[type="search"] {
	background: inherit;
	padding: 10px 0 0;
	padding: 1.0rem 0 0;
}

/* WPML hizkuntza aukerak header gainean */
#icl_lang_sel_widget-2.widget.widget_icl_lang_sel_widget, #icl_lang_sel_widget-1.widget.widget_icl_lang_sel_widget{
    display:inline-block;
}

#icl_lang_sel_widget-6{float:right;margin-left:15px}

/* telefonoa header gainean */
#text_icl-2.widget.widget_text_icl, #text_icl-3.widget.widget_text_icl {
    display:inline-block;
    margin-top:1px;
    vertical-align:top;
    margin-right:20px;
}

/* WPML hizkuntza aukerak header gainean 
section[id=^icl_lang_sel_widget-].widget.widget_icl_lang_sel_widget{
	display:inline-block;
}
section[id=^text_icl-].widget.widget_text_icl {
	display:inline-block;
	margin-top:1px;
	vertical-align:top;
	margin-right:20px;
} */

.menu-hizkuntza, .menu-bereziak  {display:none;}
.kontaktua {font-weight:bold;font-size:1.1em;}
.kontaktua a {text-decoration:none; font-weight:normal}

/* social icons*/

.kontaktua .social-icons {margin-right:25px}

.kontaktua .social-icons a img {
	height:20px;
	width:auto;
	vertical-align: text-top;
	margin-right:5px;}

/* ----------------------- */


.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 16px 20px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover  {
	color: #009098;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

#headerizanbazkide a, #headerzurekontratua a, #headerzurefakturak a{
display:inline-block;
font-size:1.5rem;
padding: 10px 30px;
border: 2px solid #009098;
margin:7px 10px;
border-radius: 25px;
}

#headerizanbazkide a {
	color:#000;
	text-decoration:none;
	background-color: #fabd33
}

#headerzurekontratua a{
	color:#000;
	text-decoration:none;
	background-color: #95c047
}

#headerzurefakturak a{
	color:#fff;
	text-decoration:none;
	background-color: #009098;
	border: 2px solid #004448;
}


#headerizanbazkide:hover a, #headerzurekontratua:hover a{
  background-color: #fff;
}

#headerzurefakturak:hover a{
  color:#000;
  background-color: #fff;
  border: 2px solid #009098;
}

.header-bazkide .widget {
margin-bottom:0px;
}

.menu-bazkide{
float: right;
margin-top: -38px;
font-family: "Roboto Slab";
font-weight: bold;
font-size: 17px;
background-color:#fff;}

.oharrak{
font-size:16px;
padding: 5px 5px 5px 10px;
display: inline-block;
width: 100%;
}

/* Botoi bereziak menu responsiverako. Pantalla zabalean gorde*/
#menu-item-9223, #menu-item-9224, #menu-item-9225,#menu-item-9226, #menu-item-9227, #menu-item-9228 {
display:none;
}


/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	border-top: 1px solid #eee;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px 20px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 20px;
}

.entry-content ol > li {
	list-style-type: decimal;
	padding-left:15px;
	padding-bottom:16px;
}

.entry-content ul > li {
/*	list-style-type: disc;*/
	list-style-type: none;
	padding-bottom: 16px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content li > p {margin-top:16px;margin-bottom:16px;}

.entry-content code {
	background-color: #009098;
	color: #eee;
	font-size: 0.9em;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #009098;
	color: #fff;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 30px;
}

.sidebar a {
  text-decoration: none;
  }

.tribe-events-list-widget-events .tribe-event-title{
	font-size:1em;
	font-weight:normal;
	padding-left:0px;
}

.tribe-events-list-widget-events .tribe-event-duration{
	font-size:1em;
	padding-left:0px
}

.widget ol > li {
	text-indent:0px
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fff;
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 30px 0;
}

.footer-widgets-1 {
width:100%
}


.footer-widgets-2,
.footer-widgets-3 {
	width: 380px;
}

.footer-widgets-1 {
	margin-right: 20px;
	margin-left: 20px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 60px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}


/* HOME PAGERAKO */


/* .post-7741, .post-7847, .post8759 { padding:0px;} */
.post-8759, .post-8821 {padding: 0!important;}

  /* Goiener datutan lerroa */

.gnr-datutan{
	width:100%;
	margin: 0 0 40px;
}

.gnr-datutan-fitxa {
	width:33.3%; 
	float:left;
	margin: 60px 0 0;
	text-align:center;
	font-family:"Roboto Slab";
	font-weight:bold;
	font-size:1.0em;}
	
.gnr-datutan-fitxa .azalpena{
	margin-bottom:0px;
}

.gnr-datutan-fitxa .azalpena a{
	text-decoration:none;
	color: black;
}


.gnr-datutan-fitxa .azalpena a:hover{
	color: #009098;
}

.gnr-datutan-fitxa .azalpena-azpikoa{
	font-size:0.6em;
	font-family:'Source Sans Pro', sans-serif;
	font-weight:normal;
	color:#666;
}

.gnr-claim, .gnr-claim2{
font-family: "Roboto Condensed";
margin-top: 40px;
display: block;
overflow: auto;
background-position: center bottom;
height: 480px;
background-repeat: no-repeat;
background-size: contain;
}

.gnr-claim2{
background: url("https://www.goiener.com/wp-content/uploads/2018/04/claim2.jpg");
background-position: right bottom;
height: 480px;
background-repeat: no-repeat;
background-size: contain;
}

.gnr-claim p, .gnr-claim div, .gnr-claim2 p, .gnr-claim2 div {
margin:0px;
}

.ctitulo{
	font-size: 30px;
	font-weight: bold;
  	padding:20px;
  	font-family: "Roboto Condensed"!important;
	text-transform:uppercase;
}


.pasos{
	width:100%;

	box-sizing:border-box;
}


#paso1,  #paso2{
float:left;
padding: 20px;
margin: 0px 0px 0px 20px;
background-color: #fffd;
border-radius: 10px;
max-width: 480px;
box-shadow:9px 9px 6px #fabd3333;
}

#paso1:hover, #paso2:hover{
background-color: #fffff8aa;
box-shadow:-6px -6px 6px #fabd3333;
position:relative;
left: 3px;
top: 3px;
}

#paso1 p, #paso2 p{margin-bottom:0px}

.pasodkb{max-width: 80%}

.pasos #paso3, .pasos #paso3b{
float:right;
padding:20px;
margin:20px 50px 20px 20px;
background-color: #fabd3399;
font-size:24px;
}

 .pasos #paso3b{
background-color: #fabd33ee;
}

.pasos #paso3 a:hover, .pasos #paso3b a:hover{
	color:#000;
}

.pasozk{
vertical-align:top;
padding-right: 15px
}

#paso1 a, #paso2 a {
	color:#666;
	text-decoration: none
}
#paso1 a:hover, #paso2 a:hover {
	color:#009096;
	text-decoration: none
}


#paso1 div, #paso2 div{
display:inline-block;
margin: 0px;
font-size:24px;
font-family: "Roboto Condensed"!important;
}


#paso1 p, #paso2 p, #paso3, #paso3b p{
font-size:20px;
font-family: "Roboto Condensed"!important;
}


/*Laguntza behar*/

.laguntza-behar{opacity: 0.4;transition-duration: 0.5s;margin-bottom:15px;}
.laguntza-behar:hover{opacity: 1;transition-duration: 0.5s;}
.laguntza-behar-testua{text-align:center;margin-bottom:15px;}
.laguntza-behar-testua a{color:#009098;transition-duration:1s}
.laguntza-behar-testua a:hover{transition-duration:1s}

@media only screen and (max-width: 859px) {
.laguntza-behar{text-align:center!important;}
}




#wpcf7-f3377-p8027-o1.wpcf7,#wpcf7-f3377-p7847-o1.wpcf7, wpcf7-f8301-p8139-o2{padding:0px}
.wpcf7-form-control-wrap #your-name, .wpcf7-form-control-wrap #your-email {float: right;width: 70%;padding:0px;}
.newsletter{margin:0px; padding:16px 0!important;}
.botoia {padding: 8px 0px!important; text-align: right;}

  /* Albisteak */

.home-albistea a {
	color:#009096;
}

.home-albistea a:hover {
	color:black;
}

.home-albistea p.date {
	margin-bottom: 10px;
	font-size: 0.8em;
	color: #333;
}

.home-albistea p {
	line-height: 1.4;
}

/*.home-albiste-atala{
	margin-top:40px;
}
  
.home-albistea{width:50%;
  padding:40px 50px;
  display:inline-grid;
}

.home-albistea a {
	text-decoration: none;
}

.home-albistea .date{
	font-size:0.8em;
	color:#999;
	margin-bottom:10px;
}*/


/*Telegram kanala homean*/

.telegramback::after{
  content: "";
  background:url('https://www.goiener.com/wp-content/uploads/2019/07/telegram-kanala-2.png');
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 10;
  background-repeat: no-repeat;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px; /* future proofing */
-khtml-border-radius: 20px; /* for old Konqueror browsers */
}
.telegramback{
  height: 300px;
  display: block;
  position: relative;
}
.telegramback:hover{
opacity: 0.75;
}


  /* Kontaktu inprimakia*/

#home-c-kaxa{
	padding:40px;
	margin:0px;
	background-color: #009098;
	display: inline-table;
	width: 33%;
	height:540px;
	color:white;
	vertical-align:top;
}

  /* Nafarkoop eta Elkartea kaxak*/
  
#home-b-kaxa, #home-a-kaxa{
	padding:0px;
	margin:0px;
	display: inline-table;
	width: 33%;
	height:540px;
	line-height:1.3;
}

#home-b-kaxa{
		background-color: #95c047;
}

#home-c-kaxa{
		line-height:1.3;
}

#home-a-kaxa{
		background-color: #fabc33;
}

#home-a-kaxa div,#home-b-kaxa div, #home {
		padding:16px;width:100%; 
		height: 50%; 
		display:inline-table;
}

#home-3-kaxa{
	height:auto;
}

#home-3-kaxa div{
	padding:16px;
}

#home-a1-kaxa{
	background: url('https://www.goiener.com/wp-content/uploads/2018/03/karratua-konparatiba.jpg');
	background-position: center; 
	background-size: auto 100%;
}

#home-a1-kaxa:hover{
	opacity: 0.85;
}

#home-b1-kaxa{
	background: url('https://www.goiener.com/wp-content/uploads/2018/03/karratua-nafarkoop-presa.jpg');
	background-size: auto 100%;
}

#home-b1-kaxa:hover{
	opacity: 0.5;
}

#home-b2-kaxa{
	background: url('https://www.goiener.com/wp-content/uploads/2018/03/karratua-elkartea.png');
	background-size: auto 100%;
}

#home-b2-kaxa:hover{
	opacity: 0.5;
}

#home-b2-kaxa p:hover{
	background-color: #fabd33!important;
}


#home-a2-kaxa, #home-b2-kaxa{
		background-color: rgba(0,144,152,0.3);
		border-top: 4px solid white;	
}

#home-a3-kaxa, #home-b3-kaxa, #home-c3-kaxa{
	width:33%;
	margin:4px 0 0 0;
	background-color: #009097;
	height:270px;
	display: inline-table;
}

#home-a1-kaxa a, #home-a2-kaxa a, #home-b1-kaxa a, #home-b2-kaxa a{
		color:black;
		text-decoration:none;
}

#home-a1-kaxa a, #home-a2-kaxa a, #home-b1-kaxa a, #home-b2-kaxa a{
		color:black;
		text-decoration:none;
}

#home-b3-kaxa{
	background: url('https://www.goiener.com/wp-content/uploads/2018/03/representar.jpg');
	background-size: auto 100%;
	background-position: center; 
}

.fmedium {font-weight:600}

#home-c-kaxa::after, #home-b-kaxa::after, #home-a-kaxa::after, #home-c-kaxa::before, #home-b-kaxa::before, #home-a-kaxa::before {
	content:none;
}

.hesia {
  display: grid;
  width: 100%;
  max-width: 1280px;
column-count: 3;
}

.leiho{
  width: 33.3%;
  color: black;
background-color:red
  /*background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;*/
}


#sidetofooter section {float:left;width:33%; padding-left:10px; padding:3%}
#sidetofooter section:first-of-type {padding-left:0px!important}
#sidetofooter section:last-of-type {padding-right:0px!important}
#sidetofooter section:nth-last-of-type(2) {padding-right:0px!important}

/* CR7 Conditional*/

.laguntzaform  .galdera {
    background-color: #009097;
    color: white;
    padding: 6px 10px;
}

.laguntzaform .wpcf7-list-item{
	display:block;
}

.laguntzaform .emaitza{
	border:1px dashed  #009097;
	padding: 6px 10px;
	display:block;
}

.laguntzaform  input[type="reset"] {
    margin-left: 40px;
    border-radius: 25px;
}

.tel.nafarroakoa{display: none}
.tel.ordizikoa{display: none}

#kolaboratzaileak{text-align:center;margin-top:30px}
#kolaboratzaileak img{margin: 15px 15px 30px 15px}

/*carousel kolaboratzaile*/
.bx-wrapper ul.kiwi-logo-carousel li img {
    max-height: 90px!important;
    max-width: 180px!important;}

.kopartaide {margin-top:50px;float:left;}
.kopartaide div img {margin-right: 30px;height:40px; filter: grayscale(100%); margin-top:15px;}
.kopartaide div img:hover {filter: grayscale(0%);}
.koatxikitua {margin-top:50px;float:right;text-align:right;}
.koatxikitua img {margin-top:20px;}
.kopartaide, .koatxikitua {color:#aaa;}

.kopartaide br {display:none;}

@media only screen and (min-width: 1024px) and (max-width: 1339px) {
.kopartaide br {display:block;}
}

.to-top {z-index:2000}

/* lista zerrenda borobilak */
ul.lista,.entry-content ul{margin-bottom: 28px !important}

.emaitza ul li::before, ul.lista li::before, .entry-content ul li::before{
content: "•";
padding-right: 10px;
color: #009096;
}

/* lista zerrenda borobilak kendu */
ul li#post_contentTab::before, ul li#url_descriptionTab::before {display:none}
.entry-content ul li.fn::before, .entry-content ul li.null::before{content:none}
/*geodirectory sarean*/
.gd-cptcat-li-main::before {content:none!important}
.gd-cptcat-ul.gd-cptcat-parent {margin-bottom:0px!important;}
/*events-calendar*/
.tribe-events-notices ul li::before, .tribe-events-c-top-bar__nav-list-item::before,.tribe-events-c-nav__list-item::before,.tribe-events-c-messages__message-list-item::before, .tribe-events-nav-previous::before, .tribe-events-nav-next::before {display:none}
/*txertatutako jotform-etan*/
.jotform-form li:before {content:none!important;}

#legeoharra
{float:right;}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1340px) {

	.site-inner,
	.wrap {
		max-width: 1140px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 920px;
	}

	.content,
	.site-header .widget-area {
		width: 800px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1 {
		width: 100%;
	}
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 340px;
	}

	.footer-widgets-1 {
		margin-right: 20px;
		margin-left: 20px;
	}

}


@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1{
		width:100%;
	}

	.footer-widgets-2,
	.footer-widgets-3 {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 20px;
		margin-left: 20px;
	}

	.entry-title {
	font-size: 2.6rem;
	}

	.albistezer{
	border-bottom: 10px solid #eee
	}
	
}

@media only screen and (max-width: 1023px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.utility-bar-left {
		display:none;
	}
	
        .utility-bar-right #lang_sel_list{
                display:none;
        }

	.utility-bar-right {
		width:100%;
		text-align:left;
	}
	
	.menu-bereziak {
		display:inline;
		text-align:left;
	}
	
	.header-atal-bereziak{
		display:none;
	}
	
	.menu-bazkide{
	margin-top:0px;
	width:100%;
	text-align: center;
	}

	.oharrak{ 
	line-height:1.3;
	margin-top: 20px;}

	
	.menu-bereziak.bat a {
		color:#000!important;
		background-color:#95C057;
		border:2px #95C057 solid;
	}
	.menu-bereziak.bat a:hover {
		color:#000!important;
		background-color:#fff;
	}
	.menu-bereziak.bi a {
		color:#000;
		background-color: #fabd33;
		border:2px #fabd33 solid;
	}
	.menu-bereziak.bi a:hover {
		color:#000;
		background-color:#fff;
	}
	.menu-bereziak.hiru a {
		color:#fff;
		background-color: #009098;
		border:2px #009098 solid
	}
	.menu-bereziak.hiru a:hover {
		color:#000;
		background-color:#fff;
	}

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}
	
.site-description {
text-indent: 00px !important;
text-align:center;
font-size:12px!important;
margin-top:0px;
color:black;
width:310px;
}

/*
	.site-description {
	display: block;
	text-indent: -9999px!important;
	}
*/
	.header-image .title-area {
	margin: 0 auto;
	}

	/* ### Genesis Responsive Menus */

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color: #fff;
		border-width: 0;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: #fff;
		border-width: 0;
		color: #009098;
	}

	.menu-toggle {
		line-height: 22px;
		position: relative;
		width: 100%;
		z-index: 1000;
	}

	.menu-toggle,
	.menu-toggle:focus,
	.menu-toggle:hover {
		border-top: 1px solid #eee;
	}

	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 10px;
		text-rendering: auto;
	}

	.sub-menu-toggle {
		float: right;
		padding: 13px 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-hgorriaas-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}

	.sidebar .goienersarea {max-width:400px;}

	.sidebar .widget_recent_entries .widget-wrap {
		background-color: #fff;
		padding: 30px;
		background-color: #009098;
		color: #000;
	}
	.sidebar .widget_recent_entries a{
		background-color: #009098;
		color:#fff;
	}

	.sidebar .widget_recent_entries a:hover{
		text-decoration: underline;
	}

	
/*Responsive menu botoi bereziak*/	
/*#responsive-menu-item-9223 a, #responsive-menu-item-9226 a{
background-color: #fabd33!important;
}
#responsive-menu-item-9224 a, #responsive-menu-item-9227 a{
background-color: #95c047!important;
}
#responsive-menu-item-9225 a, #responsive-menu-item-9228 a{
background-color: #009098!important;
color: white!important;
}
#responsive-menu-item-9223 a:hover, #responsive-menu-item-9224 a:hover,#responsive-menu-item-9225 a:hover, #responsive-menu-item-9226 a:hover,#responsive-menu-item-9227 a:hover, #responsive-menu-item-9228 a:hover{
opacity: 0.6;
color:black!important;
}*/
#rmp-menu-item-9223 a, #rmp-menu-item-9226 a{
background-color: #fabd33!important;
}
#rmp-menu-item-9224 a, #rmp-menu-item-9227 a{
background-color: #95c047!important;
}
#rmp-menu-item-9225 a, #rmp-menu-item-9228 a{
background-color: #009098!important;
color: white!important;
}
#rmp-menu-item9223 a:hover, #rmp-menu-item9224 a:hover,#rmp-menu-item9225 a:hover, #rmp-menu-item9226 a:hover,#rmp-menu-item9227 a:hover, #rmp-menu-item9228 a:hover{
opacity: 0.6;
color:black!important;
}



/*Hizkuntza autatzailea responsive*/
.rmp-menu-additional-content{
background-color: #95c047;
padding: 10px 5px!important;
	text-align:left!important;
}
.rmp-menu-additional-content a{
        color:black!important;
}
.rmp-menu-additional-content:hover{
        color:black!important;
        opacity:0.6;
}
#lang_sel_list{
width: 100%;
}
	

.pasos #paso1, .pasos #paso2{
width: 45%;
	padding: 10px;
	margin: 10px;
	height:400px;
}
.pasos #paso3, .pasos #paso3b{
	margin-top:40px;
	}

/*.pasos #paso3{
display:none;
}*/
	
#home-b-kaxa, #home-a-kaxa{
	width: 49.6%;
	height:540px;
}

#home-c-kaxa {
	width: 100%;
	height: 100%;
	border-top: 4px solid white;
}

#home-a3-kaxa, #home-b3-kaxa{
	width:49.7%;
	}

#home-c3-kaxa{
	width:100%;
/*	margin-top: -5px;*/
	}

#sidetofooter section {float:left;width:100%; padding:10px;}
	
.home-albistea{
	  padding:10px 0;
	}

.kopartaide div img 
        {display:block; margin:20px 0 0}

}

	

@media only screen and (max-width: 860px) {

	body,
	body > div {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.site-inner {
		padding: 2% 5% 0;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.after-entry,
	.archive-description,
	.author-box{
		padding-left:30px;
		margin-bottom: 0px;
	}
	
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
.pasos #paso1, .pasos #paso2{
width: 90%;
}
	
.gnr-claim, .gnr-claim2{
	height: 600px!important;
	}
	.gnr-datutan{
		margin:0;
	}
#home-b-kaxa, #home-a-kaxa{
	width: 100%;
	height:540px;
}

#home-a1-kaxa, #home-b1-kaxa {
		border-top: 4px solid white;	
}

#home-a3-kaxa, #home-b3-kaxa, #home-c3-kaxa{
	width:100%;
	}

#home-b3-kaxa{
/*	margin-top: -5px;		*/
	}
	
.pasos #paso1, .pasos #paso2{
width: 100%;
}

table {
       display: block;
       overflow-x: auto;
       width:auto!important;
     }

#legeoharra
	{float:none;
	display: block;
	margin-bottom: 20px;}
	
}
@media only screen and (max-width: 768px){
	.laguntza-behar-testua{margin-top:60px;}
}


@media only screen and (min-width: 561px){
	/*euskarazko harreman luzeegia*/
	.kontaktua .dei .harreman{display:none;}
}

@media only screen and (max-width: 560px){

	.kontaktua .dei .harremanetarako{display:none;}
	.koatxikitua {width:100%;text-align:left;margin:40px 0 0}

#paso1, #paso2, #paso3,  #paso3b{
	padding: 6px;
	margin: 0px;
}
	
.pasozk{padding:0px;}
.pasozk img{width:25px;margin:0 8px 0 0;}
.pasos a {font-size:20px}
	
.kopartaide, .koatxikitua {width:100%}
.kopartaide div img,.koatxikitua img {
	display:block;
	margin-left: auto !important;
	margin-right: auto !important;}
	
}

@media only screen and (max-width: 500px){

	/*.kontaktua .dei {display:none;}*/
	
	/*.kontaktua .social-icons {display:none;}*/
	
	.menu-hizkuntza {display:inline;
	text-align:left;
	}
	.menu-hizkuntza a {color:#fff;
	background-color:#009098;
	border:2px solid #009098;
	text-decoration:none;}
	
	.menu-hizkuntza a:hover {
	color:#000!important;
	background-color:#fff;
	}
	
	div.utility-bar-right section .wpml-ls-item-legacy-list-horizontal {display:none;}
	.utility-bar {font-size: 16px;}
	
	.kontaktua .social-icons {margin-right:4px}
	
	.kontaktua .social-icons a img {
	height:24px;
	margin-right:6px;
	}
	.harreman{
	font-size:0.8em;
	}
	.after-entry,
	.archive-description,
	.author-box{
		padding-left:0px;
	}

        .sidebar .goienersarea {width:280px;}
	
}



/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}



@media only screen and (min-width: 1000px){
.gnr-datutan-fitxa {
	font-size:1.4em;
	}
}

@media only screen and (max-width: 600px){

.gnr-datutan-fitxa {
	font-size:1.4em;
	width:100%;
	}

.gnr-datutan-fitxa .azalpena-azpikoa{
	font-size:0.8em;
}

}

@media only screen and (max-width: 370px){
/* 1 eta 2 URRATSEN POSIZIO ZEHATZA
 ADI ELEMENT-AREN ZENBAKIAREKIN*/
.elementor-element.elementor-element-f6ed9f5 > .elementor-element-populated,
.elementor-element.elementor-element-45739795 > .elementor-element-populated {
background-position: 12% bottom!important;
}
.elementor-element.elementor-element-42c13173 > .elementor-element-populated,
.elementor-element.elementor-element-112436df > .elementor-element-populated {
background-position: 80% bottom!important;
}
}

/*------------------------------*/
.gnr-datutan-fitxa img { width:40%;}

.gnr-kolaboratzaileak {
	width:100%;
	}
.gnr-kolaboratzaileak #markak{
	text-align:center;
}


/* HARREMANETARAKO */

h2.vatalak, h3.vlurraldea {
    margin: 50px 0 0 0;
}

h2.vatalak:first-of-type{
    margin: 0px 0 0 0;
}

h2.vatalak:last-of-type{
    margin: 70px 0 20px 0;
}

h2.vatalak::before {
    margin-left: 0px;
}

ul.vcard{
    display: block;
    padding: 30px 0;
    clear: both;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-left: 0px;
}
li.tel a{
	font-weight:bold;
}


.fntelefono{
	display:none
}

h3.vlurraldea + ul.vcard{
    padding-top: 20px;
}

ul.vcard li{
    margin-left: 20px;
    list-style: none;
}
ul.vcard li.email{
display:none;
}
ul.vcard li.street-address{
    margin-top: 10px;
}
ul.vcard li.street-address:before,
ul.vcard li.tel:before,
ul.vcard li.email:before,
ul.vcard li.bulegoa:before,
ul.vcard li.horario:before,
ul.vcard li.horario-verde:before,
ul.vcard li.itxita:before,
ul.vcard li.orduarekin:before
{
    font-family: "FontAwesome";
    position: absolute;
    margin-left: -30px;    
}
ul.vcard li.street-address:before{
    content: "\f041";
}
ul.vcard li.tel:before{
    content: "\f095";
}
ul.vcard li.email:before{
    content: "\f003";
}
ul.vcard li.bulegoa:before{
    content: "\f54f";
}
ul.vcard li.horario:before{
    content: "\f017";
}
ul.vcard li.horario-verde:before{
    content: "\f017";
    color: #95C047;
}
ul.vcard li.itxita:before{
    content: "\f05e";
    color: #fa5032;
}
ul.vcard li.egutegia:before{
	content: "\f073";
	color: #fa5032;
}
ul.vcard li.facebook:before{
	content: "\f09a";
	color: #fa5032;
}
ul.vcard li.twitter:before{
	content: "\f099";
	color: #fa5032;
}

ul.vcard li.fn{
    font-weight: bold;
    font-size: 1.3em;
    padding-bottom: 5px;
}

.nabarmenduta{
padding: 15px;
border: 2px dashed #fa5032;
margin-bottom: 30px;
}

.ohar-horia{
border:2px dashed #D19105; background-color:#FEF2D7; padding: 20px; margin-bottom:40px; font-size: 0.9em; line-height: 1.2
}
.ohar-horia a {color: #D19105;font-weight:bold;}

.ohar-horia p:last-of-type {margin-bottom:0px;}

.ohar-horia ul li::before{
content: "•";padding-right: 10px;color: #D19105;
}


/* HEMEROTEKA */

ul.link-gidoi li a, ul.goienerkomunikabideetan li a{
  text-decoration:none;
  color:#000;
}

ul.link-gidoi li a:hover, ul.goienerkomunikabideetan li a:hover{
  text-decoration:underline;
  color:#009098;
}

ul.link-gidoi li, ul.goienerkomunikabideetan li{
  margin-top:20px;
}

ul.link-gidoi li::before{
  content: "— ";
}

.goienerkomunikabideetantitulua{
  margin-top:30px;
}

.goienerkomunikabideetantitulua a{
  color:black;
  text-decoration:none;
}

.hizkuntzaeu {
	color: #009998 !important;
	background-color: #00909833 !important;
	padding:0 2px 2px;
}

.hizkuntzaes {
	color: #95c047 !important;
	background-color: #95c04733 !important;
	padding:0 2px 2px;
}

.hizkuntzabt {
	color: #ffb000 !important;
	background-color: #fabc3333 !important;
	padding:0 2px 2px;
}

/* TARIFAK */

.tarifaklaseak {
	font-size: 0.9em;
}

.tarifaklaseak, .tarifak2, .tarifak3 {
	word-break: normal;
	line-height: 1.5;
}

.tarifaklaseak td{
	word-wrap: normal;
	vertical-align:top;	
}

th.tarifa {
	width:70px;
}


.tarifaklaseak .burua2 th, .tarifak2 .burua1 th, .tarifak2 .burua2 th, .tarifak3 .burua1 th, .tarifak3 .burua2 th {
    border-bottom: 2px solid #000;
}


.tarifaklaseak .burua2 th, .tarifak2 .burua0 th, .tarifak2 .burua1 th, .tarifak2 .burua2 th, .tarifak3 .burua0 th, .tarifak3 .burua1 th, .tarifak3 .burua2 th {
	text-align:center;
	font-size: 0.8em;
	font-style: italic;
	color: #fff;
	background-color:#009098;
	line-height: 1;
	padding: 5px 0;
	
}

.tarifak2, .tarifak3 {
    text-align: center;
    border-collapse: collapse;
    line-height: 100%;
}

.tarifak2 {
    font-size: 1.6rem;
    text-align: center;
    border-collapse: collapse;
    line-height: 100%;
}

.tarifak3 {
    font-size: 1.2rem;
}

@media only screen and (min-width: 750px) {
	.tarifak2 {
		font-size:2rem;
	}
	.tarifak3 {
		font-size:1.6rem;
	}
	.tarifak2 .edukia {
		width: 120px;
    }
}

.tarifak2 .edukia {
    width: 140px;
    text-align: right;
    padding: 0.7em 0.7em 0.7em 0.7em;
}

.tarifak2 td + td {
	text-align:center;
}

.tarifak3 .tr-grisa {
    background-color: #ddd;
}

.tarifak3 .tr-txuria {
    background-color: #fff;
}

.tarifak3 .edukia {
    width: 15%;
    text-align: right;
    padding: 0.7em 1.6em 0.7em 0.4em;
}

tarifak3 th, .tarifak3 td {
    border: 0px;
    padding: 0.4em;
    font-weight: normal;
}


/* Albiste zerrenda orria */

.albistezer {display:inline-block; vertical-align:top; width:100%; margin-top:40px}

.genesis-grid{padding:0px;}

@media only screen and (max-width: 500px) {
.entry-title{font-size: 2.4rem}

article.post, article.page{ padding:30px 0;}

}

@media only screen and (min-width: 1199px) {

.albistezer {padding:20px; margin-top:0px; width:50%;}

.albistezer:nth-child(odd){padding-right:30px!important;padding-left:10px!important}	
	
.albistezer:nth-child(even){padding-right:10px!important;padding-left:30px!important}

.content .albistezer:first-of-type, .content .albistezer:first-of-type + .albistezer{
	margin-top:40px;
}

}

#pribazitatea{
font-size: 0.8em;
color: #666;
}
#pribazitatea p {margin-bottom:12px!important}

#pribazitatea a {text-decoration:none}

/* MAPA */

#bazkidemapa {
	border: 1px solid #000;
	width: 850px;
	height: 800px;
}
@media screen and (max-width: 769px){
#bazkidemapa {height:500px;}
}

div.wpcf7-validation-errors {
	border: 2px solid #FABD33;
}


/* MENUKO KONTRATUA LINK BORRATZEKO ZIURRENIK */
#menu-item-7979, #menu-item-7980 {float:right;}
#menu-item-7979 a, #menu-item-7980 a {color:#009098}
#menu-item-7979 a:hover, #menu-item-7980 a:hover {color:#95c047}
@media only screen and (max-width: 1023px) {
#menu-item-7979, #menu-item-7980 {float:none;}
#menu-item-7979 a, #menu-item-7980 a {color:#000}
#menu-item-7979 a:hover, #menu-item-7980 a:hover {color:#009098}
}


/* EVENT-CALENDAR*/
ol.tribe-list-widget li{
	list-style-type: none!important;;
}

@media only screen and (min-width: 768px) {
.tribe-events-pg-template{margin-top:30px!important;}
}	

/* TO-TOP BOTOIA */
.to-top {
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:40px;
	right:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.05);
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:rgba(0,144,152,1) url(https://www.goiener.com/wp-content/themes/goiener-berria/images/to-top.svg) no-repeat center 50%;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}

.to-top.top-is-visible {
	visibility:visible;
	opacity:1;
}

.to-top.top-fade-out {
	opacity:.75;
}

.no-touch .to-top:hover {
	background-color:#95c047;
	opacity:1;
}

.cookibotoia {display: inline-block;
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:40px;
	left:10px;
	border-bottom: none!important;
	box-shadow:0 0 10px rgba(0,0,0,0.05);
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:rgba(150,193,71,1) url(https://www.goiener.com/wp-content/themes/goiener-berria/images/cookie.svg) no-repeat center 50%;
    transition: all .3s;
	z-index: 1001;
}

@media only screen and (max-width: 390px) {
.berriztagarriak {font-size: 24px;
color: #fff;
background-color: #009096;
padding:0 2px;}
}

@media only screen and (min-width: 768px) {
	.to-top {
		right:20px;
		bottom:20px;
	}
	.cookibotoia {
		left:20px;
		bottom:20px;
	}
}
@media only screen and (min-width: 1024px) {
	.to-top {
		height:50px;
		width:50px;
		right:30px;
		bottom:30px;
	}
	.cookibotoia {
		height:50px;
		width:50px;
		left:30px;
		bottom:30px;
	}
	/* hizkuntza hautatzailea gorde menuan */
	.wpml-ls-slot-12 { display:none!important;}
}

/* hizkuntza hautatzailea nabarmendu */
.wpml-ls-slot-12 a {background-color: #95c047!important}
.wpml-ls-slot-12 a span {color:#000!important;}
.wpml-ls-slot-12 a:hover {background-color:#009085!important}
.wpml-ls-slot-12 a:hover span {color:#fff!important;}
.menu-item-language-current.wpml-ls-slot-12 a {background-color: #fabd33!important}
.menu-item-language-current.wpml-ls-slot-12 a span {color: #000!important}

/* accordion drop-down menua */
.accordion-title{
	color:#009098!important;
	font-size:0.97em;
}

.accordion-title::before {
    content: '\f0da';
    margin-right: 6px;
font-family: "Font Awesome 5 Free";
font-weight: 900;
}

.accordion-title.open::before {

    content: '\f0d8';
    margin-right: 6px;
font-family: "Font Awesome 5 Free";
font-weight: 900;
}


/* ZUTABEAK */


@media screen and (max-width: 550px){
#cn-accept-cookie {width: 97%;
margin-top: 10px!important;
margin-bottom: 10px!important;
display: inline-block;
padding: 10px 0;
font-size: 1.1em;
color:black;}
}

.zut-4-2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap:40px 0px;
	margin-bottom:30px;
}

.zut-4-2 div{
	font-size:1em;
}

.zut-4-2 ul{
	margin-left:0px!important;
}

.zut-4-2 ul li::before, .zut-4-2 ul.lista li::before{
content: "•";
padding-right: 10px;
color: #009096;
}

@media only screen and (min-width: 480px) {
.zut-4-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	}

.zut-4-2 div{
	font-size:.8em;
	}
}
	
@media only screen and (min-width: 1200px) {
.zut-4-2 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px 15px;
	}
}


/*GOIENER KOLOREAK*/
.esmeralda, .has-esmeralda-color{
color: #009098!important;
}
.berdea, .has-berdea-color{
color: #95c047!important;
}
.horia, .has-horia-color{
color: #E0A82E!important;
}
.gorria, .has-gorria-color {
color: #FA5032!important;
}
has-extra1-color{
color: #4aa76f!important;
}
has-extra2-color{
color: #c7be3d!important;
}


/*WPCF7 INPRIMAKIAK*/

.wpcf7 form .wpcf7-response-output {
	border-color: #009098!important; /* Esmeralda */
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #95c047!important; /* Berdea */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #fa5032!important; /* Gorria */
}	

.wpcf7-not-valid-tip {
	color: #fa5032!important;
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #fabc33!important; /* Horia */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #fabc33!important; /* Horia */
}



.zenbakiak::before{
    background-size: 2em 2em;
    background-repeat: no-repeat;
    display: inline-block;
    width: 2.5em; 
    height: 2em;
    content:"";
    vertical-align: -0.8em;
}
.zenbakiak.bat::before{
    background-image: url(https://www.goiener.com/wp-content/uploads/2019/10/1.png);
}
.zenbakiak.bi::before{
    background-image: url(https://www.goiener.com/wp-content/uploads/2019/10/2.png);
}
.zenbakiak.hiru::before{
    background-image: url(https://www.goiener.com/wp-content/uploads/2019/10/3.png);
}
.zenbakiak.lau::before{
    background-image: url(https://www.goiener.com/wp-content/uploads/2019/10/4.png);
}

.zenbakiak {
padding-bottom: 1em;
padding-left: 2em;
text-indent: -2.5em;
line-height: 1.9;
}

@media only screen and (max-width: 768px) {

	.zenbakiak::before{
    background-size: 2em 2em;
    background-repeat: no-repeat;
    display: block;
    width: 2.5em; 
    height: 2em;
    content:"";
    margin-right: auto;
	margin-left: auto;
}

.zenbakiak {
	padding-bottom: 1em;	
	font-size: 1.3em;
	text-align: center
	}
}


/* langileen orria */
h3.lan {color:#009098;margin:20px 0;}
.lanatala {display:grid; grid-template-columns: 1fr 1fr 1fr 1fr;grid-gap:20px 15px}
.langilea .izena {font-size:14px; margin-bottom: 20px;}

.langilea:nth-child(3n-2):hover{border-top: 10px solid #95c047;	margin-top:-10px;}
.langilea:nth-child(3n-1):hover{border-top: 10px solid #fabc33;	margin-top:-10px;}
.langilea:nth-child(3n):hover{border-top: 10px solid #009098;	margin-top:-10px;}

@media only screen and (max-width: 1200px){
.lanatala {grid-template-columns: 1fr 1fr 1fr;}
}
@media only screen and (max-width: 760px){
.lanatala {grid-template-columns: 1fr 1fr;}
}
@media only screen and (max-width: 480px){
.lanatala {grid-template-columns: 1fr;}
}



.nav-primary {
border-bottom: 1px solid #eee;
}

/* GeoDirectory plugina */

span[itemprop="addressLocality"] + br {display: none!important;}
span[itemprop="addressRegion"] + br {display: none!important;}
span[itemprop="addressCountry"]::after{content:"<br>"}
span[itemprop="addressRegion"] {display: none!important;}
span[itemprop="addressCountry"] {display: none!important;}

#franchise_row {display: none!important;}

.geodir_post_meta.gd-rating-info-wrap{display:none!important;}
.gd-badge-meta.gd-badge-alignleft{display:none!important;}
.geodir-pagination ul.page-numbers{display:none!important;}

.web-icon {
	margin-bottom: 0px!important;
	margin-right: 10px!important;
}

.fa-link::before {
    content: "\f0ac"!important;
}


body.geodir-archive h1.entry-title {
    display: none!important;
}

.entry-title-Red-Goiener {
	color: #008E96;
	border-bottom: 1px solid #eee;
}

#text_icl-17, #text_icl-16 {margin-bottom: 0px!important;}

.geodirectory-widget + .archive-description + .page{padding-top:0px!important;}

.geodir-categories-container ul li a .gd-cptcat-icon img {margin-top:10%!important;}

.gd-map-cat-ptypes .map_category {margin-bottom: 0px!important;width:190px;}

.geodirectory-widget{padding: 40px 20px 0 20px}

ul.geodir-map-terms li {padding-bottom: 0px!important}
ul.geodir-map-terms li label {margin-left:6px}
#gd_map_canvas_directory1_search_string.inputbox {font-size: 14px;margin-bottom:6px}

.geodirectory-sidebar section{padding-top:30px!important;}

@media only screen and (max-width:450px){
        .geodirectory-sidebar #text_icl-20 img, .geodirectory-sidebar #text_icl-21 img {width:100%;}
}

@media only screen and (max-width:1023px){
	.geodirectory-sidebar #text_icl-18, .geodirectory-sidebar #text_icl-19 {background-color: white!important;border: 4px dashed #95c047;margin-top:30px;}
        .geodirectory-sidebar #text_icl-20, .geodirectory-sidebar #text_icl-21 {background-color: white!important; margin-top:20px;}
        .geodirectory-sidebar #text_icl-20 img, .geodirectory-sidebar #text_icl-21 img {width:360px;}
	.geodirectory-sidebar .widget a {background-color:white!important; color:#009098!important}

/* widgeten ordena aldatzeko*/
	#genesis-sidebar-primary  {display: -webkit-box; display: -moz-box; display: box;
        	-webkit-box-orient: vertical;-moz-box-orient: vertical;box-orient: vertical;}
	#genesis-sidebar-primary #recent-posts-3.widget.widget_recent_entries {-webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; box-ordinal-group: 2;}
	#genesis-sidebar-primary .tribe-events-list-widget {-webkit-box-ordinal-group: 3; -moz-box-ordinal-group: 3; box-ordinal-group: 3;}
}

#geodir_address_country_row {display: none;}
#geodir_address_region_row {display: none;}

.gd-notification{background-color:#009098!important}

.geodir_message_error{color:#fa5032!important}

.advmap_nofound{color:#fa5032!important}

.gd-triggered-map i.fas.fa-expand-arrows-alt, .gd-triggeroff i.fas.fa-compress, .gd-triggeron i.fas.fa-expand {color:#fa5032!important;}

.gd-map-cat-ptypes .map_category, .gd-map-cat-ptypes .gd-trigger {
	padding-right: 5px !important;
	padding-left: 10px !important;
}

/*home pageko banner*/
@media only screen and (max-width: 500px) {
	.gsbanerh{display:none!important;}
}
@media only screen and (min-width: 501px) {
	.gsbanertx{display:none!important;}
}


p.sareak {text-align: center!important; line-height: 16px; color:#aaa;}
p.sareak br {margin-bottom:12px}

p.sareak img {width:60% !important;
filter: grayscale(70%) opacity(80%);
padding-top: 3%;
}
p.sareak a:hover img {
filter: grayscale(10%) opacity(100%);
}

 no records were found. Please adjust your search criteria and try again.@media only screen and (max-width:1023px){
p.sareak img, .sareak img:hover  {width:auto !important;}
}

.geodir-tags {
	display: none;
}

/* #address_map {
	display: none;
}

#address_set_address_button {
	display: none;
}

#address_d_mouseClick {
	display: none;
}

#address_triggermap {
	display: none;
}
#geodir_address_map_row {
	display: none;
}
 */


/* BR ezkutuak responsive */
/* erakunde kolaboratzaileak */
@media only screen and (max-width: 1200px) {
.br1200{display:none;}
}


/*2.0TD urtekoen titulua*/
.br710 + span, .br590 + span {
padding-bottom:0.8em!important;
color: #00000099;
font-size: 0.6em; 
vertical-align:middle;
}

@media only screen and (min-width: 711px) {
.br710{display:none;}
.br710 + span {vertical-align:inherit;}
}

@media only screen and (min-width: 591px) {
.br590{display:none;}
.br590 + span {vertical-align:inherit;}
}


/* irudia + testua bertikaletarako. Adz WHY aholkuak */
@media only screen and (max-width: 600px) {
.wp-block-media-text__content{margin-top:30px}
}


/* Events Calendar berria */

/* EC - Home */

@media only screen and (min-width: 1024px) {
.tribe-compatibility-container.tribe-theme-genesis {float:left;padding-left:3%;}
/* section[id^=text_icl-]{margin-bottom:0px!important;} */
}
@media only screen and (max-width: 1023px) {
.tribe-compatibility-container.tribe-theme-genesis {float:left;padding-left:10px;}
}

.tribe-events-widget-events-list__header-title{
font-size:2.4rem!important;
font-family: 'Source Sans Pro', sans-serif!important;
font-weight:600!important;
color:#333!important;
}

.tribe-events-widget-events-list__event-title.tribe-common-h7 {font-size:2.1rem!important; font-weight:600!important;}

.tribe-events-widget-events-list a{color:#009098!important;} 

/* EC - Orri propioak */

.tribe-common-l-container.tribe-events-l-container,.tribe-events-pg-template{margin-top:0px!important;padding-top: 0px!important;}
.tribe-events-schedule{margin-bottom:0px!important;}

/* EC - Sidebar*/

.geodirectory-sidebar .tribe-events-widget{margin:60px 0!important;padding-left:20px;}
@media only screen and (max-width: 1023px) {
.geodirectory-sidebar .tribe-events-widget{margin:40px 0 60px!important;padding-left:20px;}
}

.geodirectory-sidebar .tribe-events-widget h2 {font-size:1.8rem!important;}
.tribe-events-widget-events-list__event-title-link{font-size:1.8rem;}
.tribe-events-widget-events-list__event-title.tribe-common-h7{line-height: 18px!important;}



/* DBEO - RGPD taulak */

/*
.datubabestaula{
font-size:0.85em;
}
*/

.datubabestaula{
display: grid;
grid-template-columns: 200px 1fr;
grid-gap: 15px 15px;
}

.datubabestaula div {padding:10px}

.datubabestaula div a, .datubabestaula div a:hover, .datubabestaula div a:active {color:#666;font-weight:bold}

.datubabestaula div:nth-of-type(2n-1){
font-weight: bold;
background-color:#eee;
}

.datubabestaula div:nth-of-type(2n){
background-color:#eee;
}

@media only screen and (max-width: 800px){

.datubabestaula{
display: grid;
grid-template-columns: 1fr;
grid-gap: 0px 15px;
}

.datubabestaula div:nth-of-type(2n){
background-color:#fff;
padding:10px;
margin-bottom:30px;
}
}

.txekboxa .wpcf7-list-item {margin-left:0px}
.txekboxa .wpcf7-list-item input {margin-right:20px}

/* genesis accordion */

.gb-accordion-title{background-color: #fff!important;
  font-weight:bold;
  line-height: 1.2;
  margin-left: 1em;
  text-indent:-1.5em;
  cursor: pointer;
}

.gb-accordion-title:focus{outline:0px}
.gb-accordion-title:hover{color:#009098}

details .gb-accordion-title:before{
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right:1em;
}

details[open] .gb-accordion-title:before{
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
  margin-right:0.9em;
}

.gb-accordion-text{margin-left:1em;}

.gb-accordion-text p:last-of-type {margin-bottom:15px}

/* botoiak paragrafo artean */
div > .wp-block-buttons{margin-bottom:28px!important}
