/*!
 Theme Name:     Neal Skilling Web
 Theme URI:      https://nealskilling.com
 Description:    Neal Skilling Web Design & Development Theme
 Author:         Neal Skilling Web Design & Development
 Author URI:     https://nealskilling.com
 Template:       Divi
 Version:        1.0.0
*/
/* =Theme customization starts here
------------------------------------------------------- */
.light-blue {
  color: #c2e1ed !important;
}

.med-blue {
  color: #7bbed8 !important;
}

.dark-blue {
  color: #4b9ec1 !important;
}

.et_slide_in_menu_container #mobile_menu_slide li.current-menu-item a, .et_slide_in_menu_container #mobile_menu_slide li a {
  font-weight: 800;
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1.4em;
  padding: 0 40px;
}

.et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu {
  top: 20px;
}

.footer-widget .widget_block {
  display: block;
  float: none;
  margin-bottom: 0px !important;
}

.footer-widget .wp-block-heading {
  margin-bottom: 10px;
}

.footer-widget .linkedin-link {
  padding: 0 !important;
}

.footer-widget .linkedin-link:before {
  display: none !important;
}

.footer-widget .linkedin-link svg {
  width: 40px !important;
  height: 40px !important;
  margin-left: -5px;
  margin-top: 10px;
  color: #4b9ec1 !important;
}

#footer-bottom {
  display: none;
}

.et_pb_testimonial_portrait:before {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.recent-work .et_pb_column {
  padding: 0 !important;
}

.recent-work .et_pb_column:not(.et_pb_specialty_column) div {
  height: 100% !important;
}

.recent-work .et_pb_slides {
  padding: 10px !important;
}

.recent-work.no-padding .et_pb_slides {
  padding: 0px !important;
}

.recent-work .et_pb_slide {
  padding: 0 !important;
}

.recent-work .et_pb_column_1_2 .et_pb_slide_image, .recent-work .et_pb_column_1_2 .et_pb_slide_video, .recent-work .et_pb_column_1_3 .et_pb_slide_image, .recent-work .et_pb_column_1_3 .et_pb_slide_video, .recent-work .et_pb_column_1_4 .et_pb_slide_image, .recent-work .et_pb_column_1_4 .et_pb_slide_video, .recent-work .et_pb_column_1_5 .et_pb_slide_image, .recent-work .et_pb_column_1_5 .et_pb_slide_video, .recent-work .et_pb_column_1_6 .et_pb_slide_image, .recent-work .et_pb_column_1_6 .et_pb_slide_video, .recent-work .et_pb_column_2_5 .et_pb_slide_image, .recent-work .et_pb_column_2_5 .et_pb_slide_video, .recent-work .et_pb_column_3_5 .et_pb_slide_image, .recent-work .et_pb_column_3_5 .et_pb_slide_video, .recent-work .et_pb_column_3_8 .et_pb_slide_image, .recent-work .et_pb_column_3_8 .et_pb_slide_video {
  margin: 0 !important;
}

.recent-work .et_pb_slide_image img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  max-height: none !important;
}

.laptop-slider .et_pb_row {
  padding: 38px 0 70px 0 !important;
}

.laptop-slider .et_pb_slides {
  height: 504px !important;
  width: 804px !important;
  margin: auto !important;
  cursor: url("assets/scroll-icon.png"), auto;
}

.laptop-slider .et_pb_slides div {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}

/*.laptop-slider .et_pb_slide_image img {
	width: 100%!important;
	height: 100%!important;
	-o-object-fit: cover!important;
	object-fit: cover!important;
	max-height: none!important;
}*/
.animation-fade .et_pb_slide_image,
.animation-fade .et_pb_slide:first-child .et_pb_slide_image img.active {
  -webkit-animation-name: fade;
  animation-name: fade;
}

.scrollable-img .et_pb_image_wrap, .scrollable-img .et_pb_slide_image {
  position: relative !important;
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  overflow: hidden;
  cursor: url("assets/scroll-icon.png"), auto;
}

.scrollable-img .et_pb_image_wrap img, .scrollable-img .et_pb_slide_image img {
  position: absolute;
  width: 100%;
  -webkit-transition: top 8s ease-out 0s;
  transition: top 8s ease-out 0s;
  top: 0px;
  left: 0;
  max-height: none !important;
}

.et_pb_number_counter .percent-sign {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  background-image: url(assets/plus-icon.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.mobile_menu_bar:before {
  color: transparent !important;
}

body:not(.et_pb_fullscreen_menu_active) .mobile_menu_bar:before {
  background-image: url(assets/menu-icon.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

body.et_pb_fullscreen_menu_active .mobile_menu_bar:before {
  background-image: url(assets/close-icon.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 1366px) {
  .laptop-slider .et_pb_slides {
    height: 38vw !important;
    width: 60vw !important;
  }
}
@media (max-width: 1080px) {
  .laptop-slider .et_pb_row {
    padding: 46px 0 70px 0 !important;
  }
}
@media (max-width: 767px) {
  .scrollable-img .et_pb_slide_image {
    margin-top: 0 !important;
  }
  .laptop-slider .et_pb_row {
    padding: 54px 0 70px 0 !important;
  }
}
@media (max-width: 480px) {
  .laptop-slider .et_pb_row {
    padding: 60px 0 70px 0 !important;
  }
}