/*
Theme Name: Megasat4
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/
/* @import url('css/fonts.css'); */

/*
Colors:
    light-blue: #009ee0;
    blue:       #006AB2;
    white:      #fff;
    grey:       #2a2b2a;
*/

/* General styles */
/* body * {
    font-family: "Open Sans", sans-serif;
}
*/
.video-wrapper {
  max-width: 1210px;
  margin: 0 auto;
  width: 100%;
}
.video-wrapper video,
.video-wrapper iframe {
  width: 100%;
  height: auto;
  display: block;
}
body .wpb_text_column ul li:before {
	background: none;
}
.mediaTableWrapper .activeMediaTable th, 
.mediaTableWrapper .activeMediaTable td {
    display: table-cell;
}
.mediaTableWrapper .mediaTableMenu {
    display: none !important;
}
/* Logo */
header .header-main:before {
    background: transparent url('./images/megasat_welle_rgb.svg') no-repeat;
    background-size: 1024px auto;
    background-position: -154px -65px;
    content: ' ';
    width: 100%;
    height: 150px;
    position: absolute;
    left: -167px;
    top: -15px;
}
@media (min-width: 980px) and (max-width: 1212px) {
    header .header-main:before {
        background-position-x: center;
        background-position-y: bottom;
        left: 20px;
        top: -24px;
    }
}
/* Sticky menus show no wave */
header.shrink .header-main:before {
    background: none;
}
/* Small breakpoint show no wave */
@media (max-width: 979px) {
    header .header-main:before {
        background: none;
    } 
}

/* Remove left space from accordeons */
body .wpb_text_column ul li ul, 
body .wpb_text_column ol li ol,
body .accordion ul {
    padding-left: 0;
}
body .helpie-faq.accordions .accordion .accordion__item .accordion__header div.accordion__title {
    padding-right: 40px;
}