/*
	Theme Name: ChadKouri.com
	Description: Child Theme for Semplice
	Author: Sean Neilan
	Template: semplice
*/
html body {
  margin-left: 0rem;
  margin-right: 0rem;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 38px; }

body.noscroll {
  overflow: hidden; }

.intro {
  text-align: center; }

/* For the header */
div#wrapper {
  position: relative;
  /* overriding semplice */
  margin-left: auto;
  /* not sure why this works to center it */ }

#works-container {
  max-width: 95vw;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto; }

.work-container {
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 24px;
  padding: 0 30px; }
  @media all and (max-width: 767px) {
    .work-container {
      width: 100%;
      padding: 0; } }

img.work-image {
  width: 100%;
  height: auto; }

div.work-container a {
  color: black; }

span.work-title {
  color: black;
  font-weight: 300;
  font-size: 26px;
  height: 52px;
  display: inline-block;
  position: relative;
  top: -10px; }
  @media all and (max-width: 768px) {
    span.work-title {
      font-size: 22px;
      line-height: 30px; } }

.paletteCleanser {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: yellow;
  z-index: 100; }
  .paletteCleanser.hidden {
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s, opacity 0.2s linear; }

/* Link to go back to the top */
.top-link {
  display: flex;
  justify-content: center;
  margin-bottom: 6rem; }
  .top-link a {
    color: black;
    border-bottom: 2px solid yellow;
    font-weight: 300; }
  @media screen and (max-width: 768px) {
    .top-link {
      margin-bottom: 50px; } }

.nav-up {
  top: -70px; }

#main-header {
  top: 0;
  left: 0;
  right: 0;
  padding: 0 2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 95vw;
  align-items: center;
  background-color: white;
  max-width: 1500px;
  margin: 0 auto;
  z-index: 100;
  opacity: 0; }
  #main-header h1 {
    font-weight: 300;
    font-size: 42px;
    line-height: 38px;
    margin: 1em 0 0 0; }
    #main-header h1 a {
      color: #000; }
  #main-header ul {
    margin-left: 0;
    margin-right: 0; }
  #main-header .menu, #main-header .groups, #main-header .categories {
    display: flex;
    font-size: 1.2em; }
  #main-header .menu li {
    list-style-type: none;
    padding: 0 .8em; }
    #main-header .menu li a, #main-header .menu li a:visited {
      color: #999999; }
  #main-header .groups {
    width: 100%;
    justify-content: space-between; }
    #main-header .groups li {
      list-style: none;
      flex-grow: 1; }
      #main-header .groups li:first-child {
        text-align: left; }
      #main-header .groups li:last-child {
        text-align: right; }
    #main-header .groups a {
      color: #000; }
  #main-header .categories {
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap; }
    #main-header .categories li {
      margin-right: 10px;
      list-style-type: none;
      font-weight: 300; }
      #main-header .categories li a {
        padding-left: 3px;
        color: #000;
        font-size: 22px; }
    #main-header .categories li.selected a {
      font-weight: normal; }
    #main-header .categories li.selected a, #main-header .categories a:hover {
      position: relative; }
      #main-header .categories li.selected a:after, #main-header .categories a:hover:after {
        content: '';
        height: 2px;
        left: 2px;
        right: 4px;
        position: absolute;
        background: yellow;
        bottom: 0; }
  #main-header .groups a {
    border-bottom: 0 solid yellow;
    padding-left: 2px;
    padding-right: 2px; }
  #main-header .groups a:hover, #main-header .groups a.active, #main-header .groups a.selected {
    border-bottom: 0.2em solid yellow; }
  #main-header .controls {
    display: none; }
  #main-header #menu-button, #main-header #back-button {
    display: block;
    color: #999999;
    text-transform: uppercase;
    font-size: 1.2em;
    height: 40px;
    line-height: 40px; }
  #main-header.entry-page .controls, #main-header.scrolled .controls {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    #main-header.entry-page .controls h3, #main-header.scrolled .controls h3 {
      margin: 0; }
      #main-header.entry-page .controls h3 a, #main-header.scrolled .controls h3 a {
        color: #000; }

@media screen and (max-width: 768px) {
  #main-header {
    padding: 0.5em 0.5em; }
    #main-header h1 {
      font-size: 1.5em;
      line-height: 2em; }
    #main-header .menu li.current-menu-item a {
      border-bottom: 2px solid yellow; }
    #main-header .menu, #main-header .groups {
      flex-direction: column;
      text-transform: uppercase;
      margin: 0; }
      #main-header .menu li, #main-header .groups li {
        margin: .1em 0;
        width: 100%; }
        #main-header .menu li:first-child, #main-header .menu li:last-child, #main-header .groups li:first-child, #main-header .groups li:last-child {
          text-align: center; }
    #main-header .groups {
      margin-top: 20px; }
    #main-header .categories {
      display: none; }
    #main-header.entry-page .controls #back-button {
      display: inline; }
    #main-header.entry-page .controls #menu-button {
      width: initial; }
    #main-header .controls {
      display: flex; }
      #main-header .controls #back-button {
        display: none; }
      #main-header .controls #menu-button {
        width: 100%;
        display: block; } }

.site-title {
  font-weight: 300; }

.inner-subtitle-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

#inner-subtitle {
  text-align: center; }

#inner-filters {
  font-size: 18px;
  line-height: 26px;
  text-align: center; }
  #inner-filters a {
    padding-top: 10px;
    text-transform: uppercase;
    display: block;
    color: #999999;
    padding-bottom: 30px; }

a {
  transition: none; }

#inner-site-title {
  font-size: 22px;
  margin-bottom: 0;
  line-height: 30px; }
  @media all and (max-width: 768px) {
    #inner-site-title {
      margin-bottom: 20px; } }

@media all and (max-width: 768px) {
  #content-holder, #page-content {
    margin-top: 40px !important; } }

.screen-reader-text {
  display: none; }

.comma {
  font-weight: 300; }

@media all and (min-width: 1440px) {
  #main-header {
    padding-left: 60px;
    padding-right: 60px; }
  #works-container {
    padding-left: 35px;
    padding-right: 35px; } }

#horizontal-notice {
  display: none; }

@media screen and (orientation: landscape) and (max-device-width: 767px) {
  #horizontal-notice {
    display: flex;
    background: white;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-content: center;
    align-items: center;
    justify-content: center; }
    #horizontal-notice h1 {
      text-align: center; } }

/* css related for detail page */
/* Overrides for the navigation, footer, project panels */
div#project-panel-footer {
  background: white; }

div#navbar-bg {
  background: white; }

body section#project-panel .project-panel .container .project-panel-thumbs {
  display: flex;
  justify-content: space-around; }

body #navbar .controls a.close-nav .nav-icon, body #navbar .controls a.open-nav .nav-icon {
  height: 3px !important; }

.project-panel-title {
  display: flex;
  justify-content: center; }

body .project-panel-title h3 {
  opacity: 100; }

.navbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center; }

body #navbar .nav-wrapper {
  position: initial; }

body section#project-panel .project-panel .container .project-panel-thumbs {
  flex-wrap: wrap; }

body section#project-panel .project-panel .container .project-panel-thumbs .project-panel-thumb {
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  width: 50% !important;
  min-width: 50% !important;
  margin-left: 0 !important;
  margin-right: 0 !important; }
  @media screen and (min-width: 769px) {
    body section#project-panel .project-panel .container .project-panel-thumbs .project-panel-thumb {
      min-width: 25% !important;
      width: 25% !important; } }

section#project-panel .project-panel .container .project-panel-thumbs .project-panel-thumb a img {
  width: 100% !important; }

@media (max-width: 767px) {
  section#project-panel .project-panel .container .project-panel-title {
    width: 100%;
    margin: 0;
    float: inherit; } }

@media all and (max-width: 767px) {
  .slider-wrapper .next, .slider-wrapper .prev {
    padding: 0; }
    .slider-wrapper .next svg, .slider-wrapper .prev svg {
      height: 20px; } }

  .single-work .container h3 {
    font-size: 48px;
    line-height: 1.2; } 

@media screen and (min-width: 1920px) {
  .single-work .container p {
    font-size: 24px; }
  .single-work .container h3 {
    font-size: 58px; } }

@media screen and (min-width: 2560px) {
  .single-work .container p {
    font-size: 29px; }
  .single-work .container h3 {
    font-size: 70px; } }

#mc_embed_signup {
  background: #fff;
  clear: left;
  font-size: 22px;
  font-family: Roboto, sans-serif;
  width: 300px;
  max-width: 100%;
  margin-top: 1em;
  margin-bottom: 1em; }
  #mc_embed_signup form {
    padding: 0; }
  #mc_embed_signup input[type=email], #mc_embed_signup input[type=text] {
    border-radius: 0;
    border: 1px solid gray;
    width: 100%; }

#mc_embed_signup .mc-field-group {
  width: 100%; }

#mc_embed_signup input[type=submit], .wpcf7-submit {
  border: none;
  border-bottom: 0.2em solid yellow;
  background-color: transparent;
  font-size: 22px;
  margin: 1em 0 0 0;
  padding: 0; }

.wpcf7-text {
  padding: 8px 0;
  width: 300px;
  max-width: 100%;
  font-size: 14px; }

.wpcf7-textarea {
  width: 500px;
  max-width: 100%;
  border: 1px solid gray;
  font-size: 14px; }

input[type=email], input[type=text] {
  max-width: 100%;
  border-radius: 0;
  border: 1px solid gray;
  padding: 8px;
  font-size: 14px; }

.page-id-399 section#page-content {
  opacity: 1; }

.page-id-399 .post-heading {
  display: none; }

.page-id-399 p {
  font-size: 22px;
  margin-bottom: 16px; }

.page-id-399 #content-holder, .page-id-399 #page-content {
  margin-top: 0 !important;
  padding-top: 0; }
  @media all and (max-width: 768px) {
    .page-id-399 #content-holder, .page-id-399 #page-content {
      padding-top: 20px; } }

@media all and (max-width: 768px) {
  .page-id-399 p, .page-id-399 #mc_embed_signup {
    font-size: 18px;
    line-height: 30px; }
  .page-id-399 #mc_embed_signup input[type=submit], .page-id-399 .wpcf7-submit {
    font-size: 18px; } }

.mobile-only {
  display: none; }

.clickable {
  cursor: pointer; }

@media screen and (max-width: 768px) {
  body {
    padding: .5em 1.5em; }
  .mobile-only {
    display: block; }
  .desktop-only {
    display: none !important; }
  .container {
    width: 100%; } }

#post .wysiwyg a, .wysiwyg-ce a, #post .wysiwyg p a, p.quote a, .next p a, .previous p a, a.page-numbers, #category-archives nav ul li a, .cover-headline a {
  color: #000 !important;
  border-bottom: 2px solid yellow; }

.work-title.no-projects {
  top: 0;
  margin: 0 auto; }

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