/*
Theme Name: PS-IDS-BGD
Theme URI: http://www.bgdweb.com/
Author: bgd-bryan
Author URI: http://www.bgdweb.com/
Description: A custome theme for PS Interior Design Studio
Version: 1.0
*/

@import url('font-awesome/css/font-awesome.min.css');
@import url(http://fonts.googleapis.com/css?family=Lato:100,400|Open+Sans:300,400,600);

html, body {
  color: #594a41;
  height: 100%;
  margin: 0px;
}

body {
  background: #F5F5F5;
  display: flex;
  flex-direction: column;
  font-family: 'Open Sans', sans-serif;
  font-size: 14pt;
  font-weight: 300;
}

.content {
  flex: 1 0 auto;
}

.bgd-half {
  display:block;
  float:left;
  width:48%;
  margin-right: 1%;

}

/* - - - - - - - - - - - - - - - - - - - - - colors */

.brown-background { background-color: #594a41; min-height: 200px; }
.gold-background { background-color: #dcc875; min-height: 200px; }
.salmon-background { background-color: #FF5252; min-height: 200px; }

/* - - - - - - - - - - - - - - - - - - - - - typography */

h1, h2{
  position: relative;
  text-align: center;
  font-family: 'Lato', serif;
  font-weight:100;
}

h1 {
  font-size: 48pt;
}

.title-on-page {
  font-size: 24pt;
  text-transform: uppercase;
  border-bottom: solid 10px #33302d;
  margin-bottom:48px;
}

.project-title-on-color h2{
  font-size: 2em;
  text-align:left;
  text-transform: uppercase;
  padding-left: 20px;
  margin-bottom:-20px;
}

.breadcrumb-back a {
  font-size: 10pt;
  text-transform: uppercase;
  text-decoration: none;
  color: #9f9f9f;
  margin-bottom: 10px;
  display: block;
}

.breadcrumb-back i {
  vertical-align: middle;
}

/* - - - - - - - - - - - - - - - - - - - - - navigation */

.contain-header, .contain-middle, .contain-footer, .container  {
  display:block;
  width: 80%;
  margin: 20px auto;
}

.container  {
  min-height: 100px;
}

.container-nav {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  /*top: 40%;*/
  left: 0;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.container-nav p {
  font-size: 20px;
}

.container-nav a {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #FF5252;
  text-decoration: none;
  font-size: 20px;
  overflow: hidden;
  top: 5px;
}

.container-nav a:after {
  content: '';
  position: absolute;
  background: #FF5252;
  height: 2px;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  -webkit-transition: .35s ease;
  transition: .35s ease;
}

.container-nav a:hover:after, .container-nav a:focus:after, .container-nav a:active:after {
  width: 100%;
}

/* - - - - - - - - - - - - - - - - - - - - - header */

.logo-container {
  float:left;
  height: 73px;
  min-height: 50px;
  width: auto;
  overflow:hidden;
  z-index: 108;
}

.button_container.active {
  visibility: visible !important;
}

.logo-container img, .logo-overlay img{
  height: 100%;
  width: auto;
}

.button_container {
  position: fixed;
  top: 5%;
  right: 2%;
  height: 55px;
  width: 72px;
  cursor: pointer;
  z-index: 104;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.button_container:hover {
  opacity: .7;
}

.button_container.active .top {
  -webkit-transform: translateY(20px) translateX(0) rotate(225deg);
          transform: translateY(20px) translateX(0) rotate(225deg);
  background: #FFF;
}

.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}

.button_container.active .bottom {
  -webkit-transform: translateY(-20px) translateX(0) rotate(-225deg);
          transform: translateY(-20px) translateX(0) rotate(-225deg);
  background: #FFF;
}

.button_container span {
  background: #33302d;
  border: none;
  height: 10px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}

body.home .button_container span {
    background: #fff;
}

.button_container span:nth-of-type(2) {
  top: 20px;
}

.button_container span:nth-of-type(3) {
  top: 40px;
}

.overlay {
  position: fixed;
  background: #dcc875;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}

.overlay.open {
  /*opacity: .9;*/
  opacity: 1;
  visibility: visible;
  height: 100%;
  z-index: 103;
}

.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}
.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: .55s;
          animation-delay: .55s;
}

.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 36pt;
  font-family: 'Lato', serif;
  font-weight: 100;
  text-align: left;
  text-transform:uppercase;
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}

.overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 7);
  min-height: 50px;
  position: relative;
  opacity: 0;
}

.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}

.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}

.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 0%;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  height: 1.75px;
  background: #FFF;
  -webkit-transition: .35s;
  transition: .35s;
}

.transline a {
  color: rgba(0,0,0,.5);
  text-decoration: none;
  display: inline-block;
}

.transline a:after {
content: '';
display: block;
height: 1px;
width: 0;
background: transparent;
transition: width .27s ease, background-color .27s ease;
}

.transline a:hover:after {
width: 100%;
background: rgba(0,0,0,.3);
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    right: 20%;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    right: 20%;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - on home page */

body.home .contain-middle {
  width: 100%;
  position: absolute;
  top:0px;
  margin:0px;
}
body.home .title-on-page {
  display: none;
}

body.home .contain-header{
  z-index:2002;
}

.intro-social-buttons {
  width: 98%;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.list-inline {
  margin-left: -48px;
  margin-top: -10px;
}

.smallcaps {
  font-size: .85em;
  line-height: .75em;
  text-transform: uppercase;
}

.bigphone {
  font-size: 1.6em;
}

.fa {
  font-size: 1.7em;
}


/* - - - - - - - - - - - - - - - - - - - - - contact us */

.wpcf7 input[type="text"], .wpcf7 input[type="email"]  {
  width: 95%;
  border: 1px solid;
  padding: 2%;
  font-size: 16px;
  font-weight: 100;
}
.wpcf7 textarea.wpcf7-textarea { 
  width: 95%;
  border: 1px solid;
  padding: 2%;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 100;
  min-height: 145px;
}

.wpcf7-submit {
  margin-left: 74.5%;
  padding: .5em 1em;
  text-transform: uppercase;
}

.wpcf7 input[type="submit"]{
  background-color: none;
  border: solid 1px;

}

div.wpcf7-mail-sent-ok {
  border-bottom: 2px solid #398f14;
  text-align: center;
  overflow: hidden;
}

/* - - - - - - - - - - - - - - - - - - - - - hover project images */

figure { 
  display: block;
  position: relative;
  float: left;
  overflow:
  hidden;
  margin: 0 20px 20px 0;
} 

.title-type { 
  position: absolute;
  background: #fff;
  background: rgba(255,255,255,0.75);
  color: #000; 
  padding: 10px 20px;
  opacity: 0;
  text-transform: uppercase;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}

figure:hover .title-type { 
  opacity: 1; 
} 

.display-title {
  float: left;
  height: auto;
  margin: .5%;
  width: 48%;
  display:block;
  overflow: hidden;
}

.display-title img{
  height: auto;
  width: 100%;
}

.display-title:before { top: 10px; left: 10px; } 
.display-title .title-type { top: 33px; left: -30%; } 
.display-title:hover .title-type { left: 0; } 

/* - - - - - - - - - - - - - - - - - - - - - footer */

.contain-footer p, footer p {
    font-size: 10pt;
    text-transform: uppercase;
}
.contain-footer p {
    padding: 20px ;
}
.contain-footer p a {
    color: #63544c;
    text-decoration: none;
}
.contain-footer p a:hover {
    color: #594a41;
    text-decoration: underline;
}

/* - - - - - - - - - - - - - - - - - - - - - so items */

.so-widget-sow-slider-default-abf3e628296a .sow-slider-base .sow-slide-nav {
    font-size: 60px !important;
}

.little-less-wide {
  width: 80%;
  display: block;
  margin: 0px auto;
}

/* - - - - - - - - - - - - - - - - - - - blog styles */

.fifty {
  float:left;
  display: block;
  margin:0 2% 0 0;
  width: 48%;
}

.clip-fit {
  display: block;
  overflow: hidden;
}

.clip-fit img{
  width: 100%;
  height: auto;
}
.blogpost-title {
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 700;
  text-align: left;
}

.blogpost-title a {
  text-decoration: none;
  color: #000;
}

#postitem {
  display: block;
  overflow: hidden;
  border-bottom: solid 10px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

#postitem p a {
  text-decoration: none;
  font-weight: 600;
  font-size: .75em;
  text-transform: uppercase;
}

/*a.mouse-link, .mouse-link, .mouse-type {
    color: #ce6b29;
    font-size: 11px;
    font-weight:700;
    text-transform:uppercase;
}
a.mouse-link, .mouse-link {
    text-decoration: none;
    transition: color 0.5s ease;
}
a.mouse-link:hover, .mouse-link:hover {
    color: #3b2314;
    text-decoration: none;
}
.post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}
.snip-thumbnail {
  height:170px;
  width:50%;
  display:block;
  overflow:hidden;
  float:left;
}
.post-title {
    color: #3b2314;
    font-size: 1.5em;
    font-weight:600;
    letter-spacing: -.75px;
    line-height: 1.2em;
    margin: 10px 0px;
} */

/* - - - - - - - - - - - - - - - - - - - - - responsive */

@media (min-width: 1921px) {

  body {
    font-size: 28pt;
  }

  .logo-container {
    height: 146px;
  }
  .overlay nav {
    font-size: 72pt;
  }

}

@media (max-width: 990px) {

  .contain-header, .contain-middle, .contain-footer, .container  {
    width: 80%;
  }

}

@media (max-width:768px) {
  .display-title {
    float: none;
    margin: 1% auto;
    width: 98%;
  }
  .fifty {
    float:none;
    display: block;
    margin:20px auto 0px auto;
    width: 88%;
  }
}

@media (max-width: 440px) {


}

@media (max-width: 320px) {


}
