/*
Theme Name: Alina Georgiu
Author: Elena Coman
Version: 1.0
Description: Lightweight custom theme for WPBakery
*/

/*[+] Import Fonts. */
/* Roboto: 400, 500, 700 */
@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/themes/alina-georgiu/fonts/Roboto/Roboto-Regular.eot');
  src: url('/wp-content/themes/alina-georgiu/fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
      url('/wp-content/themes/alina-georgiu/fonts/Roboto/Roboto-Regular.woff2') format('woff2'),
      url('/wp-content/themes/alina-georgiu/fonts/Roboto/Roboto-Regular.woff') format('woff'),
      url('/wp-content/themes/alina-georgiu/fonts/Roboto/Roboto-Regular.ttf') format('truetype'),
      url('/wp-content/themes/alina-georgiu/fonts/Roboto/Roboto-Regular.svg#SourceSerif4-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/themes/alina-georgiu/fonts/Roboto/Roboto-Medium.eot');
  src: url('/wp-content/themes/alina-georgiu/fonts/Roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
      url('/wp-content/themes/alina-georgiu/fonts/Roboto/Roboto-Medium.woff2') format('woff2'),
      url('/wp-content/themes/alina-georgiu/fonts/Roboto/Roboto-Medium.woff') format('woff'),
      url('/wp-content/themes/alina-georgiu/fonts/Roboto/Roboto-Medium.ttf') format('truetype'),
      url('/wp-content/themes/alina-georgiu/fonts/Roboto/Roboto-Medium.svg#SourceSerif4-Regular') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/themes/alina-georgiu/fonts/Roboto/Roboto-Bold.eot');
  src: url('/wp-content/themes/alina-georgiu/fonts/Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
      url('/wp-content/themes/alina-georgiu/fonts/Roboto/Roboto-Bold.woff2') format('woff2'),
      url('/wp-content/themes/alina-georgiu/fonts/Roboto/Roboto-Bold.woff') format('woff'),
      url('/wp-content/themes/alina-georgiu/fonts/Roboto/Roboto-Bold.ttf') format('truetype'),
      url('/wp-content/themes/alina-georgiu/fonts/Roboto/Roboto-Bold.svg#SourceSerif4-Regular') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*[-] Import Fonts. */

/*[+] Body area. */
body {
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
  color: var(--color-body-text);
  text-align: left;
  background-color: white;
}
.site-wrapper {
  display: grid;
  grid-template-rows: 1fr auto;
  height: 100%;
  box-sizing: border-box;
  padding-top: var(--header-height);
  position: relative;
}
/*[-] Body area. */

/*[+] Utility classes. */
.mb-sm {
  margin-bottom: .5rem;
}
/*[-] Utility classes. */

/*[+] Boxed containers. */
.boxed-container,
.single-post .boxed-container,
.inner-page .boxed-container,
.archive-posts.boxed-container,
.blog-posts.boxed-container,
.search-results.boxed-container {
  width: var(--width-boxed-container);
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
/*[-] Boxed container. */

/*[+] Header Section. */
header {
  box-sizing: content-box;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 1.25rem 0;
  z-index: 1000;
  background: var(--color-header-bg);
  transition: box-shadow 0.3s ease, background 0.3s ease;
}
header.sticky {
  padding-top: .5rem;
  padding-bottom: .5rem;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  background: var(--color-sticky-header-bg);
}
header .site-header {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  height: 3.75rem;
  padding: 0 1rem;
}
.site-navigation {
  transform: translateY(-100%);
  transition: transform .3s ease, opacity .3s ease;
  max-width: calc(100% - 165px - 1rem);
}
.site-navigation ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  font-size: 1rem;
  line-height: 105%;
  font-weight: 500;
}
.site-navigation ul:not(.sub-menu) {
  white-space: nowrap;
}
.site-navigation ul.sub-menu > li {
  white-space: break-spaces;
}
.site-header .site-navigation ul li.current_page_parent .sub-menu a,
.site-header .site-navigation ul li.current-menu-parent .sub-menu a,
.site-header .site-navigation ul li.current-menu-item .sub-menu a,
.site-header .site-navigation ul li a {
  color: var(--color-primary-blue);
  padding: 1rem;
}
.site-header .site-navigation ul li.current_page_parent a,
.site-header .site-navigation ul li.current-menu-parent a,
.site-header .site-navigation ul li.current-menu-item a,
.site-header .site-navigation ul li a:hover {
  color: var(--color-primary-coral);
}
.site-header .site-navigation ul li.current-menu-item .sub-menu li.current-menu-item a {
  background-color: var(--color-primary-blue);
  color: white;
}
.site-header .site-navigation ul li a.social-icon-link {
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
.site-branding {
  height: 100%;
}
.site-branding img {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
/*[-] Header Section. */

/*[+] Footer Section. */
.site-footer {
  width: 100%;
  max-width: var(--width-boxed-container);
  margin: 0 auto;
  padding: 4rem 1rem 6rem;
  font-size: 1rem;
}
.site-footer a {
  color: white;
}
.site-footer a:hover {
  text-decoration: underline;
}
ul.footer-widgets {
  list-style-type: none;
  display: grid;
  grid-template-rows: auto auto auto;
  margin: 0;
  padding: 0;
}
ul.footer-widgets h2 {
  margin: 0 0 1rem;
  padding: 0;
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: 500;
}
ul.footer-widgets ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.footer-widgets > li:first-child .wp-block-group .wp-block-group__inner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
}
ul.footer-widgets > li:first-child .wp-block-group .wp-block-group__inner-container ul#menu-social-menu {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}
ul.footer-widgets > li:nth-child(2) > .wp-block-group > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34.67px;
  padding: 0;
}
@media screen and (min-width: 600px) {
  ul.footer-widgets > li:nth-child(2) > .wp-block-group > .wp-block-group__inner-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  ul.footer-widgets > li:nth-child(2) > .wp-block-group > .wp-block-group__inner-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
ul.footer-widgets > li:nth-child(2) > .wp-block-group > .wp-block-group__inner-container > .wp-block-group {
  padding-top: 2.563rem;
}
ul.footer-widgets > li:nth-child(2) > div {
  padding-top: 1rem;
}
.site-footer .site-footer-bottom-grid {
  border-top: 1px solid var(--color-footer-link);
  padding-top: 1rem;
  display: grid;
  column-gap: 1.5rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .site-footer .site-footer-bottom-grid {
    justify-content: space-between;
    grid-template-columns: 1fr auto;
  }
}
.site-footer .site-footer-bottom-grid a {
  color: var(--color-footer-link);
}
.site-footer .site-footer-bottom-grid a.current-slug,
.site-footer .site-footer-bottom-grid a:hover {
  color: var(--color-footer-link-hover);
  text-decoration: none;
}
.footer-widgets .contact-info .block-with-icons,
.footer-widgets .contact-info .block-with-icons a {
  display: inline-flex;
  align-items: center;
  align-self: center;
  color: white;
}
.footer-widgets .contact-info .block-with-icons {
  flex-flow: wrap;
  justify-content: center;
  row-gap: .5rem;
  column-gap: 1.5rem;
}
.footer-widgets .contact-info .block-with-icons a {
  gap: .5rem;
}
.footer-widgets .contact-info .block-with-icons .icon {
  display: inline-block;
  color: white;
}
.footer-widgets .contact-info p {
  margin: 1rem 0 0;
}
/*[-] Footer Section. */

/*[+] Social Icons. */
.social-icons {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  align-items: center;
  justify-content: center;
}
.social-icons a svg {
  width: 1.5rem;
  height: 1.5rem;
  background: white;
  fill: #613d73;
  transition: fill .2s ease-in-out;
  padding: 3px 3px 0;
  border-radius: 2px;
  vertical-align: top;
}
.social-icons a:hover svg {
  background: transparent;
  fill: white;
}
/*[-] Social Icons. */

/*[+] Menu Phone Icon. */
.site-header .site-navigation ul li.menu-item.phone-icon {
  width: 24px;
}
.site-header .site-navigation ul li.menu-item.phone-icon a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0;
  padding-right: 0;
  color: green;
}
.site-header .site-navigation ul li.menu-item.phone-icon a svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #38c172;
  stroke: #38c172;
  stroke-width: 2.5;
  transition: fill 0.3s;
}
/*[-] Menu Phone Icon. */

/*[+] Common rules. */
.hidden {
  display: none;
}
.site-header,
.site-footer {
  width: 100%;
  max-width: var(--width-boxed-container);
  margin: 0 auto;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: bolder;
  line-height: 1.2;
}
h1.site-branding {
  margin: 0;
  padding: 0;
  line-height: 1;
}
h3 {
  font-size: 1.575rem;
}
main h2 {
  font-size: 36px;
  margin-top: 0;
}
main h2.section-title-small {
  font-size: 24px;
  line-height: 100%;
  margin-top: 2rem;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  main h2.section-title-small {
    margin-top: 0;
  }
}
b, strong {
  font-weight: bolder;
}
.hero-section h2 {
  margin: 2rem 0 0;
  font-weight: 500;
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
}
.site-footer h3 {
  font-weight: 500;
  margin-top: 0;
}
li:not([class]), p {
  font-size: 1rem;
}
main h2,
main h3 {
  color: var(--color-heading-text-blue);
}
main h3 {
  font-size: 1.5rem;
  line-height: 100%;
}
main a {
  color: var(--color-link-text-blue);
}
/*[-] Common rules. */

/*[+] Colors. */
.text-white {
  color: white;
}
.text-coral {
  color: var(--color-primary-coral);
}
.body-text-color,
.body-text-color * {
  color: var(--color-body-text);
}
.vc_custom_heading a.text-white {
  color: white;;
}
.text-color-primary {
  color: var(--color-primary-purple);
}
.bg-primary {
  background-color: var(--color-primary-blue);
}
/*[-] Colors. */

/*[+]  Buttons styling. */
.button-group {
  display: flex;
  flex-flow: wrap;
  gap: 1rem;
}
.wpforms-field-label {
  font-family: 'Roboto';
}
body .contact-form button[type=submit].submit-button,
body .contact-form button[type=submit].submit-button:not(:hover):not(:active),
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .woocommerce-button.button,
.request-free-resources-form .wpforms-submit.btn-primary,
.btn-primary a,
.btn-primary a.vc_btn3 {
  display: inline-flex;
  align-items: center;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

body .contact-form button[type=submit].submit-button,
body .contact-form button[type=submit].submit-button:not(:hover):not(:active),
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .woocommerce-button.button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce .woocommerce-button.button:hover,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:focus,
.woocommerce .woocommerce-button.button:focus,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:active,
.woocommerce .woocommerce-button.button:active,
.request-free-resources-form .wpforms-submit.btn-primary,
.btn-primary a,
.btn-primary a.vc_btn3,
body .contact-form button[type=submit].submit-button:focus,
body .contact-form button[type=submit].submit-button:active,
body .contact-form button[type=submit].submit-button:hover,
.request-free-resources-form .wpforms-submit.btn-primary:focus,
.request-free-resources-form .wpforms-submit.btn-primary:active,
.request-free-resources-form .wpforms-submit.btn-primary:hover,
.btn-primary a:focus,
.btn-primary a:active,
.btn-primary a:hover,
.btn-primary a.vc_btn3:focus,
.btn-primary a.vc_btn3:active,
.btn-primary a.vc_btn3:hover {
  color: white;
  background-color: var(--color-primary-blue-button);
  padding: 1rem 1.25rem 1rem 1rem;
  font-size: 1rem;
  line-height: 100%;
  font-weight: 500;
  gap: 0.875rem;
  transition: all .2s ease-in-out;
  border-radius: .5rem;
  text-decoration: none;
}
.btn-primary.coral a,
.btn-primary.coral a.vc_btn3,
.btn-primary.coral a:focus,
.btn-primary.coral a:active,
.btn-primary.coral a:hover,
.btn-primary.coral a.vc_btn3:focus,
.btn-primary.coral a.vc_btn3:active,
.btn-primary.coral a.vc_btn3:hover {
  background-color: var(--color-primary-coral-button);
}

.btn-primary.white a,
.btn-primary.white a.vc_btn3,
.btn-primary.white a:focus,
.btn-primary.white a:active,
.btn-primary.white a:hover,
.btn-primary.white a.vc_btn3:focus,
.btn-primary.white a.vc_btn3:active,
.btn-primary.white a.vc_btn3:hover {
  background-color: var(--color-primary-white-button);
  color: var(--color-primary-coral);
}
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:after,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:after,
.woocommerce .woocommerce-button.button:after,
body .contact-form button[type=submit].submit-button:after,
body .contact-form button[type=submit].submit-button:after,
body .contact-form button[type=submit].submit-button:after,
.request-free-resources-form .wpforms-submit.btn-primary:after,
.request-free-resources-form .wpforms-submit.btn-primary:after,
.request-free-resources-form .wpforms-submit.btn-primary:after,
.btn-primary a:after,
.btn-primary a:after,
.btn-primary a:after,
.btn-primary a.vc_btn3:after,
.btn-primary a.vc_btn3:after,
.btn-primary a.vc_btn3:after {
  opacity: 0;
  transition: opacity .2s ease-in-out;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: overlay;
  background-color: rgba(0, 0, 0, .15);
}
.btn-primary.inline a {
  display: inline-flex;
}
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover:after,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover:after,
.woocommerce .woocommerce-button.button:hover:after,
body .contact-form button[type=submit].submit-button:focus:after,
body .contact-form button[type=submit].submit-button:active:after,
body .contact-form button[type=submit].submit-button:hover:after,
.request-free-resources-form .wpforms-submit.btn-primary:focus:after,
.request-free-resources-form .wpforms-submit.btn-primary:active:after,
.request-free-resources-form .wpforms-submit.btn-primary:hover:after,
.btn-primary a:focus:after,
.btn-primary a:active:after,
.btn-primary a:hover:after,
.btn-primary a.vc_btn3:focus:after,
.btn-primary a.vc_btn3:active:after,
.btn-primary a.vc_btn3:hover:after {
  opacity: 1;
}
button:not(.search-toggle):focus,
.btn-primary .vc_btn3:focus,
body .contact-form button[type=submit].submit-button:focus {
  box-shadow: var(--color-field-focus-box-shadow);
}
.btn-primary .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
  padding-right: 2.5rem !important;
}
.btn-primary .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
  right: 1rem;
}
.btn-primary.vc_btn3-container.vc_btn3-right a.vc_btn3 {
  display: inline-flex;
}
/*[-]  Buttons styling. */

/*[+] Contact Forms custom styling.  */
body .wpforms-field input[type="text"],
body .wpforms-field input[type="email"],
body .wpforms-field textarea {
  border-radius: .5rem;
}
body div.wpforms-container-full .wpforms-form input[type="text"]:focus,
body div.wpforms-container-full .wpforms-form input[type="email"]:focus,
body div.wpforms-container-full .wpforms-form textarea:focus {
  border-color: var(--color-field-focus-border);
  box-shadow: var(--color-field-focus-box-shadow);
}
body div.wpforms-container-full .wpforms-field-label, 
body .wp-core-ui div.wpforms-container-full .wpforms-field-label {
  margin-bottom: .5rem;
  font-family: "Roboto";
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
}
body .wpforms-field {
  margin-top: 0;
  margin-bottom: 1rem;
}
div.wpforms-container-full input[type=email],
div.wpforms-container-full input[type=text] {
  width: 100%;
  max-width: 100%;
}
/* .wpforms-submit-container {
  text-align: center;
} */
body .contact-form button[type=submit].submit-button,
body .wpforms-submit.submit-icon {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  font-size: 1.125rem;
}
/*[-] Contact Forms custom styling.  */

/*[+] Hero Section. */
.hero-bg {
  background: linear-gradient(180deg, #FFFFFF 0%, #EBF3FF 100%);
}
.hero-bg svg {
  max-width: 100%;
  vertical-align: middle;
}
.hero-section {
  width: 100%;
  margin: 0 !important;
  padding: 1rem 0;
  height: auto;
  min-height: 350px;
  color: rgb(30, 30, 30);
  margin-bottom: 1.5rem;
  align-items: center;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.hero-section div.vc_column-inner div.wpb_wrapper {
  display: flex;
  flex-direction: column;
}
.hero-section div.vc_column-inner div.wpb_wrapper p {
  margin: 0;
}
svg.hero-alina,
.hero-alina img {
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - var(--header-height) - 2rem);
  vertical-align: middle;
  margin: 1rem 0;
}
.hero-alina img {
  max-height: calc(70vh - var(--header-height) - 2rem);
}
body.admin-bar svg.hero-alina {
  max-height: calc(100vh - var(--top-admin-bar) - var(--header-height) - 2rem);
}
@media screen and (min-width: 768px) {
  svg.hero-alina {
    margin: 0;
  }
  .hero-section .vc_column_container:first-child > .vc_column-inner {
    max-width: 475px;
  }
}
/*[-] Hero Section. */

/*[+] Fix .vc_row horizontal margins for lower resolutions.  */
@media screen and (max-width: 990px) {
  body .vc_row {
    margin-left: 0;
    margin-right: 0;
  }
}
/*[-] Fix .vc_row horizontal margins for lower resolutions.  */

/*[+] Navbar Toggler. */
/* Hide nav by default on small screens */
.site-navigation {
  display: none;
  transform: translateY(-50%);
}
/* Toggle active class to show nav */
@media screen and (max-width: 990px) {
  .site-navigation.active,
  .site-navigation.active nav,
  .site-navigation.active nav li {
    width: 100%;
    max-width: 100%;
    display: flex;
  }
  .menu-item-has-children.submenu-open > .sub-menu,
  .menu-item-has-children:hover > .sub-menu {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.site-navigation.active {
  display: flex;
  background-color: white;
  padding: 2rem 4.5rem;
  text-align: center;
  position: absolute;
  top: var(--header-height, 8rem);
  right: 0;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  transform: translateY(0);
  opacity: 1;
}
.site-navigation.active ul {
  flex-direction: column;
  padding: 0;
}
/* Styling for the toggle button. */
.navbar-toggler {
  position: absolute;
  z-index: 2;
  top: 1.25rem;
  right: 1rem;
  padding: 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: rgba(0, 0 ,0, .5);
  border: 1px solid rgba(0, 0, 0, .1);
  padding: .25rem .75rem;
  font-size: 1.125rem;
  line-height: 1;
  border-radius: .5rem;
}
/*[+] Fix vc column widths. */
@media (min-width: 768px) {
  body .vc_row .vc_col-sm-10,
  body .vc_row .vc_col-sm-8,
  body .vc_row .vc_col-sm-5,
  body .vc_row .vc_col-sm-3,
  body .vc_row .vc_col-sm-4 {
    width: 100%;
  }
}
@media (min-width: 991px) {
  body .vc_row .vc_col-sm-10 {
    width: 83.33333333%;
  }
  body .vc_row .vc_col-sm-8 {
    width: 66.66666667%;
  }
  body .vc_row .vc_col-sm-5 {
    width: 41.66666667%;
  }
  body .vc_row .vc_col-sm-3 {
    width: 25%;
  }
  body .vc_row .vc_col-sm-4 {
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  body .hero-section {
    flex-flow: wrap;
  }
  body .hero-section .vc_col-sm-6 {
    width: 100%;
  }
}
/*[-] Fix vc column widths. */
/* Show nav by default on larger screens. */
@media (min-width: 991px) {
  .site-navigation {
    display: flex;
    transform: translateY(0);
  }
  .navbar-toggler {
    display: none;
  }
}
/*[-] Navbar Toggler. */

/*[+] Main menu submenus. */
/* Hide submenus by default */
.site-navigation ul .sub-menu {
  max-width: 100%;
  display: none;
  transition: all 0.3s ease;
}

/* Show when parent has toggle class */
.menu-item-has-children.submenu-open,
.menu-item-has-children:hover {
  position: relative;
}
.menu-item-has-children.submenu-open > .sub-menu,
.menu-item-has-children:hover > .sub-menu {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 14rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  color: var(--color-primary-blue);
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .5rem;
  white-space: nowrap;
}

/* Style the links. */
.menu-item-has-children.submenu-open > .sub-menu a,
.menu-item-has-children:hover > .sub-menu a {
  display: block;
  width: 100%;
  padding: .5rem 1.5rem;
  color: var(--color-primary-blue);
  transition: all .2s ease-in-out;
}
.menu-item-has-children.submenu-open > .sub-menu a:hover,
.menu-item-has-children:hover > .sub-menu a:hover {
  background-color: #f8f9fa;
}
.menu-item-has-children.submenu-open > .sub-menu li,
.menu-item-has-children:hover > .sub-menu li {
  width: 100%;
  text-align: left;
}
/* Style the links. */

/* Style the arrow */
.submenu-toggle {
  margin-left: .5rem;
  font-size: 1rem;
  cursor: pointer;
}
/*[-] Main menu submenus. */

/*[+] Blog Posts. */
.post-date {
  color: #6c757d;
  font-size: 1rem;
  font-style: italic;
}
.post-title {
  font-weight: 500;
  font-size: calc(1.305rem + .66vw);
}
.hero-section.blog-hero {
  margin-bottom: 0;
}
h2.hero-section-blog-title {
  font-size: 3rem;
  color: #1e1e1e;
  text-align: center;
  margin: 0 auto;
}
/* Hide the featured image area ONLY if no image is present */
body .no-featured-image .vc-gitem-zone-height-mode-auto:before { 
  padding-top: 0;
}
body .no-featured-image .vc_gitem-zone-a .vc_gitem-row-position-bottom,
body .no-featured-image .vc_gitem-zone-b .vc_gitem-row-position-bottom {
  position: relative;
}
/*[-] Blog Posts. */

/*[+] Styling for the scrollbar */
::-webkit-scrollbar {
  height: .25rem; /* Height of the scrollbar */
  width: .5rem; /* Width of the scrollbar */
}
/* Track styles */
::-webkit-scrollbar-track {
  background: #f1f1f1; /* Color of the track */
}
/* Handle styles */
::-webkit-scrollbar-thumb {
  background: var(--color-primary-coral); /* Color of the scrollbar handle */
  border-radius: .5rem; /* Rounded corners on the handle */
}
/* Handle hover styles */
::-webkit-scrollbar-thumb:hover {
  background: var(--color-primary-blue); /* Color of the handle on hover */
}
/*[-] Styling for the scrollbar */

/*[+] Not Found | 404 Page. */
.error-page {
  text-align: center;
  padding: 100px 20px;
  align-self: center;
}
.error-page a:hover {
  text-decoration: none;
}
.error-page h1 {
  font-size: 3rem;
  color: var(--color-primary-blue);
  margin-bottom: 20px;
}
.error-page p {
  font-size: 1.2rem;
  color: var(--color-body-text);
  margin-bottom: 30px;
}
.error-page h2 {
  font-weight: 500;
}
.error-page form {
  margin-top: 20px;
}
/*[-] Not Found | 404 Page. */

/*[+] Search Results Page. */
.search-results.boxed-container {
  padding: 2rem 1rem .5rem;
}
.search-results-heading {
  width: 100%;
  margin-bottom: 1rem;;
  display: flex;
  flex-flow: wrap;
  gap: 1rem;
  justify-content: space-around;
  align-items: center;
}
.search-results-heading .custom-search-form {
  margin: 0;
}
.search-title {
  margin: 0;
  font-weight: 500;
}
.search-items {
  display: grid;
  gap: 1rem;
}
.search-item {
  border-top: 1px solid rgba(0, 0, 0, .1);
}
.search-item:first-child {
  border-top: none;
}
.search-item h3 {
  font-weight: 500;
}
.search-item p {
  color: var(--color-body-text);
  font-size: 1rem;
}
.no-results {
  text-align: center;
  font-style: italic;
  padding-top: 4.5rem;
  padding-bottom: 3.5rem;
}
/*[-] Search Results Page. */

/*[+] Custom Search Form. */
.custom-search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  /* width: 400px; */
  max-width: 100%;
  margin: 1rem auto;
  position: relative;
}
.error-page .custom-search-form {
  margin-top: 2rem;
}
.custom-search-form .search-field {
  padding: 14.5px 50px 14.5px 10px;
  border: 1px solid var(--color-field-border);
  border-radius: .5rem;
  overflow: hidden;
  font-size: 1rem;
  line-height: 100%;
  outline: none;
}
.custom-search-form .search-field:focus {
  box-shadow: var(--color-field-focus-box-shadow);
}
.custom-search-form .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 8px 10px;
  background-color: transparent;
  color: var(--color-primary-blue-button);
  border: 1px solid transparent;
  border-radius: .5rem;
  cursor: pointer;
  transition: color 0.2s ease;
}
.custom-search-form .search-submit:hover {
  color: var(--color-primary-coral);
}
/*[-] Custom Search Form. */

/*[+] Main Menu Search. */
.menu-search {
  position: relative;
  display: flex;
  align-items: center;
}
.search-toggle {
  margin: 0 auto;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--color-primary-blue-button);
}
ul[class*="menu"] .icon {
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}
ul[class*="menu"] .icon:hover {
  transform: scale(1.1);
  color: var(--color-primary-coral);
}
footer ul[class*="menu"] .icon:hover {
  color: rgba(255, 255, 255, .75);
}
.search-popup {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  padding: 0 1rem;
  box-shadow: 0 .25rem 10px rgba(0,0,0,0.1);
  z-index: 1000;
  border-radius: .5rem;
}
.error-page .custom-search-form,
.search-popup .custom-search-form {
  max-width: 300px;
}
.menu-search.active .search-popup {
  display: block;
}
/*[-] Main Menu Search. */

/*[+] Responsive headings. */
.section h2 {
  font-size: 30px;
  line-height: 100%;
}
@media screen and (min-width: 991px) {
  .hero-section h2 {
    font-size: 45px;
    line-height: 57px;
  }
  .section h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-section h2 {
    font-size: 50px;
    line-height: 62px;
  }
  .section h2 {
    font-size: 45px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-section h2 {
    font-size: 55px;
    line-height: 72px;
  }
  .section h2 {
    font-size: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-section h2 {
    font-size: 60px;
    line-height: 72px;
  }
  .section h2 {
    font-size: 60px;
  }
}
/*[-] Responsive headings. */

/*[+] Lazy loading. */
.lazyload { 
  opacity: 0.05; 
  transition: opacity 0.5s ease-in-out;
}
.lazyload.loaded { 
  opacity: 1;
}
/*[-] Lazy loading. */

/*[+] Pure CSS Chevron arrows. */
/* Icon */
.custom-chevron {
  display: inline-block;
  width: .5rem;
  height: .5rem;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s;
}
.custom-chevron.right {
  transform: rotate(45deg) translateX(2px);
}
.custom-chevron.down {
  transform: rotate(135deg) translateY(2px);
}
.custom-chevron.up {
  transform: rotate(-45deg) translateY(2px);
}
.custom-chevron.left {
  transform: rotate(-135deg) translateX(2px);
}
/*[-] Pure CSS Chevron arrows. */

/*[+] Widgets: Contact info.*/
.footer-widgets .contact-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-widgets .contact-info .line {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.375rem;
  line-height: 1.5rem;
}
.footer-widgets .contact-info .text,
.footer-widgets .contact-info .text a,
.footer-widgets > li:nth-child(2) a,
.footer-widgets > li:nth-child(3) a {
  color: var(--color-footer-link);
}
.footer-widgets .contact-info .text a:hover,
.footer-widgets > li:nth-child(2) a:hover,
.footer-widgets > li:nth-child(3) a:hover {
  color: var(--color-footer-link-hover);
  text-decoration: none;
}
.footer-widgets > li:nth-child(2) ul.menu,
.footer-widgets > li:nth-child(2) ul.wp-block-latest-posts__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
/*[-] Widgets: Contact details.*/

/*[+] Sections styling. */
.section {
  overflow-x: hidden;
  padding-top: 30px;
  padding-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .vc_row.vc_row-flex.mobile-inverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .section {
    padding-top: 61px;
    padding-bottom: 35px;
  }
}
.section:last-child {
  padding-bottom: 0;
}
.section svg {
  width: 100%;
  height: auto;
}
.svg-left {
  text-align: left;
}
.svg-left svg {
  width: auto;
  display: inline-block;
}
.svg-right {
  text-align: right;
}
.svg-right svg {
  width: auto;
  display: inline-block;
}
.section h2 {
  margin-bottom: 2rem;
  color: var(--color-heading-text-blue);
}

body .vc_row {
  margin: 0 auto;
}
.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
  padding: 0;
}
/*[*] Sections styling. */

/*[+] Call To Action styling. */

.section .vc_row.call-to-action-section {
  overflow: hidden;
  margin: 0;
  padding: 1rem;
  background-color: var(--color-primary-coral);
  color: white;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 34.5px;
}
body .section .vc_row.call-to-action-section .vc_col-sm-3,
body .section .vc_row.call-to-action-section .vc_col-sm-6 {
  width: 100%;
}
body .section .vc_row.call-to-action-section .vc_col-sm-3 .vc_column-inner,
body .section .vc_row.call-to-action-section .vc_col-sm-6 .vc_column-inner {
  padding: 0;
}
.section .vc_row.call-to-action-section {
  justify-content: center;
}
@media screen and (max-width: 990px) {
  .section .vc_row.call-to-action-section {
    /* width: calc(100vw - 2rem); */
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .section .vc_row.call-to-action-section > div {
    width: auto;
    margin: 0 auto;
  }
  .section .vc_row.call-to-action-section .cta-description {
    padding-left: 0;
    border-left: none;
  }
  .section .vc_row.call-to-action-section .vc_btn3-container.vc_btn3-right {
    text-align: center;
  }
  .section .vc_row.call-to-action-section .vc_btn3-container.vc_btn3-right {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .section .vc_row.call-to-action-section {
    grid-template-columns: auto 1fr auto;
  }
}
@media screen and (min-width: 1024px) {
  .section .vc_row.call-to-action-section {
    padding: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .section .vc_row.call-to-action-section {
    padding: 4rem;
  }
}
.call-to-action-section .cta-telephone {
  display: grid;
  grid-template-columns: 53px 1fr;
  gap: 14px;
  align-items: center;
}
.call-to-action-section .cta-text {
  max-width: 250px;
  align-items: center;
}
.call-to-action-section .cta-telephone .icon {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .call-to-action-section .cta-telephone {
    display: inline-flex;
    grid-template-columns: 53px auto;
  }
  .call-to-action-section .cta-telephone .icon svg {
    transform: scale(.8);
  }
}
.call-to-action-section .cta-telephone .details {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.call-to-action-section .cta-telephone a {
  font-weight: 700;
  color: white;
  white-space: nowrap;
}
.call-to-action-section .cta-telephone a:hover {
  color: rgba(255, 255, 255, .9);
  text-decoration: none;
}
.call-to-action-section .cta-description {
  margin: 0;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  /* border-left: 2px solid white; */
}
.call-to-action-section .cta-description.left-border {
  border-left: 2px solid white;
}
.call-to-action-section .cta-description p {
  margin: 0;
  padding: 0;
}
.call-to-action-section .cta-telephone a,
.call-to-action-section .cta-description p {
  font-size: 20px;
  line-height: 140%;
}
@media screen and (min-width: 1280px) {
 .call-to-action-section .cta-telephone a,
  .call-to-action-section .cta-description p {
    font-size: 26px;
  } 
}
@media screen and (min-width: 1400px) {
 .call-to-action-section .cta-telephone a,
  .call-to-action-section .cta-description p {
    font-size: 32px;
  } 
}
/*[-] Call To Action styling. */

/*[+] Identity highlight section. */
.identity-highlight-section .svg-one svg {
  margin-bottom: 2rem;
}
.identity-highlight-section .signature-container svg {
  width: auto;
  margin: 0 auto;
  margin-top: 64px;
}
.section .identity-highlight-section .signature-container svg,
.identity-highlight-section .signature-container svg,
.section .signature-container svg,
.signature-container svg {
  width: 284px;
  height: 64px;
}
.svg-three svg {
  width: 110px;
  max-width: 110px;
  position: absolute;
  top: 2%;
  right: 1rem;
  z-index: 1;
  pointer-events: none;
}
.absolute-dots {
  width: 110px;
  max-width: 110px;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  pointer-events: none;
}
.absolute-dots svg {
  width: 110px;
  max-width: 110px;
}
.svg-four svg {
  margin-bottom: 2.5rem;
}
.hero-inner-page .svg-four svg {
  margin-bottom: 0;
}
/*[-] Identity highlight section. */

/*[+] Normalize image elements delivered by VC. */
.wpb_single_image .vc_figure,
.wpb_single_image .vc_single_image-wrapper,
.wpb_single_image img {
  width: 100%;
}
.wpb_single_image img {
  object-fit: contain;
}
/*[-] Normalize image elements delivered by VC. */

/*[+] Post tags styling. */
.tagcloud,
.post-categories,
.grid-post-categories,
.post-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
}
.post-tags {
  margin: 0 -1rem 1rem;
}
.vc_clearfix.grid-post-categories:after,
.vc_clearfix.grid-post-categories:before {
  display: none;
}
.tag-cloud-link,
.post-categories .post-category,
.grid-post-categories .vc_gitem-post-category-name .vc_gitem-link,
.post-tag {
  cursor: pointer;
  position: relative;
  background-color: var(--color-primary-blue);
  color: white;
  font-size: 1rem !important;
  line-height: 100% !important;
  padding: 0.625rem 1rem;
  border-radius: .5rem;
  border-bottom-left-radius: 0;
}
.tag-cloud-link:before,
.post-categories .post-category:before,
.grid-post-categories .vc_gitem-post-category-name .vc_gitem-link:before,
.post-tag:before {
  opacity: 0;
  transition: opacity .2s ease-in-out;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: overlay;
  background-color: rgba(0, 0, 0, .15);
}
.tag-cloud-link:hover,
.post-categories .post-category:hover,
.grid-post-categories .vc_gitem-post-category-name .vc_gitem-link:hover,
.post-tag:hover {
  text-decoration: none;
}
.tag-cloud-link:hover:before,
.post-categories .post-category:hover:before,
.grid-post-categories .vc_gitem-post-category-name .vc_gitem-link:hover:before,
.post-tag:hover:before {
  opacity: 1;
}
/*[-] Post tags styling. */

/*[+] Custom Grid styling. */
.vc_grid-item-mini .vc_gitem-zone {
  border-top-right-radius: 1.25rem;
}
.post-grid-title h3,
.post-grid-excerpt p {
  margin: 0;
}
.post-grid-title h3 {
  font-size: 1.5rem;
  line-height: 100%;
  color: var(--color-primary-blue);
}
.post-grid-title h3 a {
  color: currentColor;
}
.post-author > div,
.post-date > div {
  display: grid;
  grid-template-columns: 20px auto;
  align-items: center;
  gap: .25rem;
  font-size: 1rem;
  line-height: 160%;
}
.post-author > div:before,
.post-date > div:before {
  content: "";
  display: block;
  font-size: 1rem;
  width: 1rem;
  height: 1.125rem;
  margin: 0 auto;
  text-align: center;
  line-height: 100%;
  background-repeat: no-repeat;
}
.post-author > div:before {
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23DC5D5C' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M224 256A128 128 0 1 0 224 0a128 128 0 0 0 0 256zm89.6 32h-16.7c-22.2 10.3-46.8 16-72.9 16s-50.7-5.7-72.9-16h-16.7C60.3 288 0 348.3 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.1-60.3-134.4-134.4-134.4z'/></svg>");
}
.post-date > div:before {
  background-image: url("data:image/svg+xml;utf8,<svg fill='%2333568C' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M152 64c0-8.8-7.2-16-16-16s-16 7.2-16 16v32H96c-17.7 0-32 14.3-32 32v32h320V128c0-17.7-14.3-32-32-32h-24V64c0-8.8-7.2-16-16-16s-16 7.2-16 16v32H152V64zM384 192H64v224c0 17.7 14.3 32 32 32h256c17.7 0 32-14.3 32-32V192z'/></svg>");
}
/*[-] Custom Grid styling. */

/*[+] Graphical elments. */
.position-relative {
  position: relative;
}
.absolute-graphic-blog {
  width: 208px;
  height: 208px;
  position: absolute;
  top: -4px;
  left: -88px;
  z-index: 0;
  pointer-events: none;
}
.absolute-graphic-blog svg {
  vertical-align: top;
}
/*[-] Graphical elments. */

/*[+] Column with paced content. */
.bordered-form {
  border: 1px solid rgba(51, 86, 140, 0.3);
}
@media screen and (max-width: 767px) {
  .bordered-form {
    margin-top: 2rem;
  }
}
.column-with-spaced-content h2 {
  padding-top: 2rem;
  line-height: 100%;
}
.column-with-spaced-content > .vc_column-inner > .wpb_wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.column-with-spaced-content > .vc_column-inner > .wpb_wrapper .spaced-content {
  display: flex;
  flex: 1;
  align-items: end;
}
.column-with-spaced-content > .vc_column-inner > .wpb_wrapper .svg-right.spaced-content {
  justify-content: end;
}
/*[-] Column with paced content. */

/*[+] Contact Form. */
div.wpforms-container-full:not(:empty) {
  margin: 0 .5rem auto;
}
.wpforms-container .wpforms-form .wpforms-field-container {
  display: grid;
  gap: 1rem;
}
.wpforms-container.contact-form .wpforms-form .wpforms-field-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
body .wpforms-container .wpforms-field {
  margin: 0;
  padding: 0;
}
.wpforms-container .wpforms-form .wpforms-field-container div:last-child {
  margin-bottom: 1.5rem;
}
.wpforms-container .wpforms-form .wpforms-field-container div:last-child.wpforms-one-half,
.wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-half {
  margin-bottom: 0;
}
.contact-form {
  color: var(--color-body-text);
  font-size: 1rem;
}
div.wpforms-container-full .wpforms-form .wpforms-title {
  font-weight: 500;
  color: var(--color-primary-blue);
  font-size: 24px;
  line-height: 100%;
}
div.wpforms-container-full .wpforms-form .wpforms-description {
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-primary-blue);
}
.wpforms-container .wpforms-form .wpforms-field-label {
  font-size: 1rem;
  font-weight: 700;
  font-family: 'Roboto';
  color: var(--color-primary-blue);
  line-height: normal;
}
::-webkit-input-placeholder { color: var(--color-field-placeholder); }
::-moz-placeholder          { color: var(--color-field-placeholder); } /* Firefox 19+ */
:-moz-placeholder           { color: var(--color-field-placeholder); } /* Firefox 18- */
:-ms-input-placeholder      { color: var(--color-field-placeholder); }
/*[-] Contact Form. */

/*[=] Uniforming form inputs (WPForms). */
div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea, .wp-core-ui div.wpforms-container-full input[type=date], .wp-core-ui div.wpforms-container-full input[type=datetime], .wp-core-ui div.wpforms-container-full input[type=datetime-local], .wp-core-ui div.wpforms-container-full input[type=email], .wp-core-ui div.wpforms-container-full input[type=month], .wp-core-ui div.wpforms-container-full input[type=number], .wp-core-ui div.wpforms-container-full input[type=password], .wp-core-ui div.wpforms-container-full input[type=range], .wp-core-ui div.wpforms-container-full input[type=search], .wp-core-ui div.wpforms-container-full input[type=tel], .wp-core-ui div.wpforms-container-full input[type=text], .wp-core-ui div.wpforms-container-full input[type=time], .wp-core-ui div.wpforms-container-full input[type=url], .wp-core-ui div.wpforms-container-full input[type=week], .wp-core-ui div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full textarea {
  border-radius: .5rem !important;
}
/*[-] Uniforming form inputs (WPForms). */

/*[+] Inner pages. */
.hero-inner-page h2 {
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 1rem;
  color: var(--color-heading-text-blue);
}
.inner-page-content {
  padding-top: 64px;
  padding-bottom: .5rem;
}
/*[-] Inner pages. */

/*[+] sidebar Widgets. */
main h2.widgettitle {
  font-size: 1.5rem;
  line-height: 100%;
}
main .widget.widget_categories ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
main .widget.widget_categories ul li {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 16px 10px;
  font-size: 1rem;
  line-height: 100%;
  color: var(--color-link-text-blue);
  border-bottom: 1px solid var(--color-list-border);
  transition: background-color .2s ease-in-out;
}
main .widget.widget_categories ul li:hover {
  background-color: rgba(0, 0, 0, .05);
}
main .widget.widget_categories ul li a {
  color: var(--color-link-text-blue);
}
main .widget.widget_categories ul li a:hover {
  text-decoration: none;
  color: var(--color-primary-coral);
}
/*[-] sidebar Widgets. */

/*[+] Custom aspect-ratio for post featured images in grids. */
.grid-aspect-ratio {
  aspect-ratio: 404 / 266;
}
/*[-] Custom aspect-ratio for post featured images in grids. */

/*[+] Single Post: Blog Article pages. */
.single-post .section h2:not(.widgettitle) {
  font-size: 48px;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .single-post .section h2:not(.widgettitle) {
    font-size: 38px;
  }
}
.single-post .wpb_single_image img {
  border-top-right-radius: 1.25rem;
}
.single-post .post-flag-meta {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-flow: wrap;
}
.single-post .post-flag-meta .post-tags {
  margin: 0;
}
.single-post .post-flag-meta {
  align-items: center;
  display: flex;
  gap: 1rem;
  flex-flow: wrap;
}
.single-post .post-flag-meta.top {
  margin-top: 32px;
}
.single-post .post-flag-meta.bottom {
  padding: 20.5px 0;
  border-top: 1px solid rgba(220, 231, 248, 1);
  border-bottom: 1px solid rgba(220, 231, 248, 1);
}
.single-post .post-flag-meta .share-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: .25rem;
}
.single-post .post-flag-meta .share-icons svg {
  width: auto;
  height: 100%;
}
.single-post .post-flag-meta .share-icons a {
  transition: all .2s ease-in-out;
}
.single-post .post-flag-meta .share-icons svg {
  color: var(--color-primary-blue);
}
.single-post .post-flag-meta .share-icons a:hover svg {
  transform: scale(1.1);
  color: var(--color-primary-coral);
}
.single-post .post-flag-meta .share-icons a:hover svg path {
  fill: var(--color-primary-coral);
}
.single-post .post-flag-meta .label {
  font-weight: 500;
  color: var(--color-primary-blue);
}
/*[-] Single Post: Blog Article pages. */

/*[+] Archive pages styling. */
.archive-pages-title {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.archive-pages-title svg {
  width: auto;
  height: 32px;
}
.archive-posts article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}
.archive-posts article h3 a:hover {
  opacity: .85;
  text-decoration: none;
}
.archive-posts article img {
  border-top-right-radius: 1.25rem;
  width: 200px;
  height: auto;
  aspect-ratio: 202 / 133;
  object-fit: cover;
}
/*[-] Archive pages styling. */

/*[+] No image placeholder. */
.vc_gitem-zone.vc_gitem-zone-a.grid-aspect-ratio:not(.program-featured-image) {
  background-color: var(--color-primary-coral);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
.vc_gitem-zone.vc_gitem-zone-a.grid-aspect-ratio.program-featured-image {
  background-size: auto 100%;
  background-position: left;
}
.self-center {
  display: flex;
  justify-self: center;
}
/*[-] No image placeholder. */

/*[+] Subscription Section. */
.subscription-section {
  text-align: center;
  padding: 32px 0 64px;
}
.subscription-section h2 {
  margin-top: 0;
}
.subscription-section .inputs-container {
  display: inline-flex;
  margin: 0 auto;
}
.subscription-section input[type="email"] {
  max-width: 100%;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  border: 1px solid transparent;
  border-radius: .5rem;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
@media screen and (max-width: 767px) {
  .subscription-section input[type="email"] {
    width: 100%;
  }
}
.subscription-section input[type="submit"] {
  cursor: pointer;
  border: none;
  color: white;
  background-color: var(--color-primary-coral-button);
  padding: .75rem 1.5rem;
  font-size: 1rem;
  line-height: 100%;
  font-weight: 500;
  transition: all .2s ease-in-out;
  border-radius: .5rem;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.subscription-section input[type="submit"]:hover {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .5);
}
/*[-] Subscription Section. */

/*[+] Use VC classes for layout and structure. */
.hero-inner-page {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero-inner-page .hero-content {
  width: 100%;
  margin: 0;
  padding: 0;
  height: auto;
  min-height: calc(330px - 2rem);
  box-sizing: border-box;
  color: rgb(30, 30, 30);
  display: flex;
  flex-direction: row;
  align-items: center;
}
.self-start {
  align-self: start;
  display: flex;
  flex-direction: column;
}
.hero-inner-page .hero-content div {
  height: 100%;
}
.hero-inner-page .hero-content  > div:nth-child(1),
.hero-inner-page .hero-content  > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-self: center;
}
@media (max-width: 767.98px) {
  .vc_hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .vc_hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .vc_hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .vc_hidden-lg {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .hero-inner-page .vc_col-sm-1 {
    width: 8.33333333%;
    padding-left: 1rem;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .hero-inner-page {
    display: block;
    margin: 0 auto;
    padding: 2rem 0;
  }
}
/*[-] Use VC classes for layout and structure. */

/*[+] WooCommerce Login/Register and Other Pages. */
@media screen and (min-width: 1023px) {
  .boxed-container .woocommerce h2 {
    text-align: center;
  }
  .boxed-container .woocommerce form.login, 
  .boxed-container .woocommerce form.register {
    width: 400px!important;
    margin: 0 auto;
  }
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  margin-top: .5rem;
}
/*[-] WooCommerce Pages. */

/*[=-] PDF Cover. */
.pdf-cover img {
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transform: rotate(-2deg);
  transition: transform 0.3s ease;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 280px;
  vertical-align: top;
  margin: 0 auto;
}
.pdf-cover img:hover {
  transform: rotate(0deg) scale(1.02);
}
/*[=-] PDF Cover. */

/*[+] Programs Page. */
/*+ Borders. */
.border-top-right-radius {
  border-top-right-radius: 1.25rem;
  overflow: clip;
}
.border-left-primary-blue {
  border-left: 1px solid var(--color-primary-blue);
}
/*- Borders. */
/*+ Unordered list markers. */
main ul li::marker {
  display: inline-block;
  color: var(--color-primary-coral);
  font-size: 1.5rem;
}
ul.check-marker {
  margin-top: 0;
}
ul.check-marker li::marker {
  content: var(--icon-check-marker-one-space);
  color: var(--color-primary-coral);
  font-size: 1rem;
}
ul li.bulb-marker::marker {
  content:var(--icon-bulb-marker-two-spaces);
  color: var(--color-primary-coral);
  font-size: 1rem;
}
/*+ Unordered list markers. */
/*+ Ordered list with numbered icons. */
ol.styled-numbers {
  counter-reset: custom-counter;
  list-style: none;
  padding-left: 0.8rem;
}
ol.styled-numbers > li {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 0.5rem;
}
/* Default number styling */
ol.styled-numbers > li:not(.bulb-marker)::before {
  counter-increment: custom-counter;
  content: counter(custom-counter);
  position: absolute;
  left: 0;
  top: 0.05rem;
  background-color: var(--color-ordered-list-marker-bg);
  color: var(--color-ordered-list-marker-text);
  border-radius: .25rem;
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: bold;
}
/* Bulb-marker override for special li */
ol.styled-numbers > li.bulb-marker::before {
  content:var(--icon-bulb-marker-no-space);
  position: absolute;
  left: 0.25rem;
  top: 0.05rem;
  font-size: 1rem;
  background: none;
  width: auto;
  height: auto;
  display: inline;
}
/*- Ordered list with numbered icons. */
/*[-] Programs Page. */

/*[+] Chestionar de clarificare */
/* .quizz-main-objectiv-checkboxes li.choice-2 label,
.quizz-current-business-status-checkboxes li.choice-4 label {
  content: "🟣";
  color: rgb(153, 0, 255);
}
.quizz-main-objectiv-checkboxes li.choice-4 label,
.quizz-which-helpful-support-checkboxes li.choice-3 label,
.quizz-which-helpful-support-checkboxes li.choice-4 label {
  content: "🔴";
  color: rgb(255, 0, 0);
} */
/*[-] Chestionar de clarificare */