/*
Theme Name: katie
*/
body {
  font-family: Georgia, Times, serif;
  background: #fff;
  color: #333; }

.header.container {
  max-width: 832px; }

/* logo container */
.row.logo {
  padding-top: 20px; }

.copy {
  font-size: 11.5px;
  font-family: Georgia, Times, serif;
  padding-top: 20px; }

.copy-special-1 {
  padding-top: 20px;
  letter-spacing: 2px;
  font: 11px schindler, Georgia, "Times New Roman", Times, serif; }

/* navigation */
ul.navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: transparent;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px; }
  ul.navigation li {
    float: left;
    /*align-items: center;*/
    width: 16.5%;
    /* for 5 items in the nav */ }
    ul.navigation li a {
      display: block;
      color: #444;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 11px;
      line-height: normal;
      font-family: schindler, Georgia, "Times New Roman", Times, serif;
      letter-spacing: 2px; }
    ul.navigation li:hover {
      color: #000;
      text-decoration: none; }

.blog-page {
  margin-top: 30px; }
  .blog-page .empty-posts {
    padding-top: 50px;
    padding-bottom: 50px; }
    .blog-page .empty-posts .message {
      font-family: Georgia, Times, serif;
      font-size: 11px;
      letter-spacing: 4px;
      text-transform: uppercase; }
  .blog-page .post .post-title {
    font-size: 14px; }
  .blog-page .post .excerpt {
    font-size: 11px; }
  .blog-page .post .date {
    height: 100px;
    padding-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
    float: left;
    width: 100px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc; }
    .blog-page .post .date .year {
      font-size: 11px;
      letter-spacing: 4px; }
    .blog-page .post .date .day {
      font-size: 30px;
      letter-spacing: 4px; }
    .blog-page .post .date .month {
      font-size: 11px;
      letter-spacing: 4px; }

.about-page .banner {
  border: 1px solid #000; }
  .about-page .banner .img-con {
    padding: 3px; }
  .about-page .banner .img-con:last-child {
    padding-right: 5px; }
  .about-page .banner .img-con:first-child {
    padding-left: 5px; }

.about-page .copy {
  font-size: 11.5px; }

.slider {
  height: 500px;
  margin-top: 20px;
  position: relative; }

.slide1, .slide2, .slide3, .slide4, .slide5 {
  position: absolute;
  width: 100%;
  height: 100%; }

.slide1 {
  background: url(http://katieemmonsdesign.com/wp-content/themes/katie-child/img/about/2.jpg) no-repeat center;
  background-size: cover;
  animation: fade 20s infinite;
  -webkit-animation: fade 20s infinite; }

.slide2 {
  background: url(http://katieemmonsdesign.com/wp-content/themes/katie-child/img/about/3.jpg) no-repeat center;
  background-size: cover;
  animation: fade2 20s infinite;
  -webkit-animation: fade2 20s infinite; }

.slide3 {
  background: url(http://katieemmonsdesign.com/wp-content/themes/katie-child/img/about/katie_about_end_photo.jpg) no-repeat center;
  background-size: cover;
  animation: fade3 20s infinite;
  -webkit-animation: fade3 20s infinite; }


@keyframes fade {
  0% {
    opacity: 1; }
  33.333% {
    opacity: 0; }
  66.666% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade2 {
  0% {
    opacity: 0; }
  33.333% {
    opacity: 1; }
  66.666% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes fade3 {
  0% {
    opacity: 0; }
  33.333% {
    opacity: 0; }
  66.666% {
    opacity: 1; }
  100% {
    opacity: 0; } }


.press-copy {
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11.5px;
  font-family: schindler, Georgia, "Times New Roman", Times, serif;
  letter-spacing: 2px;
  padding-top: 170px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom:170px;
  color: #333; }
  .press-copy p {
    line-height: 1.35; }
  .press-copy a {
    color: #333; }
  .press-copy small {font-size: 9px;
      text-transform: none;}

#press-carousel img.slides {
  padding-top: 20px;
  height: 490px; }

#press-carousel .left.carousel-control {
  margin-left: -80px; }

#press-carousel .right.carousel-control {
  margin-right: -80px; }

.home-page .banner {
  border: 1px solid #000; }
  .home-page .banner .img-con {
    padding: 3px; }
  .home-page .banner .img-con:last-child {
    padding-right: 5px; }
  .home-page .banner .img-con:first-child {
    padding-left: 5px; }

#home-carousel {
margin-top: 10px; 
padding-top: 10px;}
  @media screen and (max-height: 768px) {
    #home-carousel .left.carousel-control {
      margin-left: 0px; }
    #home-carousel .right.carousel-control {
      margin-right: 0px; } }
  #home-carousel .left.carousel-control {
    margin-left: -80px; }
  #home-carousel .right.carousel-control {
    margin-right: -80px; }

.portfolio-project-image {
  height: 200px;
  background-size: cover; }
  .portfolio-project-image:hover {
    cursor: pointer; }

.title {
width:100%;
}

.projectTitleForImage {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #444;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  line-height: normal;
  font-family: schindler, Georgia, "Times New Roman", Times, serif;
  letter-spacing: 2px; }
.projectTitleForImage:hover {
    cursor: pointer; }

#portfolio .slick-prev::before {
  color: #bbb; }

#portfolio .slick-next::before {
  color: #bbb; }

#portfolio .thumb {
  outline: none;
  margin-bottom: 5px; }

#portfolio .slide-scroller {
  overflow: scroll;
  max-height: 500px; }

#portfolio .thumb_preview_container {
  text-align: center; }
  #portfolio .thumb_preview_container #thumb_preview {
    max-height: 500px;
    text-align: center; }

#portfolio #image-desc {
  line-height: 1.4;
  text-align: left;
  margin-top: 20px; }

#portfolio .thumb-con {
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 1;
  transition: 0.5s; }
  #portfolio .thumb-con:hover {
    opacity: 0.5;
    cursor: pointer;
    transition: 0.5s; }
  #portfolio .thumb-con:first-child {
    padding-top: 0px; }

#portfolio #portfolio-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 3;
  font-family: schindler, Georgia, 'Times New Roman', Times, serif;
  letter-spacing: 2px; }

/* social row*/
.social {
  text-align: right;
  width: 200px;
  float: right; }
  .social a {
    padding: 10px;
    padding-top: 0px;
    color: #333; }

/* hide comments*/
#respond {
  display: none; }

a.phone-link {
  color: #333; }
  a.phone-link:hover {
    color: #333; }

.media-copy {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #333;
  font-family: schindler, Georgia, "Times New Roman", Times, serif !important; }

.projectTitle {
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #333;
  text-transform: uppercase;
  font-family: schindler, Georgia, "Times New Roman", Times, serif !important; }

.contact-page {
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  margin-bottom: 120px;
  text-align: center;
  font-family: schindler, Georgia, "Times New Roman", Times, serif !important; }
  .contact-page a {
    text-decoration: none; }
    .contact-page a:hover {
      text-decoration: underline; }
  .contact-page h3.contact-card {
    text-transform: uppercase;
    line-height: 1.5;
    color: #555;
    letter-spacing: 2px;
    font-size: 14px; }
.contact-special {
  text-transform: uppercase;
  font-size: 11px
  color: #444;
}

h3:hover {
  cursor: pointer !important; }

/* footer*/
.footer {
  text-align: left; }
  .footer p {
    font-family: Muli, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.20em;
    width: 500px;
    float: left; }

  .footer h1 {
    font-family: Muli, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.20em;
    width: 500px;
    float: left; 
    margin: 0px}


  .footer a {
    color: #ccc;
    -webkit-transition: 1s;
    transition: 1s; }
  .footer a:hover {
    color: #333;
    -webkit-transition: 1s;
    transition: 1s; }
  
  @media screen and (max-width: 500px) {
    .footer p {
      text-align: center;
      width: 100%; }
    .footer .social {
      width: 100%;
      text-align: center; 
      padding-bottom: 10px;}
      .footer h1 {
    width: 100%;
    float: center; 
    text-align: center;
    padding-bottom: 10px;}}

@media screen and (max-width: 768px) {
  .banner {
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 20px; }
  html, body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; }
  .header.container {
    margin: 0px;
    padding: 0px; }
  .copy {
    margin-right: 20px;
    margin-left: 20px; }
  .post {
    margin-right: 20px;
    margin-left: 20px; }
  ul.navigation {
    width: 100%; }
    ul.navigation li {
      width: 100%; }
      ul.navigation li:hover, ul.navigation li:focus {
        background: #ddd;
        color: #333; }
      ul.navigation li a {
        width: 100%; } }

.copy p {
  font-family: schindler, Georgia, "Times New Roman", Times, serif;
  font-size: 11.5px;
}

.copy h1 {
  text-transform: uppercase;
  font-size: 11.5px;
  line-height: normal;
  font-family: schindler, Georgia, 'Times New Roman', Times, serif;
  letter-spacing: 2px;
}

hr {
  border-top: 1px solid #ccc; }

.carousel-control {
  background-image: none !important;
  text-shadow: none !important;
  top: calc(50% - 30px); }