/*
Theme Name: 	Rhodesworks Design Studio Theme
Theme URI: 		http://rhodesworksdesignstudio.com
Description: 	Custom Theme for Rhodesworks Design Studio
Version: 		1.0
Author: 		Kevin Gangi
Author URI: 	http://www.kevingangi.com
Tags: 			starkers, bootstrap, clean, basic, responsive
*/
/*
===========================
VARIABLES
===========================
*/
/*
===========================
CONTENTS:

01 Utility
02 Default Styles
03 Media queries
===========================
*/
/* ----------------------------------------------------------------------------------------------------------
01 UTILITY (Styles for early stages of layout and user testing)----------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.test {
  background-color: #ff0000;
  color: #fff;
  z-index: 10000px;
}
.wireframe {
  background-color: #eee;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wireframe-tall {
  background-color: #eee;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 500px;
}
.wireframe-short {
  background-color: #eee;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 100px;
}
/* ----------------------------------------------------------------------------------------------------------
02 DEFAULTS -------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
div,
article,
section,
header,
footer,
nav,
li {
  position: relative;
  /* For absolutely positioning elements within containers (add more to the list if need be) */
}
.group:after {
  display: block;
  height: 0;
  clear: both;
  content: ".";
  visibility: hidden;
  /* For clearing */
}
body {
  background: #575757;
  /* Don't forget to style your body to avoid user overrides */
}
::-moz-selection {
  background: #555555;
  color: #fff;
}
::selection {
  background: #555555;
  color: #fff;
}
.screen-reader-text {
  display: none;
}
.search-form {
  max-width: 400px;
}
.menu-footer ul li {
  display: inline;
}
.menu-footer ul li:last-of-type .delimiter {
  display: none;
}
.secondary {
  font-family: 'HelveticaNeueLT-Condensed';
  font-size: 20px;
  color: #555555;
  margin-top: -10px;
  margin-bottom: 10px;
}
.royalSlider,
.rsOverflow,
.rsSlide,
.rsVideoFrameHolder,
.rsThumbs {
  background: #fff !important;
}
.visibleNearby .rsSlide img {
  opacity: 0.45 !important;
}
#post-navigation {
  font-family: 'HelveticaNeueLT-Condensed';
}
body {
  font-weight: 200;
}
header {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);
  z-index: 1;
}
.container {
  background: #fff;
}
.full {
  background: #fff;
}
.top {
  background: #fff;
  border: none;
}
.text-light {
  font-weight: 200;
  margin-top: -10px;
}
.large-section {
  padding-top: 24px;
}
.heading-top {
  margin-top: 0;
}
.nav {
  font-family: 'HelveticaNeueLT-Condensed';
  text-transform: uppercase !important;
}
.img-padding {
  margin-bottom: 24px;
}
.img-full {
  width: 100%;
}
#tab-border {
  border-top: solid 1px #cccccc;
}
/* ----------------------------------------------------------------------------------------------------------
03 Media Queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
#logo h1 a {
  display: block;
  background-image: url('images/rw-logo.png');
  background-repeat: no-repeat;
  height: 46px;
  width: 216px;
  background-size: 100%;
}
#testimonial {
  padding-top: 25px;
  padding-bottom: 25px;
}
#testimonial h3,
#testimonial p {
  text-align: center;
  font-style: italic;
}
#testimonial p:before,
#testimonial p:after {
  background-color: #d8d8d8;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 25%;
}
#testimonial p:before {
  right: 0.5em;
  margin-left: -50%;
}
#testimonial p:after {
  left: 0.5em;
  margin-right: -50%;
}
#contact .btn {
  display: block;
  margin: 25px auto;
  width: 50%;
  line-height: 2em;
}
ul.portfolio-nav,
ul.portfolio-nav-two {
  width: 100%;
  border-bottom: solid 1px #cccccc;
}
ul.portfolio-nav li,
ul.portfolio-nav-two {
  font-family: 'HelveticaNeueLT-Condensed';
  display: block;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  line-height: 36px;
}
li.nav-last {
  border-right: 0 !important;
}
.portfolio-nav .current-menu-item,
.portfolio-nav .nav-active {
  background: #cccccc;
}
#project-grid {
  padding-top: 10px;
}
#project-grid li {
  width: 100%;
  padding-bottom: 20px;
}
#project-grid img {
  width: 100%;
  height: auto;
}
#press-project-grid {
  padding-top: 10px;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax( max(100px, 300px), 1fr));
}
#press-project-grid li {
  width: 100%;
  /* padding-bottom: 20px; */
}
#press-project-grid img {
  width: 100%;
  height: auto;
}
#proj-hero img {
  max-width: 100%;
  height: auto;
}
#post-navigation {
  width: 100%;
  border-bottom: solid 1px #cccccc;
  padding-top: 8px;
  padding-bottom: 8px;
}
#proj-content {
  padding-top: 24px;
}
#proj-content a:hover {
  color: #76a3d6 !important;
}
#proj-side a:hover {
  color: #76a3d6 !important;
}
#proj-side ul,
ol {
  padding-bottom: 10px;
}
.proj-download {
  padding-top: 10px;
}
.proj-download img {
  margin-right: 20px;
}
ul#post-navigation li {
  display: inline-block;
  width: 49%;
}
#project-next {
  text-align: right;
}
#project-back {
  text-align: center;
}
#project-back img {
  height: 24px;
}
#project-previous img {
  margin: -2px 4px 0 0px;
  height: 11px;
}
#project-next img {
  margin: -2px 0px 0 4px;
  height: 11px;
}
.service-thumb img {
  width: 100%!important;
}
.section-top {
  padding-top: 24px;
}
#color-band {
  background: #cccccc;
  padding-bottom: 24px;
}
.rhodes-list {
  padding-left: 24px;
}
.phone {
  text-align: center;
}
#phone img {
  float: left;
  padding-right: 20px;
}
#phone p {
  padding-top: 5px;
}
#footer-right {
  text-align: center;
}
.rhodes-p {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  body {
    background: #fff;
  }
  #logo {
    float: left;
  }
  #access {
    float: right;
  }
  #testimonial {
    margin: 25px auto;
  }
  #testimonial h3 {
    width: 80%;
    margin: 25px auto;
  }
  #contact .btn {
    width: 20.5%;
  }
  #testimonial p:before,
  #testimonial p:after {
    width: 15%;
  }
  ul.portfolio-nav-two li {
    width: 49%;
    border-right: solid 1px #cccccc;
    display: inline-block;
  }
  ul.portfolio-nav li {
    border-right: solid 1px #cccccc;
    display: inline-block;
    width: 32.5%;
  }
  #project-grid a {
    transition: ease 0.25s;
  }
  #project-grid a:hover {
    opacity: .5;
  }
  #project-grid li:nth-child(even) {
    float: right;
  }
  #project-grid li {
    width: 49%;
    float: left;
  }
  #press-project-grid a {
    transition: ease 0.25s;
  }
  #press-project-grid a:hover {
    opacity: .5;
  }
  /* #press-project-grid li:nth-child(even) {
    float: right;
  } */
  /* #press-project-grid li {
    width: 49%;
    float: left;
  } */
  .service-name {
    position: absolute;
    top: 50%;
    width: 100%;
    opacity: 0;
    text-align: center;
  }
  .overlay:hover .service-thumb img {
    opacity: .3!important;
    transition: ease 0.55s;
    -moz-transition: ease 0.55s;
    -webkit-transition: ease 0.55;
  }
  .overlay:hover {
    postion: relative;
    background: black;
    z-index: 2;
  }
  .overlay:hover .service-name {
    opacity: 1;
    transition: all 0.4s ease-in-out;
    -webkit-transform-style: preserve-3d;
  }
  #post-navigation {
    border-top: none;
    border-bottom: none;
    padding-top: 35px;
    padding-bottom: 8px;
  }
  #project-back img {
    height: 32px;
  }
  #project-previous img {
    margin: -2px 10px 0 10px;
    height: 16px;
  }
  #project-next img {
    margin: -2px 10px 0 10px;
    height: 16px;
  }
  .nav > li {
    border-right: solid 1px #cccccc;
  }
  .nav > li > a:focus {
    border-right: none;
  }
  #sculpture-top p.lead {
    padding-top: 50px;
  }
}
footer {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.phone {
  padding-top: 16px;
}
.phone li {
  display: inline-block;
}
.email li {
  display: inline-block;
}
span.glyphicon.glyphicon-earphone {
  padding-right: 10px;
}
span.glyphicon.glyphicon-envelope {
  padding-right: 10px;
}
@media screen and (min-width: 992px) {
  body {
    background: #575757;
  }
  #logo h1 a {
    height: 58px;
    width: 271px;
    margin-top: -10px;
  }
  #testimonial {
    margin: 0 auto;
  }
  #testimonial h3 {
    width: 75%;
    font-size: 28px;
  }
  .current-menu-item a {
    border-bottom: solid 1px #cccccc;
  }
  #quote {
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 20.5px;
  }
  #project-grid li:nth-child(even) {
    float: left;
  }
  #project-grid li:nth-child(3n+3) {
    margin-right: 0;
  }
  #project-grid img {
    width: 100%!important;
  }
  /* #project-grid li {
    width: 32%;
    float: left;
    margin-right: 15px;
  } */
  /* #press-project-grid li:nth-child(even) {
    float: left;
  }
  #press-project-grid li:nth-child(4n+4) {
    margin-right: 15px;
  } */
  #press-project-grid img {
    width: 100%!important;
  }
  #press-project-grid li {
    /* width: 24%;
    float: left;
    margin-right: 15px; */
  }
  .large-section {
    padding-top: 100px;
  }
  footer {
    text-align: left;
  }
  .phone {
    padding-top: 0;
  }
  #footer-right {
    text-align: right;
  }
  #sculpture-top p.lead {
    padding-top: 150px;
  }
}
@media screen and (min-width: 1200px) {
  #project-grid li {
    width: 32.4%;
  }
  ul.portfolio-nav li {
    width: 33.1%;
  }
}
/* Retina Display */
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  #logo h1 a {
    background-image: url('images/rw-logo@2x.png');
  }
}
