/*!
Theme Name: ydroterm
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ydroterm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

ydroterm 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.

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

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500&display=swap');

body, div, dl, dt, dd, ul, ol, h1, h2, h3, h4, h5, h6 li, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	font-family: "Poppins", sans-serif;font-weight: 300;color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Cormorant Garamond", serif;font-weight: 500;color: #000;
}

a {
  text-decoration: none !important;
}

h1  {
	font-size: 32px;line-height: 40px;margin-bottom: 0;
}

h2  {
	font-size: 52px;line-height: 62px;margin-bottom: 0;
}

h3 {
	font-size: 42px;line-height: 52px;margin-bottom: 0;
}

h3 span {
	font-size: 32px;line-height: 40px;
}

h4 {
	font-size: 30px;line-height: 40px;margin-bottom: 0;
}

h5 {
	font-size: 24px;line-height: 34px;margin-bottom: 0;
}

h6 {
	font-size: 32px;line-height: 42px;margin-bottom: 0;
}

p {
	font-size: 14px;line-height: 22px;margin-bottom: 0;
}

p._pbig {
	font-size: 18px;line-height: 26px;font-weight: 400;
}

b {
  font-weight: 700;
}

a {
  color: #24B0BA;transition: all .5s ease-out;
}

a:hover {
  opacity: 0.7;
}

::selection {
  background: #B7F5F7; /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #B7F5F7; /* Gecko Browsers */
}

._mt-40 {
	margin-top: -40px;
}

._mb0 {
	margin-bottom: 0px !important;
}

._mb10 {
	margin-bottom: 10px;
}

._mb15 {
	margin-bottom: 15px;
}

._mb20 {
	margin-bottom: 20px;
}

._mb30 {
	margin-bottom: 30px;
}

._mb40 {
	margin-bottom: 40px;
}

._mb60 {
	margin-bottom: 60px;
}

._mb80 {
	margin-bottom: 80px;
}

._mt6 {
	margin-top: 6px;
}

._mt10 {
	margin-top: 10px;
}

._mt15 {
	margin-top: 15px;
}

._mt20 {
	margin-top: 20px;
}

._mt30 {
	margin-top: 30px;
}

._mt40 {
	margin-top: 40px;
}

._mt60 {
	margin-top: 60px;
}

._mt80 {
	margin-top: 80px;
}

._mt100 {
	margin-top: 100px;
}

._mt160 {
	margin-top: 160px;
}

._dtable {
	display: table;width: 100%;height: 100%;
}

._dtablec {
	display: table-cell;
}

._v-middle {
	vertical-align: middle;
}

._pdb0 {
	padding-bottom: 0 !important;
}

._pd0 {
	padding-left: 0;padding-right: 0;
}

._pdl0 {
	padding-left: 0;
}

._pdr0 {
	padding-right: 0;
}

._pdl40 {
	padding-left: 40px;
}

._pdl60 {
	padding-left: 60px;
}

._pdr40 {
	padding-right: 40px;
}

._pdr60 {
	padding-right: 60px;
}

._pdl90 {
	padding-left: 90px;
}

._pdtb10 {
	padding-top:10px;padding-bottom:10px;
}

._pdtb30 {
	padding-top:30px;padding-bottom:30px;
}

._pdtb60 {
	padding-top:60px;padding-bottom:60px;
}

._pdtb80 {
	padding-top:80px;padding-bottom:80px;
}

._pdlr30 {
	padding-left: 30px;padding-right: 30px;
}

._pdt30 {
	padding-top:30px;
}

._pdb30 {
	padding-bottom: 30px;
}

._pdt60 {
	padding-top:60px;
}

._pdt100 {
	padding-top:100px;
}

._pdt150 {
	padding-top:150px;
}

._pdb300 {
	padding-bottom: 300px;
}

#wrapper {
  width: 100%;overflow-x: hidden;
}

._white {
	color:#fff !important;
}

._black {
	color:#000 !important;
}

._blu {
  color: #24B0BA;
}

._bg-black {
	background: #000;
}

._header {
	position: fixed;top: 0;left: 0;z-index: 100000;background: rgb(0,0,0);
}

._header._transparent {
	background: rgba(0,0,0,0.8);
}

._logo-center {
	text-align: center;
}

.custom-logo {
	width: 200px;height: auto;margin: 30px 0;max-width: 100%;
}

ul.menu {
	list-style: none;padding: 0;display: flex;flex-direction: row;justify-content: space-evenly;margin-bottom: 0;
}

ul.menu li {
	position: relative;
}

ul.menu li a {
	color: #fff;font-size: 14px;line-height: 22px;font-weight: 400;transition: all .5s ease-out;cursor: pointer;position: relative;text-transform: uppercase;letter-spacing: 0.25px;
}

ul.menu li.current-menu-item a, ul.menu li.current-menu-ancestor a {
	font-weight: 700;color: #24B0BA;
}

._m-menu {
	display: none;color: #fff;font-size: 32px;margin-top: 40px;float: right;transition: all .5s ease-out;
}

._footer {
	background: #000;padding-bottom: 30px;padding-top: 80px;
}

._logo-footer {
	width: 250px;max-width: 100%;
}

._box-cta {
	background: #FFF9EF;padding-top: 30px;padding-bottom: 30px;margin-top: 80px;
}

._box-ctaf {
	display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: center;
}

._cta {
	background: transparent;color: #000;font-weight: 400;padding: 15px 30px;border: 1px solid #ccc;border-radius: 15px;transition: all .5s ease-out;
}

._cta:hover {
	background: #000;color: #fff;
}

._fc-box {
	width: auto;display: inline-block;text-align: left;
}

._totop {
	font-size: 32px;position: fixed;bottom:10px;right:10px;color:#768994;z-index: 10000;transition: all .5s ease-out;opacity: 0;cursor: pointer;
}

._totop._visile {
	opacity: 1;
}

._link {
	display: inline-block;font-size: 16px;line-height: 24px;font-weight: 300;color: #24B0BA;transition: all .5s ease-out;position: relative;
}

._link::after {
	content: '';width: 100%;height: 1px;background: #24B0BA;position: absolute;bottom: 5px;left: 0;transition: all .5s ease-out;
}

._link:hover {
	color: #24B0BA;opacity: 1;
}

._link:hover::after {
	bottom: 0px;
}

._link._bw {
	background: #fff;color: #45576D;
}

._box-intro {
	padding-top: 500px;padding-bottom: 100px;
}

._box-intro h1 {
	color: #fff;font-family: "Poppins", sans-serif;font-weight: 400;font-size: 42px;line-height: 56px;
}

._box-intro h1._v2 {
	font-size: 36px;line-height: 46px;
}

._tbig {
	font-size: 82px;line-height: 92px;
}

._riga {
	width: 100%;height: 1px;background: #ccc;
}

._box-img1 {
	width: 90%;height: 100%;float: right;
}

._box-intro-gallery {
	position: relative;margin-bottom: -80px;background: #000;
}

._bg-intro-gallery {
	width: 100%;height: 100%;position: absolute;top: 0;left: 0;transition: all .5s ease-out;opacity: 0;
}

._bg-intro-gallery._active {
	opacity: 1;
}

._intro-gallery {
	padding-top: 500px;padding-bottom: 50px;text-align: center;
}

._intro-gallery p {
	color: #fff;font-size: 20px;
}

._intro-gallery ._link {
	color: #fff;
}

._intro-gallery ._link::after {
	background: #fff;
}

._intro-gallery:hover ._link::after {
	bottom: 0;
}

._blr {
	border-left: 1px solid #ccc;border-right: 1px solid #ccc;
}

._box-piscina1 {
	width: 100%;height: 600px;
}

._box-piscina2 {
	width: 110%;height: 350px;
}

._box-black {
	width: 100%;height: 50%;position: absolute;bottom:0;left: 0;background: #000;
}

._psr {
	position: relative;
}

._list {
	list-style: none;padding: 0;margin-bottom: 0;
}

._list li {
	font-size: 14px;line-height: 22px;margin-bottom: 5px;font-weight: 700;
}

._list li::before {
	content: '+';margin-right: 4px;
}

._ceo {
	font-family: "Cormorant Garamond", serif;margin-top: 10px;display: inline-block;width: 90%;float: right;font-size: 15px;font-weight: 400;
}

._ceo b {
	font-weight: 500 !important;
}

._map {
	width: 100%;height: 600px;
}

._btn-gallery {
	display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-evenly;align-items: center;
}

._btn-gallery a {
	background: transparent;color: #000;font-weight: 400;padding: 12px 40px;border: 1px solid #ccc;border-radius: 15px;transition: all .5s ease-out;cursor: pointer;
}

._btn-gallery a._active, ._btn-gallery a:hover {
	color: #24B0BA !important;border: 1px solid #24B0BA;
}

._box-gallery {
	display: none;
}

._box-gallery._active {
	display: flex;
}

html body .modula .modula-item.effect-pufrobo .figc {
	text-align: left !important;
}

html body .modula .modula-items .modula-item.effect-pufrobo .jtg-title {
  top: inherit !important;bottom: 10% !important;
}

html body .modula .modula-item.effect-pufrobo .jtg-title::after {
  display: none !important;
}

._ico-social {
	font-size: 20px;margin-left: 15px;
}




.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
	width: 100%;border: 0;border-bottom: 1px solid #ccc;background: transparent;margin-bottom: 15px;padding: 8px 0;font-size: 14px;color: #000;outline: none;text-transform: uppercase;letter-spacing: 0.25px;
}

.wpcf7-submit {
	background: transparent;color: #000;font-weight: 400;padding: 10px 30px;border: 1px solid #ccc;border-radius: 15px;display: inline-block;font-size: 16px;line-height: 24px;transition: all .5s ease-out;position: relative;text-transform: uppercase;
}

input::placeholder, textarea::placeholder {
  color: #45576D;
}

._label {
	margin-bottom: 0;margin-top: 14px;font-weight: 400;color: #000;
}

label {
	font-size: 14px;color: #000 !important;
}

.wpcf7-list-item label {
	margin-bottom: 0;
}

.wpcf7-list-item {
	margin: 0;display: block;
}

label {
  margin-bottom: 15px;color: #000;
}

._tshow {
	display: none !important;
}

._mshow {
	display: none !important;
}

.grecaptcha-badge{
   display: none!important;
 }

.wpcf7 form .wpcf7-response-output {
  background: #fff;  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff;
}

.entry-title {
	text-align: center;margin-bottom: 100px;
}

html body .modula.modula-gallery-initialized .modula-item:hover img, html body .modula.modula-gallery-initialized .modula-items .modula-item.tg-loaded:hover img.pic {
  opacity: 1 !important;
}

html body .modula.modula-gallery-initialized .modula-item .figc {
  transition: all .5s ease-out;
}

html body .modula.modula-gallery-initialized .modula-item:hover .figc {
  background: rgba(0,0,0,0.45);
}


.animated, .animatedl, .animatedr, .animatedb {
  -webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;
}

.delay-05s {
  -webkit-animation-delay: 0.5s;animation-delay: 0.5s;
}

.delay-07s {
  -webkit-animation-delay: 0.7s;animation-delay: 0.7s;
}

.delay-1s {
  -webkit-animation-delay: 1s;animation-delay: 1s;
}
.delay-2s {
  -webkit-animation-delay: calc(1s * 2);animation-delay: calc(1s * 2);
}
.delay-3s {
  -webkit-animation-delay: calc(1s * 3);animation-delay: calc(1s * 3);
}
.delay-4s {
  -webkit-animation-delay: calc(1s * 4);animation-delay: calc(1s * 4);
}
.delay-5s {
  -webkit-animation-delay: calc(1s * 5);animation-delay: calc(1s * 5);
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@media (min-width: 1400px) {
	.container {
		max-width: 1370px;
	}

	._header {
    padding-left: 4%;padding-right: 4%;
	}

	._box-intro {
    padding-top: 600px;padding-bottom: 150px;
	}

	._mt160 {
    margin-top: 200px;
	}

	._intro-gallery {
    padding-top: 650px;padding-bottom: 100px;
	}

	._box-piscina1 {
		height: 750px;
	}

	._box-piscina2 {
		height: 450px;
	}


}

@media (max-width: 1200px) {
	._dmt60 {
		margin-top: 60px;
	}

	._dmb60 {
		margin-bottom: 60px;
	}

}

@media (max-width: 992px) {
	._thide {
		display: none !important;
	}

	ul.menu {
    justify-content: space-between;
	}

	._tshow {
		display: block !important;
	}

	._tmt30 {
		margin-top: 30px;
	}

	._tmt60 {
		margin-top: 60px;
	}

	._trmt._mt80 {
		margin-top: 30px;
	}

	._mt100 {
    margin-top: 80px;
	}

	._tmt0 {
		margin-top: 0 !important;
	}

	._switch {
		-ms-flex-direction: column-reverse!important;flex-direction: column-reverse!important;
	}

	._m-menu {
		display: inline-block !important;
	}

	ul.menu {
    display: none;padding-bottom: 30px;padding-top: 20px;
	}

	._transparent ul.menu {
    background: transparent;
	}

	._cwhite._sticky ul.menu {
    background: #fff;
	}

	._header._light ul.menu {
    background: #003566;
	}

	ul.menu li {
		text-align: center;margin-top: 25px;
	}

	ul.menu li:first-of-type {
		margin-top: 0;
	}

	ul.menu li a {
		font-size: 20px;line-height: 28px;
	}

	ul.menu li ul.sub-menu {
    padding: 0;position: relative;left: 0;width: 100%;opacity: 1;visibility: visible;display: none;padding-bottom: 10px;
	}

	ul.menu li ul.sub-menu li {
    display: block;margin-bottom: 7px;margin-top: 7px;
	}

	ul.menu li ul.sub-menu li a {
    font-size: 15px;line-height: 23px;
	}

	._tpdtb60 {
		padding-top:60px;padding-bottom:60px;
	}

	._tmt6 {
		margin-top: 6px;
	}

	._tleft {
		text-align: left !important;
	}

	._pdl60 {
		padding-left: 15px;
	}

	._pdr60 {
		padding-right: 15px;
	}

	._tcenter {
		text-align: center !important;
	}

	._tleft {
		text-align: left !important;
	}

	._logo-center {
		text-align: left;
	}

	._tbig {
    font-size: 62px;line-height: 72px;
	}

	._box-img1 {
    width: 100%;height: 600px;float: none;
	}

	._mt160 {
    margin-top: 60px;
	}

	._box-piscina1 {
		height: 450px;
	}

	._box-piscina2 {
		width: 100%;height: 400px;
	}

	._ceo {
    width: 100%;float: none;
	}

	._btn-gallery {
    display: flex;flex-direction: column;flex-wrap: wrap;justify-content: flex-end;align-items: stretch;align-content: space-around;text-align: center;
	}

	._btn-gallery a {
    margin-bottom: 15px;
	}

}

@media (max-width: 767px) {
	h1  {
		font-size: 36px;line-height: 44px;
	}

	h2  {
		font-size: 32px;line-height: 42px;
	}

	h3 {
		font-size: 30px;line-height: 40px;
	}

	h3 span {
		font-size: 24px;line-height: 30px;
	}

	h4 {
		font-size: 24px;line-height: 30px;
	}

	h6 {
    font-size: 22px;line-height: 32px;
	}

	.custom-logo {
    width: 150px;
	}

	._logos {
		height: 27px;
	}

	._mmt30 {
		margin-top: 30px !important;
	}

	._dmt60, ._mt60, ._tmt60 {
		margin-top: 40px;
	}

	._mt80 {
    margin-top: 60px;
	}

	._pdtb80 {
		padding-top:60px;padding-bottom:60px;
	}

	._mt100 {
    margin-top: 80px;
	}

	._mhide {
		display: none;
	}

	._tpdtb60 {
		padding-top:30px;padding-bottom:30px;
	}

	._mt40 {
    margin-top: 20px;
	}

	._mmt6 {
		margin-top: 6px;
	}

	._mmt10 {
		margin-top: 10px;
	}

	._logo-footer {
    width: 230px;
	}

	._mshow {
		display: inline-block !important;
	}

	._mmb20 {
		margin-bottom: 20px;
	}

	._mswitch {
		-ms-flex-direction: column-reverse!important;flex-direction: column-reverse!important;
	}

	._mmt15 {
		margin-top: 15px !important;
	}

	._box-intro {
    padding-top: 400px;padding-bottom: 50px;
	}

	._box-intro h1 {
    font-size: 26px !important;line-height: 36px !important;
	}

	._tbig {
  	font-size: 42px;line-height: 52px;
  }

	._box-img1 {
		width: 100%;height: 400px;float: none;
	}

	._box-ctaf {
    display: block;text-align: center;
	}

	._cta {
    margin-top: 30px;display: inline-block;
	}

	._bg-intro-gallery {
		display: none;
	}

	._intro-gallery {
    padding-top: 300px;
	}

	#_intg1 {
		background:url(https://ydroterm.com/wp-content/uploads/2024/07/home-gallery-piscine-ydroterm.jpg) center bottom no-repeat;background-size:cover;
	}

	#_intg2 {
		background:url(https://ydroterm.com/wp-content/uploads/2024/07/home-gallery-wellness-spa-ydroterm.jpg) center bottom no-repeat;background-size:cover;
	}

	#_intg3 {
		background:url(https://ydroterm.com/wp-content/uploads/2024/07/home-gallery-impiantistica-ydroterm.jpg) center bottom no-repeat;background-size:cover;
	}

	._blr {
    border-left: 0;border-right: 0;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;
	}

	._mpdlr0 {
		padding-left: 0;padding-right: 0;
	}

	._m-menu {
    margin-top: 30px;
	}

	._box-piscina1 {
		height: 250px;
	}

	._box-piscina2 {
		height: 300px;
	}

}
