/*!
Theme Name: ils
Theme URI: https://elkarmedia.eus/
Author: Elkarmedia
Author URI: https://elkarmedia.eus/
Description: EKM custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ils

ils is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
    display: block;
}
/* Alignments
--------------------------------------------- */
.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}
.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}


/* ILS */
body {
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
}
#page {
	display:flex;
	flex-direction:column;
	min-height:100vh;
}
#primary {
	flex:1;
}
a {
	color:#01a2a6;
	text-decoration:none;
}
a:hover {
    color: #454545;
}
.btn {
	border-radius:0;
}
.btn.bg-secondary, .btn-primary,
.previous:hover {
	background-color:#01a2a6 !important;
	border-color:#01a2a6;
	color:#ffffff;
	opacity:1;
	transition: opacity 2s ease-out; 
    -webkit-transition: opacity 1s ease-out;  
    -moz-transition: opacity 1s ease-in-out;   
}
.btn.bg-secondary:hover, .btn-primary:hover {
	opacity:0.7;
	transition: opacity 1s ease-out; 
    -webkit-transition: opacity 1s ease-out;  
    -moz-transition: opacity 1s ease-in-out; 
border-color:#01a2a6;	
}
#loader-bg {
	width: auto !important;
}
/*header*/
.navbar-brand img {
    max-height:80px;
    width:auto;
}
.navbar {
	border-bottom:2px solid #01a2a6;
	padding-bottom: 10px;
}
.navbar .navbar-collapse {
    justify-content:flex-end;
}
.nav-item.dropdown-item {
    padding:0;
}
ul.menu-aukerak > li > a {
    color: #3d3d47;
	font-family: 'Raleway', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
	padding:1rem;
}
ul.menu-aukerak > li > a.contacto.out {
	color:red
}
ul.menu-aukerak > li:hover > a {
    color:#01a2a6
}
ul.menu-aukerak > li.aukeraActive > a {
    color:#01a2a6
}
.dropdown-item:focus, .dropdown-item:hover {
	background-color:transparent;
}
/* footer */

.site-footer {
	background-color: #3d3d47;
	color: #808086;
	font-size:0.8rem;
}
#menu-footer-menu {
	margin:0;
}
#menu-footer-menu li a {
	padding:0 2rem 0 0;
}
/*orriak*/
main {
	padding-bottom:5rem;
}
.orria {
	padding:3rem 0;
}
h1,
.orria h2,
.orria .h2 {
	font-family: 'Raleway', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    line-height: 40px;
    font-size: 28px;
	color: #3d3d47;
	text-transform:uppercase;
}

.table td .fa-solid {
	padding:2px 3px;
}
.table td .fa-solid:hover {
	color:#01a2a6;
}
.table td .fa-solid.fa-trash:hover {
	color:red;
}
.filtroak {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:wrap;
	padding:1rem 0;
}
.filtroak div,
.filtroak select {
	margin-right:0.5rem;
	display:flex;
	align-items: center;
}

.filtroak .previous {
	margin-right:0.4rem;
}
/*egutegia*/
.fc .fc-button {
	border-radius:0 !important
}
.fc-scrollgrid  tr td {
	cursor:pointer
}
.modal-content .form-control {
	line-height:1.2;
}
.modal-content label {
	margin:0.5rem 0 0.2rem
}
/*formularioak*/
.form-control,
.form-select {
	border-radius:0;
	border-color:#01a2a6;
}
label {
	margin:10px 4px 4px;
}
.btn-add {
border-color:#01a2a6;
}
.egunak {
	padding:0.6rem;
	text-align:center;
	background-color:#ddd;
	border:none;
	display:block;
	text-align:center;
}
.badge {
	border-radius:0;
}
.site-footer a:hover {
	color:#fff;
}

@media (max-width:992px) {
	.container {
		max-width:100%
	}
}