/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* section#primary {
    padding: 0 40px;
} */

/* footer ul.sub-menu { margin-top: -270px !important; }  */
.header-nav {
  background: #000;
}

a.hfe-menu-item:hover, .menu-item.current-menu-item{
    transform: skew(-20deg);
	font-weight: 700 !important;
    text-shadow: none;
}

#services figcaption.elementor-image-carousel-caption {
    position: absolute;
    z-index: 9;
    transform: translateY(150%);
    bottom: 20%;
    padding: 0 7%;
}

#services .elementor-swiper-button.elementor-swiper-button-prev i, #services .elementor-swiper-button.elementor-swiper-button-next i {
    display: none;
}
#services .elementor-swiper-button.elementor-swiper-button-prev {
    background: url(https://interstatewaste.us/wp-content/uploads/2023/11/Untitled-12.fw_.png) no-repeat;
    background-size: 100% 100%;
    z-index: 9;
    width: 60px;
    height: 70px;
}
#services .elementor-swiper-button.elementor-swiper-button-next {
    background: url(https://interstatewaste.us/wp-content/uploads/2023/11/Untitled-27.fw_.png) no-repeat;
    background-size: 100% 100%;
    z-index: 9;
    width: 60px;
    height: 70px;
}

.slider-pro img.sp-image, .slider-pro img.sp-thumbnail {
    max-width: 100% !important;
    max-height: max-content !important;
}

/* APPOINTMENT FORM */
#appointment-form .wpcf7-list-item-label {
	color: #878787;
	font-size: 20px;
}

#appointment-form br {
	display: none;
}

#appointment-form span {
	margin: 0;
	padding: 0;
	width: 100%;
}

#appointment-form input:not([type="checkbox"],[type="submit"]),
#appointment-form textarea,
#appointment-form select {
	width: 100%;
	height: 80px;
	border: unset;
	background: #EEEEEE;
	color: #000;
	font-family: 'Montserrat';
	font-size: 20px;
	padding: 20px;
	text-transform: uppercase;
}

#appointment-form .flex,
#appointment-form .flex p {
	display: flex;
	gap: 22px;
/* 	margin: 0 0 28px; */
}

#appointment-form input[type="checkbox"] {
	height: 40px;
	width: 40px;
}

#appointment-form #custom-file-upload {
	display: none;
}

#appointment-form .drag-drop-label {
	border: 3px dashed #444;
	padding: 40px 60px;
	text-align: center;
	font-size: 20px;
	margin-bottom: 22px;
}

.drag-drop-label h2 {
	font-size: 35px;
	font-family: 'Montserrat';
	color: #fff !important;
	background: #000;
	-webkit-text-fill-color: unset;
	padding: 50px 0;
	border-radius: 30px;
}

#appointment-form textarea {
	height: 250px;
	width: 100%;
	padding-top: 30px;
}

#appointment-form ::placeholder {
	color: #878787;
}

#appointment-form .btn {
	background: #BCD528;
	padding: 15px 50px;
	width: unset;
	display: block;
	margin: auto;
	color: #fff;
	font-weight: 700;
	border-radius: 30px;
	border: 0;
}

#appointment-form .wpcf7-list-item label {
	display: flex;
	align-items: center;
	gap: 30px;
}

/* MOBILE VERSION */
.page-id-1587 { width: 100%; max-width: 1000px; }
.page-id-1587 .aioa-widget-wrapper, .page-id-1587 #wprmenu_bar { display: none; }
.nav-items {width: 390px !important; margin-left: auto;}
.nav-items .elementor-widget-wrap { display: flex; justify-content: space-between; gap: 18px; }

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

	#appointment-form input,
	#appointment-form select,
	#appointment-form textarea {
		height: 60px;
	}

	#appointment-form textarea {
		height: 200px;
	}


	#appointment-form .wpcf7-list-item-label {
		font-size: 18px;
	}

	#appointment-form .btn {
		font-size: 18px;
	}

	#appointment-form .drag-drop-label {
		padding: 40px 20px;
	}

	.drag-drop-label h2 {
		font-size: 30px;
		padding: 40px 0;
	}
}

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

	#appointment-form .flex,
	#appointment-form .flex p {
		flex-wrap: wrap;
		gap: 15px;
	}

	#appointment-form input,
	#appointment-form select,
	#appointment-form textarea {
		font-size: 15px;
	}

	#appointment-form textarea {
		height: 150px;
	}

	#appointment-form .btn,
	#appointment-form .wpcf7-list-item-label {
		font-size: 15px;
	}

	#appointment-form input[type="checkbox"] {
		height: 20px;
		width: 20px;
	}

	#appointment-form .drag-drop-label {
		padding: 20px;
	}

	.drag-drop-label h2 {
		font-size: 25px;
		padding: 20px;
	}
}


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

/* .page-id-994 header#masthead, .page-id-994 footer {
    display: none !important;
	} */
/* html {
    padding-top: 0 !important;
    margin-top: 0 !important;
	} */
.page-id-994 div#wprmenu_bar {
    display: none !important;
}

}

@media (max-width: 480px){
	#services figcaption.elementor-image-carousel-caption{font-size: 12px;}
}