/*
Theme Name:     Solonet
Theme URI:
Description:    Twentysixteen child theme.
Author:         Freshwater Creative
Author URI:
Template:       twentysixteen
Version:        0.1.0
*/
/** Common Styles **/
body, h1, h2, h3, p, button {
  font-family: "prenton", sans-serif !important; }

html {
  min-height: 100%;
  height: 100%; }

body {
  font-size: 16px;
  color: #000;
  background-color: #FFF;
  min-height: 100%;
  height: 100%;
  overflow: visible; }
  body:before, body:after {
    height: 0 !important;
    width: 0; }

p {
  font-size: 16px;
  color: #000; }

a {
  color: #336699;
  font-size: 16px; }

nav ul li a, .main-navigation a {
  font-size: 24px;
  color: #666666;
  font-weight: 500; }
  nav ul li a:hover, .main-navigation a:hover {
    color: #8c2045 !important;
    text-decoration: underline; }

h1, .entry-title {
  font-size: 36px;
  color: #666666;
  font-weight: 500; }

h2 {
  font-size: 30px;
  color: #666666;
  font-weight: 500; }

.btn, button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
  font-size: 16px;
  color: #FFF;
  background-color: #8c2045;
  padding: 20px 45px;
  border-radius: 5px;
  text-transform: inherit;
  font-weight: 400; }
  .btn:hover, button:hover, button[disabled]:hover:hover, button[disabled]:focus:hover, input[type="button"]:hover, input[type="button"][disabled]:hover:hover,
  input[type="button"][disabled]:focus:hover, input[type="reset"]:hover, input[type="reset"][disabled]:hover:hover,
  input[type="reset"][disabled]:focus:hover, input[type="submit"]:hover, input[type="submit"][disabled]:hover:hover,
  input[type="submit"][disabled]:focus:hover {
    background-color: #666666; }
  .btn:focus, button:focus, button[disabled]:hover:focus, button[disabled]:focus:focus, input[type="button"]:focus, input[type="button"][disabled]:hover:focus,
  input[type="button"][disabled]:focus:focus, input[type="reset"]:focus, input[type="reset"][disabled]:hover:focus,
  input[type="reset"][disabled]:focus:focus, input[type="submit"]:focus, input[type="submit"][disabled]:hover:focus,
  input[type="submit"][disabled]:focus:focus {
    background-color: #8c2045; }

.site {
  margin: 0 !important; }

.site-inner {
  max-width: 1680px;
  height: 100%;
  position: inherit; }

.site-content {
  height: 100%; }

.page-header {
  border-top: none; }

/*****************************
/*       HEADER 			 *
/*****************************/
header#masthead {
  position: relative;
  height: 115px;
  border-bottom: 3px solid #8c2045;
  padding: 0 80px;
  overflow: visible; }
  header#masthead .logo {
    height: 115px;
    width: 200px;
    float: left;
    display: table; }
    header#masthead .logo a {
      display: table-cell;
      vertical-align: middle; }
      header#masthead .logo a img {
        width: 200px;
        height: auto; }
  header#masthead .nav-wrapper {
    float: right;
    display: table;
    height: 115px; }
    header#masthead .nav-wrapper .toggle-mobile-nav {
      display: none; }
    header#masthead .nav-wrapper .main-nav {
      display: table-cell;
      vertical-align: middle; }
      header#masthead .nav-wrapper .main-nav nav ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        header#masthead .nav-wrapper .main-nav nav ul li {
          display: inline-block;
          padding: 0 30px; }
          header#masthead .nav-wrapper .main-nav nav ul li a {
            padding-bottom: 0; }
    @media screen and (max-width: 1200px) {
      header#masthead .nav-wrapper .main-nav nav ul li {
        padding: 0 15px; } }
    @media screen and (max-width: 992px) {
      header#masthead .nav-wrapper .main-nav nav ul li a {
        font-size: 18px; } }
    @media screen and (max-width: 768px) {
      header#masthead .nav-wrapper .main-nav {
        display: none;
        height: auto;
        width: 100%;
        position: absolute;
        top: 115px;
        left: 0;
        background-color: #8c2045;
        z-index: 400; }
        header#masthead .nav-wrapper .main-nav nav ul li {
          display: block;
          border-bottom: 1px solid #FFF;
          padding: 15px 15px; }
          header#masthead .nav-wrapper .main-nav nav ul li:last-of-type {
            border-bottom: none; }
          header#masthead .nav-wrapper .main-nav nav ul li a {
            color: #FFF; }
            header#masthead .nav-wrapper .main-nav nav ul li a:hover {
              color: #FFF !important; }
      header#masthead .nav-wrapper .toggle-mobile-nav {
        display: block;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -10px; }
        header#masthead .nav-wrapper .toggle-mobile-nav img {
          width: 30px;
          height: auto; } }
    header#masthead .nav-wrapper .user-area {
      height: 100%;
      display: table;
      min-width: 250px;
      text-align: right;
      position: relative;
      cursor: pointer;
      /*	  .profile {
      		display: inline-block;
      		width: 25px;
      		height: 25px;
      		vertical-align: middle;
      	  }*/
      /*	  .profile img {
      		width: 25px;
      		height: auto;
      		position: relative;
      		bottom: 4px;
      	  }*/
      /*	  &:hover {
      		.settings {
      		  background-position: 0 -25px !important;
      		}
      	  }*/ }
      header#masthead .nav-wrapper .user-area .profile-area {
        display: table-cell;
        vertical-align: middle;
        position: relative; }
      header#masthead .nav-wrapper .user-area .user-nav {
        display: none;
        position: absolute;
        top: 90px;
        right: 0;
        width: 100%;
        z-index: 20;
        padding: 15px;
        text-align: center;
        border: 1px solid #666666;
        background-color: #FFF; }
        header#masthead .nav-wrapper .user-area .user-nav ul {
          list-style: none;
          padding: 0;
          margin: 0;
          text-align: left; }
          header#masthead .nav-wrapper .user-area .user-nav ul li a {
            color: #666666;
            font-size: 24px; }
            header#masthead .nav-wrapper .user-area .user-nav ul li a:hover {
              color: #8c2045; }
      header#masthead .nav-wrapper .user-area .username {
        display: inline-block;
        vertical-align: middle;
        margin: 0 25px 0 8px;
        position: relative;
        top: 3px; }
        header#masthead .nav-wrapper .user-area .username:hover a {
          color: #8c2045; }
        header#masthead .nav-wrapper .user-area .username:hover:after {
          border-color: #8c2045 transparent transparent transparent; }
        header#masthead .nav-wrapper .user-area .username a {
          color: #666666;
          font-size: 19px; }
        header#masthead .nav-wrapper .user-area .username:after {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 6px 6px 0 6px;
          border-color: #666666 transparent transparent transparent;
          position: absolute;
          bottom: 50%;
          margin-bottom: -5px;
          right: -15px; }
      header#masthead .nav-wrapper .user-area .profile {
        display: inline-block;
        width: 25px;
        height: 25px;
        vertical-align: middle; }
        header#masthead .nav-wrapper .user-area .profile .avatar {
          border-radius: 0; }
        header#masthead .nav-wrapper .user-area .profile img {
          vertical-align: top; }
      @media screen and (max-width: 992px) {
        header#masthead .nav-wrapper .user-area {
          min-width: inherit;
          margin-left: 30px; }
          header#masthead .nav-wrapper .user-area .username {
            display: none; } }
      @media screen and (max-width: 768px) {
        header#masthead .nav-wrapper .user-area {
          position: inherit; }
          header#masthead .nav-wrapper .user-area .user-nav {
            top: 115px;
            width: 100%;
            background-color: #8c2045; }
            header#masthead .nav-wrapper .user-area .user-nav ul li {
              border-bottom: 1px solid #FFF;
              padding: 15px 15px; }
              header#masthead .nav-wrapper .user-area .user-nav ul li:last-of-type {
                border-bottom: none; }
              header#masthead .nav-wrapper .user-area .user-nav ul li a {
                color: #FFF; } }
  @media screen and (max-width: 992px) {
    header#masthead {
      padding: 0 55px; }
      header#masthead .logo {
        width: auto; }
        header#masthead .logo a img {
          width: 125px;
          height: auto; } }

/*****************************
/*       HOMEPAGE 			 *
/*****************************/
body.home {
  overflow: hidden; }
  body.home .site-inner {
    min-height: 500px;
    padding: 0; }
  body.home .site-content {
    position: absolute;
    top: 147px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    padding: 0; }
  body.home .home-wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    overflow: hidden;
    position: relative; }
  body.home .home-content {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: 0; }
    body.home .home-content h1, body.home .home-content p {
      color: #FFF; }
    body.home .home-content p {
      font-size: 24px; }
    body.home .home-content .search-form {
      margin: 25px 0;
      position: relative; }
      body.home .home-content .search-form input {
        height: 60px;
        border-radius: 5px;
        color: #666666;
        padding: 0 15px; }
        body.home .home-content .search-form input:focus {
          border-color: #666666; }
      body.home .home-content .search-form .search-submit {
        position: absolute;
        right: 32px;
        background-color: transparent; }
        body.home .home-content .search-form .search-submit:before {
          color: #666666;
          font-size: 38px; }
    body.home .home-content .forum-btn {
      margin-top: 25px;
      text-transform: none;
      font-weight: 500;
      font-size: 24px; }
      body.home .home-content .forum-btn:hover {
        background-color: rgba(140, 32, 69, 0.8); }
  @media screen and (max-width: 992px) {
    body.home .home-content {
      width: 100%;
      padding: 0 15px; }
      body.home .home-content p {
        font-size: 18px; } }
  @media screen and (max-width: 768px) {
    body.home .site-content {
      top: 161px; } }

/** bbPress Overrides **/
@media screen and (min-width: 61.5625em) {
  body:not(.search-results) article:not(.type-page) .entry-content {
    float: none !important;
    width: 100% !important; } }
/*****************************
/*       Search Results 	 *
/*****************************/
body.search .search-form {
  margin-top: 30px; }
body.search .page-title span {
  color: #8c2045; }
body.search .page-header {
  margin-bottom: 15px; }
body.search article {
  padding: 30px;
  margin-bottom: 0; }
  body.search article:hover {
    background-color: rgba(140, 32, 69, 0.05); }
  body.search article p.post-date {
    margin-bottom: 15px; }
body.search .entry-header {
  margin-left: -15px !important; }
  body.search .entry-header h1.entry-title {
    margin-bottom: 15px; }
    body.search .entry-header h1.entry-title a {
      font-size: 36px;
      color: #666666;
      font-weight: 500; }
      body.search .entry-header h1.entry-title a:hover {
        color: #8c2045; }
body.search .separator {
  border-bottom: 1px solid #8c2045;
  margin: 30px 0; }

/*****************************
/*      Registration Form  	  *
/*****************************/
.registration {
  margin-top: 50px; }
  .registration fieldset legend {
    display: block;
    width: 100%; }
  .registration fieldset label {
    color: #8c2045; }
    .registration fieldset label span {
      color: #8c2045; }
  .registration fieldset div.half {
    width: 50%;
    padding: 15px;
    float: left; }
  .registration fieldset p.submit {
    clear: both;
    padding: 15px;
    display: block; }
  .registration .antispam {
    display: none; }
  .registration .success, .registration .error {
    padding: 15px;
    display: block;
    clear: both;
    margin: 20px 0;
    border: 1px solid transparent;
    border-radius: 4px; }
  .registration .success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
  .registration .error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }

/*****************************
/*        File Manager 		  *
/*****************************/
.wpdm-frontend-tabs {
  display: none; }

/*****************************
/*         404 Page 		  *
/*****************************/
.error404 .content-area, .error404 .site-main {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }
.error404 .error-404 {
  text-align: center;
  width: 80%;
  max-width: 800px;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

/*# sourceMappingURL=style.css.map */
