@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);

* { transition: all .5s ease; }


html, body {
  width: 100%;
  max-height: 100%;
}

html {
  background: #fff url(../images/bg_mm.png) no-repeat; /*was: f8f8f5*/
  background-size: 100% auto;
}

body {
  height: 100%;
  background: url(../images/bg_warm.png) no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  font-family: 'Raleway', sans-serif;
  /*font-family: 'Oxygen', 'Helvetica Neue', sans-serif;*/
  font-size: 14px;
  line-height: 20px;
  color: #3e4545;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  line-height: 1.3em;
  color: #b442bd; /*#66bc29*/
  /*font-family: 'Khula', sans-serif;*/
}

h2 {
  letter-spacing: 1px;
  font-size: 18px;
  color: #b442bd; /*#66bc29*/
}


p {
  margin: 0 0 .8em;
}


a, a:link, a:visited {
  text-decoration: none;
  color: #b442bd; /*#66bc29*/
}
a:hover, a:active {
  text-decoration: underline;
}


small {font-size: .9em;}

i, em {font-style: italic;}

b, strong {font-weight: bold;}



/*custom styles*/
.wrapper {
  margin: 0 auto;
}


.row {
  clear: both;
}


.logo {
  background-size: 100%;
  padding: 30px 0 0;
  text-align: center;
}
  .logo h1 {
    width: 300px;
    height: 82px;
    margin: 0 auto 15px;
    display: block;
    position: relative;
  }
  .logo h1 a {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url(../images/ltharp_logo.png) no-repeat;
    background-size: 100%;
    text-indent: -9900px;
  }

nav.mainnav {
  text-align: center;
}
  nav.mainnav ul {
    margin: 0 0 50px;
  }
  nav.mainnav ul li {
    margin: 0 -2px;
    padding: 0 20px 40px;
    border-bottom: #b7b0af 1px solid;
    display: inline;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  nav.mainnav ul a, nav.mainnav ul a:link, nav.mainnav ul a:visited {
    text-decoration: none;
    color: #3e4545;
  }
  nav.mainnav ul a:hover, nav.mainnav ul a:active, nav.mainnav ul a:focus {
    color: #b442bd; /*#ad7a20*/
  }
  .index nav.mainnav ul li:first-child a,
  .portf nav.mainnav ul li:first-child a,
  .about nav.mainnav ul li:nth-child(2) a, 
  .blog nav.mainnav ul li:nth-child(3) a {
    color: #b442bd; /*was:ad7a20,9f60b5*/
  }



.content {
  width: 916px;
  margin: 20px auto 0;
}
  .maincol h2 {
    padding: 40px 0 5px;
    clear: both;
    text-align: center;
  }
    .maincol h2:first-of-type {
      padding-top: 20px;
    }
  
  .maincol {
  }
    .maincol.contact {
      text-align: left;
    }
    .maincol.contact p {
      width: 300px;
      margin: 0 auto 20px;
    }
  .maincol.contact p:first-of-type {
    text-align: center;
  }
    .maincol.contact p:last-of-type {
      clear: both;
    }
    .maincol.contact img {
      width: 100%;
      margin-right: 0px;
    margin-top: 10px;
      margin-bottom: 10px;
      border-radius: 3px;
      border: #ddd 1px solid;
      float: left;
    }
  
  .maincol .thumbs {
    text-align: center;
  }
  .maincol .thumbs li, .maincol .thumbs img {
    width: 220px;
  }
  .maincol .thumbs li {
    margin: 0 3px 6px;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
  }
  .maincol .thumbs img {
    border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 0 3px #ddd;
  }


.portfolio {
  margin: 0 auto;
  padding: 35px 0 0;
  width: 742px;
}
  .portfolio h2, .portfolio p {
    text-align: left;
  }
.portthumbs {
  width: 207px;
  margin: 0 35px 0 0;
  float: left; 
}
  .portthumbs h3 {
    margin-bottom: 15px;
  }
  .portthumbs.col.mini {
    display: none;
  }
  .portthumbs .thumbs {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .portthumbs .thumbs li {
    width: 100px;
    height: 100px;
    margin: 0 0 10px;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 0 3px #ddd;
  }
  .portthumbs .thumbs img {
    width: 100%;
  }
.picview {
  width: 500px;
  float: left;
}
  /*.picview h2::first-line {
    line-height: 35px;
  }*/
    .picview h2 {
      margin-bottom: 10px;
    }
    .picview h2 strong {
      font-size: .9em;
      display: inline-block;
      clear: both;
    }
    .picview img {
      width: 100%;
      border-radius: 3px;
      -moz-border-radius: 3px;
      box-shadow: 0 0 3px #ddd;
    }
    .picview a img:hover, .picview a img:active, .picview a img:focus {
      cursor: url(../images/zoom.png), pointer;
    }


/*.portthumbs .thumbs img, */
.maincol .thumbs img {
  opacity: 1;
}
/*.portthumbs .thumbs img:hover, .portthumbs .thumbs img:active, .portthumbs .thumbs img:focus,*/
.maincol .thumbs img:hover, .maincol .thumbs img:active, .maincol .thumbs img:focus {
  -moz-opacity: 0.8;
  opacity: 0.8;
}



.mainfooter {
  padding: 30px 0 10px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
}
  
  .mainfooter .social li {
    width: 35px;
    height: 35px;
    margin: 0 5px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
  }
  .mainfooter .social a {
    width: 100%;
    height: 100%; 
    display: block;
    border-radius: 10px;
    -moz-border-radius: 10px;
    background: url(../images/social.png) no-repeat;
    text-indent: -10000px;
  }
    .mainfooter .social a.tw {
      background: url(../images/social.png) -228px 0 no-repeat;
    }
    .mainfooter .social a.ig {
      background: url(../images/social.png) -90px 0 no-repeat;
    }
    .mainfooter .social a.fb {
      background: url(../images/social.png) -137px 0 no-repeat;
    }
    .mainfooter .social a.tm {
      background: url(../images/social.png) -44px 0 no-repeat;
    }
    .mainfooter .social a.s6 {
      background: url(../images/social.png) 0 0 no-repeat;
    }
    .mainfooter .social a.be {
      background: url(../images/social.png) -183px 0 no-repeat;
    }



/*blog styles*/
.author, .meta-sep {
  display: none;
}
#container {
  width: 916px;
  margin: 35px auto 0;
  position: relative;
}

#content {
  width: 675px;
  float: left;
}

  #content article, #comments-list li {
    margin: 25px 0;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #c5ded2;  
  }
  #content article {
    border-bottom: none;
  }

  .entry-meta {
    margin-bottom: 15px;
    display: inline;
  }
    .entry-meta .entry-date {
      position: relative;
      top: -.7em;
      font-size: .5em;
      color: #3e4545;
    }


  .entry-content {
    margin: 0 0 40px;
  }
    .entry-content p {
      margin: 0 0 12px;
    }
    .entry-content a.more-link {
      text-transform: Capitalize;
      font-weight: normal;
    }
    .entry-content a.more-link:hover, .entry-content a.more-link:active, .entry-content a.more-link:focus {
      text-decoration: none;
      color: #ad7a20;
    }
    .entry-content img {
      max-width: 100%;
      height: auto;
      border-radius: 3px;
      -moz-border-radius: 3px;
    }
    img.wp-post-image {
      width: 100%;
      height: auto;
      margin: 0 0 10px;
      border-radius: 3px;
      -moz-border-radius: 3px;
    }
    .entry-content blockquote {
      margin: 1.3em 0;
      padding: 5px 20px;
      border-left: #ddd 1px solid;
      font-size: 13px;
    }
    .entry-content li {
      margin: 0 15px 15px 30px;
      position: relative;
    }
    .entry-content ul li {
      list-style: none;
    }
    .entry-content ul li:before {
      content: '\BB';
      position: absolute;
      left: -20px;
    }
    .entry-content ol li {
      list-style-type: decimal;
    }
  h1.entry-title, h2.entry-title {
    margin: 0;
    letter-spacing: 1px;
    line-height: 20px;
    font-size: 20px;
    color: #b442bd; /*#66bc29*/
  }
  
  .entry-content .wp-caption p {
    font-size: .8em;
    text-align: center;
  }
  .entry-content .aligncenter {
    margin-left: auto;
    margin-right: auto;
  }


  .entry-footer {
    margin: 0 auto;
    width: auto;
    font-size: 13px;
    font-style: italic;
  }
    .entry-footer .comments-link a, 
    #sidebar #searchsubmit, #commentform #submit,
    .reply a.comment-reply-link, #comments h3 #cancel-comment-reply-link {
      margin: 0 0 0 20px;
      padding: 5px 15px;
      display: inline-block;
      float: right;
      border: 1px solid #c5ded2;
      border-radius: 5px;
      -moz-border-radius: 5px;
      background: #fff;
      text-decoration: none;
      text-transform: nune;
      line-height: 12px;
      font-size: 12px;
      font-style: normal;
      cursor: pointer;
    }
    #sidebar input#s, #commentform input, #commentform textarea {
      padding: 5px;
      border: 1px solid #c5ded2;
      border-radius: 3px;
      -moz-border-radius: 3px;
      background: #fff;
    }
    #sidebar input#s {
      width: 100%;
    }
    #sidebar #searchsubmit, #commentform #submit, .reply a.comment-reply-link, #comments h3 #cancel-comment-reply-link {
      margin: 5px 0 0;
      float: none;
      color: #b442bd; /*#66bc29*/
    }
    .entry-footer .comments-link a:hover, .entry-footer .comments-link a:active, .entry-footer .comments-link a:focus, 
    #sidebar #searchsubmit:hover, #sidebar #searchsubmit:active, #sidebar #searchsubmit:focus, 
    #commentform #submit:hover, #commentform #submit:active, #commentform #submit:focus, 
    .reply a.comment-reply-link:hover, .reply a.comment-reply-link:active, .reply a.comment-reply-link:focus, 
    #comments h3 #cancel-comment-reply-link:hover, #comments h3 #cancel-comment-reply-link:active, #comments h3 #cancel-comment-reply-link:focus  {
      position:relative;
      top: 1px;
      border: 1px solid #89A59A;
      color: #b5cdc9;
    }
    .entry-footer .comments-link a:after {
      content: ' \2192';
    }
    .entry-footer .comments-link a {
      position: relative;
      top: -10px;
    }
    .entry-footer .comments-link a:hover, .entry-footer .comments-link a:active, .entry-footer .comments-link a:focus {
      top: -9px;
    }


#comments {
  margin: 25px 0 0;
  padding: 25px 0 0;
  border-top: 1px solid #aaa;
}
  #comments h3 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #b442bd; /*#66bc29*/
  }
    #comments h3 #cancel-comment-reply-link {
      margin-left: 30px;
      font-size: 13px;
    }
  #comments-list li {/*styles exist above*/}
    #comments-list li li {
      padding-bottom: 0;
      border-bottom: none;
    }
  #comments .comment-awaiting-moderation {
    font-size: 13px;
    color: #f00;
  }
    #comments .comment-awaiting-moderation:before {content: ' Note: ';}
    #comments .comment-awaiting-moderation:after {content: ' It is not yet publicly visible.';}
  #comments .children {
    width: 97%;
    margin-left: 3%;
  }
  #comments .comment-meta {
    font-size: 13px;
  }
  .comment .comment-author img.avatar {
    display: none;
  }
  .comment cite.fn {
    font-size: 18px;
  }
  
  #respond {
    width: 90%;
    margin-top: 25px;
  }

#commentform {}
  #commentform label {
    width: 100px;
    display: inline-block;
  }
  #commentform #form-allowed-tags {
    font-size: 13px;
    font-style: italic;
  }


.footer #nav-below {
  margin-top: 25px;
  padding: 15px 0;
  border-top: 1px solid #aaa;
}
.nav-previous, .nav-next {
  width: 50%;
  float: left;
}
.nav-next {
  text-align: right;
}


#sidebar {
  width: 200px;
  padding: 25px 0 0 25px;
  float: left;
  font-size: 12px;
}
  #sidebar a {
    text-decoration: none;
  }
  #sidebar a:hover, #sidebar a:active, #sidebar a:focus {
    height: auto;
    line-height: 12px;
    font-style: italic;
  }
  
  
  #sidebar #search, #sidebar #menu, #sidebar .xoxo li {
    max-width: 100%;
    padding: 0 0 5px;
    line-height: 14px;
  }
  #sidebar h3 {
    margin-top: 25px;
  font-weight: 700;
  color: #3e4545;
  }
  
  
  #sidebar #calendar_wrap {
    margin: 15px 0 0;
  }
    #sidebar #wp-calendar {
      width: 100%;
    }
    #sidebar #wp-calendar caption {
      font-weight: bold;
    }
    #sidebar #wp-calendar td, #sidebar #wp-calendar th {
      text-align: center;
    }
    


/*media queries*/


@media /*(min-width: 376px) and*/ (max-width: 699px) /*Xs Breakpoint - Mobile*/ {
  .logo {
    padding: 15px 0 0;
  }
    .logo h1 {
      width: 145px;
      height: 40px;
    }
  .content {
    width: auto;
    max-width: 500px;
    margin: 0 auto 10px;
  }
  .maincol .thumbs li, .maincol .thumbs img {
    width: 125px;
  }
  nav.mainnav ul {
    margin: 0;
  }
  nav.mainnav ul li {
    width: 100%;
    margin: 0 7px;
    padding: 0;
    font-size: 12px;
    border-bottom: none;
  }
  .portthumbs {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .portthumbs .thumbs li {
    width: 70px;
    height: 70px;
    margin: 3px;
    display: inline-block;
  }
  .portthumbs .thumbs {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
  }
  .portfolio {
    width: 95%;
    padding: 15px 0 0;
  }
  .picview {
    width: 100%;
  }
  .picview h2 {
    font-size: 16px;
    line-height: 18px;
  }
  .portthumbs.col {
    display: none;
  }
  .portthumbs.col.mini {
    display: block;
  }
    .portthumbs.col.mini h2 {
      text-align: left;
    }
  .mainfooter {
    font-size: 10px;
  }
  .mainfooter p {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 11px;
  }
  
  /*blog*/
  #container {
    width: 90%;
  }
  
  #content {
    width: 100%;
    font-size: 14px;
  }
  
  .entry-footer {
    width: 90%;
    padding: 7px;
    font-size: 12px;
  }
    .entry-footer .comments-link a, 
    #sidebar #searchsubmit, #commentform #submit,
    .reply a.comment-reply-link, #comments h3 #cancel-comment-reply-link {
      padding: 3px;
      font-size: 11px;
    }
    .entry-footer .comments-link a {
      position: relative;
      top: 0;
    }
    .entry-footer .comments-link a:hover, .entry-footer .comments-link a:active, .entry-footer .comments-link a:focus {
      top: 1px;
    }
  
  #sidebar {
    width: 100%;
    margin: 15px 0 0;
    padding: 15px 0 0;
    border-top: 1px solid #aaa;
  }
  #sidebar #search, #sidebar #menu, #sidebar .xoxo li {
    width: 50%;
    float: left;
  }
    .xoxo ul {
      width: 100%;
    }
      .xoxo ul li {
        width: 100%;
        display: block;
        clear: both;
      }
  #sidebar #calendar_wrap {
    max-width: 200px;
    margin: 15px 0 0;
  }
    #sidebar input#s {
      width: 90%;
    }
    
}


@media (min-width: 700px) and (max-width: 959px) /*Sm Breakpoint - Tablet*/ {
  .content {
    width: 700px;
  }
  .logo {
    padding-top: 20px;
  }
  .logo h1 {
    width: 230px;
    height: 63px;
  }
  .portthumbs {
    width: 140px;
    margin: 35px 15px 0 0;
  }
  .portthumbs .thumbs {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .portthumbs .thumbs li {
    width: 70px;
    height: 70px;
  }
  .portfolio {
    width: 100%;
  }
  .picview {
    width: 500px;
  }
  
  /*blog*/
  #container {
    width: 675px;
  }
  
  #content {
    width: 530px;
  }
  
  #sidebar {
    width: 125px;
    margin-left: 20px;
    padding-left: 0;
  }
  
}


@media (min-width: 960px) and (max-width: 1199px) /*Med Breakpoint - monitor*/ {
  .content {
    width: 900px;
  }
}


@media (min-width: 1200px) /*and (max-width: 9000px) *//*Lg Breakpoint - large monitor*/ {
  /*blog*/
  #container {
    width: 1075px;
  }
  .logo h1 {
    width: 360px;
    height: 99px;
  }
  
  #content {
    width: 800px;
    font-size: 16px;
  }
  
  #sidebar {
    width: 200px;
    margin-left: 25px;
    font-size: 14px;
  }
  
}