/*
Theme Name: Jarano Child Theme
Description: This is a custom child theme
Template: salient
Version: 1.0
*/

:root {
  --white: #ffffff;
  --black: #000000;
  --current-color: var(--white);
}

::selection {
  background-color: var(--black);
  color: var(--white);
  text-shadow: none;
}

@font-face {
  font-family: 'Caslon';
  src: url('/wp-content/themes/jarano-child/fonts/CaslonDoricCondensed.woff2') format('woff2'),
    url('/wp-content/themes/jarano-child/fonts/CaslonDoricCondensed.woff') format('woff'),
    url('/wp-content/themes/jarano-child/fonts/CaslonDoricCondensed.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chamberi Text';
  src: url('/wp-content/themes/jarano-child/fonts/ChamberiText.woff2') format('woff2'),
    url('/wp-content/themes/jarano-child/fonts/ChamberiText.woff') format('woff'),
    url('/wp-content/themes/jarano-child/fonts/ChamberiText.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chamberi Headline';
  src: url('/wp-content/themes/jarano-child/fonts/ChamberiHeadline.woff2') format('woff2'),
    url('/wp-content/themes/jarano-child/fonts/ChamberiHeadline.woff') format('woff'),
    url('/wp-content/themes/jarano-child/fonts/ChamberiHeadline.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@media (min-width: 1000px) {
  .full-width-content:not(.no-padding) > .row_col_wrap_12 {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }

  .no-padding {
    padding: 0 !important;
  }

  .no-padding > .row_col_wrap_12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 1000px) {
  .full-width-content:not(.no-padding) > .row_col_wrap_12,
  .no-padding > .row_col_wrap_12 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

.soon-wrapper {
  min-height: 100svh;
}

/*TITLES*/

.custom-title *,
.custom-title {
  margin-bottom: 0 !important;
}

.custom-title.primary,
.custom-title.primary * {
  font-family: 'Chamberi Headline', serif !important;
  font-weight: 400 !important;
}

.custom-title.secondary,
.custom-title.secondary *,
.nectar-button.medium {
  font-family: 'Caslon', sans-serif !important;
  font-weight: 400 !important;
}

.custom-title.text,
.custom-title.text * {
  font-family: 'Chamberi Text', serif !important;
}

.custom-title strong {
  font-weight: 600;
}

.custom-title.uppercase .custom-title.uppercase * {
  text-transform: uppercase !important;
}

.custom-title.lowercase,
.custom-title.lowercase * {
  text-transform: initial !important;
}

.custom-title.black,
.custom-title.black * {
  color: var(--black);
}
.custom-title.white,
.custom-title.white * {
  color: var(--white);
}

@media (min-width: 1000px) {
  .custom-title.big *,
  .custom-title.big {
    font-size: 66px !important;
    line-height: 0.8 !important;
  }

  .custom-title.medium *,
  .custom-title.medium {
    font-size: 3.7vw !important;
    line-height: 1.1 !important;
  }
  .custom-title.small *,
  .custom-title.small {
    font-size: 2vw !important;
    line-height: 1.3 !important;
  }

  a.toggle-heading {
    font-size: clamp(20px, 2vw, 22px) !important;
    line-height: 1.1 !important;
  }
  .custom-title.tiny *,
  .custom-title.tiny,
  .nectar-button.medium {
    font-size: 14px !important;
    line-height: 1.1 !important;
  }

  .custom-title.body *,
  .custom-title.body {
    font-size: 18px !important;
    line-height: 1.4 !important;
  }
}

@media (max-width: 1000px) {
  .custom-title.big *,
  .custom-title.big {
    font-size: clamp(28px, 12vw, 46px) !important;
    line-height: 0.8 !important;
  }
  .custom-title.medium *,
  .custom-title.medium {
    font-size: 30px !important;
    line-height: 1.1 !important;
  }
  .custom-title.small *,
  .custom-title.small,
  a.toggle-heading {
    font-size: clamp(16px, 5vw, 24px) !important;
    line-height: 1.3 !important;
  }

  .custom-title.tiny *,
  .custom-title.tiny,
  .nectar-button.medium {
    font-size: 14px !important;
    line-height: 1.1 !important;
  }

  .custom-title.big.extra-grande *,
  .custom-title.big.extra-grande {
    font-size: 30vw !important;
    line-height: 0.8 !important;
  }

  .custom-title.body *,
  .custom-title.body {
    font-size: 18px !important;
    line-height: 1.1 !important;
  }
}

/*FORMS*/
input[type='date'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea,
body.material input[type='text']:focus,
body.material textarea:focus,
body.material input[type='email']:focus,
body.material input[type='search']:focus,
body.material input[type='password']:focus,
body.material input[type='tel']:focus,
body.material input[type='url']:focus,
body.material input[type='date']:focus,
body.material input[type='number']:focus,
body.material select:focus {
	  border:none !important;
  border-bottom: 1px solid var(--white) !important;
  border-radius: 0 !important;
  color: var(--white) !important;
}
.wpcf7-form p span {
  color: #ffffff;
  font-size: 14px !important;
}

.wpcf7-form p a {
  color: #ffffff;
  text-decoration: underline;
}


input[type='submit'],
body[data-form-submit='regular'] input[type='submit'] {
  background-color: var(--white);
  color: var(--black);
}

body[data-button-style='rounded'] .container-wrap button[type='submit'],
body[data-button-style='rounded'] .container-wrap input[type='submit'] {
  padding: 4px 14px !important;
}


