/*
 Theme Name:   Hypernietzsche theme
 Theme URI:    www.netseven.it
 Description:  Twenty Sixteen Child Theme
 Author:       Net7
 Author URI:   http://www.netseven.it
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  hypernietzsche
*/

html, body{
  height: 100%;
}

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;    
}
body:not(.custom-background-image):before{
  height: 0;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

p {
    margin: 0 0 1em;
}

b, strong{
  font-weight: 600;  
}
.site{
  margin: 0;
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -47px; 
}

.site:after {
  content: "";
  display: block;
  height: 45px;
}

.site-inner{
  max-width: 100%;
}

.site-header{
  padding: 0;  
  font-family: 'Montserrat', sans-serif;
}
.site-branding{
  margin: 0;
  position: relative;
  width: 100%;
  /*background: url("images/header-bg.png") no-repeat;*/
  background-size: contain;
}

.site-title{
  height: 150px;
}
.site-branding .site-title a{
  /*background: url("images/logo.png") no-repeat;  
  background-size: contain;
  height: 150px;
  width: 502px;  
  display: inline-block;*/
}

.site-branding h2 {
    position: absolute;
    bottom: 0;
    left: 195px;
    font-size: 1.2em;
    color: #fff;
    padding: 5px 0;
}

.header-separator{
    background-color:#fff;
    border: 0;
    height: 1px;
    margin: 0 0 1.75em;
    position: absolute;
    top: 111px;
    left: 195px;
    right: 30px;
    opacity: .3;
}
.header-separator:before{
    content: "";
    height: 1px;
    background: #496a80;
    opacity: .8;
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 2px;
}
.site-branding .wpml-ls{
  position: absolute;
  bottom: 0;
  right: 30px;  
}
.site-branding .wpml-ls a{
  color: #fff;
  font-weight: 300;
  text-shadow:0px 0px #d1d1d1;
}

.site-branding .wpml-ls-current-language a{
  font-weight: 500;
}

#site-header-menu {
    background: #403835;
    margin: 0;
    width: 100%;
    padding: 14px 150px;
    font-size: 90%;
}
.main-navigation .evidence a{
  font-weight: 500;
}
.main-navigation a{
  color: #fff;
}
.main-navigation a:hover{
  color: #85aac3;
}
.main-navigation .current-menu-item > a{
  color: #85aac3;
  font-weight: normal;
}

.content-area.fullwidth{
  width: 100%;
  float: none;
    margin: 0;
}
.content-area article{
  padding: 30px 0px 0px;
/*  padding:  50px 60px 30px; */	
}

/*CM added*/

.site-main {
    margin-bottom: 3.5em;
}

/*end CM added*/

.site-main > article {
    margin-bottom: 0;
}

body:not(.search-results) article.type-member .entry-content,
body:not(.search-results) article.type-partner .entry-content{
    float: none;
    width: 100%;
}
.entry-content .entry-title,
.entry-title{
  font-weight: 300;
  text-align: center;
  color: #85aac3;
	margin-bottom:0.6em
}

/* CM added */
.entry-content a {
    box-shadow: none   
}

.entry-content p a:hover {
    text-decoration: underline   
}

/* end CM added */
.column-list-content .entry-title{
  text-align: left;
  margin-bottom: .22em;
}

.post-thumb{
  float: left;
  padding: 0 20px 20px;
  max-width: 50%;
}

h2.inner-title{
  display: inline-block;
  font-weight: 300;
  margin: 0 0 20px ;
  color: #555555;
}

.sidebar{
  padding-top: 50px;
  margin-top: 50px;
}
.sidebar h3 {
  margin-bottom: 12px;    
}
.sidebar h3 a{
  color: #85aac3;
  font-weight: 400;  
}
.side-wrapper{
  position: relative;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 12px;
}
.side-wrapper img{
 position: absolute;
 left: 0;
 top: 4px;
}
.side-wrapper h4 {
  margin-bottom: 12px;  
}
.side-wrapper h4 a{
  font-weight: 600;  
  font-family:  'Open Sans', sans-serif;
  color: #555555;
  font-size: 15px;
}
.side-wrapper h4, .side-wrapper p{
  padding-left: 85px;
  line-height: 1.4;
  color: #989696;
  font-size: 13px;
}

h1.entry-title.fullwidth {
    margin: 30px 0 0;
}
h3.entry-title a{
  color: #85aac3;
  text-decoration: none;  
  box-shadow: none;
}

h3.section-title{
  padding: 0 60px;
  font-weight: 400;
}

.content-area article.list-content{
  padding: 20px 60px;
}
.column-list-thumb{
  width: 15.5%;
  float: left;
  margin-right: 2.5%;
}
/* CM added */
.member .column-list-thumb{
  max-width: 140px;
    
}

.member .post-thumbnail {
	margin-bottom: 1em;
}
/* end CM added */
.column-list-content {
    width: 82%;
    float: left;
}
.column-list-content p{
  font-family: 'Montserrat', sans-serif;
}
@media screen and (min-width: 56.875em){
  .sidebar {
      float: left;
      margin-left: 68%;
      padding: 0;
      width: 32%;
  }
}

footer.site-footer {
  background: #f2f2f2;
  border-top: 2px solid #e4e4e4;
  padding-bottom: 0;
/*  position: absolute;
  width: 100%;
  bottom: 0;*/
}

footer .site-info{
  padding: 0 60px;
  width: 100%;
  margin: 0;
  height: 45px;
}
footer img{
  vertical-align: middle;
  padding-right: 10px;
}
footer a{
  text-decoration: none !important;
}

form.lwa-form {
    width: 50%;
    margin: auto;
    text-align: center;
}

ul#menu-intranet {
   margin: 0;
}
.footer-widget-area .menu li{
  list-style-type: none;
}

li.intranet-login {
    padding: 11px 30px;
    background: #fff;
    height: 45px;
    text-transform: uppercase;
    border: 1px solid #e4e4e4;
}

.intranet-login a{
  vertical-align: text-bottom;
}

.intranet-login:before {
  content: '\f470';
  font: normal 16px/1 'Genericons';
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #85aac3;
}

.footer-widget-area{
  float: left;
}
.footer-widget-area + .footer-widget-area{
  float: right;
}

@media screen and (min-width: 61.5625em){
  .site-main {
    margin-bottom: 3.5em;
  }
}

@media screen and (min-width: 44.375em){
  body:not(.custom-background-image):after {
      bottom: 0;
      height: 0;
  }
  .site-main {
    margin-bottom: 2.5em;
	  
  }    
}

.wpcf7-form{
  width: 50%;
  margin: auto;
}

  .main-navigation ul ul li {
    background-color: #504845;
    border: 1px solid #d1d1d1;
    border-bottom-width: 0;
  }

  body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
    /*Origine 3649*/
    float: left;
    margin-right: -100%;
    margin-left: 0;
    width: 100%;
  }

.site-main > :last-child {
  padding: 30px 0;
}

  .no-sidebar .entry-header,
  .no-sidebar .entry-content,
  .no-sidebar .entry-summary,
  .no-sidebar .entry-footer,
  .no-sidebar .comments-area,
  .no-sidebar .image-navigation,
  .no-sidebar .post-navigation,
  .no-sidebar .pagination,
  .no-sidebar .page-header,
  .no-sidebar .page-content,
  .no-sidebar .content-bottom-widgets {
    margin-right: 0;
    margin-left: 0;
  }

div.intrabouton {
    display: inline-block;
    color: #686868;
  padding: 11px 30px;
  background: #fff;
  height: 40px;
  text-transform: uppercase;
  border: 1px solid #e4e4e4;
    margin: 2px 0 0 0;
    color: white;
    text-decoration: none;
    float: right;
    border-radius: 2px;
}


.intranet-login:before {
  content: '\f470   ';
  font: normal 16px/1 'Genericons';
  margin-right: 5px;
}

.site-title {
    min-height: 60px;
}

@media screen and (min-width: 44.375em) {
    .site-title {
        height: 160px;
}
