/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
.header-default.headertype-fixed .tm-header-squeezed .logo-container {
    padding: 5px 0px;
	height: 50px;
	
}

.header-default.headertype-fixed .tm-header-squeezed .logo-container .auto-hw-logo {
	height:50px;
	
}

.logo-container {
  height: 60px;
  padding: 10px 0;
}

.header-default.headertype-fixed .tm-headerbar:not(.tm-header-squeezed) .uk-dropdown-navbar,
.header-default.headertype-fixed .tm-headerbar:not(.tm-header-squeezed) .uk-dropdown-search,
.header-default.headertype-fixed .tm-headerbar:not(.tm-header-squeezed) .uk-navbar-nav > li > a:focus,
.header-default.headertype-fixed .tm-headerbar:not(.tm-header-squeezed) .uk-navbar-nav > li.uk-open > a {
  background-color:rgb(49, 60, 105);
}

.header-default.headertype-fixed .tm-headerbar:not(.tm-header-squeezed) .uk-navbar-nav > li:hover > a,
.header-default.headertype-fixed .tm-headerbar:not(.tm-header-squeezed) .uk-navbar-nav > li.uk-active > a {
	background-color:transparent;
}

.su-member.su-member-style-2 {
	max-width:256px !important;
}

.su-member-role{
	opacity:1;
	margin-bottom:0;
}

.su-member-info {
	background-color:#23c6ec;
}

.heading-wrapper {
    background-color: #ffffff;
}

.features-wrapper {
    background-color: #23c6ec;
}

body .readon-title{
	color:#23c6ec;
}

.footer-wrapper {
    border-top: 2px solid #23c6ec;
}

.navbar-default .tm-headerbar {
    border-top: 3px solid #23c6ec;
}

body .readon.large {
  padding: 26px 33px;
  min-width: 125px;
  display: inline-block;
  font-size: 22px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 900;
  background-color: #23c6ec;
  background: rgb(0, 180, 247); /* Fall-back for browsers that don't
                                  support rgba */
  background: rgba(0, 180, 247, .5);
}