/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.embed-responsive.embed-responsive-16by9 {
	height:100%;
}

.connectors-container a .connectorname {
  color:#fff;
  font-size: .7em;
}


/* ============================================
   Used CSS extracted from Customers page markup
   (staging.striim.com/customers/)
   ============================================ */
 form#hsForm_a88362b9-9c5b-4ce6-8fc9-8121bae47bfc div {
    float: left;
}
  form#hsForm_a88362b9-9c5b-4ce6-8fc9-8121bae47bfc input.hs-button.primary.large {
    padding: 12px 30px;
    background: #FFCF0D;
}
  form#hsForm_a88362b9-9c5b-4ce6-8fc9-8121bae47bfc input.hs-button.primary.large:hover{
    border: 2px solid  #FFCF0D;
    background: transparent;
  } 
  form#hsForm_a88362b9-9c5b-4ce6-8fc9-8121bae47bfc ul.no-list.hs-error-msgs.inputs-list li::marker {
    color: transparent;
}
  form#hsForm_a88362b9-9c5b-4ce6-8fc9-8121bae47bfc  ul.no-list.hs-error-msgs.inputs-list {
    padding: 0;
    font-size: 12px;
    color: #ddd;
}
  input#email-a88362b9-9c5b-4ce6-8fc9-8121bae47bfc {
    padding: 10px;
    margin-right: 10px;
    border-radius: 50px;
    min-width: 400px;
}

/* --- Get a Demo / Free Trial buttons (header nav) --- */
div#getademobutton {
  border: 3px solid #ffffff;
  padding: 5px 20px;
  border-radius: 30px;
  margin-left: 30px;
}

#getademobutton .e-n-menu-title-text {
  color: #ffffff;
  font-weight: 600;
}

div#freetrialbutton {
  border: 3px solid #F5C549;
  padding: 5px 20px;
  border-radius: 30px;
  background-color: #F5C549;
}

#freetrialbutton .e-n-menu-title-text {
  color: #050529;
  font-weight: 600;
}

div#freetrialbutton:hover,
div#getademobutton:hover {
  background: #089BEE;
}

div#freetrialbutton:hover {
  background: #089BEE;
  border-color: #089BEE;
  color: #ffffff;
}

/* --- Footer line --- */
@media (min-width: 768px) {
  .footerline {
    display: inline-block;
    margin-right: 20px;
  }
}

/* --- Mobile: header and CTA buttons --- */
@media (max-width: 768px) {
  div#getademobutton,
  div#freetrialbutton {
    margin-left: 0px;
    max-width: 160px;
  }

  div#getademobutton a,
  div#freetrialbutton a {
    text-align: center;
  }
}

/* --- CLS: stabilize header + logo + menu icons --- */
header.elementor-location-header {
  position: relative;
  min-height: 120px;
}

header.elementor-location-header img.wp-image-85416 {
  display: block;
  height: auto;
  aspect-ratio: 470 / 180;
}

header.elementor-location-header .elementor-widget-theme-site-logo .elementor-widget-container {
  min-height: 80px;
  display: flex;
  align-items: center;
}

header.elementor-location-header .e-n-menu-dropdown-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.attachment-medium.wp-image-85416 {
  aspect-ratio: 150 / 57;
  height: auto;
}