/*
Theme Name: FCh 2023
Theme URI: https://fch.cl
Author: WhoooHQ
Author URI: https://whooohq.com
Description: WordPress Theme for FCh
Tags:
Version: 17.1.0
License: GPL-2.0-only
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: whooo
Domain Path: /languages
*/

/*
Source SASS styles are located in resources/styles/.
The compiled bundles are in dist/styles/{xyz}.min.css.
The README.md file contains instructions on
how to get the build process up & running.

If you need to make a quick fix, feel free to add CSS
below this comment - it will override the bundled styles.
*/

/*Fix en distorsión de logo Hackamine https://fch.cl/hackamine-2024/*/

.page-id-50367 .wp-image-50665{
	height:auto !important;
}

/*Fix Responsivo en Bloques de Compromiso Sustentable*/

.page-id-53055 .kb-row-layout-wrap,
.page-id-53055 .whooo-block--advanced-text-image .advanced-text-image__text{
	padding:20px !important
}

@media only screen and (max-width: 600px) {
	.page-id-53055 .whooo-block--gallery-slider .gallery-slider--infos .swiper-slide-active img {
		width:100% !important;
		height:auto !important;
	}

	.page-id-53055 .whooo-block--gallery-slider{
		height:400px;
	}
}

/*@media only screen and (max-width: 600px) {
	.page-id-53055 .whooo-block--gallery-slider .gallery-slider--infos .swiper-slide img {
		width: 500px !important;
		height: auto  !important;
	}
	.page-id-53055 .whooo-block--advanced-text-image {
		height: 200px  !important;
		overflow:hidden !important;
	}
}

@media only screen and (max-width: 500px) {
	.page-id-53055 .whooo-block--gallery-slider .gallery-slider--infos .swiper-slide img {
		width: 400px !important;
		height: auto  !important;
	}
}


@media only screen and (max-width: 400px) {
	.page-id-53055 .whooo-block--gallery-slider .gallery-slider--infos .swiper-slide img {
		width: 350px !important;
		height: auto  !important;
	}
}*/

/*END: Fix Responsivo en Bloques de Compromiso Sustentable*/

/* Fix: Menú principal */
.cover-nav__header .site-title img {
	max-height: 40px;
}

.cover-nav__search input[type=search] {
	font-size: 16px;
	padding: 0.5rem 1.5rem;
	line-height: 1.75rem;
}

.cover-nav__search input[type=search]::placeholder {
	font-size: 16px;
}

.cover-nav__search {
	margin-bottom: 1.5rem !important;
}

.cover-nav__content {
	top: 45%;
}

/* Forms orange button */
.job-offer__form {
  .piotnetforms-button[type="submit"] {
    background-color: #ed5a24 !important;
  }
}
