/*
 Theme Name:   Enfold Child
 Author:       Innovie GmbH
 Author URI:   http://www.innovie.de
 Template:     enfold
 Version:      1.1.0
*/


/* =General Custom CSS (ALL SITES)
==============================================================
============================================================== */
#top h1, 
#top h2, 
#top h3, 
#top h4, 
#top h5, 
#top h6 {
	text-transform: none;	
}

/*
#top .special_amp {
	font-family: inherit;
	font-style: normal;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit !important;
}
*/

/* =GENERAL(SITE SPECIFIC)
==============================================================
============================================================== */

/* =ELEMENTS
==============================================================
============================================================== */

/* Layout
-------------------------------------------------------------- */


/* Columns
-------------------------------------------------------------- */


/* Global Fonts
-------------------------------------------------------------- */


/* Buttons
-------------------------------------------------------------- */


/* Frames
-------------------------------------------------------------- */



/* =TOPBAR
==============================================================
============================================================== */


/* =HEADER
==============================================================
============================================================== */
/*
#top .logo img {
	    padding: 10px 0 10px 0;
}

#top .header-scrolled .logo img {
	    padding: 3px 0;
}

#top .av-main-nav > li > a {
	font-size: 18px;
	font-weight: lighter;
}

#top #header .mega_menu_title {
	font-weight: bold;
	font-size: 16px;
	color: #666;	
}

#top #header .avia_mega_div > .sub-menu > li > ul > li  a {
	font-size: 15px;
	font-weight: lighter;	
}

#top .header_color .main_menu .menu ul li a:hover, 
#top .header_color .av-subnav-menu ul a:hover {
    background-color: #dd2535;
    color: #ffffff;
}

#top .header_color a:hover .avia-bullet {
    border-color: #ffffff;
}
*/

/* =FOOTER
==============================================================
============================================================== */

/* =GENERAL
==============================================================
============================================================== */

/* =HOME
==============================================================
============================================================== */


/*
Desktop Styles
==============================================================
============================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
==============================================================
============================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}