/*
Theme Name: PieThemes
Theme URI: http://piethemes.net/
Author: PieThemes
Author URI: http://piethemes.net/
Description: Professional Web Designers & Developers
Version: 1.0
Tags: black, white, brown, fixed-layout, responsive-layout
*/

body {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}

a {
	-webkit-transition: all 150ms ease-in;
	-moz-transition: all 150ms ease-in;
	-o-transition: all 150ms ease-in;
	transition: all 150ms ease-in;
	color: #AF9B6F;
	text-decoration: none !important;
}

.active {
  color: #AF9B6F !important;
  cursor: default;
}


/**********************************************************************************
/* Top Header *
**********************************************************************************/
.top-header {
  background-color: #1B1913;
  position: relative;
  width: 100%;
  z-index: 999;
}

.site-brand-logo img {
  padding: 15px 0;
}

.top-header.sticky {
  position: fixed;
}

.top-header nav {
  float: right;
}

.top-header nav ul {
  padding-top: 15px;
  padding-bottom: 15px;
}

.top-header nav ul li {
  padding-left: 2.7em;
}
.top-header nav ul li a {
  font-size: 16px;
  font-weight: 700;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.top-header h1 {
  display: block;
  margin: 10px 0;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.top-header .site-description {
  color: #fff;
  font-size: 13px;
  font-style: italic;
}
/**********************************************************************************
/* Sticky Header *
**********************************************************************************/
.sticky-header {
  position: fixed;
  width: 100%;
  z-index: 99;
  background-color: #292a2b;
  height: 80px;
  display: none;
  overflow: hidden;
}
.sticky-header nav {
  float: right;
}
.sticky-header nav ul {
  padding-top: 27.5px;
  padding-bottom: 27.5px;
}
.sticky-header nav ul li {
  padding-left: 2.7em;
}
.sticky-header nav ul li a {
  color: #7c7c7c;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.sticky-header nav ul li a:hover {
  color: white;
}
.sticky-header h1.logo {
  margin-top: 10px;
}
.sticky-header h1.logo a {
  background: url('../img/default-logo.png') no-repeat center left;
  width: 212px;
  height: 59px;
  display: block;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.sticky-header h1.logo a:hover {
  background: url('../img/logo-hover.png');
}


/**********************************************************************************
/* Section common setting *
**********************************************************************************/
.section-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.section-title:after {
  display: block;
  background-color: #AF9B6F;
  content: "";
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: 46px;
  height: 6px;
}

/**********************************************************************************
/* Section About *
**********************************************************************************/

.section-intro {
  background-color: #1F1C18;
  width: 100%;
  height: 575px;
  position: relative;
}

.section-intro:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  opacity: .3;
}

.section-intro .intro-wrapper {
  text-align: center;
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  z-index: 2;
}
/*
.section-intro .intro-data:before {
  background-color: #fff;
  content: "";
  max-width: 250px;
  width: 100%;
  height: 3px;
  display: block;
  margin: auto;
}*/

.section-intro .intro-data:after {
  background-color: #fff;
  content: "";
  max-width: 50px;
  width: 100%;
  height: 3px;
  display: block;
  margin: 2em auto 2.5em;
}


.section-intro .intro-data h1 {
  font-weight: 400;
  color: #fff;
  margin-right: 1em;
  margin-left: 1em;
  letter-spacing: 1px;
}

.section-intro .intro-data span {
  color: #AF9B6F;
  font-weight: 300;
}

.section-intro .btn-scroll-down {
  color: #AF9B6F;
  background-color: transparent;
  border-color: #AF9B6F;
}


/**********************************************************************************
/* Section About *
**********************************************************************************/

.section-about {
  width: 100%;
  background-color: #FAFAFA;
  padding-bottom: 60px;
  padding-top: 60px;
  position: relative;
  z-index: 100;
}

.about-quote{
  overflow:hidden;
  border-right:1px solid #AF9B6F;
}

@media only screen and (max-width: 768px) {

  .section-content .about-quote {
    overflow: hidden;
    border-bottom: 1px solid #AF9B6F;
    border-right: none;
  }

  .section-content .about-quote img {
    float: none;
    margin-right: 0;
  }

  .section-content p.quote-data {
    float: none;
    padding-bottom: 30px;
  }

}

.about-quote img{
  float:left;
  margin-right:30px;
  width:130px;
  height:130px;
  padding:5px 5px;
  background-color:#fff;
  border:1px solid #ccc;
  -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

p.quote-data{
  float: left;
  margin: 0;
  padding-top: 30px;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

p.quote-data span{
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  text-transform: none;
}

p.about-text {
  padding: 30px 0 0 0;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 30px;
  font-weight: 300;
}


/**********************************************************************************
/* Section Portfolio *
**********************************************************************************/

.section-portfolio {
  width: 100%;
  background-color: #fff;
  padding-top: 30px;
  position: relative;
  z-index: 100;
}

.portfolio-item {
  bottom: 0;
  height: 300px;
  position: absolute;
  -moz-transition: all .8s;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
  text-align: center;
}


.portfolio-item-wrapper:hover .portfolio-item {
    bottom: 90px;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}

.portfolio-item img {
  height: 300px;
  width: 100%;
}

a.btn-portfolio {
  background: #AF9B6F;
  border: 1px solid;
  border-radius: 0;
  color: #fff;
  text-align: center;
}

a.btn-portfolio:hover, a.btn-portfolio:focus {
  background: #AF9B6F;
  color: #fff;
  opacity: 0.9;
}


/**********************************************************************************
/* Section Contact *
**********************************************************************************/
.section-contact {
  background-color: #fff;
  padding-bottom: 60px;
  padding-top: 30px;
  position: relative;
}

.section-contact input[name="contactname"],
.section-contact input[name="email"] {
  width: 49%;
}
.section-contact input[name="contactname"] {
  float: left;
}

.section-contact input[name="subject"] {
  float: left;
  margin-top:1.6em;
  width: 100%;
}
.section-contact input[name="email"] {
  float: right;
}
.section-contact input[type="submit"] {
  float: left;
}
.section-contact textarea {
 
  float: right;
  margin: 1.5em 0;
  height: 7em;
}

.section-contact .contact-info {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 10px;
  text-align: left;
}

.section-contact .contact-info h4 {
  border-bottom: 1px dotted #AF9B6F;
  color: #333;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.section-contact h3 {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.section-contact .contact-info i {
  font-size: 14px;
  padding-right: 5px;
}

.fa-map-marker:before {
  font-size: 18px;
  margin-left: 2px;
  margin-right: 2px;
}


/**********************************************************************************
/* Content *
**********************************************************************************/

.section-blog-posts {
    background-color: #FAFAFA;
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
}

.post-box {
    margin-bottom: 25px;
    height: 200px;
}

#blog .img-responsive img {
    width: 350px;
    height: 130px;
}

h4.entry-title a {
    color: #444;
    font-size: 15px;
    font-weight: 600;
}

.single-content {
	display: inline-block;
    margin: 25px 0;
}

.item-image {
    background: #1B1913;
}

.item-image img {
    width: 590px;
    height: 300px;
}

.item-info {
    background: #1B1913;
    padding: 70px 55px;
    text-align: left;
}

.item-info p {
    color: #fff;
    font-weight: 600;
}

.item-info p a,
.item-info p span {
    color: #AF9B6F;
    font-weight: 500;
    padding-left: 5px; 
}

.link-button {
    padding: 10px;
    margin-bottom: 10px;
}

.link-button a {
    color: #fff;
}

.link-button i {
    margin-right: 10px;
}

.theme-demo {
  background: #ea1515;
}

.theme-buy {
  background: #79AA33;
}

h1.entry-title {
    text-align: left;
    font-size: 21px;
    font-weight: 600;
    margin: 25px 0 25px;
    padding: 0 0 8px;
    text-transform: uppercase;
    border-bottom: 1px solid #888;
}

.entry-content {
    display: block;
    text-align: justify;
}


/**********************************************************************************
/* Sidebar *
**********************************************************************************/

.sidebar-widget {
    padding: 0 25px;
}

.sidebar-widget ul, .sidebar-widget li {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

h2.sidebar-widget-title {
    border-bottom: 1px solid #888;
    padding: 10px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}


/**********************************************************************************
/* Footer *
**********************************************************************************/

#footer {
  background-color: #1B1913;
}

#footer .site-info {
  color: #fff;
  padding: 50px 0;
}