/*
Theme Name: Enfold Child
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
*/

/*
.html_header_top.html_logo_center .logo {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.logo img, .logo {
    width: 40%!important;
}
#header_main > .container {
    margin: 20;
    width: 40%!important;
}
.small-preview img, .big-preview img {
border-radius: 0;
}*/


/*Add your own styles here:*/

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */
/*#header_main > .container {
    margin: 20;
    width: 40%!important;
}*/

/*.html_header_top.html_header_sticky #top #wrap_all #main {	
	padding-top:48px!important;
}*/

/* #press-all { display: none; } */
#press-reg { display: none; }
#press-non { display: none; }
	
.button {
	font-weight: bold!important;
	background-color: #d1d7e0!important;
	color: #1b3564!important; 
	margin-right: 25px!important;
	text-align: center;
}

.active {
  background: #1b3564!important;
  color: #ffffff!important;
}

.button:active {
  background: #1b3564!important;
  color: #ffffff!important;
}

.button:focus {
  background: #1b3564!important;
  color: #ffffff!important;
}
	
.cision-feed-item h2 {
	color: #1b3564!important;	
}
	

/* Blue */

/* #press-all { display: none; } */
h1.av-special-heading-tag {
	color: #1b3564!important;
}
	
.widget.clearfix.widget_nav_menu {
	bottom: 10px!important;
}

/* Changes to AVTECH logo */
.logo img, .logo, .av_header_transparency .logo {
  	width: 150px!important;
	height: auto!important;
	margin-top: 6px!important;
}

/* Make banner transparent when scrolling */
/*.header_color .header_bg   {
    opacity: 0.99 !important;
}*/

#top .header_color input[type='text'] {
	background-color: transparent
}
	
#header.av_header_transparency .header_color .avia-tt {
	background-color: transparent;
}
	
/* Change margin between text-lines */
.avia_textblock {
	line-height: 2em;
}	
	
/* Stretch banner container */
#header .container {
	width:100%!important;
}

/* Make banner smaller */
#top #wrap_all .header_color.av_header_transparency {
	height:48px!important;
}

.html_header_top.html_header_sticky #header {
	height:48px!important;
}

#header.av_header_transparency .sub-menu a, .sub-menu, 
#header.av_header_transparency .sub-menu li {
    background: rgba(255,255,255,0.55) !important;
    border:none;
}

#header.av_header_transparency .sub-menu li:hover > a {
	background: #1b3564!important;
	opacity: 0.8;
}

#top #header_main > .container, #top #header_main > .container .main_menu .av-main-nav > li > a, #top #header_main #menu-item-shop .cart_dropdown_link {
	height:48px!important;
	line-height:48px!important;
}

	
/* zoom-in on image when hoovering over it */
.av-hover-a img:hover {
-webkit-transform: scale(1.05,1.05);
-moz-transform: scale(1.05,1.05);
transform: scale(1.05,1.05);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out; 
transition: all 0.4s ease-in-out;
}

/* increase image-size when hoovering over it */
.avia-image-container.av-hover-grow img:hover, .avia-image-container.av-hover-grow .avia-image-overlay-wrap:hover {
    -webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
    transform: scale(1.03);
	-webkit-transition: all ease-in-out 500ms;
	-moz-transition: all ease-in-out 500ms; 
	transition: all ease-in-out 500ms;
}

/* Remove side-bar menu from Investor-relations page */
.sidebar .widget:first-child, .content .sidebar .widget:first-child{
    display: none !important;
}

/* Move text in side-bar menu to the left */
#top .widget_nav_menu ul {
	text-align: left;
}

/* Change hover-color of side-bar menu to blue */
.sidebar a:hover { color: #1b3564; }

/* Change font-size of side-bar menu */
#top .widget_nav_menu li { font-size: 15px !important; }

/* Change selected side-bar menu item background- and font- color */
#top .widget_nav_menu li.current_page_item a {
	background-color: white;
    color: #1b3564;
}

/* Move managment profile-pictures to the left */
.board-obj img {
	border-radius: 0 !important;
	/* float: left!important; */
}
	
.board-obj {
	text-align: center !important;
}

.board-txt {
	text-align: left !important;
}
	
.proflight-header h1 {
	text-transform: none !important;
}

	.desktop-only {
		display: block !important;
	}
	.mobile-only {
		display: none !important;
	}
}

@media only screen and (max-width: 768px) {
  /* Add your Mobile Styles here */
.logo img, .logo, .av_header_transparency .logo {
  	width: 150px!important;
	height: auto!important;
}
	.desktop-only {
		display: none !important;
	}
	.mobile-only {
		display: block !important;
	}
}






