/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Arthur Brandstetter
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/** css variables */
:root {
  --primary-color: #00a89c;
  --accent-color: #2d2974;

  --grey: #c1c8db;
  --grey-dark: #9aa0af;
  --grey-light: #eceef4;
  --grey-ultralight: #f7f8fb;

  --dark: #000000;

  --light: #ffffff;

  --warn: #f43f5e;
  --success: #22c55d;
	

	--post-img-ratio: 1.5147;
	--post-img-width: 100%;
	--post-img-height: calc(var(--post-img-width) / var(--post-img-ratio));
}

/** font families 

@font-face {
  font-family: ProximaNova-Regular;
  font-weight: normal;
  src: url("./assets/fonts/ProximaNova-Regular.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: ProximaNova-Bold;
  font-weight: normal;
  src: url("./assets/fonts/ProximaNova-Bold.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: ProximaNova-SemiBold;
  font-weight: normal;
  src: url("./assets/fonts/ProximaNova-Semibold.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}*/

/*
html,
body,
input,
div,
textarea,
a,
p {
  font-family: ProximaNova-Regular;
}

button {
  font-family: ProximaNova-SemiBold;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-family: ProximaNova-Bold;
}
*/

/* general */

* {
  line-height: 1.3em;
  word-break: break-word;
}

h1:not(.site-title):before,
h2:before {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
  margin: 0;
  padding: 0;
  line-height: 1.3em;
}

.site-header {
  display: none;
}

.page-header {
  display: none;
}

a,
a:hover {
  color: var(--primary-color);
}

a.ej.ja {
  color: var(--primary-color);
}

li {
  padding-left: 5px;
  margin-bottom: 5px;
}

/* utility classes */

.break-word > * {
  word-break: break-word;
}

/* cookie notice */

aside#moove_gdpr_cookie_info_bar {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  bottom: 20px;
  border-top: none !important;
  right: 0;
  padding: 0px 20px;
  background-color: initial !important;
}

aside#moove_gdpr_cookie_info_bar div.moove-gdpr-info-bar-container {
  background-color: var(--dark);
  border-radius: 10px;
}

aside#moove_gdpr_cookie_info_bar button.moove-gdpr-infobar-settings-btn {
  opacity: 1 !important;
}

.gdpr_lightbox {
  background: rgba(0, 0, 0, 0.75);
}

/*remove lang switch border*/
a.js-wpml-ls-item-toggle.wpml-ls-item-toggle,
a.wpml-ls-link {
  background-color: transparent !important;
  border: 0px !important;
}

ul.js-wpml-ls-sub-menu.wpml-ls-sub-menu {
  border-top: 0px !important;
}

.wpml-ls-statics-shortcode_actions {
  background-color: transparent !important;
}

/*custom link with arrow*/
.pc_link {
  font-weight: 600 !important;
  color: #19a79c !important;
}

.pc_link:after,
.elementor-post__read-more:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 20px;
  margin-left: 8px;
  transition: transform 0.3s ease-out;
  background: url("https://pavecommute.app/wp-content/uploads/2022/11/LinkArrow-1.svg")
    no-repeat;
}

.pc_link:hover::after,
.elementor-post__read-more:hover::after {
  transform: translateX(4px);
}

/*custom post titles – Articles*/
.elementor-post__title {
  font-size: 20px !important;
}

/*custom featured article*/
#pc_featuredArticle .elementor-post__text {
  display: flex;
  justify-content: center;
}

#pc_featuredArticle .elementor-post__title {
  font-size: 32px !important;
}

/*custom posts not found message*/
.elementor-posts-nothing-found {
  text-align: center;
}

/*Custom blog tags*/

.elementor-icon-list-items
  .elementor-icon-list-item
  .elementor-icon-list-text
  a,
.elementor-icon-list-items
  .elementor-icon-list-item
  .elementor-icon-list-text
  span {
  display: inline-block !important;
}

.elementor-post-info__terms-list .elementor-post-info__terms-list-item {
  font-size: 20px !important;
  padding: 10px 24px 10px 24px;
  background-color: #dcf9f7;
  border-radius: 100px;
  margin-bottom: 16px !important;
  font-weight: 600;
  text-decoration: none;
  color: #19a79c;
  white-space: nowrap;
}

.elementor-post-info__item--type-custom {
  display: inline-block !important;
}

.elementor-post-info__item--type-custom a {
  font-size: 20px !important;
  padding: 10px 24px 10px 24px;
  background-color: #dcf9f7;
  border-radius: 100px;
  margin-right: 8px;
  margin-bottom: 16px !important;
  font-weight: 600;
  text-decoration: none;
  color: #19a79c;
  white-space: nowrap;
}

/*hide WP tags*/
.tag-links {
  visibility: hidden;
}

/*custom pricing tiers*/
.pricing-includes li {
  list-style-image: url(https://pavecommute.app/wp-content/uploads/2022/03/Check_green.png);
}

/*custom blog links*/
.blog-link {
  color: var(--primary-color) !important;
}

/* blog full width banner */
@media only screen and (min-device-width: 1000px) {
  .blog-banner-full-width {
    width: 1000px;
    overflow: visible;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.wpml-ls-sub-menu {
  border-color: transparent !important;
}

/* hide whitepaper forms */
[lang="en-US"] #whitepaper-download-form {
  display: none;
}

[lang="de-DE"] #whitepaper-info-form {
  display: none;
}

.elementor-element-edit-mode#whitepaper-download-form,
.elementor-element-edit-mode#whitepaper-info-form {
  display: unset !important;
}

.elementor-popup-modal .dialog-message {
  width: auto !important;
}
.elementor-popup-modal .dialog-widget-content {
  border-radius: 3px;
}

.elementor-popup-modal .dialog-close-button {
  top: 15px !important;
  right: 15px !important;
}

.form-column .elementor-column-wrap {
  overflow: hidden;
}

body .is-form-style .is-search-input {
  padding: 30px !important;
  font-size: 25px !important;
  border: 0px !important;
}

body .is-search-form {
  border: 1px solid var(--grey);
  border-radius: 9px;
  overflow: hidden;
}

body .is-search-icon {
  background: transparent;
  border: 0px;
  padding-right: 16px;
}

.is-search-form *:not(.is-search-form):hover,
.is-search-form *:not(.is-search-form):focus {
  /* Reset any hover styles applied to the children */
  background-color: initial !important;
  color: initial !important;
}

.is-ajax-search-result {
  margin-top: 15px !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;
  background: white !important;
  border-radius: 9px !important;
}

.is-ajax-search-result *:not(.is-ajax-search-result):hover {
  background-color: initial !important;
  color: initial !important;
}

.blog-share .elementor-grid-item {
  margin-right: 1.5rem;
}

.learn-posts-grid .elementor-post__thumbnail {
  border: 1px solid var(--grey-light)
}

.learn-description {
	text-align-last: center;	
}

.header-desktop-menu .menu-item.wpml-ls-item{
	display: none;
}

.post-img img{
	width: var(--post-img-width);
    height: var(--post-img-height);

}







