/*
Theme Name: Portclick
Description: -
Author: Global Net Sports
Author URI: http://www.globalnetsports.com/
Version: 1.0
Tags: Nautica & Yates
Template: coherent
*/
@import url('../coherent/style.css');


/*--------------------- CUSTOM CSS ---------------------*/
nav#header_portclick{height: 38px; background-color: #111; width: 100%; position: none; z-index: 999999999;}

h1.site-title a,
.feature-header-2 h1.entry-title {
  color: #fff;
  font-weight: 400;
  margin: 0 20px 0 0;
  max-width: 1080px;
  text-decoration: none;
}
.feature-header-2{
  height: 200px;
  margin-top: 0px;
  background-image: url(http://localhost/portclick/wp-content/uploads/2015/10/bad.jpg);
  background-size: 100% auto;
  background-position: center center;
  overflow: hidden;
  position: relative;
}
.header-wrapper-2 {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.site-content{max-width: 1210px; width: 100%; margin: 0 auto; padding: 0;}

.entry-content {
  max-width: 100%;
  text-align: left;
}

.site-footer,
.header-inner,
.site-main.nav-previous,
.site-main.nav-next,
.comments-area,
.entry-wrapper,
.nav-links,
.page-content,
.page-header {
  width: 100%;
}

.header-inner {
  padding: 0 20px 20px 0;
  margin: 0 0 0 auto;
}

h1 {
  font-size: 2em;
}

h2 {
    font-size: 2em;
  }

.feature-header{
  max-width: 950px;
  margin: 0 auto;
}

@media only screen and (min-width: 50em) {
   nav#header_portclick{height: 48px; background-color: #111; position: fixed; width: 100%; z-index: 999999999;}
  .feature-header-2{
    height: 350px;
    margin-top: 48px;
  }

  .site-content{max-width: 1210px; width: 80%; margin: 0 auto; padding: 0;}
  .entry-content {
    max-width: 90%;
    text-align: left;
  }
  h1 {
    font-size: 3.375em;
  }
  h2 {
    font-size: 2.634em;
  }
  .site-footer,
  .header-inner,
  .site-main.nav-previous,
  .site-main.nav-next,
  .comments-area,
  .entry-wrapper,
  .nav-links,
  .page-content,
  .page-header {
    width: 90%;
  }
}

 /*-----------------------------------------------------*/