/**
 * Theme Name:     SummitWest
 * Author:         MaketAspex
 * Template:       hello-elementor
 * Text Domain:	   summitwest
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */





.svg-hover-wrap {
	display: inline-block;
	position: relative;
}

.svg-hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
}

.svg-hover-wrap:hover .svg-hover {
	opacity: 1;
}

.svg-hover-wrap:hover .svg-default {
	opacity: 0;
}

/* elementor Form button */
.elementor-field-type-submit .elementor-button-icon {
  position: absolute;
  width: 150px;
  height: 150px;
}
.elementor-field-type-submit .elementor-button-icon > svg {
  width: auto;
}
.elementor-field-type-submit .elementor-button-icon > svg g path {
  fill: transparent !important;
}

.elementor-field-type-submit .elementor-button-icon:hover  svg g path{
  fill: var( --e-global-color-primary ) !important;
}

.elementor-field-type-submit .elementor-button-text 
{
	z-index:10;
}

.elementor-field-type-submit {
  margin-top: 100px;
}

.elementor-field-group .elementor-field-group:focus,
.elementor-field-group .elementor-field:focus-visible{
  box-shadow: unset !important;
  outline: 0 !important;
}

.footer-form-wrp .elementor-field-type-submit {
  margin: 0px;
}


@media(max-width:768px){
	.svg-hover-wrap svg {
	  display: block;
	  width: 227px;
	  height: auto;
}
	
	
		.booking-made-easy-wrp .lower-lines {
		transform: rotate(-40deg);
}
	
}


@media(max-width:600px){
	.booking-made-easy-wrp .upper-lines {
		transform: rotate(50deg);
	}
	.booking-made-easy-wrp .lower-lines {
		transform: rotate(60deg);
}
	
}









