/*
 Theme Name:     Sign Sharx
 Theme URI:      https://b2webstudios.com/
 Description:    Custom Theme for Sign Sharx
 Author:         Brett Belau, B2 Web Studios
 Author URI:     https://b2webstudios.com
 Template:       generatepress
 Version:        1.0.0
*/

@import url("../generatepress/style.css");

/* ==========================================================================
Header Styles
========================================================================== */

/* Remove featured image */
.separate-containers .featured-image {
  display: none;
}

.skewed-heading {
  background-color: rgba(20, 64, 124, 0.8);
  color: white;
  display: inline-block;
  padding: 15px 30px; /* Adjust left/right padding as needed */
  transform: skewX(-25deg); /* Adjust the skew angle as needed */
  margin-left: -15px; /* Adjust to align the left side */
}

.skewed-heading > span,
.heading-text,
.skewed-heading .elementor-heading-title {
  display: inline-block;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  transform: skewX(25deg) !important; /* Reverse the skew for the text */
}

/* Green Bar Animation */
.green-bar-right {
  position: absolute;
  left: 0;
  width: 3259px; /* Set the width to match your image width */
  height: 5px; /* Set the height to match your image height */
  animation: moveRight 20s linear infinite; /* Adjust the duration as needed */
  margin-top: -10px;
}

.green-bar-left {
  position: absolute;
  left: 0;
  width: 3259px; /* Set the width to match your image width */
  height: 5px; /* Set the height to match your image height */
  animation: moveLeft 20s linear infinite; /* Adjust the duration as needed */
  margin-top: -10px;
}

@keyframes moveRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes moveLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* ==========================================================================
Footer Styles
========================================================================== */

/* ==========================================================================
Text Styles
========================================================================== */

h1,
h2,
h3,
h4 {
  margin-top: 30px;
}

.service-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service-list li {
  width: 48%;
  margin-bottom: 10px;
}

/* Media query for mobile screens */
@media (max-width: 767px) {
  .service-list li {
    width: 100%;
  }
}

/* ==========================================================================
Button Styles
========================================================================== */

.signsharx-btn {
  background-image: url("https://signsharx.com/wp-content/themes/signsharx/images/white-button.png");
  background-size: cover;
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 253px;
  height: 53px;
  border: none;
  border-radius: 0px !important;
  color: #14407c !important;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5),
    /* Dark inset shadow */ 1px 1px 0 rgba(255, 255, 255, 0.5); /* Light outset shadow */
  display: inline-block;
  font-size: 18px !important;
  cursor: pointer;
  transition: background-image 0.3s ease;
}

.signsharx-btn:hover {
  background-image: url("https://signsharx.com/wp-content/themes/signsharx/images/yellow-button.png");
  /*background-image: url("https://signsharx.com/wp-content/themes/signsharx/images/yellow-button-shark-bite.png");*/
}

/* Responsive Styles */
@media (max-width: 576px) {
  .signsharx-btn {
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 14px;
  }
}

/* ==========================================================================
Homepage Styles
========================================================================== */

.elementor-element .elementor-main-swiper,
.elementor-lightbox .elementor-main-swiper {
  border-radius: 20px;
}

/* ==========================================================================
Portfolio Styles
========================================================================== */

/* ==========================================================================
Form Styles
========================================================================== */

/* Gravity Forms - Field styles */
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper textarea {
  background: #f1f2f4;
  border: solid 2px #cccccc;
  border-radius: 0px;
  color: #444444 !important;
  padding: 20px 20px !important;
}

/* Gravity Forms - Button styles */
.gform_wrapper .gform_footer input.button,
.gform_button,
.gform_button_select_files,
.gform_wrapper input[type="button"],
.gform_wrapper input[type="submit"] {
  /* float: right!important; */
  /* background: transparent !important;
  border: 2px solid #49b030 !important;
  font-size: 22px!important; 
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: #49b030 !important;
  padding: 12px 23px !important;
  border-radius: 0px !important;
  letter-spacing: 1px !important;
  cursor: pointer;
  transition: all 0.3s;
 */
  /*background-image: url("https://signsharx.com/wp-content/themes/signsharx/images/white-button.png");
  background-size: cover;
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-position: center;*/
  background-color: rgba(219, 215, 205, 1) !important;
  width: 253px;
  height: 53px;
  border: none;
  border-radius: 0px !important;
  color: #14407c !important;
  text-align: center;
  text-transform: uppercase !important;
  text-decoration: none;
  /* text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5),*/
  /* Dark inset shadow */ /* 1px 1px 0 rgba(255, 255, 255, 0.5); /* Light outset shadow */
  display: inline-block;
  font-size: 14px !important;
  cursor: pointer;
  transition: background-image 0.3s ease;
}

/* Gravity Forms - Button hover styles */
.gform_wrapper .gform_footer input.button:hover,
.gform_button:hover,
.gform_button_select_files:hover,
.gform_wrapper input[type="button"]:hover,
.gform_wrapper input[type="submit"]:hover {
  background-image: url("https://signsharx.com/wp-content/themes/signsharx/images/yellow-button.png");
  background-size: cover;
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-position: center;
}

/* ==========================================================================
Mobile Styles
========================================================================== */
