	html,body {
		overflow-x:hidden;
	}

/*hero slider*/
#hero_slider .elementor-slide-heading {
    background: #1C2639;
    display: inline-block;
    padding:10px 20px;
}
#hero_slider .eicon-chevron-right, 
#hero_slider .eicon-chevron-left {
    background: #1c263994;
    padding: 10px 5px;
    transition: .5s ease;
	opacity:0;

}

#hero_slider .elementor-swiper-button-next {
    right: 0px;
}
#hero_slider .elementor-swiper-button-prev {
    left: 0px;
}
#hero_slider:hover .eicon-chevron-left,
#hero_slider:hover .eicon-chevron-right{
	    opacity:1;
}
#hero_slider .elementor-swiper-button:hover i{
        background: #1c2639;
}

/* hero slider */
/* modal popup with elementskit */
body.modal-open {
    overflow-y: hidden;
}
.stejcraft_modal{
	height:1px;
	margin:0px !important;
	overflow:hidden;
}
.stejcraft_modal button.elementskit-btn{
    position: absolute;
    background: red;
    max-width: max-content;
    left: 0;
    bottom:0;
    visibility: hidden;
    opacity: 0;
    height:1px;
}

.stejcraft_modal .ekit-popup__content {
    max-width:95vw;
    max-height:80vh;
}
/* End of modal popup with elementskit */


.ls-nav-prev, .ls-nav-next {
    z-index: 999 !important;
}
.swiper-slide-inner {
	max-height: 550px;  
    overflow:hidden;
}

@media only screen and (min-width: 1025px) {
.w521 {
    width: 52% !important;
}
.w481 {
    width: 48% !important;
}

  
.angle-shape{
     position: relative;
     z-index: 1;
     margin-bottom:0px !important;
  }
  .angle-shape:after {
    position: absolute;
    height: 65px;
    width: 65px;
    content: "";
    background: #fff;
    right: -10px;
    top: 47%;
    transform: rotate(45deg) translateY(-50%);
    z-index: 1;
  }

  .angle-shape.angle-r::after {
    right: auto;
    left: -55px;
  }
li#menu-item-595 a, .menu-item-595 a {
    padding-right: 0px !important;
}
section.home-sticky-menu {
    opacity:0;
    top:-40px !important;
    position:absolute;
     width:100%;
}

section.home-sticky-menu.elementor-sticky--effects {
    opacity:1;
    top:0px !important;
}
.logged-in section.home-sticky-menu.elementor-sticky--effects {
    opacity:1;
    top:32px !important;
}
.elementor-701 .elementor-element.elementor-element-8892c8c{
  transition:.3s ease  !important;
}

}
.elementor-widget-video .elementor-custom-embed-image-overlay img {
    min-height: 190px !important;
}
a#metric-640.active, a#us-640.active {
    background: #252c3e;
    color: #fff;
}

span.option {
    display: none;
}
span.option.active {
    display: block;
}
.elementor-editor-wp-page span.option {
    display: block;
}
/*Quote request form*/
.stejcraft-form_wrapper.gform_wrapper.gravity-theme input[type=text], 
.stejcraft-form_wrapper.gform_wrapper.gravity-theme textarea, 
.stejcraft-form_wrapper.gform_wrapper.gravity-theme select {
    background: #f5f7f9;
    border: none;
    padding: 10px 15px;
    color: #99A2B4;
    font-size: 16px !important;
    min-height: 50px !important;
    letter-spacing: 1px !important;
}
.stejcraft-form label.gfield_label {
    font-size: 18px !important;
    font-weight: 400 !important;
}
.stejcraft-form .ginput_container {
    margin-top: 0px !important;
}

.stejcraft-form .gfield {
    margin-top: 10px !important;
}
.stejcraft-form .ginput_container_select {
    position: relative;
    z-index: 1;
    background:#f5f7f9;
    overflow: hidden;
    line-height: 50px;
    height:50px;
    margin-top:20px !important;
}

.stejcraft-form .ginput_container_select:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free' !important;
    position: absolute;
    right: 12px;
    top: 0px;
    height: 100%;
    width: 20px;
    line-height: 50px;
    z-index:-2;
    font-size: 20px;
    color: #7F8BA4;
}
.stejcraft-form select {
	background: transparent;
	-webkit-appearance: none;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 3;
	width: 99.8% !important;
	padding: 0px !important;
	height: 100%;
	left: 15px;
    color: #636A79;

}
.stejcraft-form li#field_2_5 {
    margin-top: 25px !important;
}
.gform_wrapper .gfield_checkbox input, .gform_wrapper .gfield_radio input {
    display: none !important;
}
.gform_wrapper .gfield_checkbox label, .gform_wrapper .gfield_radio label {
    position:relative;
	margin: 16px 0px;
}
.gform_wrapper .gfield_checkbox  label:before, .gfield_checkbox  label:after,
.gform_wrapper .gfield_radio  label:before, .gfield_radio  label:after{
    position: absolute;
    left: 0px;
    top: -2px;
    content: "";
    height: 20px;
    width: 20px;
    border: 1px solid #d8dde8;
    background: #eee;
    z-index: 5;
    border-radius: 5px;
    line-height:20px; 
    transition:.3s all;
    font-size:13px;
    color: #fff;
    
}
 .gform_wrapper .gfield_checkbox  input:checked + label:after,
 .gform_wrapper .gfield_radio  input:checked + label:after{

    border: 1px solid #00b4e4;
    background: #00b4e4;
    z-index: 6;
    color: #fff;
    text-align:center;
    font-weight: bold; 
    content: "\f00c";
    font-family: 'Font Awesome 5 Free' !important;
}

.gform_wrapper .gfield_checkbox  label,
.gform_wrapper .gfield_radio  label{
    padding-left: 30px !important;
    overflow: inherit;
    width: auto !important;
    margin-right: 30px;
}
.gfield_checkbox label, .gfield_radio label {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #636A79;
}
.gform_heading, .gform_validation_errors, .gform_ajax_spinner {
    display: none;
}

.gfield_validation_message {
    padding: 0px !important;
    border: none !important;
    background-color: transparent !important;
}.stejcraft-form input[type=submit] {
    height: 50px;
    line-height: 50px;
    width: 170px !important;
    padding: 0px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    border: none;
    outline:none;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.quote-form textarea {
    margin-top: 10px;
}
.from-ttl h4 {
    font-size: 28px !important;
    font-weight: 400;
    letter-spacing: .5px;
    margin-bottom: 10px;
}

.from-ttl p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}

textarea#input_1_6 {
    margin-top: 10px;
    height: 148px;
}
li#field_2_7 {
    margin-top: 15px !important;
}

/* home page */

#menu-item-563 i {
    display: none;
}

 .elementskit-megamenu-panel {
    margin: 0 auto !important;
    width: 144% !important;
    max-width: 1140px !important;
    left: -44% !important;
    overflow-y: scroll !important;
    transition:all .3s ease !important;
   -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
    box-shadow: 0px 5px 5px 0px #00000026 !important; 
    border-top:1px solid #ddd;
    height:50px;
    max-height:80vh;

}
.elementskit-navbar-nav-default .elementskit-megamenu-has:hover>.elementskit-megamenu-panel {

	opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
  pointer-events: auto;
  height: max-content !important;
  max-height:85vh;
}

.elementor-aspect-ratio-169 {
    width: inherit !important;
}
footer#site-footer {
    width: 100%;
    max-width: 100%;
}
/*Gravity form*/
#input_2_9 {
  margin-top: 10px !important;
}
@media only screen and (min-width: 641px) {
  .ginput_recaptcha {
      float: right;
  }
	

.g_captcha .gfield_validation_message {
    text-align: right !important;
}

.gform_footer.top_label {
    justify-content: flex-end;
}
.cleft-widget .elementor-widget-container {
    min-height: 125px;
    display: flex;
}
}
/*Tab*/
@media only screen and (max-width: 1024px) {
    section.home-sticky-menu {
    opacity:1;
    height:auto;
    visibility:visible;
	}
  .angle-shape {
    background: transparent !important;
    box-shadow: none !important;
}
	.contact_extra .elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: 6fr 6fr !important;
}
}

/*mobile*/

@media only screen and (max-width: 767px) {
.gfield_radio li, .gfield_checkbox li {
    margin-bottom: 5px !important;
}

p.ls-layer {
  font-size: 16px !important;
  line-height: 18px !important;
  width: 100% !important;
    
}
p.ls-layer br{
  display: none !important;
}
.mobile-full .elementor-icon-box-wrapper {
    display: flex;
}

.mobile-full .elementor-icon-box-content {
    margin-left: 20px;
}
  .white-bg-mobile{
    background-color:#fff;
  }

  .gravity-from .elementor-widget-container {
   box-shadow: none !important;
  }

#field_1_7 {
  text-align: center;
}
.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
    display: block !important;
}
div#blog-posts a.elementor-post__read-more {
    max-width: max-content;
    display: block;
    margin-top: 0px !important;
    margin-bottom: 10px;
}
  .angle-shape .elementor-widget-container{
    box-shadow: none !important;
    background-color:transparent !important;
}
.elementor-custom-embed-play i {
    font-size: 50px !important;
}
.contact_extra .elementor-widget-wrap {
    grid-template-columns: auto !important;
}
	.cleft-widget .elementor-icon-box-wrapper {
    display: grid !important;
    grid-template-columns: 2fr 10fr;
    align-items: center;
    min-height:80px;
}

.cleft-widget .elementor-icon-box-icon {
    margin-bottom: 0px !important;
}
.stejcraft_modal .ekit-popup-modal__close {
    top: 10px !important;
    right: 10px !important;
    height: 24px !important;
    width: 24px !important;
    z-index: 99 !important;
}

}
/*blog*/
a.elementor-post__read-more {
    background: #00b4e4;
    color: #fff !important;
    padding: 10px 40px 10px 40px;
    font-size: 18px !important;
    margin-top: 15px !important;
    transition:.3s all;
}
a.elementor-post__read-more:hover {
    background: #56cdfd;
}

.stejcraft-post .elementor-heading-title {
  color: #222 !important;
  font-weight: 500 !important;
  line-height: 1.4em;
}
.stejcraft-post h2.elementor-heading-title {
  font-size:32px;
}
.stejcraft-post p {
 font-size: 18px;
}

.stejcraft-post a{
  color: #0056B3;
} 

form#gform_1 .gform_footer.top_label {
    margin-top: 0px;
}

input#gform_submit_button_1 {
    margin-bottom: 16px;
}
.monaco-popup-video .elementor-open-lightbox {
    max-height: 400px;
}
.monaco-popup-video .elementor-open-lightbox:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #030E31;
    opacity: .7;
    z-index: 1;
}

.monaco-popup-video .elementor-custom-embed-play {
    z-index: 2;
}
footer.elementor-slideshow__footer.elementor-lightbox-prevent-close {
    display: none;
}
.elementor-swiper-button.elementor-swiper-button-next.elementor-lightbox-prevent-close,
.elementor-swiper-button.elementor-swiper-button-prev.elementor-lightbox-prevent-close {
   display: block!important;
   height:50px !important;
}
.elementskit-menu-overlay {
    background-color: rgb(0,0,0, .4) !important;
    -webkit-transition: all .2s ease !important;
    transition: all .2s ease !important;
}
.elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements {
    -webkit-transition: left .4s ease !important;
    transition: left .4s ease !important;
}
.elementor-custom-embed-play:after {
    content: "Watch video";
    color: #fff;
    display: block;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 1px 13px;
    margin-top: 15px;
    opacity: .8;
    transition: .3s ease all;
}
.elementor-custom-embed-play:hover:after {
   opacity: 1;
}
span#trigger-quote {
    color: #00b4e4;
    text-transform: capitalize;
    cursor: pointer;
}
.section-ttl h4 {
    font-size: 18px;
    font-weight: 400 !important;
    margin-bottom: 0px;
}
#field_2_8 .ginput_container_select {
    margin-top: 10px !important;
}

@media only screen and (min-width: 1500px) {  /*Larger Screen size*/
  .elementskit-navbar-nav-default .elementskit-megamenu-has:hover>.elementskit-megamenu-panel {
    height:680px;
    max-height: 85vh !important;
    overflow-y: hidden !important;
    width: 1120px !important;

  }
.dlx-640-hero {
    background-position: 100% 40% !important;
    min-height:800px !important;
}


}
/*second popup*/
#elementor-popup-modal-3576 {
    cursor: pointer;
}
/*
div#elementor-popup-modal-335 .dialog-close-button:after {
    content: " ";
    color: #fff;
    background: url("/wp-content/uploads/2021/07/Closing-Icon-100-100.png");
    background-size: 100%;
    height: 25px;
    width: 25px !important;
    position: absolute;
    left: -18px;
    top: -6px;
 }
*/

#elementor-popup-modal-335 .dialog-close-button:before {
    content: "Close ";
}
#elementor-popup-modal-335 .dialog-close-button {
    opacity: .7;
    transition: .3s ease;
}
#elementor-popup-modal-335 .dialog-close-button:hover {
    opacity: 1;
}
.elementor.elementor-3576.elementor-location-popup {
  overflow: hidden !important;
  height: 100%;
}
/*video*/
.wistia_embed_initialized {
    position: absolute !important;
    right: 50%;
    transform: translate(50%);
}

.wistia_click_to_play a {
    color: #fff;
    border: 1px solid #fff;
    padding: 4px 15px;
    border-radius: 50px;
    opacity: .8;
    transition: .3s ease;
}
.wistia_click_to_play i{
    position: absolute;
    top: -90px;
    font-size: 70px;
    left: 24px;
}
.wistia_click_to_play a:hover{
       opacity: 1;
       color:#fff;
 
}
@media only screen and (max-width: 767px) {
  .wistia_click_to_play i {
      top: -70px;
      font-size: 55px;
      left: 32px;
  }

#hero_slider .elementor-slide-heading {
    padding: 10px;
}

	
}
/*fix popup button over to another*/

div#elementor-popup-modal-335 {
    z-index: 999 !important;
}
#elementor-popup-modal-3576{
    z-index: 998 !important;
}

div#gform_wrapper_4 input[type=text], div#gform_wrapper_4 input[type=email] {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    padding: 0;
    font-size: 15px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 5px;
	margin:0px;
}

input#gform_submit_button_4 {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .5px;
    border: none !important;
	outline:none;
	padding: 12px;
}
div#input_4_5 {
    float: none !important;
}

form#gform_4 .gfield {
    padding-right: 0px;
}
form#gform_4 .validation_message {
    padding: 0px !important;
    border: none !important;
    background: transparent !important;
    font-size: 12px;
    font-weight:400;
}

form#gform_4 .gfield_error {
    border: none !important;
    background: transparent !important;
    margin: 0px !important;
}
form#gform_4 .validation_error {
    margin: 0px !important;
    border: none !important;
    padding: 5px 0px !important;
}
.configurator a {
    cursor: pointer;
}
.all_boat_sp h4.elementor-heading-title{
margin-bottom: -10px;
}