/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

#top-menu .current-menu-item a::before,
#top-menu .current_page_item a::before {
 content: "";
 position: absolute;
 z-index: 2;
 left: 0;
 right: 0;
}
#top-menu li a:before {
 content: "";
 position: absolute;
 z-index: -2;
 left: 0;
 right: 100%;
 bottom: 50%;
 background: #0097c3; /*** COLOR OF THE LINE ***/
 height: 3px; /*** THICKNESS OF THE LINE ***/
 border-radius: 3px;    
 -webkit-transition-property: right;
 transition-property: right;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}

#main-header.et-fixed-header #top-menu li a:before {
   bottom: 0; 
}

body #top-menu li.current-menu-item > a, body #top-menu li.current_page_item > a, body .et-fixed-header #top-menu li.current-menu-item > a, .et-fixed-header #top-menu li.current_page_item > a, BODY #top-menu li.current-menu-ancestor > a, body .et-fixed-header #top-menu li.current-menu-ancestor > a {
    color: #0097c3 !important;
}

body .et_pb_search input.et_pb_searchsubmit {
  background-color: #0097c3 !important;
  border-color: #0097c3 !important;
}

#top-menu li a:hover {
 opacity: 1 !important;
}
#top-menu li a:hover:before {
 right: 0;
}
#top-menu li li a:before {
 bottom: 10%;
}

body #top-menu li.icon-social.menu-item {
  padding-right: 10px;
}

.icon-social.menu-item a {
  width: 40px;
  background-color: #0097c3;
  border-radius: 50%;
  box-sizing: border-box;
  height: 40px !important;
  padding: 10px !important;
  margin-top: -11px;    
}

.icon-social.menu-item a:hover {
  background-color: #262626;  
}

.icon-social.menu-item a:before {
    display: none;
}


body #et_top_search {
  margin-left: 5px;
  margin-right: 20px;   
}

body #et_search_icon::before {
    background-color: #0097c3;
    padding: 10px;
    box-sizing: border-box;
    top: -14px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
}


body .et-fixed-header #et_search_icon::before {
    color: #fff !important;
}

.icon-social.menu-item a img {
  filter: brightness(0) invert(1);
}

.accetto .accetto2 span.wpcf7-list-item {
	margin-left: 0px;
}

.accetto {
	font-size: 13px;
	line-height: 17px;
	margin-bottom:20px;
	color:rgba(255,255,255,0.80);
}

.accetto2 a:hover {
  color: #ffffff;
}

/*------------------ MENU DESK ------------------------ */

header .et_menu_container {
    width: 100%;
    max-width: 1480px;
	padding:0px 60px;
}

.et-fixed-header #logo {
    content: url(/wp-content/uploads/2023/08/logo-ingersoll-fixed.svg);
}

body.et_pb_svg_logo #logo {
  height: auto;
  max-width: 225px;
}

body #main-header.et-fixed-header #logo {
  max-width: 50px;
}

body #main-header {
  box-shadow: unset;
  background-color: #fff;
}


.sliderHome:before, .YoutubeHome:before {
    background: repeating-linear-gradient(-40deg, #191919, #191919 2px, #fff 2px, #fff 5px);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.05;
    left: 0;
    z-index: 1;
}

.sliderHome .et_pb_row:before {
    background-image: linear-gradient(#ff00, #0097c3);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 1;
    left: 0;
    z-index: 2;
}

#main-header.et-fixed-header {
  background-color: #ffffff !important;
  padding: 12px 0 !important;
}

.grecaptcha-badge {
  visibility: hidden;
}


body #top-menu li {
  padding-right: 20px;
}

body .et-fixed-header #top-menu .sub-menu a {
  color: #ffffff !important;
}

/*------------------ MENU MOBILE ------------------------ */

/*iPhone scroll fix*/
.logo_container {
    width: calc(100% - 120px) !important;
}

#main {
    overflow-x: hidden;
}

.et_mobile_menu li a {
    border-bottom: 1px solid rgba(0,0,0,.03);
    color: #666;
    padding: 15px 5%;
    display: block;
}

/*------------------ CUSTOM SLIDER ------------------ */

.custom-slider .et-pb-controllers {
    height: 6px;
    display: flex;
    right: unset;
    max-width: 1480px;
    margin: auto;
    transform: translate(-50%,-50%);
    left: 50%;
    bottom: 30px;
    padding: 0 60px;
}

.custom-slider .et-pb-controllers a {
	flex-grow: 1;
    height: 6px;
    max-width: 100px;
    opacity: 1;
    background-color: #1bb6e3c9 !important;
}

.custom-slider .et-pb-controllers .et-pb-active-control {
    opacity: 1;
    background-color: #ffffff !important;
}

.custom-slider .et-pb-arrow-next, .custom-slider .et-pb-arrow-prev {
    top: auto;
    bottom: 6px;
	font-size: 30px;
	background-color: #262626;
    padding: 10px;
	width: 50px;
}

.custom-slider .et-pb-arrow-prev, .custom-slider.et_pb_slider:hover .et-pb-arrow-prev {
	opacity: 0.8;
	left: auto;
	right:52px;
}
.custom-slider .et-pb-arrow-next, .custom-slider.et_pb_slider:hover .et-pb-arrow-next {
	opacity: 0.8;
	right: 1px;
}

.custom-slider.et_pb_slider:hover .et-pb-arrow-prev , .custom-slider.et_pb_slider:hover .et-pb-arrow-next {
	opacity: 1;
	transition-duration: 0.3;
}


.custom-slider.custom-sliderV2 .et_pb_slide_with_image .et_pb_slide_description {
    float: left; 
}


.custom-slider.custom-sliderV2 .et_pb_slide_with_image .et_pb_slide_content {
  max-width: 90%;
}

.sliderHome.sliderHomeV2:before {
    z-index: 3;
    display: none;
}

.sliderHome.sliderHomeV2 .et_pb_slider .et_pb_slide:before, .testate-articoli:before {
  background: repeating-linear-gradient(-40deg, #191919, #191919 2px, #fff 2px, #fff 5px);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.05;
  left: 0;
  z-index: 2;
  display: block !important;
}


.sliderHome.sliderHomeV2 .et_pb_row :before {
 display: none;
}

.sliderHome.sliderHomeV2 .et_pb_slider .et_pb_slide:after, .testate-articoli:after {
   background: linear-gradient(90deg,#0097c3 35%,rgba(0,0,0,0) 100%);
   position: absolute;
   content: "";
   width: 100%;
   height: 100%;
   top: 0;
   opacity: 1;
   left: 0;
   z-index: 1;
}

.sliderHome.sliderHomeV2 .et_pb_slide_image {
    position: relative !important;
    text-align: left;
    margin-bottom: 20px;
}

.sliderHome.sliderHomeV2 .et_pb_slide_description {
  text-shadow: unset;
}

.sliderHome.sliderHomeV2 .et_pb_container {
  max-width: 1360px !important;
}

.sliderHome.sliderHomeV2 .et_pb_slide_image img {
    width: 430px;
    height: auto;
}

.sliderHome.sliderHomeV2 .et_pb_slide {
  padding: 0 60px;
}

.sliderHome.sliderHomeV2 .et_pb_slide_content {
  max-width: 640px;
}

.testate-articoli {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.testate-articoli .et_pb_code_inner span, .testate-articoli a {
  color: #fff;
  transition: all .5s ease;    
}

.testate-articoli a:hover {
  color: #181818;
}

/*-------- HERO SLIDER LAPTOP ---------*/
@media all and (min-width: 1024px) and (max-width: 1405px) {
	.custom-slider, .custom-slider .et_pb_slide {
		min-height: 550px !important;
	}
}

/*-------- TITLES SLIDER LAPTOP ---------*/
@media all and (min-width: 1100px) and (max-width: 1405px) {
	.custom-title-size {
		font-size: 46px !important;
	}
}

@media all and (min-width: 980px) and (max-width: 1100px) {
	.custom-title-size {
		font-size: 36px !important;
	}
}


/*------------------ BANNER CAROUSEL ----------------- */

.prodotti-carousel .et_pb_fh_post_carousel_description {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}

.prodotti-carousel .et_pb_fh_post_carousel_description h2, .prodotti-carousel .et_pb_fh_post_carousel_description h2 a {
    height: 100%;
    display: flex;
	width:100%;
    font-size: 0;
    padding: 0;
    transition: all 0.3s ease;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.npnHome .prodotti-carousel .et_pb_fh_post_carousel_description h2 a:hover {
    font-size: 0;    
}

.npnHome .prodotti-carousel .et_pb_fh_post_carousel_description h2 a::after, .npnHome .prodotti-carousel .et_pb_fh_post_carousel_description h2 a:before, .npnHome .prodotti-carousel .et_pb_fh_post_carousel_description h2 a:hover:after {

}


.pagNPN .dl-custom-info-container:hover .dl-custom-info {
  margin-right: -68px;
}

.pagNPN .filter-header, .pagNPN .card-footer, .pagNPN .wpdmap-filter-sidebar div:nth-child(2) {
  display: none;
}


.pagNPN .wpdmap-card-filter .card-body {
  max-height: unset;
  height: auto;
}

.pagNPN .w3eden .card-body.tag-card {
  padding: 1.25rem !important;
}

.pagNPN #wpdmcat-tree li:nth-child(5), .pagNPN #wpdmcat-tree li:nth-child(6), .pagNPN #wpdmcat-tree li:nth-child(7), .pagNPN #wpdmcat-tree li:nth-child(8) {
    display: none;
}


body.et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) #main-content .et_pb_row {
  width: 100%;
}

.wpdmpro-template-default.single #sidebar, .wpdmpro-template-default.single .post-meta, .wpdmpro-template-default.single .et_post_meta_wrapper img, .wpdmpro-template-default.single .col-md-7 h1, .wpdmpro-template-default.single .et_post_meta_wrapper img, .wpdmpro-template-default.single .col-md-7 h3, .wpdmpro-template-default.single .wpdm-filelist-area, .wpdmpro-template-default.single .col-md-7 .wel {
  display: none;
}


.wpdmpro-template-default.single .et_pb_slide_content p {
  color: #666;
  line-height: 1.7em;
  font-weight: 500;
  font-size: 18px;
}


.wpdmpro-template-default.single #left-area ul, .wpdmpro-template-default.single .entry-content ul {
  padding: 0;
}

.wpdmpro-template-default.single #main-content {
  padding-bottom: 40px;
}

.w3eden .btn-primary, .w3eden .btn-primary:hover {
  background-color: #0097c3;
  border-color: #0097c3;
}

.pagNPN .pagination li a {
  height: 34px;
  font-size: 13px !important;
  display: flex;
  justify-content: center;
  align-items: center;    
}

.pagNPN .pagination li a.current-page {
  border-color: #0097c3;
  background: #0097c3;
  color: #ffffff !important; 
}

.wpdmpro-template-default.single .w3eden .col-md-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 100%;
  max-width: 100%;
}

.wpdmpro-template-default.single .w3eden .col-md-12 {
  max-width: 46%;
}


.wpdmpro-template-default.single #main-content {
  background-color: #efefef !important;
}

.wpdmpro-template-default.single .et_right_sidebar #left-area {
  float: unset;
  padding-right: unset;
}

.wpdmpro-template-default.single #left-area {
  width: 100%;
}

.wpdmpro-template-default.single #main-content .container:before {
  display: none !important;
}

.wpdmpro-template-default.single h1 {
 font-size: 2.5rem;
 font-weight: 500;
 line-height: 1.2;    
}

.prodotti-carousel .et_pb_fh_post_carousel_description h2 a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #0097c3;
  content: '';
  -webkit-transform: translate3d(0,10px,0);
  transform: translate3d(0,10px,0);
  -webkit-transition: -webkit-transform 0.35s;
   transition: transform 0.35s;
   z-index: 2;
}

.prodotti-carousel .et_pb_fh_post_carousel_description h2 a:hover:after {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}

.prodotti-carousel .et_pb_fh_post_carousel_description h2 a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    content: "";
    background-color: transparent;
    left: 0;
    z-index: -1;
    transition: all 0.8s ease;
}

.prodotti-carousel .et_pb_fh_post_carousel_description h2 a:hover:before {
    height: 100%;
    background-color: #0097c3b2;
}

.prodotti-carousel .owl-item .et_pb_fh_post_carousel_image img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}


.prodotti-carousel .owl-item:hover .et_pb_fh_post_carousel_image img {
    opacity: 0.4;
    filter: grayscale(60%);
}


.prodotti-carousel .et_pb_fh_post_carousel_description h2 a:hover {
    font-size: 18px;
    z-index: 2;
    padding-bottom: 35px;
}

.prodotti-carousel .et_pb_fh_post_carousel_description .et_pb_fh_post_carousel_content{
    display: none;
} 

.prodotti-carousel .owl-nav button {
    bottom: -80px;
	top: unset !important;
    border: 1px solid #c0c0c0 !important;
    border-radius: 12px;
    height: 60px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease !important;
}

.prodotti-carousel .owl-nav button:hover {
    background-color: #0097c3;
    color: #fff !important;
    border: 1px solid #0097c3 !important;
}

.prodotti-carousel .owl-nav button.owl-prev {
    left: auto !important;
    right: 100px !important;
	font-size: 20px;
}

.prodotti-carousel .owl-item {
	transition: all .2s ease-in-out;
}


body .et_pb_fh_post_carousel .owl-carousel .owl-nav button.owl-next {
  right: 0;
  font-size: 20px;
}

body .et_pb_fh_post_carousel .owl-carousel .owl-nav button {
  color: #0097c3;
}

/*------------------ DOWNLOADS OFFERTE ------------------*/


.dl-custom-container {
   overflow: hidden;
   margin-bottom:40px !important;
}

.dl-custom-img {
   width:100%;
   height: auto;
}

.dl-custom-info-container {
	display: flex;
	flex-direction: row;
    padding: 0 20px 20px 20px;
    background-color: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.sezOfferte .dl-custom-info-container {
    background-color: #efefef;
}

.dl-custom-title, .dl-custom-title a {
  color: #262626;
  background-color: white;
  padding: 20px 20px 0 20px;
  font-size: 16px !important;
  line-height: 1.3;
  min-height: 67px;
  display: block;
    text-decoration: none;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box !important;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
white-space: normal;
 transition: all .5s ease;    
}

.sezOfferte .dl-custom-title, .sezOfferte .dl-custom-title a {
  background-color: #efefef;
}


.pagNPN .dl-custom-title {
    padding: 0 0 20px 0;
}

.dl-custom-title a:hover {
  color: #0097c3;
  text-decoration: none;    
}

.dl-custom-info {
    background-color: #efefef;
    color: #0097c3;
    flex-grow: 1;
    padding: 15px 12px;
    text-align: center;
    font-size: 13px;
    border-radius: 0px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px;
    border-bottom-left-radius: 12px;
    margin-right: -25px;
    padding-right: 30px;
    border-top-left-radius: 12px;
    display: flex;
    align-items: center;
    font-weight: bold;
    max-height: 60px;
    transition: all 0.5s ease;
}

.sezOfferte .dl-custom-info {
    background-color: #fff;
}

.dl-custom-info-container:hover .dl-custom-info {
  padding: 0;
  font-size: 0;
  color: #efefef;
  margin-right: -18px;    
}

.dl-custom-button {
	flex-grow: 6;
}

.dl-custom-button .wpdm-download-link.btn-primary {
    background-color: #0097c3;
    color: #FFFFFF;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    border-radius: 12px !important;
    width: 100%;
    font-size: 13px;
    line-height: 1;
    padding: 15px;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    min-height: 60px;
    font-weight: bold;
    border: 0 !important;
    box-shadow: unset !important;
    transition: all 0.5s ease;
    position: relative;
}


.dl-custom-button .wpdm-download-link.btn-primary:after {
   line-height: inherit;
    font-size: 20px !important;
    opacity: 1;
    margin-left: 10%;
    left: auto;
    font-family: ETmodules !important;
    font-weight: 400 !important;
    content: "\35";
    transition: all 0.5s ease;
}

.dl-custom-info-container:hover .dl-custom-button .wpdm-download-link.btn-primary:after {
    margin-left: 10%;
}


.colUltimePromo {
    display: flex;
    flex-direction: column;
}


/* .dl-custom-info.custom-news {
    background-color: #5A5A5A;
} */

/* .dl-custom-button.custom-news .wpdm-download-link.btn-primary {
    background-color: #262626;
	border: none;
}*/

.home #content_41a147510bcc9ad7beb9ca2b5d93e8e5 .text-center {
	display: none !important;
}

#content_41a147510bcc9ad7beb9ca2b5d93e8e5 .pagination li span, #content_41a147510bcc9ad7beb9ca2b5d93e8e5 .pagination a:hover {
    background: #666666;
    color: #ffffff !important;
    border: none;
}

#content_bd90d4e86f008bb146c91c1827ea1368 .pagination li span, #content_bd90d4e86f008bb146c91c1827ea1368 .pagination a:hover {
    background: #666666;
    color: #ffffff !important;
    border: none;
}

#content_41a147510bcc9ad7beb9ca2b5d93e8e5 .page-numbers, #content_bd90d4e86f008bb146c91c1827ea1368 .page-numbers {
    color: #666666 !important;
}

#content_41a147510bcc9ad7beb9ca2b5d93e8e5 .page-numbers.current, #content_bd90d4e86f008bb146c91c1827ea1368 .page-numbers.current {
    color: #ffffff !important;
}


/*------------------ FOOTER DESK ------------------------ */

.fascia-preFooter .ico-prefooter {
  padding: 0;
  box-sizing: border-box;
  transition: all 0.5s ease;    
}

.fascia-preFooter .et_clickable:hover .ico-prefooter {
   filter: grayscale(100%);
}

.fascia-preFooter .ico-prefooter img {
    max-width: 120px;
    height: auto;
}


footer .container {
    width: 100%;
    max-width: 1480px;
	padding: 0px 60px;
    z-index: 3;
}

#media_image-2 {
    max-width: 90px;
}

footer h4 {
    text-transform: uppercase;
    font-weight: bold;
}

footer p {
    font-size: 15px;
	color: #fff;
}

.footer-widget a {
    color: #fff !important;
}

.footer-widget a.linkF {
    padding-left: 20px;
}

.footer-widget a:hover {
    text-decoration: underline;
	transition-duration: 0.4s;
}


/*
#main-footer #footer-widgets .footer-widget:first-child {
  width: 10%;
}

#main-footer #footer-widgets .footer-widget:nth-child(2) {
  width: 30%;
}
*/

.linkF {
    position: relative;
}

.linkF::after {
  position: absolute;
  content: "";
  background-color: #ffffff;
  height: 9px;
  width: 9px;
  left: 5px;
  border-radius: 50%;
  top: 4px;
}

/*------------------ NEWSLETTER ------------------*/

.rowNewsletterIntro .et_pb_column {
  display: flex;
  flex-direction: row;
}

.rowNewsletterIntro .published {
  background-color: #fff;
  border-radius: 10px;
  color: #0097c3;
  margin: 0 10px;
  padding: 0 10px;
}

/*------------------ FATTO CON IL CUORE ------------------*/

#footer-info{
    width: 100%;
    text-align: center;
}

.fattoConCuore{
  font-size:12px;
  font-weight:300 !important;
  letter-spacing: 0px;
  font-style: normal;
}

a.fattoConCuore.fattoconcuoreDark{
 color:#777777;
}

a.fattoConCuore.fattoconcuoreLight{
 color:white !important;
}


.fattoConCuore .et-pb-icon{
  color:red;
  font-size:12px;
  animation: heartbeat 1s infinite;
}

@keyframes heartbeat {
  0% {
    transform: scale( .75);
  }
  20% {
    transform: scale( 1);
  }
  40% {
    transform: scale( .75);
  }
  60% {
    transform: scale( 1);
  }
  80% {
    transform: scale( .75);
  }
  100% {
    transform: scale( .75);
  }
}

/*------------------ CONTATTI ------------------*/

.wpcf7-form label {
    color: white;
}

input.wpcf7-form-control {
    height: 34px;
    width: 100%;
    border: none;
    background-color: #ffffffa8;
	padding: 10px;
	color: #ffffff;
}

textarea.wpcf7-form-control {
    width: 100%;
    border: none;
    background-color: #ffffffa8;
	padding: 10px;
	color: #ffffff;
}

input.wpcf7-submit {
    background-color: #ffffff;
    height: 40px;
	color: #0097c3;
	font-size: 14px;
    border-radius: 4px;
    letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
}

body .wpcf7-not-valid-tip {
    font-size: 15px;
    color: red;
}

.wpcf7-response-output {
    border-color: #28a745 !important;
    color: #fff !important;
    margin-top: 0px !important;
    background-color: #28a745;
    font-size: 15px;
    line-height: 1.2;
    padding: 20px !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: red !important;
  background-color: red;
}

div.wpcf7 form.wpcf7-form span.ajax-loader {
	margin:20px auto 0px auto;
	width: 100%;
	height: 32px;
	background-image:url(/wp-content/uploads/2020/10/loader-spin.png);
	background-size: 32px;
	background-repeat: no-repeat;
    background-position-x: center;
}


/*------------------ AZIENDA ------------------*/

.taegu-box .next, .taegu-box .prev {
    display: inline-block !important;
	visibility: hidden !important;
	width: 0px !important;
}

.taegu-box li.page {
   display: inline-block !important;
}

.taegu-box .et_pb_gallery_item {
   margin-bottom: 10px !important;
}

.small-ui .et-pb-arrow-next, .small-ui .et-pb-arrow-prev {
    margin-top: -13px;
	font-size: 26px;
}

/*------------------ PRODOTTI ------------------*/

.single .et_pb_post {
    margin-bottom: 0!important;
}

.prodotti-sidebar .et_pb_widget ul li {
    margin: 0px;
    padding: 18px;
    border-bottom: 1px solid #d8d8d8;
}

@media all and (max-width: 480px) {
	 .prodotti-sidebar .et_pb_widget ul li {
		margin: 0px;
		padding: 12px;
		border-bottom: 1px solid #d8d8d8;
	}
}

.prodotti-sidebar .et_pb_widget ul li.current-menu-item {
    background-image: linear-gradient(45deg,#c1c1c1 0%,#e6e6e6 100%);
}

.prodotti-sidebar .et_pb_widget ul li.current-menu-item a{
    color:white;
}

/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
    .type-project .et_pb_row {
		width:90%
	}
 
}

.single-project.et_pb_pagebuilder_layout .nav-single {
    width: 100% !important;
}


.w3eden .pagination li span, .w3eden .pagination a:hover {
    background: #666666;
    color: #ffffff !important;
    border: none !important;
}

.w3eden .pagination li span, .w3eden .pagination a:hover {
    background: #666666;
    color: #ffffff !important;
    border: none;
}

.w3eden .page-numbers, .w3eden .page-numbers {
    color: #666666 !important;
}

.w3eden .page-numbers.current, .w3eden .page-numbers.current {
    color: #ffffff !important;
}


/*------------------ BUTTON ------------------*/
body .mobile_menu_bar::before {

}

#page-container .et_pb_section .et_pb_button.btn.et_pb_bg_layout_dark {
  display: flex;
  max-width: 210px;
  border-radius: 12px;
  padding: 15px !important;
  text-align: left !important;
  height: 60px;
  align-items: center;
  border-width: 1px !important;
  transition: all 0.5s ease;
    position: relative;
    z-index: 2;
}

#page-container .et_pb_section .et_pb_button.btn.btnlight.et_pb_bg_layout_dark {
    border-color: #c0c0c0;
   background-color: #fff0;
}

#page-container .et_pb_section .et_pb_button.btn.btnlight.et_pb_bg_layout_dark:hover {
    border-color: #fff;
}

#page-container .et_pb_section .et_pb_button.btn.et_pb_bg_layout_dark:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
  z-index: -1;
  background: #0097c3;
  transition: all 0.35s ease;
  display: block;
  border-radius: 12px;
    opacity: 0;
}



#page-container .et_pb_section .et_pb_button.btn.et_pb_bg_layout_dark:hover:before{
  width: 100%;
  transition: all 0.35s ease;
    opacity: 1;
}

#page-container .et_pb_section .et_pb_button.btn.et_pb_bg_layout_dark:hover {
   /* background-color: #0097c3 !important; */
   color: #fff !important;  
}


body #page-container .et_pb_section .et_pb_button.btn.et_pb_bg_layout_dark:after {
    right: 15px;
    transition: all 0.5s ease;
    font-size: 20px !important;
}


#page-container .et_pb_section .et_pb_button.btn.et_pb_bg_layout_dark:hover:after{
   right: 40px;
    color: #fff;
}

/*------------------ BACK TO TOP ------------------*/


/* Default button appearance */
    .et_pb_scroll_top.et-pb-icon {
    right: 30px;
    bottom: 30px;
    padding: 8px;
    border-radius: 12px;
    background: #333;
    font-size: 20px;
    transition: all .1s ease-in-out;
    width: 50px;
    height: 50px;
    padding: 15px;    
}

/* Button Appearance on Mouseover */
.et_pb_scroll_top.et-pb-icon:hover {
    bottom: 32px /* space from bottom */;
    background: #262626 /*button hover color*/;  
    transition: all .1s ease-in-out; /*add transition*/
}
/* Animation tweaks */
.et_pb_scroll_top.et-visible {
    -webkit-animation: fadeInBottom 1s 1 cubic-bezier(.50,0,.160,1);
    -moz-animation: fadeInBottom 2s 1 cubic-bezier(.50,0,.160,1);
    -o-animation: fadeInBottom 1s 1 cubic-bezier(.50,0,.160,1);
    animation: fadeInBottom 1s 1 cubic-bezier(.50,0,.160,1);
}
.et_pb_scroll_top.et-hidden {
    opacity: 0;
    -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -o-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
    animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
}



.pa-blog-equal-height .et_pb_ajax_pagination_container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	column-gap: 0.8em
}
.pa-blog-equal-height .et_pb_ajax_pagination_container article {
	padding: 1em;
	border-radius: 10px;
	border: 1px solid #d8d8d8;
}
.pa-blog-equal-height .et_pb_ajax_pagination_container div {
	grid-column: 1 / -1;
}
.pa-blog-equal-height .et_pb_post div.post-content a.more-link {
	position: absolute;
	bottom: 30px
}
.pa-blog-equal-height .post-content {
	padding-bottom: 0;
}

body .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, body .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
  width: calc(33.33% - 20px);
  margin-right: 20px;
}


.pa-blog-equal-height .post-meta span {
    background-color: #0097c3;
    padding: 2px 20px;
    width: fit-content;
    font-size: 0.9em;
    color: #fff;
    border-radius: 12px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pa-blog-equal-height .post-content-inner p {
  font-size: 0.9em !important;
  line-height: 1.4;
  margin-top: 20px;
}


.pa-blog-equal-height .post-meta {
    position: absolute;
    top: 20px;
    margin-bottom: 0 !important;
}

.pa-blog-equal-height h2 {
    padding-bottom: 0;
}


.pa-blog-equal-height h2:hover {
    color: #0097c3;
}


body .small-ui .et-pb-arrow-next, body .small-ui .et-pb-arrow-prev {
  font-size: 65px;
}

body .et-pb-controllers a {
  background-color: #fff;    
  width: 12px;
  height: 12px;
  opacity: 1;    
}

body .et-pb-controllers .et-pb-active-control {
  background-color: #0097c3;
}


@media all and (max-width: 980px) {
	.pa-blog-equal-height .et_pb_ajax_pagination_container{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media all and (max-width: 768px) {
	.pa-blog-equal-height .et_pb_ajax_pagination_container {
		grid-template-columns: repeat(1, 1fr);
	}
}

/*------------------ FOOTER ------------------*/

#main-footer {
    position: relative;
    overflow: hidden;
}

#main-footer #footer-widgets {
  padding: 12% 0 5% 0;
}

#main-footer::after {
    background-image: url("/wp-content/uploads/2023/08/logo-ingersoll-fixed-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 20%;
    right: -6%;
}


#main-footer #footer-bottom {
  padding: 0;
  height: 7px;
  z-index: 2;
  position: relative;
  display: none;    
}

body #main-footer .footer-widget h4 {
  color: #fff !important;    
}

body #footer-bottom {
  background-color: #0097c3;
}

/* #main-footer::before {
  background: repeating-linear-gradient( -45deg, #181818, #fff 1px, #fff 1px, #181818 4px );
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  opacity: 0.18;
}

#main-footer:after {
    background-image: linear-gradient(#181818 65%, rgba(255,0,0,0));
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 1;
    left: 0;
    z-index: 2;
} */

.nav-single {
  display: none;
}

/* NPN */

.page-id-21 #srcp .col-md-3, .page-id-21 #srcp .row .col-md-6 label {
    display: none;
}

.page-id-21 #srcp .row {
  justify-content: flex-end;
}

.page-id-21 #srcp .row .col-md-6 {
   max-width: 30%; 
}

.page-id-21 #srcp {
  padding: 10px 0;    
  margin-bottom: 0 !important;
}

.page-id-21 .custom-title-size {
  position: absolute;
  top: 22px;
  z-index: 99;
  left: 20px;
}

/*------------------ NEWSLETTER ------------------*/

.mailster-form .mailster-wrapper {
    font-size: 13px;
    line-height: 1.4;
}

.input.mailster-email {
    padding: 10px;
    margin-bottom: 10px;
}

.mailster-wrapper.mailster-email-wrapper label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

.submit-button.button {
  background-color: #fff0;
  height: 60px;
  color: #0097c3;
  margin-top: 20px;
  letter-spacing: 0px;
  font-size: 13px;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  border-radius: 12px;
  box-shadow: none;
  border: 1px solid #c0c0c0;
  padding: 20px;
  transition: all .5s ease;    
}

.submit-button.button:hover {
  color: #fff;
  background-color: #0097c3;
  border: 1px solid #0097c3;
}

.mailster-form-info.error {
  font-size: 14px;
  line-height: 1;
  padding: 20px;
}

/*------------------ RESULTS ------------------*/

body .et-search-field::placeholder {
    opacity: 1;
}

#wpdm-search-form {
    margin-bottom:60px !important;
}

.search-no-results .not-found-title {
    font-size: 26px;
}

@media all and (max-width: 980px) {
	.search-no-results .entry {
		text-align:right;
	}
    
    header .et_menu_container {
       padding: 0px 20px;
    }
}

.ch2-style-light .ch2-settings-actions p {
display:none!important;
}

@media all and (min-width: 2024px) {
.sliderHome.sliderHomeV2 .et_pb_slider .et_pb_slide::after {
  background: linear-gradient(90deg,#0097c3 60%,rgba(0,0,0,0) 100%);
}
}  


@media all and (max-width: 1360px) {
.custom-slider .et-pb-controllers {
  padding: 0 60px;
}
}



@media all and (max-width: 1170px) {
.sliderHome.sliderHomeV2 .et_pb_slider .et_pb_slide {
    background-size: cover;
}
.sliderHome.sliderHomeV2 .et_pb_slide_description {
  width: 70% !important;
} 
.custom-slider .et-pb-controllers a {
  max-width: 80px;
}
body #top-menu li {
  padding-right: 15px;
}    
}  


@media all and (max-width: 1120px) {
    body #top-menu li {
      padding-right: 20px;
    }
    header .et_menu_container {
      padding: 0px 40px;
    }    
.sliderHome.sliderHomeV2 .et_pb_slide_description {
  width: 100% !important;
} 
body #top-menu li {
  padding-right: 10px;
}
.page-id-21 .custom-title-size {
  font-size: 36px !important;
}
} 

@media all and (max-width: 1040px) {
    body #top-menu li {
      padding-right: 15px;
    }
    .et_fullwidth_nav #main-header .container {
      padding-right: 20px;
      padding-left: 20px;
    }    
    body #top-menu li {
      padding-right: 5px;
    }
    body #top-menu li.icon-social.menu-item {
      padding-right: 0;
    }    
} 

@media all and (max-width: 980px) {
    body #et_top_search {
      margin-right: 35px;
    }    
    body .et_mobile_menu li a {
        color: #fff;
    }    
    body #et_search_icon::before {
      top: -4px;
    }
    .sliderHome.sliderHomeV2 .et_pb_slide_image img {
      max-width: 250px;
    } 
    .mobile_nav .icon-social {
      display: none;
    }    
}

@media all and (max-width: 900px) {
.sliderHome.sliderHomeV2 .et_pb_slide_description {
  width: 100% !important;
}
.page-id-21 .custom-title-size {
  position: relative;
  top: unset;
  left: unset;
}
.page-id-21 #srcp .row .col-md-6 {
  max-width: 100%;
  flex: 0 0 100%;
}    
}    

@media all and (max-width: 767px) {
.sliderHome.sliderHomeV2 .et_pb_slide {
  padding: 0 50px;
}    
   .custom-slider .et-pb-controllers a {
    max-width: 50px;
   }
    
    body .sliderHome.sliderHomeV2 .et_pb_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_title {
      font-size: 40px !important;
    } 
    .sliderHome.sliderHomeV2 .et_pb_slide_description {
      width: 100% !important;
    }
.page-id-21 .custom-title-size {
    font-size: 32px !important;
    line-height: 38px;
    margin-bottom: 40px !important;
}    
#main-footer::after {
  top: 8%;
  right: -6%;
  background-size: 50%;
}    
} 