/* ------------------------------------------------------------------------------

  Template Name: Go.arch 
  Description: Go.arch  - Architecture HTML Template
  Author: Murren
  Author URI: http://themeforest.net/user/murren20
  Version: 1.0
------------------------------------------------------------------------------- */

/*----- Menu ------*/
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}


.navbar-desctop {
  
  display: none;
  position: absolute;
  z-index: 2;
  top:0;
  left:0;
  width: 100%;
  padding:5.9vmin 0 0;
  opacity: 0.7;
  background-color:currentcolor;
  @safari { background-color:#FFF }

 
}

.text-parallax {
	background: url('../img/bg/text-1.jpg');
}


/* Blog Pagination */
.pagination {
    margin: 70px 0px 15px 0px;
    padding: 0;
    display: block;
}
.blog-pagination {
    list-style: none;
}
.blog-pagination li {
    display: inline-block;
    margin: 0px 2px;
}


.blog-pagination li a {
    background-color: transparent;
    border: none;
    font-size: 12px;
    font-weight: 600;
    color: #333; 
    position: relative;
    float: left;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    text-decoration: none;
}
.blog-pagination>.disabled>a,.blog-pagination>.disabled>a:hover,
.blog-pagination>.active>a, .blog-pagination>.active>a:focus, 
.blog-pagination>.active>a:hover, .blog-pagination>.active>span, 
.blog-pagination>.active>span:focus, .blog-pagination>.active>span:hover{ 
    color: #fff;  
    background-color: #c5a47e;
    cursor: default;
}
.blog-pagination li a i { 
    font-size: 16px; 
}
.blog-pagination li a:hover {
    color: #fff;   
    background-color: #c5a47e;
}

.post-comment-form input[type="text"],.post-comment-form  textarea{
  width: 100%;
  padding: 5px 10px;
  outline: none;
  border: 0.1em solid #c5a47e;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #c5a47e;
}

.blog-articles-nav{
  float: left;
  width: 100%;
  margin: 10px 0px;
}

.blog-post-comment-avatar{
  float: left;
  margin-right: 10px;
}

.blog-post-comment-avatar img{
  border-radius: 100%;
  width: 100px;
  height: 100px;
}

.blog-post-credits span{
  margin-right: 15px;
}

div.itemContainer {
    float: left;
    width: 100%;
}

/* Blog Sidebar */
div.k2SearchBlock form input.inputbox {
    width: 100%;
    padding: 10px 10px;
    border: 2px solid #c5a47e;
    color: #c5a47e;
    outline: none;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.widget_categories li {
  margin-bottom: 15px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

.widget_categories li span.catCounter{
  float: right;
}

.widget_archives a {
  margin-bottom: 15px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}


.breadcrumb {
    padding: 0px 0px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    color: #fff;
    border-radius: 0px;
    z-index: 99999;
    position: relative;
    text-align: right;
}

.breadcrumb>.active {
    color: #fff;
}


.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #c5a47e;
}

.slide-number{
  position: absolute;
  z-index: 4;
  left: 6%;
  top: 1.32%;
}

.bg-breadcrumb{
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar-nav-mobile li a .fa-angle-down {
  float: right;
  font-size: 16px;
}
.form-control, textarea.form-control {
  border-color: #c5a47e;
}
.top-social {
  position: absolute;
  display: flex;
  left: 50vmin;
  top: 5.9vmin;
  align-items: center;
  z-index: 3;
}
.top-social a {
  fill: #c5a47e;
  display: block;
  margin-left: 15px;
  width: 20px;
  height: 20px;
}
.top-social a svg {
  max-width: 100%;
  height: auto;
}
.header-phone a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5em;
  letter-spacing: 0.2em;
  transition: all .3s ease;
}
.header-phone {
  left: 40vmin;
}
.header-phone a:hover {
  color: #c5a47e;
}
.slide-number {
  display: none;
}
.main > .arrow-left, .main > .arrow-right {
  display: none;
}
.brand-panel img {
  max-width: 100%; 
}
.header-address {
  font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 0.81em;
    letter-spacing: 0.32em;
    position: absolute;
    z-index: 3;
    color: #fff;
    left: 40vmin;
    top: 2.9vmin;
}
.header-address a {
  color: #fff;
  font-size: 1em;
  transition: all .3s ease;
}
.header-address a:hover {
  color: #c5a47e;
  text-decoration: none;
}
.brand-panel {
  padding: 2.8vmin 1em 2.8vmin;
  max-width: 150px;
  max-height: 150px;
}
.vertical-panel, .vertical-panel-content {
  max-width: 75px;
  display: none;
}
.header-home .vertical-panel, .header-home .vertical-panel-content {
  display: block;
}
.navbar-desctop-menu {
  font-size: 0.85 em;

}
.navbar-desctop {
  opacity: 0.9;
}
.navbar-desctop-menu {
  font-size: 0.87em;
}
.navbar-desctop-menu > ul > li {
  margin-left: 4.1em;
}
.js-target-scroll img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.js-target-scroll {
  max-width: 200px;
}
.article-info {
  display: none;
}
.page-header {
  margin: 130px 0 20px;
}
@media (min-width: 1200px) {
  .project-details-info {
      width: 34%;
  }
}


@media (min-width: 992px) {
  .header-inner .brand-panel {
    max-height: 82px;
    padding: 0.8vmin 0 0.8vmin;
    background-color: transparent;
  }
  .header-inner .brand-panel a {
    height: 71px;
  }
  

}
@media (max-width: 1550px){
  .header-address, .header-phone {
    left: 20vmin;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header-address {
    display: none;
  }
}
@media (max-width: 480px) {
  .header-address {
    display: none;
  }
}
@media (max-width: 991px){
  .blog-thumbnail {
    padding-right: 15px;
  }
  .header-address, .header-phone {
    left: 40vmin;
  }
}