/*
Theme Name: Enfold Airmaxx
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/
/*Add your own styles here:*/
/* Header */
.responsive #top #header,
/* Top bar */
.responsive #top #header #header_meta,
/* Search icon */
.responsive #top #header #menu-item-search a,
/* Cart icon */
.responsive #top #header a.cart_dropdown_link,
/* Social icon */
.responsive #top #header #header_main nav .social_bookmarks,
/* Logo */
.responsive #top #header #header_main .inner-container .logo,
/* Main menu, cart and social icons */
.responsive #top #header #header_main .inner-container .main_menu,
/* Widgets */
.responsive #top #header #header_main .inner-container .widget,
/* Header inner container */
#top #header #header_main .container.av-logo-container .inner-container {
    display: flex;
    position: relative;
}
/*--------------------------------
» Topbar
--------------------------------*/
/* Top bar */
.responsive #top #header #header_meta {
    flex-basis: 100%;
}
/*--------------------------------
» Header
--------------------------------*/
/* Height outer container */
#top #header #header_main .container.av-logo-container {
    /* Do not change height here */
    /* Auto height: Header takes the height of the contents */
    height: inherit;
    line-height: inherit;
}
/* Header inner container */
#top #header #header_main .container.av-logo-container .inner-container {
    /* Define header height here */
    height: inherit;
    position: relative !important;
    flex-wrap: wrap;
    /* Define header padding */
    padding: 10px;
    justify-content: space-between;
}
/* Wrappers
--------------------------------*/
/* Main header ( logo, menu, widgets ) and topbar */
.responsive #top #header {
    flex-wrap: wrap;
}
/*  Logo, Menu, Social Icons and Widgets. */
.responsive #top #header #header_main {
    flex-basis: 100%;
}
/* Transparent header
--------------------------------*/
.responsive.html_header_transparency #top #wrap_all #header {
    position: absolute;
}
@media only screen and (max-width: 767px) {
    .responsive.html_header_transparency #top #wrap_all #main {
        /* Define padding value for transparent header in mobile */
        /*padding-top: 315px !important; */
    }
}
/* Fixed header
--------------------------------*/
.html_header_sticky.html_mobile_menu_tablet #top #wrap_all #header,
.html_header_sticky.html_header_transparency #top #wrap_all #header,
.html_header_sticky #top #wrap_all #header {
    position: fixed;
}
.html_header_sticky #top #header_main .container,
.html_header_sticky #top .main_menu ul:first-child>li a {
    height: inherit !important;
    line-height: inherit !important;
}
/* Main content padding value should be same as the fixed header height. */
.html_header_sticky:not(.html_header_transparency) #top #wrap_all #main,
.html_header_sticky #top #wrap_all #main {
    /* Define padding only if sticky header is active */
    /*padding-top: 262px ;  */
}
@media only screen and (max-width: 767px) {
    .html_header_sticky #top #wrap_all #main {
        /* Define padding value for sticky header on mobile */
        /*padding-top: 315px !important; */
    }
}
/*--------------------------------
» Logo
--------------------------------*/
/* Logo */
.responsive #top #header #header_main .inner-container .logo {
    order: 1;
    flex-basis: auto;
    /*width: auto;*/
    /* Define scalable min width of the logo on small screens */
    min-width: 100px;
    z-index: 999;
    /* Overflow */
    transform: translateY(70%);
    margin-top: -98px;
}
@media only screen and (max-width: 767px) {
    /* Remove transfrom in mobile */
    .responsive #top #header #header_main .inner-container .logo {
        transform: none;
        margin-top: 0;
    }
}
/* Logo image size */
.responsive #top #header .logo,
.responsive #top #header .logo a,
.responsive #top #header .logo img {
    width: auto;
    /* Define scalable max width of the logo on big screens */
    /* Logo width: (auto | 100% | px );  Set auto to display the uploaded image size */
    max-width: 450px;

    /* Height specification is not required. It is proportional to the max width of the logo */
    height: auto;
    align-items: center;
    align-self: center;
    justify-content: center;
}
/* Vertically center transparency logo */
.responsive #top #header .logo span img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
/*--------------------------------
» Menu
--------------------------------*/
/* Menu outer container: Menu with siblings cart and social icons */
.responsive #top #header #header_main .inner-container .main_menu {
    order: 4;
    /* Define menu width */
    flex-basis: 100%;
    align-items: center;
    align-self: center;
    justify-content: flex-end;
    height: inherit !important;
}
/* Navigation */
#header .av-main-nav {
    display: flex;
    flex-wrap: nowrap;
}
/*  Activate burger menu  */
@media only screen and (max-width: 1000px) {
    #top #header .av-main-nav>li.menu-item {
        display: none!important;
    }
    #top #header .av-burger-menu-main {
        cursor: pointer;
        display: block!important;
    }
}
@media only screen and (max-width: 767px) {
    /* Mobile menu position fix */
    .responsive #top .av-logo-container .avia-menu {
        display: flex!important;
        align-items: center;
    }
}
/* Mega menu submenu position fix */
.responsive #top #header .avia_mega_div {
    /* Define megamenu submenu top value */
    /*   top: 300px;
   position: fixed;
   left: 50%;
   transform: translateX(-50%);*/
	left:50%;
	transform: translateX(-65%)
}
/*--------------------------------
» Widget
--------------------------------*/
/* Widgets */

.responsive #top #header #header_main .inner-container .widget {
    order: 3;
    flex-basis: 38%;
    max-width: 520px;
    padding: 0;
    clear: none!important;

    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-end;
    z-index: 1;
    margin-left: auto;
}


.responsive #top #header #header_main .inner-container .widget>div {
    width: 100%;
    line-height: 14px;
    padding: 0 10px;
}

.responsive #top #header #header_main .inner-container .widget>div label {
  visibility: hidden;
}
/*--------------------------------
» Social icons
--------------------------------*/
/* Flex support and position fix */
.responsive #top #header #header_main nav .social_bookmarks {
    top: auto;
    margin-top: 0;
    align-items: center;
}
/* Inherit height for flex alignment */
.responsive #top .av-logo-container .social_bookmarks li {
    height: inherit;
}
/*--------------------------------
» Search
--------------------------------*/
/* Your styles here */
/*--------------------------------
» Cart
--------------------------------*/
/* Cart position fix */
#top #header #header_main #menu-item-shop a.cart_dropdown_link {
    height: auto;
}
@media only screen and (max-width: 767px) {
    .responsive #top #menu-item-shop.cart_dropdown {
        display: flex;
        align-items: center;
    }
    .cart_dropdown .dropdown_widget .avia-arrow {
        display: none;
    }
}


.secMob{ display: none;}
#secmobonly{ display: none;}
@media only screen and (max-width: 1023px) {
  .secMob{ display: block;}
  .container.av-logo-container{ width: 100% !important; max-width: 100% !important;}
  .container.av-logo-container .inner-container{ padding: 0 !important;}
  ul.social-link{ display: none;}
  span.logo{ display: none !important;}
  .responsive #top #header #header_main .inner-container .widget{ width: 100% !important; max-width: 100% !important; flex-basis: 100% !important; padding-top: 0 !important; padding-bottom: 0 !important;}
  .responsive #top #header #header_main .inner-container .widget>div{ padding-left: 0 !important; padding-right: 0 !important;}

  .topButton{ overflow: hidden; position: fixed; width: 100%; left: 0; top: 0; z-index: 99999 !important;}
  .topButtonDiv{ width: 50%; float: left;}
  .topButtonDiv a{ display: block; background: #0281c4; color: #FFF; font-size: 22px; text-align: center; padding: 16px 0;}
  .topButtonDiv.alt a{ background: #c4171d;}
  .secMobLogo{ text-align: center; padding: 0 15px; margin-top: 60px; margin-bottom: 15px;}

  #top #header .av-burger-menu-main{ position: fixed; top: 45px; right: 15px;}
  #top #av-burger-menu-ul{ padding-top: 0 !important; padding-bottom: 0 !important;}
  .responsive #top #header #header_main .inner-container .widget{ z-index: inherit !important;}
  .responsive #top #header #header_main .inner-container .main_menu{ order: 1 !important;}

  html #wpadminbar{ display: none !important;}
  #layer_slider_1{ display: none;}
  #secmobonly{ display: block; text-align: center; overflow: inherit !important; max-height: 500px; margin-bottom: 40px;}
  #secmobonly h2{ font-size: 25px !important; font-weight: 700 !important; line-height: 40px; padding-bottom: 30px !important;}
  #secmobonly h2 span{ font-size: 30px !important;}
  #secmobonly h2 span.rdText{ color: #DA161D;}

  #secmobonly .av_textblock_section + .avia-image-container img{ max-width: 250px !important; width: 250px !important;}
  #secmobonly .av_textblock_section + .avia-image-container + .avia-image-container img{ max-width: 250px !important; width: 250px !important;}
  #secmobonly .av_textblock_section + .avia-image-container + .avia-image-container{ margin-top: 35px !important;}

  .logged-in .secMobLogo{ margin-top: 15px;}
  .logged-in .av-burger-menu-main{ top: 0 !important;}
}

/* @media only screen and (max-width: 567px) {

	.topButtonDiv.phone-airmaxx a{ font-size:30px !important; }

} */
