
.inner .author a {
display:block;
}    
#navwrap {
height: auto;
}

header .header {
padding: 45px 0 15px;
}

header .header section {
padding-top: 0;
}

header .header section.logo {
width: 380px;
border-right: 1px solid #C4C4C4;
float: left;
}

header .header section.logo .sw_logo {
width: 100%;
float: left;
padding: 5px 0 0 0;
}

header .header section.search {
width: 68px;
height: 72px;
background-color: #CDCDCD;
display: block;
float: right;
position: relative;
}

header .header section.search .search_container {
width: 100%;
height: 100%;
position: absolute;
background-color: #CDCDCD;
right: 0px;
}

header .header section.search .search_btn {
width: 68px;
height: 100%;
background: #CDCDCD url(../img/search.png) center center no-repeat;
cursor: pointer;
float: left;
}

header .header section.search .search_form {
width: calc( 100% - 68px );
height: 100%;
background-color: #CDCDCD;
float: right;
}

header .header section.search .search_form #searchformmain {
top: 0;
left: 0;
}

header .header section.search .search_form #searchformmain input[type="text"] {
border: 0px;
background: #CDCDCD;
color: #fff;
font-weight: bold;
font-size: 16px;
box-shadow: none;
margin-top: 18px;
}

header .header section.search .search_form #searchformmain input[type="submit"] {
display: none;
}

header .header section.menu {
width: 740px;
font-weight: bold;
text-transform: uppercase;
float: left;
}

header .header section.menu ul.menu {
margin: 0px;
padding: 10px 0 0 10px;
list-style-type: none;
display: inline-block;
}

header .header section.menu ul.menu li {
float: left;
}

header .header section.menu ul.menu li a {
font-size: 19px;
color: #000;
text-decoration: none;
padding: 7px 14px;
}

header .header section.menu ul.recommend {
margin: 0px;
padding: 5px 0 0 15px;
list-style-type: none;
display: inline-block;
}

header .header section.menu ul.recommend li {
font-size: 13px;
font-weight: normal;
color: #7F8082;
float: left;
}

header .header section.menu ul.recommend li a {
color: #313131;
text-decoration: none;
padding: 5px 10px;
}

header .header section.menu ul.recommend li:first-child a,
header .header section.menu ul.recommend li:first-child a:hover,
header .header section.menu ul.recommend li span {
color: #7f8082;
text-decoration: none;
}

header .header section.menu ul li.current-menu-item,
header .header section.menu ul li.current-menu-item a,
header .header section.menu ul li a:hover {
color: #961160;
text-decoration: underline;
}


header .header section.menu ul.menu.submenu
{
margin-top:-7px;
}
header .header section.menu ul.menu.submenu li{
text-transform:none;
font-size:14px;
color:#ADADAC;
padding-left:14px;
font-weight: normal;
}
header .header section.menu ul.menu.submenu li a{
font-size:14px;
}
#mainnav li{
margin-top:12px;
}  
#searchform label {
display: none;
}
#searchform input[type="text"] {
height: 50px;
padding: 15px;
font-size: 16px;
}
#searchform #searchsubmit {
padding: 15px 35px;
background: #f4f6f8;
color: #96115f;
border: 2px;
border-color: #96115f; 
border-style: solid;
text-align: center;
text-transform: uppercase;
outline: none;
cursor: pointer;
margin: 25px auto 0;
font-size: 14px;
display: block
}
.searchpage #navwrap {
display: none !important;
}
.searchpage h1 {
text-align:center;
font-size: 20px;
text-transform: uppercase;
margin-bottom: 30px;
}
@media all and (max-width: 999px) {
  .mob_spacing {
    margin-bottom:20px;
  }
}
