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

@import "//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css";
@import url("../twentyfourteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

a {
  color: #3B96CF;
}
a:active, a:hover {
  color: #2795B6;
}

li + li {
  margin-top: 10px;
}

.content-sidebar .widget .button-callout {
  background-color: #e7790e;
  border: 1px solid #d8710d;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  margin: 10px 0 0;
  padding: 0.65em 1.05em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.content-sidebar .widget .button-callout:hover,
.content-sidebar .widget .button-callout:focus {
  background-color: #e7790e;
  border: 1px solid #d8710d;
  box-shadow: inset 2px 2px 3px rgba(50, 50, 50, 0.2);
  color: #ffffff;
}
.content-sidebar .widget .button-callout:active {
  background-color: #df750d;
  border: 1px solid #d8710d;
}

/* Masthead */
.masthead {
  background-color: #000;
  background-repeat: no-repeat;
  color: #fff;
  font-family: 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
  font-size: 10px;
  font-weight: 300;
  overflow: hidden;
  text-align: center;
  -webkit-transform: translateZ(0);
  .transition(all .5s linear);
  .vertical-gradient(rgba(0,0,0,1),rgba(0,0,0,0));
  width: 100%;
}
.masthead .logo {
  display: block;
  float: left;
  height: 44px;
  margin: 2px 10px;
  width: 160px;
}
.masthead .logo img {
  vertical-align: baseline;
}

.primary-navigation {
  font-size: 1.4em;
}
.primary-navigation a {
  line-height: 1;
  margin: 9px 10px 9px 0;
  text-transform: none;
}
.primary-navigation li:hover > a {
  background-color: transparent;
  color: #3b96cf;
}
.site-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a {
  color: #3b96cf;
  font-weight: 400;
}

.masthead-secondary {
  background: #000;
  background: rgba(0,0,0,.65);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  overflow: visible;
  width: 100%;
}
.masthead-secondary nav {
  float: none;
  text-align: left;
  width: 100%;
}
.masthead-secondary nav ul {
  list-style: none;
  margin: 0;
}
.masthead-secondary nav li {
  display: inline;
  position: relative;
}
.masthead-secondary nav .sub-menu {
  display: none;
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 31px;
}
.masthead-secondary nav .sub-menu .sub-menu {
  left: auto;
  right: -87px;
  top: -19px;
}
.masthead-secondary nav li:hover > .sub-menu {
  display: block;
}
.masthead-secondary nav a {
  color: #fff;
  display: inline-block;
  font-size: 1.2em;
  margin: 0;
  padding: 16px 0;
  text-align: center;
  width: 49%;
}
.masthead-secondary nav .sub-menu a {
  background: hsla(0, 0%, 0%, 0.75);
  display: inline-block;
  font-size: 1.2em;
  margin: 0;
  text-align: center;
  width: 100%;
}
.masthead-secondary nav a:hover, .masthead-secondary nav a:active {
  color: #3b96cf;
}
.masthead-fixed .site-main {
  margin-top: 0;
}

/* Blog Title */
.blog-title {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #3B96CF;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  padding: 24px;
  width: 100%;
  z-index: 10;
}
.blog-title h1 {
  float: left;
  font-size: 2em;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 10px 0;
}
.blog-title a {
  color: #fff;
}
.blog-title .header-sidebar .widget {
  margin: 0;
}
#supplementary {
  padding: 0;
}

/* Search in the header */
/*.search-toggle {
  background-color: #E7790E;
  height: 50px;
  width: 50px;
}

.search-toggle:hover,
.search-toggle.active {
  background-color: #E7790E;
}

.search-box-wrapper {
  top: 129px;
}

.search-box {
  background-color: #E7790E;
}*/

/* Site Override */
.site {
  margin: 0 auto;
}
.featured-content .entry-title {
  text-transform: none;
}
.featured-content a:hover {
  color: #2795B6;
}
.entry-title {
  text-transform: none;
}
.entry-title a:hover,
.entry-meta a:hover {
  color: #2795B6;
}
.site:before {
  width: auto;
}
.site-content {
  margin-left: 0;
}
.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta {
  max-width: 558px;
}
.post-thumbnail {
  background: #fff;
}
a.post-thumbnail:hover {
  background: #EFEFEF;
}
.content-sidebar .widget a {
  color: #3B96CF;
}
.content-sidebar .widget a:hover {
  color: #2795B6;
}
.content-sidebar .widget input[type="button"], .content-sidebar .widget input[type="reset"], .content-sidebar .widget input[type="submit"] {
  background-color: #E7790E;
}
.content-sidebar .widget input[type="button"]:hover, .content-sidebar .widget input[type="reset"]:hover, .content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="button"]:focus, .content-sidebar .widget input[type="reset"]:focus, .content-sidebar .widget input[type="submit"]:focus {
  background-color: #E7790E;
}
.wppp_list li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 0 9px;
}
.wppp_list li:first-child {
  border-top: none;
}
.paging-navigation .page-numbers.current {
  border-top: 5px solid #E7790E;
}
.paging-navigation a:hover {
  border-top: 5px solid #E7790E;
}
.new_release { float: left; margin-bottom: 1.571em; padding-right: 5%; width: 251px; }
.new_release:nth-child(odd) { clear: left; }
.new_release p { margin-bottom: 0; }
.new_release img.alignnone { display: inline; margin-bottom: 0; }
#disqus_thread {
  margin: 0 auto 48px;
  max-width: 612px;
  padding: 0 30px;
}

/* Footer */
.footer {
  font-family: 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.25;
  text-align: left;
  text-rendering: optimizeLegibility;
}
.footer * {
  box-sizing: border-box;
}
.footer a {
  color: #2ba6cb;
  text-decoration: none;
  line-height: inherit;
}
.footer a:hover {
  color: #2795b6;
}
.footer a:focus {
  color: #2ba6cb;
  outline: none;
}
.footer .row {
  width: 960px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto;
}
.footer .column,
.footer .columns {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
}
.footer [class*="column"] + [class*="column"]:last-child {
  float: right;
}
.footer .row .three {
  width: 25%;
}
.footer .row .nine {
  width: 75%;
}
.footer .row .twelve {
  width: 100%;
}
.footer .row {
  *zoom: 1;
}
.footer .row:before,
.footer .row:after {
  content: "";
  display: table;
}
.footer .row:after {
  clear: both;
}

/* Responsive Overrides */
@media only screen and (max-width: 767px) {
  .footer body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .footer .row {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .footer .column,
  .footer .columns {
    width: auto !important;
    float: none;
  }
  .footer .column:last-child,
  .footer .columns:last-child {
    float: none;
  }
  .footer [class*="column"] + [class*="column"]:last-child {
    float: none;
  }
  .footer .column:before,
  .footer .columns:before,
  .footer .column:after,
  .footer .columns:after {
    content: "";
    display: table;
  }
  .footer .column:after,
  .footer .columns:after {
    clear: both;
  }
}
.footer .ft-bottom {
  padding: 30px 0 20px;
}
.footer .ft-block {
  margin-bottom: 10px;
  padding: 0 20px 10px;
}
.footer .ft-block h4 {
  color: #555555;
  font-size: 1.2em;
  margin: 0;
  padding-bottom: 10px;
}
.footer .ft-block a {
  color: #777777;
  display: block;
  float: left;
  font-family: Georgia, Palatino, serif;
  font-size: 1.1em;
  font-style: italic;
  line-height: 1.63;
  margin-bottom: 5px;
  padding: 0 15px 0 0;
}
.footer .ft-block a:hover {
  color: #000000;
}
.footer .ft-block i {
  display: inline-block;
  width: 17px;
}
.footer .ft-block .icon-facebook {
  padding-left: 4px;
}
.footer .ft-block .icon-google-plus {
  padding-left: 2px;
}
.footer .copyright {
  color: #777777;
  display: block;
  font-size: 1.1em;
  padding: 20px 0 0 15px;
}
.footer .made_in_nyc {
  color: #555555;
}
.footer .made_in_nyc:hover {
  color: inherit;
}

@media screen and (min-width: 480px) {
  .masthead-secondary nav a {
    margin: 0 24px;
    text-align: left;
    width: auto;
  }
}

@media screen and (min-width: 673px) {
  #supplementary {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .footer .ft-bottom {
    padding-top: 40px;
  }
  .footer .ft-block {
    border-left: 1px solid #c4c4c4;
    float: left;
    min-height: 170px;
    padding: 0 20px;
  }
  .footer .ft-block a {
    border: none;
    float: none;
    margin: 0;
    padding: 0;
  }
  .footer .ft-block i {
    width: 24px;
  }
  .footer .copyright {
    padding-left: 20px;
  }
}

@media screen and (min-width: 783px) {
  .masthead .logo {
    margin: 15px 10px;
  }
  .masthead-secondary {
    height: 50px;
    position: absolute;
  }
  .masthead-secondary nav ul {
    padding-left: 55px;
  }
  .blog-title {
    padding: 74px 24px 26px;
  }
  .blog-title h1 {
    font-size: 3.75em;
  }
}

@media screen and (min-width: 857px) {
  .primary-navigation a {
    padding: 20px 10px;
  }
}

@media screen and (min-width: 1008px) {
  .grid .featured-content .entry-header {
    height: 96px;
  }
  .featured-content {
    padding-left: 0;
  }
}

@media screen and (min-width: 1080px) {
  .featured-content {
    padding-left: 0;
  }
}

@media screen and (min-width: 1218px) {
  .post-navigation {
    margin-right: 180px;
  }
}
