/*
 Theme Name:   Twenty Fourteen UNIFI
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  UNIFI Shirt Theme
 Author:       Aaron Friel
 Author URI:   http://aaronfriel.com
 Template:     twentyfourteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-unifi
*/

@import url("/wp-content/themes/twentyfourteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.site {
    margin: 0 auto;
    background-color: rgba(0,0,0,0);
}

.site:before {
  background-color: rgba(0,0,0,0);
}

#site-logo {
  float: left;
}

#secondary {
  min-height: 0;
  padding: 10px;
  margin-top: 20px;
}

#primary {
  padding-top: 20px;
}

#colophon {
  display: none;
}

.site-title a,
.site-title a:hover {
  /* display: inline; */
  overflow: visible;
}

.footer-sidebar:before, 
.footer-sidebar:after, 
.hentry:before, 
.hentry:after, 
.slider-direction-nav:before, 
.slider-direction-nav:after, 
.contributor-info:before, 
.contributor-info:after, 
.search-box:before, 
.search-box:after, 
[class*="content"]:before, 
[class*="content"]:after, 
[class*="site"]:before, 
[class*="site"]:after
{
  content:none;
  display:inherit;
}

.search-box {
  min-height: 24px;
}

body {
  background: #eee;
}

@media screen and (min-width: 673px) {
  .search-box {
    width: 324px;
    float: right;
  }
  
  .search-box .search-field {
    width: 324px;
  }

  #site-logo {
    padding-right: 10px;
  }

  #site-header-wrapper {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    /*min-height: 48px;
    margin-bottom: -48px;*/
  }

  #secondary {
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.20);
      box-shadow: 0 3px 10px rgba(0,0,0,0.20);
  }


  .slider-viewport {  
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.20);
      box-shadow: 0 3px 10px rgba(0,0,0,0.20);
  }

  #content {
      background-color: #fff;
      -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.20);
      -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.20);
      box-shadow: 0 3px 10px rgba(0,0,0,0.20);
  }

  #secondary {
    width: 142px;
  }
}

@media screen and (min-width: 1008px) {
  .search-box-wrapper {
    /* padding-left: 182px; */
  }
  
  body {
    padding-bottom: 10px;
  }

  .content-sidebar {
    padding-top: 20px;
  }
}

@media screen and (min-width: 1080px) {
  #secondary {
    width: 182px;
  }
}

@media screen and (min-width: 673px) {
  .header-main {
    padding-left: 20px;
  }
}

#featured-content {
  background: none;
  padding-top: 20px;
}

.featured-content .post-thumbnail img {
    width: 100%;
}

.widget a {
  color: #fff;
}

div#primary-sidebar img {
  margin-left: -30px;
  margin-bottom: 10px;
}

img.size-full, 
img.size-large, 
.wp-post-image, 
.post-thumbnail img {
  width: 100%;
}

.full-width .site-content {
  margin-right: 0;
}

.full-width .post-thumbnail img {
  width: 100%;
}

/**** GREEN #1 ***/

body.single .content-area {
  padding-top: 0px;
}

.entry-title 
  text-transform: none;
}