/*
Theme Name: Beatriz Luy Theme
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

@font-face {
  font-family: "PrimaryFont";
  src: url("fonts/brother1816-book.eot");
  src:
    url("fonts/brother1816-book.eot?#iefix") format("embedded-opentype"),
    url("fonts/brother1816-book.woff2") format("woff2"),
    url("fonts/brother1816-book.woff") format("woff"),
    url("fonts/brother1816-book.ttf") format("truetype"),
    url("fonts/brother1816-book.svg#brother_1816book") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PrimaryFont";
  src: url("fonts/brother1816-regular.eot");
  src:
    url("fonts/brother1816-regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/brother1816-regular.woff2") format("woff2"),
    url("fonts/brother1816-regular.woff") format("woff"),
    url("fonts/brother1816-regular.ttf") format("truetype"),
    url("fonts/brother1816-regular.svg#brother_1816regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PrimaryFont";
  src: url("fonts/brother1816-medium.eot");
  src:
    url("fonts/brother1816-medium.eot?#iefix") format("embedded-opentype"),
    url("fonts/brother1816-medium.woff2") format("woff2"),
    url("fonts/brother1816-medium.woff") format("woff"),
    url("fonts/brother1816-medium.ttf") format("truetype"),
    url("fonts/brother1816-medium.svg#brother_1816medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PrimaryFont";
  src: url("fonts/brother1816-bold.eot");
  src:
    url("fonts/brother1816-bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/brother1816-bold.woff2") format("woff2"),
    url("fonts/brother1816-bold.woff") format("woff"),
    url("fonts/brother1816-bold.ttf") format("truetype"),
    url("fonts/brother1816-bold.svg#brother_1816bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/** Design System **/

:root {
  --font-primary: "PrimaryFont", sans-serif;

  --color-primary: #ebe6d6;
  --color-primary-light: #f3f0e7;
  --color-primary-lighter: #fcfbf8;
  --color-secondary: #476e6a;
  --color-secondary-dark: #283e3c;
  --color-accent: #fac294;
}

/** UNDER CONSTRUCTION **/

@media screen and (max-width: 590px) {
  .box-wrapper {
    background-position: right 480px !important;
    background-size: 95% !important;
  }
}

/** NAVBAR **/

.row-menu-inner {
  padding-top: 1.5rem !important;
}

.menu-item-link a {
  transition: all 0.3s ease !important;
}

/** BUTTON */

.btn_primary {
  color: var(--color-secondary) !important;
  padding: 1rem 0 !important;
  border-bottom: solid 1px var(--color-accent) !important;
  background-color: transparent !important;
}

.btn-color-919283.btn-flat:not(.btn-hover-nobg):hover {
  border-bottom: solid 1px var(--color-secondary) !important;
}

.btn_primary i.fa {
  margin-left: 1.5rem !important;
  top: 0.15em !important;
  font-size: 1.25rem !important;
}

/** TYPOGRAPHY **/

.body_large p {
  font-size: 1.5rem !important;
  line-height: 1.33 !important;
}

.body_default p {
  line-height: 1.4 !important;
}

/** FEATURES section **/

.features_section h2 {
  text-wrap: balance !important;
}

.features_section .features_card .uncol.style-light {
  background-color: var(--color-primary-light) !important;
  padding: 1.5rem 1.5rem 2.5rem 1.5rem !important;
  border-radius: 1rem !important;
}

/** HERO Section **/

.hero_section .body_large p {
  text-wrap: balance !important;
}

/** UNDER CONSTRUCTION **/

.under_construction .btn_primary {
  color: var(--color-secondary) !important;
  border-bottom: none !important;
  padding: 1rem 2rem !important;
}

/** BLOG Section **/

.blog_section .img-round-lg.img-round.tmb > .t-inside .t-entry-visual-cont {
  border-radius: 12px 0 0 0 !important;
}

.blog_section p {
  margin-top: 1rem !important;
  line-height: 1.33 !important;
}

/** ABOUT Page **/

.page.about h2,
.page.about h3 {
  text-wrap: balance !important;
}

/** CONTACT Page **/

.page.contact h1 {
  text-wrap: balance !important;
}

.page.contact .flex_wrapper {
  display: block !important;
}

@media screen and (min-width: 900px) {
  .page.contact .flex_wrapper {
    display: flex !important;
    justify-content: space-between !important;
  }
}

.page.contact input[type="text"],
.page.contact input[type="email"],
.page.contact textarea {
  width: 100% !important;
}

.page.contact input[type="submit"] {
  width: auto !important;
}

.page.contact .cf7-cf-turnstile {
  margin-top: 2.5rem !important;
  display: block !important;
}

/** FOOTER Section */

.footer_section h4 {
  text-wrap: balance !important;
}

.footer_section .footer_menu a,
.footer_section .whatsapp a {
  color: var(--color-accent) !important;
  transition: all 0.3s ease-in-out !important;
}

.footer_section a:hover {
  color: var(--color-primary-lighter) !important;
}

.footer_section .social-icon a i {
  color: var(--color-accent) !important;
  transition: all 0.3s ease-in-out !important;
}

.footer_section .social-icon a:hover i {
  color: var(--color-primary-lighter) !important;
}

/** BLOG Single **/

.single-post h2 {
  font-size: clamp(1.75rem, 1.6604rem + 0.3774vw, 2rem) !important;
  margin-top: 2.5rem !important;
}

.social ul li {
  width: 2rem !important;
  font-size: 1.25rem !important;
}

.style-light .share-button.share-inline .social.top li {
  color: var(--color-secondary) !important;
}

.share-button.share-inline .social.top li.social-threads,
.share-button.share-inline .social.top li.social-pinterest,
.share-button.share-inline .social.top li.social-bluesky,
.share-button.share-inline .social.top li.social-xing,
.share-button.share-inline .social.top li.social-paper-plane {
  display: none !important;
}

.col-widgets-sidebar .sidebar-widgets {
  border-left: solid 1px var(--color-secondary) !important;
  padding-left: 2rem !important;
}

.col-widgets-sidebar h5 {
  margin-bottom: 1rem !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
}
.col-widgets-sidebar li a {
  font-size: 1.25rem !important;
  line-height: 1.33 !important;
}

/** BLOG page **/

.page.blog a {
  transition: all 0.3s ease-in-out !important;
}

.page.blog a:hover {
  color: var(--color-secondary) !important;
  opacity: 0.7 !important;
}

.page.blog .blog_highlight--section p {
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
  margin-top: 1.25rem !important;
}

/** SERVICES page **/

.page.services h1 {
  text-wrap: balance !important;
}

.page.services h2 {
  text-wrap: balance !important;
}

/** GDPR **/

.gdpr-preferences {
  display: none !important;
}

.gdpr-privacy-bar {
  background-color: var(--color-secondary-dark) !important;
}

.gdpr-content p {
  font-size: 1rem !important;
}

.gdpr-reject,
.gdpr-agreement {
  text-transform: uppercase !important;
  background-color: var(--color-secondary-dark) !important;
  border: solid 1px var(--color-accent) !important;
  color: var(--color-accent) !important;
}

.gdpr-reject:hover,
.gdpr-agreement:hover {
  color: var(--color-secondary-dark) !important;
  border: solid 1px var(--color-accent) !important;
}
