html{
  font-size: 16px;
}

/*** MENU ***/

nav ul,
ol {
	margin: 0;
	padding: 0;
}

/*** PAGE TEMPLATES ***/

.simpledevel_entry_page_content_article{
    width: 100%;
}

.simpledevel_entry_page_one_middle_column_content_article{
  width: 100%;
}

.simpledevel_entry_content{
  position: relative;
  padding: 0;
  background: white;
  z-index: 10;
}

.simpledevel_entry_content_element_wrap{
  width: 100%;
  background: white;
  z-index: 10;
  position: relative;
}

.simpledevel_entry_content_element_wrap > *{
  max-width: 1150px;
  position: relative;
  left: 50%;
  transform: translateX( -50% );
  padding: 0 20px;
  z-index: 10;
  background: white;

}

/*** IMAGES ***/

.simpledevel_theme_image img{
  padding: 5px;
  margin: 5px;
  border: 1px solid rgb(92, 192, 241);
}

.simpledevel_theme_align_image_size img{
  width: 550px;
}

@media (max-width: 1100px) {
  .simpledevel_theme_align_image_size img{
    width: 450px;
  }
}

@media (max-width: 850px) {
  .simpledevel_theme_align_image_size img{
    width: 350px;
  }
}

@media (max-width: 700px) {
  .simpledevel_theme_align_image_size figure.alignright{
    float: none;
    margin: 0;
  }
  .simpledevel_theme_align_image_size img{
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 780px) {
  .wp-block-column{
    flex-basis: 100%;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}

/** BUTTONS **/

.simpledevel_main_button a{
  padding: 10px 20px;
  background: #2176ff;
  border-radius: 10px;
  text-transform: uppercase;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
}
.simpledevel_main_button a:hover{
  color: #ff671f;
}

.simpledevel_main_button .fa{
  margin-right: 10px;
}

html{
  color: rgb(0, 20, 70);
}

@media (max-width: 1000px) {
  html{
    font-size: 12px;
  }
}

@media (max-width: 750px) {
  html{
    font-size: 12px;
  }
}

body{
  color: rgb(0, 20, 70);
  line-height: 30px;
  font-size: 18px;
}

h1 {
  font-weight: 700;
  line-height: 46px;
  font-size: 46px;
  margin: 0 0 43px 0;
}

h2 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: 0px;
  font-style: normal;
  color: #323643;
  margin-bottom: 0.3em;
  box-sizing: border-box;
}

p {
  margin: 0 0 23px 0;
}


#wst-jetski-promo {
  position: fixed;
  inset: 0;
  background: rgba(5, 10, 20, 0.72);
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.wst-promo-modal {
  width: 100%;
  max-width: 500px;
  background: #ffffff;
  border-radius: 18px;
  padding: 34px 28px 28px;
  text-align: center;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  border-top: 6px solid #f2c94c;
}

.wst-promo-close {
  position: absolute;
  top: 10px;
  right: 14px;
  border: 0;
  background: transparent;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  color: #1a1a1a;
}

.wst-promo-badge {
  display: inline-block;
  background: #f2c94c;
  color: #111;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 8px 12px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.wst-promo-title {
  margin: 0 0 6px;
  color: #0d1b2a;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 800;
}

.wst-promo-subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #1d3557;
  margin-bottom: 14px;
}

.wst-promo-text {
  margin: 0 auto 22px;
  max-width: 360px;
  color: #4a5568;
  font-size: 15px;
  line-height: 1.6;
}

.wst-promo-button {
  display: inline-block;
  background: #f2c94c;
  color: #111 !important;
  text-decoration: none;
  font-weight: 800;
  padding: 14px 26px;
  border-radius: 999px;
  transition: all 0.2s ease;
}

.wst-promo-button:hover {
  transform: translateY(-1px);
  opacity: 0.95;
  color: #111 !important;
}

@media (max-width: 640px) {
  .wst-promo-modal {
    max-width: 380px;
    padding: 30px 22px 24px;
  }

  .wst-promo-title {
    font-size: 28px;
  }

  .wst-promo-subtitle {
    font-size: 16px;
  }
}
