/*
Theme Name: AMM
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Theme</a> for the A.M.M. Movie Agency. 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: 7.1.6
Author: Mischa Spörer <spoerer@netzkantine-gmbh.de>
Author URI: https://netzkantine-gbmh.de
Template: enfold

*/
/************************************

 Add a widget area on the right side
 Logo left, Menu center, Widget right

*************************************
CSS Settings:
» Initiate Flexbox
» Topbar
» Header
» Logo
» Menu
» Widget
» Social icons
» Search
» Cart icon
***********************************/ 


/*--------------------------------
» Initiate Flexbox
--------------------------------*/



.responsive #top #header #header_main .inner-container .widget {
	position: absolute;
	right: 0;
}

/*--------------------------------
» Topbar
--------------------------------*/
/* Top bar */
.responsive #top #header #header_meta {
    
}

/*--------------------------------
» Header
--------------------------------*/
/* Height */
#top #header #header_main .container.av-logo-container {
   
}
#header_main {
    border-bottom-width: 0px;
    border-bottom-style: none;
   
}
/* Header inner container */
#top #header #header_main .container.av-logo-container .inner-container {
 
}
/* Wrappers 
--------------------------------*/
/* Header content and Topbar */
.responsive #top #header {
  
}
.container_wrap {
    border-top-style: none;
    border-top-width: 0px;
}
/* Header contents: Logo, Menu, Social Icons and Widgets. */

.responsive #top #header #header_main {

}

/* Transparent header 
--------------------------------*/
.responsive.html_header_transparency #top #wrap_all #header {

}

/* Main content: 
-----------------------*/
.responsive #top #main { 
    padding-top: 0px; /* Gap between the content and header */
} 


/* Fixed header 
--------------------------------*/

.html_header_sticky.html_header_transparency #top #wrap_all #header,
.html_header_sticky #top #wrap_all #header { 
    position: fixed; 
} 

/* Fixed header and page content gap. 
   Padding value should be same as the fixed header height. */
.html_header_sticky:not(.html_header_transparency) #top #wrap_all #main { 
    /*padding-top: 145px !important; */
} 

@media only screen and (max-width: 767px) {
	.html_header_sticky #top #wrap_all #main {
		padding-top: 80px !important; 
	}
}


/* Logo
--------------------------------*/

.responsive #top #header #header_main .inner-container .logo {

	position: relative;
    /*width: auto;*/

    /* Define scalable min width of the logo on small screens */
    min-width: 100px;
    /* 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: inherit;
    
    z-index: 9;
}

/* Logo image size */
.responsive #top #header .logo,
.responsive #top #header .logo a,
.responsive #top #header .logo img {
    
   
}

/* 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 {
	float: left;
	position: relative;
}

/* Navigation */
#top #header .av-main-nav > li > a {
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0.025em;
    font-weight: 400;
}
.header_color .sub_menu>ul>li>a, 
.header_color .sub_menu>div>ul>li>a, 
.header_color .main_menu ul:first-child > li > a, 
#top .header_color .main_menu .menu ul .current_page_item > a, 
#top .header_color .main_menu .menu ul .current-menu-item > a, 
#top .header_color .sub_menu li ul a {
    color: #ffffff;
}
.header_color span {
	border-color: #fff;
}
/* Sub-Menu nach oben */
.av-main-nav ul {
   margin-top: -25px; 
}

/*  Menu Seperator */

.av_seperator_small_border {
	
}
.av_seperator_big_border .av-main-nav {
	border-left-style: none;
}
.av_seperator_small_border .av-main-nav>li>a>.avia-menu-text {
    border-left-style: unset;
	border-left-color: #fff;
    border-left-width: 0px;
    padding-left: 13px;
    margin-left: -13px;
}

#top #header .av-main-nav > li.current-menu-item > a .avia-menu-text, #top #header .av-main-nav > li.current-menu-item > a .avia-menu-subtext {
    color: #fafafa;
}
#top #header .av-main-nav > li:hover > a {
    color: #e9e9e9;
}
/* Active Menu Indicator */

.avia-menu-fx {
    position: absolute;
    top: 55px;
    height: 2px;
    z-index: 10;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.av-main-nav li:hover .avia-menu-fx, 
.current-menu-item > a > .avia-menu-fx, 
.av-main-nav li:hover .current_page_item > a > .avia-menu-fx {
    
    opacity: 1;
}
/*  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 position fix */
#header li .avia_mega_div,
#header li:hover .avia_mega_div {
    right: 0 !important; /* submenu position */
    left: auto!important; /* submenu position */
    max-width: 50vw;
}

/*--------------------------------
» Widget
--------------------------------*/

/* Widgets */
.responsive #top #header #header_main .inner-container .widget {
    z-index: 100;
	padding: 20px 0;
	display: block;
}

.responsive #top #header #header_main .inner-container .widget>div {
    width:100%;
    line-height: 14px;
   
}

/*--------------------------------
» Blog 
--------------------------------*/

.html_modern-blog #top .post-entry .post-title, 
.html_modern-blog .avia-content-slider .slide-entry-title {
    font-size: 1em;
    text-align: left;
    letter-spacing: 0;
}


.html_elegant-blog #top .post-entry .post-meta-infos { 
border: none;
}
.html_elegant-blog #top .post-entry .minor-meta {
    text-transform: initial;
}
.html_elegant-blog #top .post-entry .blog-categories {
    font-weight: normal;
}
.html_elegant-blog #top .main_color .blog-categories a {
color: #c9c9c9;
}
.html_elegant-blog #top .post-entry .minor-meta {
display:none;
}

/* Footer Page */
#colophon .el_before_av_one_fourth {
    border-right: 1px solid #fff;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(255, 255, 255);
	padding-right:25px;
	padding-left:25px;
}
#colophon .el_before_av_one_fourth.avia-builder-el-first {
	padding-right:25px;
	padding-left:0px;
}
#colophon .el_after_av_one_fourth.avia-builder-el-last {
	padding-left:25px;
	padding-right:0px;
}
#colophon .av-special-heading-h2 .av-special-heading-tag {
padding-bottom: 10px;
    color: #0693e3;
    font-size: 16px;
    font-weight: 700;
	text-transform: uppercase;
}
#top .av-special-heading .av-subheading {
    font-size: 1em;
}

#colophon .content .flex_column .widget_nav_menu li a {
    padding: 0;
	margin: 0;
	
}
#colophon .content .flex_column .widget_nav_menu li  {
    padding: 0;
	margin: 0;
	line-height: 1.8;
	font-size: 16px;
}
#top .content .flex_column .widget_nav_menu li, 
#top .content .flex_column .widget_nav_menu li:first-child {
border: none;
}

.widget li {
    line-height: 1.8;
}

#top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
    line-height: 1.3em;
    margin: 0;
    font-size: 24px;
	 color: #fafafa!important;
}
#top #wrap_all .main_color .av-masonry-entry .av-masonry-entry-title {
    line-height: 1.3em;
    margin: 0;
    font-size: 24px;
	 color: #fafafa;
}

#top #wrap_all .main_color h3, #top #wrap_all .alternate_color h3 {
   
}

/* Cart position fix */
#top #header #header_main #menu-item-shop a.cart_dropdown_link {
    height: auto;
}

div .header_color .header-button.button-style-outline {
    color: #008fd3;
    box-shadow: 0 0 0 -7px rgb(0 0 0 / 0%);
    border-radius: 50px;
    border: 2px solid transparent;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    display: inline-block;
    background: linear-gradient(#222222,#222222) padding-box,linear-gradient(to left,#008fd3,#f0ab00 100%) border-box!important;
    margin-bottom: 0.5rem;
    
    font-size: 1.25rem;
}
div .header_color .header-button {
	text-decoration: none;
    color: #fff;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
}


@media only screen and (max-width: 767px) {
	.responsive #top #header #header_main .inner-container .main_menu {
		position: absolute;
	}
    .responsive #top #menu-item-shop.cart_dropdown {
       
    }
    .cart_dropdown .dropdown_widget .avia-arrow {
        display: none;
    }
	#colophon .av_one_fourth {
	    border-right: none;
		padding: 0 25px;
	   
	}
	#colophon .flex_column {
		padding: 0;
	}
	.responsive #top #header #header_main .inner-container .widget {
		display: none;
	}
}
@media only screen and (max-width: 1180px) {
  #top #header .av-main-nav > li.menu-item  {
      display: none!important;
  }
  #top #header .av-burger-menu-main {
      cursor: pointer;
      display: block!important;
  }
	.responsive #top #header #header_main .inner-container .widget {
	display: none;
	}
	.responsive #top #header #header_main .inner-container .main_menu {
		float: right;
	}
	
	
}


