/*! ==========================================================================
    Theme Name: Impero Constructions
    Theme URI: http://imperoconstructions.com.au
    Author: IT First Responder
    Author URI: https://itfr.com.au
    Description: Custom WordPress website for Impero Constructions
========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,400i,500,500i,600,600i,700,700i");
html {
  box-sizing: border-box;
  font-size: 100%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 0.875rem;
  }
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: 'Raleway', Arial, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  height: auto;
  display: block;
  max-width: 100%;
}

/* ==========================================================================
   @ normalize.css v3.0.1 | MIT License | git.io/normalize
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

hr {
  border: 0;
  height: 1px;
  background: #ccc;
  margin: 20px 0;
}

/* ==========================================================================
   @ Grid
   ========================================================================== */
.grid {
  margin: 0 0 20px 0;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}


[class*='col-'] {
  float: left;
  padding-right: 20px;
}

.col-1-4 {
  width: 25%;
}

.col-1-3 {
  width: 33.33%;
}

.col-1-2 {
  width: 50%;
}

.col-2-3 {
  width: 66.66%;
}

.col-1-12 {
  width: 8.33%;
}

.col-2-12 {
  width: 16.66%;
}

.col-3-12 {
  width: 24.99%;
}

.col-4-12 {
  width: 33.32%;
}

.col-5-12 {
  width: 41.65%;
}

.col-6-12 {
  width: 49.98%;
}

.col-7-12 {
  width: 58.31%;
}

.col-8-12 {
  width: 66.64%;
}

.col-9-12 {
  width: 74.97%;
}


.col-10-12 {
  width: 83.3%;
}

.col-11-12 {
  width: 91.63%;
}

.col-12-12 {
  width: 100%;
  padding-right:0 !important;
}

.fixed-col-1-2 {
  float: left !important;
  width: 50% !important;
}

.grid-pad {
  padding: 20px 0 20px 20px;
}

.grid-pad [class*='col-']:last-of-type {
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  [class*='col-'] {
    float: none;
    padding: 0;
    width: 100%;
  }
}

@media screen and (max-width: 769px) {
  .site-footer [class*='col-'] {
    float: none;
    padding: 0;
    width: 100%;
  }
}

/* ==========================================================================
   @ Typography
   ========================================================================== */
h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0 0 1rem 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
  }
}

h1 {
  font-size: 1.4rem;
}

h2 {
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.143rem;
    line-height: 1.3rem;
  }
}

h3 {
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 13px;
  }
}

.page-id-7 h3 {
  margin: 35px 0 0 0;
}

@media screen and (max-width: 767px) {
  .page-id-7 h3 {
    margin: 30px 0 0 0;
  }
}

h4 {
  font-size: 0.8rem;
}

h2 {
  margin-top: 1.5rem;
}

li {
  margin-left: 1rem;
}

a {
  color: #f57c20;
  text-decoration: none;
}

a:hover {
  color: #a5a5a5;
}

.content a {
  font-weight: bold;
}

/* ==========================================================================
   @ Navigation
   ========================================================================== */
.main-nav {
  float: right;
  font-size: 0.875rem;
  margin-top: 25px;
  text-align: right;
  text-transform: uppercase;
  width: 80%;
}

.main-nav ul {
  margin: 0;
}

.main-nav > ul > li {
  padding-bottom: 38px;
}

@media screen and (max-width: 1150px) {
  .main-nav > ul > li {
    padding-bottom: 25px;
  }
}

.main-nav li {
  display: inline-block;
  margin: 0 20px;
  position: relative;
}

@media screen and (min-width: 1150px) {
  .main-nav li:hover .sub-menu {
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .main-nav li {
    margin: 0;
  }
}

.main-nav a:hover,
.main-nav .current_page_parent > a,
.main-nav .current-menu-item > a,
.main-nav .current-menu-ancestor > a {
  color: #f57c20;
}

.single-projects .current_page_parent > a {
  color: black;
}

.main-nav a {
  color: black;
  text-decoration: none;
}

@media screen and (max-width: 700px) {
  .main-nav a {
    width: 100%;
  }
}

.sub-menu {
  display: none;
}

@media screen and (min-width: 1150px) {
  .sub-menu {
    background: rgba(255, 255, 255, 0.85);
    border-top: 3px solid white;
    display: none;
    left: -81.5px;
    font-size: 0.875rem;
    padding: 30px 30px 15px 30px;
    position: absolute;
    text-align: center;
    text-transform: none;
    top: 54px;
    width: 215px;
  }
  .sub-menu li,
  .sub-menu a {
    display: block;
    margin: 0;
  }
  .sub-menu li {
    line-height: 1.5rem;
    margin-bottom: 15px;
  }
  .menu-item-231 .sub-menu {
    left: -50px;
  }
}

.mobile-nav {
  display: none;
}

@media screen and (max-width: 1150px) {
  .main-nav {
    display: none;
  }
  .mobile-nav {
    background: white;
    height: 100%;
    font-size: 14px;
    margin: 0;
    padding: 39px 20px;
    position: fixed;
    text-align: left;
    top: 0;
    right: 0;
    width: 235px;
    z-index: 502;
  }
  .mobile-nav li {
    display: block;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .mobile-nav {
    padding-top: 27px;
  }
}

@media screen and (max-width: 1150px) {
  ul.sub-menu {
    font-size: 13px;
    margin-left: 15px;
    text-transform: none;
  }
  .sub-menu li {
    margin-top: 25px;
  }
}

.open-nav-icon {
  background: url(img/icon/open-nav.png) no-repeat;
  background-size: 100%;
  display: none;
  float: right;
  height: 15px;
  margin-top: -7.5px;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 18px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

@media screen and (max-width: 1150px) {
  .open-nav-icon {
    display: block;
  }
}

.back-to-menu {
  display: none;
}

@media screen and (max-width: 1150px) {
  .back-to-menu {
    border-bottom: 1px solid #f57c20;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 10px 0 20px 0;
    padding-bottom: 15px;
    text-align: center;
  }
}

.show-more {
  display: none;
}

@media screen and (max-width: 1150px) {
  .show-more {
    cursor: pointer;
    font-size: 1.5rem;
    display: block;
    float: right;
    margin: 0 0 0 10px;
    position: relative;
    top: -6px;
  }
  .show-more:hover {
    color: #a1a1a1;
  }
}

.footer-nav {
  border-bottom: 1px solid #f57c20;
  color: white;
  font-size: 0.875rem;
  margin: 30px 0 15px 0;
  padding-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  width: 97%;
}

.footer-nav a {
  color: white;
}

@media screen and (max-width: 1150px) {
  .footer-nav {
    display: none;
  }
}

.footer-nav ul,
.footer-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav li {
  display: inline;
  margin: 0 40px;
}

.blog-nav {
  font-size: 0.938rem;
  font-weight: 500;
  margin: 0 20px 50px 0;
  text-align: right;
}

.page-numbers {
  color: black;
  display: inline-block;
  margin: 0 12.5px;
}

.blog-nav .current {
  box-shadow:0 8px 6px -6px grey;
  background: #f57c20;
  border-radius: 100%;
  color: white;
  height: 32px;
  margin: 0 7px;
  line-height: 32px;
  text-align: center;
  width: 32px;
}

.project-nav {
  border-bottom: 1px solid #dbdbdb;
}

.project-nav a {
  display: inline-block;
  font-size: 0.929rem;
  font-weight: bold;
  line-height: 1rem;
  text-align: center;
  text-transform: uppercase;
  width: 32%;
}

/* ==========================================================================
   @ Layout
   ========================================================================== */
.body-overlay {
  background: rgba(0, 0, 0, 0.15);
  cursor: zoom-out;
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 501;
}

.nav-active {
  left: -235px;
  position: relative;
}

.container {
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .container {
    padding-right: 0;
  }
  .site-footer .container {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.site-header {
  background: rgba(255, 255, 255, 0.85);
  border-bottom: 3px solid #f57c20;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  height: 100px;
  padding: 18px 0;
  width: 100%;
}

@media screen and (min-width: 767px) {
  .site-header {
    position: absolute;
    top: 0;
    z-index: 500;
  }
}

@media screen and (max-width: 767px) {
  .site-header {
    height: 70px;
    padding: 15px 0;
  }
}

.page-id-12 .site-header,
.single-projects .site-header {
  position: relative;
}

.site-logo {
  background: url(img/logo/site-logo.png) no-repeat;
  background-size: 100%;
  display: block;
  float: left;
  height: 61px;
  width: 198px;
}

@media screen and (max-width: 767px) {
  .site-logo {
    background-size: 100%;
    height: 36px;
    width: 117px;
  }
}

.site-footer {
  background: #232323;
  color: white;
  font-size: 0.938rem;
  min-height: 250px;
  padding: 20px 0;
}

.site-footer a {
  color: white;
}

@media screen and (max-width: 769px) {
  .site-footer {
    text-align: center;
  }
}

.main-content, 
.main-content-not-found{
  font-size: 0.938rem;
  line-height: 1.6rem;
}

.main-content-not-found{
  margin-top:200px;
}

.main-content h1:first-child,
.main-content h2:first-child,
.main-content h3:first-child {
  margin-top: 0;
}

.main-content p {
  margin-bottom: 30px;
}

.main-content li {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .main-content {
    font-size: 13px;
  }
}

.page-sidebar {
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 1rem;
}

.page-sidebar h1, .page-sidebar h2, .page-sidebar h3, .page-sidebar h4, .page-sidebar h5 {
  font-size: 0.938rem;
  margin: 0 0 25px 0;
}

.mobile-sidebar {
  display: none;
}

.desktop-sidebar {
  float: right;
  display: block;
  padding:20px;
  background-color:#ebebeb;
  margin-bottom:50px;
  box-shadow:0 8px 6px -6px grey;
}

.desktop-sidebar:hover {
	box-shadow:0 10px 16px -6px grey;	
}

@media screen and (max-width: 767px) {
  .mobile-sidebar {
    display: block;
    margin: 30px 0 50px 0;
    padding:20px;
    background-color:#ebebeb;
    box-shadow:0 10px 16px -6px grey;
  }
  .desktop-sidebar {
    display: none;
  }
}

.logos {
  list-style-type: none;
  margin: 100px 0 90px 0;
}

.logos li {
  display: inline-block;
  margin: 0 1%;
  max-width: 11.9%;
  vertical-align: middle;
}

@media screen and (max-width: 769px) {
  .logos {
    margin: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .logos {
    margin: 10px 0 50px 0;
  }
  .logos li {
    margin-bottom: 15px;
    max-width: 28.3%;
  }
}

.introduction {
  font-size: 1.125rem;
  line-height: 1.65rem;
  margin-bottom: 60px;
}

.introduction-team {
  text-align: center;
}

@media screen and (max-width: 769px) {
  .introduction-team {
    padding: 0 20px 0 5px;
  }
}

@media screen and (max-width: 767px) {
  .introduction {
    font-size: 0.929rem;
    line-height: 1.4rem;
    margin-bottom: 25px;
    text-align: left;
  }
}

.block-plus {
  background: url(img/icon/icon-plus.png) no-repeat;
  background-size: 100%;
  bottom: 8px;
  height: 16px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
}

.block-overlay {
  background: rgba(0, 0, 0, 0.15);
  height: 100%;
  position: absolute;
  width: 100%;
}

.content {
 /* background: url(img/bg/bg-shadow.png) bottom left no-repeat;*/
  margin-bottom: 50px;
  padding: 0 100px 100px 0;
}

.content p {
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .content {
    padding: 0 0 115px 0;
  }
}

@media screen and (max-width: 767px) {
  .content {
    background: none;
    margin-bottom: 20px;
    padding: 0;
  }
}

@media screen and (max-width: 1200px) {
  .content-shadow {
    background: url(img/bg/bg-shadow.png) no-repeat;
    background-position: 124% 99%;
  }
}

.content-four-col h2 {
  margin-bottom: 20px;
}

.content-four-col li {
  line-height: 1.4rem;
  margin-bottom: 10px;
}

.content-four-col .col-1-4 {
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .content-four-col h2 {
    margin: 0 0 15px 0;
  }
  .content-four-col ul {
    margin-bottom: 30px;
  }
}

.footer-copyright {
  font-size: 0.688rem;
  font-family: 'Lato', Arial, sans-serif;
  margin: 50px 0 0 0;
}

.footer-copyright a {
  color: white;
}

@media screen and (max-width: 769px) {
  .footer-copyright {
    font-size: 0.786rem;
  }
}

.footer-title {
  color: #f57c20;
  font-size: 0.938rem;
  margin: 5px 0 20px 0;
  text-transform: uppercase;
}

.social-media{
	text-align:right;
	padding-right:0 !important;
}

.social-media .fa:last-child{
	margin-right: 0 !important;	
	margin-left:20px !important;
}

@media screen and (max-width: 769px) {
  .footer-title {
    margin-bottom: 10px;
  }
  .social-media{
	text-align:center !important;	
  }
  .social-media .footer-title {
    margin-bottom: 20px;
  }
}

.site-by {
  text-align: right;
  padding: 0;
}

@media screen and (max-width: 769px) {
  .site-by {
    text-align: center;
  }
}

.footer-contact p {
  margin-bottom: 5px;
}

@media screen and (max-width: 769px) {
  .footer-contact {
    max-width: 77%;
    margin: 0 auto 20px auto;
  }
}

.social-media .fa {
  display: inline-block;
  font-size: 1.5rem;
  margin-right: 20px;
  margin-bottom:10px;
}

.social-media a {
  color: white;
}

.social-media a:hover {
  color: #f57c20;
}

@media screen and (max-width: 769px) {
  .social-media {
    margin-bottom: 25px;
  }
  .social-media .fa {
    margin: 0 12.5px;
  }
}

.footer-logos {
	margin-top: 50px;
	padding: 0;
}

.footer-logos img {
  display: inline-block;
}

.footer-logos img:first-of-type {
  margin-right: 30px;
}

.footer-logos img:last-of-type {
  width:200px !important;
  margin-top:10px;
}

/* housing awards img*/
.housing_awards{
	float:left !important;
	margin: 15px 0 0 25px !important;
}

@media screen and (max-width: 769px) {
  .footer-logos {
    text-align: center;
  }
  .footer-logos img {
    display: inline-block;
    max-width: 42%;
    margin: 0 10px;
    vertical-align: middle;
  }
  .footer-logos img:first-of-type {
    margin: 0 10px;
  }
  
  .housing_awards{
	margin: 15px 0 0 50px !important;
}
  
}

.footer-symbol {
  background: url(img/icon/icon-footer-symbol.png);
  background-size: 100%;
  content: '';
  display: inline-block;
  position: absolute;
  top: -14px;
  right: 14px;
  height: 45px;
  width: 32px;
}

@media screen and (max-width: 769px) {
  .footer-contact-detail {
    display: block;
  }
}

@media screen and (max-width: 1100px) {
  .flex-col {
    width: 50%;
  }
  .content-four-col .flex-col {
    margin-bottom: 30px;
  }
  .content-four-col .flex-col:nth-of-type(2n+1) {
    clear: left;
  }
}

@media screen and (max-width: 767px) {
  .flex-col {
    margin: 0 auto;
    max-width: 385px;
    width: 100%;
  }
}

/* ==========================================================================
   @ Service
   ========================================================================== */
.service {
  background-size: cover;
  color: white;
  display: block;
  padding-bottom: 65%;
  position: relative;
}

.service:hover {
  color: white;
}

.service-title {
  font-size: 1.375rem;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-top: 0;
  position: relative;
  width: 100%;
}

.service-title:after {
  background: url(img/icon/icon-project-symbol.png);
  background-size: 100%;
  content: '';
  display: block;
  height: 45px;
  position: absolute;
  right: 0;
  top: -24px;
  width: 33px;
}

.service-symbol {
  background: url(img/icon/icon-project-symbol.png);
  background-size: 100%;
  content: '';
  display: block;
  height: 19px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 14px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .service-title {
    font-size: 0.983rem;
  }
  .service-title:after {
    display: none;
  }
}

.service-content {
  bottom: 15px;
  left: 30px;
  position: absolute;
  z-index: 2;
  width: 86%;
}

.service-content a {
  color: white;
  font-size: 0.938rem;
}

@media screen and (max-width: 767px) {
  .service-content {
    bottom: 0;
    left: 8px;
  }
  .service-content p {
    display: none;
  }
}

.service-description {
  background: #292929;
  color: white;
  font-size: 0.938rem;
  font-weight: 500;
  padding: 13px 20px 5px 20px;
}

.service-description a,
.service-description strong {
  color: #f57c20;
  font-weight: 700;
}

.service-description a:hover {
  color: #a5a5a5;
}

@media screen and (max-width: 767px) {
  .service-description {
    padding: 12px 10px 5px 10px;
  }
}

.service-overlay {
  background: url(img/bg/bg-service-overlay.png) no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}

.section-title {
  font-size: 0.938rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 45px 0;
}

@media screen and (max-width: 769px) {
  .section-title {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .section-title {
    font-weight: 500;
  }
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
  #service-box {
    padding-right: 15px;
  }
}

.service-box-text {
  line-height: 1.2rem;
}

@media screen and (max-width: 1200px) {
  #service-box .service-box-visual {
    float: left;
    margin-bottom: 20px;
    width: 50%;
  }
  #service-box .service-box-visual:first-of-type {
    padding: 0 7.5px 0 0;
  }
  #service-box .service-box-visual:nth-of-type(2) {
    padding: 0 0 0 7.5px;
  }
  .service-box-text {
    clear: both;
    padding: 0;
    width: 100%;
  }
}

/* ==========================================================================
   @ Projects
   ========================================================================== */
.projects-header {
  margin: 80px 0 0 0;
}

@media screen and (max-width: 769px) {
  .projects-header {
    margin-top: 15px;
  }
}

.projects-title {
  font-size: 0.938rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

.projects-link {
  color: black;
  font-size: 0.938rem;
  font-weight: 700;
}

.projects-link:after {
  background: url(img/icon/icon-arrow.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  content: '';
  height: 14px;
  margin-left: 10px;
  width: 8px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .projects-link {
    font-weight: 500;
  }
  .projects-link:after {
    height: 8px;
    width: 5px;
  }
}

.project {
  box-shadow:0 8px 6px -6px grey;
  display: block;
  margin-bottom: 30px;
  position: relative;
}

.project:hover{
	box-shadow:0 10px 16px -6px grey;	
}
.project:hover .block-overlay {
  display: none;
  
}

@media screen and (max-width: 769px) {
  .project {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .project {
    margin-bottom: 15px;
  }
}

.project-photo {
  background-size: cover;
  height: 365px;
  position: relative;
}

@media screen and (max-width: 500px) {
  .project-photo {
    height: auto;
    padding-bottom: 100%;
  }
}

.project-description {
  background: #292929;
  color: white;
  text-align: center;
  padding: 22px 0 30px 0;
}

@media screen and (max-width: 767px) {
  .project-description {
    padding: 16px 0 20px 0;
  }
}

.project-title,
.project-location {
  margin: 0;
}

.project-title {
  font-size: 1.375rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 1100px) {
  .project-title {
    margin-bottom: 13px;
  }
}

@media screen and (max-width: 767px) {
  .project-name {
    display: block;
    margin-bottom: 7px;
  }
}

.project-location {
  font-size: 0.813rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.project-location:after {
  background: #f57c20;
  content: '';
  display: block;
  height: 3px;
  margin: 25px auto 0 auto;
  width: 30px;
}

@media screen and (max-width: 767px) {
  .project-location:after {
    margin: 20px auto 0 auto;
  }
}

.project-slideshow-container {
  background: black;
  overflow: hidden !important;
  width: 100%;
}

.project-slideshow-placeholder {
  height: 100px;
}

.project-slideshow {
  overflow: visible !important;
  width: 80%;
  margin-left: 10%;
}

.project-address {
  background: #292929;
  color: #f57c20;
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 65px;
  text-transform: uppercase;
  padding: 30px 0;
}

@media screen and (max-width: 769px) {
  .project-address {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .project-address {
    margin-bottom: 20px;
    padding: 18px 0;
    text-align: center;
  }
  .project-address-mobile {
    color: white;
    font-size: 0.786rem;
  }
}

.project-sidebar {
  font-weight: normal;
}

.project-sidebar .project-sidebar-title {
  font-size: 0.938rem;
  margin: 20px 0 7px 0;
}

.project-additional-details {
  line-height: 2rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .project-additional-details {
    margin-bottom: 20px;
  }
  .project-details {
    margin-bottom: 50px;
  }
  .project-detail {
    margin-bottom: 10px;
  }
}

.project-category a {
  color: black;
}

.project-sidebar .project-category {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .project-sidebar-title.project-category {
    font-size: 0.929rem;
    margin-bottom: 10px;
  }
}

.gallery-link {
  color: #949494;
  display: block;
  font-weight: bold;
  margin: 0 0 30px 0;
}

.gallery-link:before {
  background: url(img/icon/icon-gallery.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  content: '';
  height: 41px;
  font-size: 0.938rem;
  margin-right: 15px;
  width: 41px;
  vertical-align: middle;
}

.gallery-mobile-popup-link {
  text-align: center;
}

@media screen and (min-width: 767px) and (max-width: 1100px) {
  .recent-projects .flex-col:nth-of-type(3n) {
    display: none;
  }
}

/* ==========================================================================
   @ Fitout
   ========================================================================== */
.fitout-content {
  font-size: 1.125rem;
  line-height: 1.65rem;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .fitout-content,
  .fitout-photo {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 769px) {
  .fitout-col-content,
  .fitout-col-photo {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .fitout-content {
    font-size: 0.929rem;
    line-height: 1.4rem;
    margin-bottom: 20px;
  }
}

/* ==========================================================================
   @ Contact
   ========================================================================== */

.wrapper-contact {
  background: #232323;
  color: white;
  text-align: center;
  margin-bottom: -1px;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .wrapper-contact {
    padding: 40px 0 ;
  }
  .content-introduction br {
    display: none;
  }
}


.content-introduction {
  font-size: 1.125rem;
  line-height: 1.7rem;
}

@media screen and (max-width: 767px) {
  .content-introduction {
    font-size: 13px;
  }
}

.container-contact {
  font-size: 0.938rem;
  line-height: 1.4rem;
  margin: 0 auto;
  max-width: 775px;
}

.contact-details {
  font-size: 0.938rem;
  margin-top: 60px;
}

.contact-details strong {
  display: inline-block;
  margin: 0 5px 0 10px;
}

.contact-details p {
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .contact-details {
    margin-top: 40px;
  }
}

.contact-title {
  font-size: 1.750rem;
}

@media screen and (max-width: 767px) {
  .contact-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .contact-details-block {
    display: block;
  }
}

/* ==========================================================================
   @ Blog
   ========================================================================== */
.post-wrapper {
  background: #ebebeb;
  padding: 1px 25px 35px 25px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .post-wrapper {
    padding-bottom: 25px;
  }
}

.post-header {
  height: 155px;
}

@media screen and (max-width: 767px) {
  .post-header {
    height: auto;
  }
}

.blog-post {
  display: block;
  position: relative;
  margin-bottom: 50px;
  box-shadow:0 8px 6px -6px grey;
}

.blog-post:hover{
	box-shadow:0 10px 16px -6px grey;	
}

@media screen and (max-width: 767px) {
  .blog-post {
    margin-bottom: 15px;
  }
}

.post-title {
  letter-spacing: 1px;
  line-height: 1.5rem;
}

.post-excerpt {
  height: 50px;
  font-size: 0.813rem;
  line-height: 1.4rem;
}

@media screen and (max-width: 767px) {
  .post-excerpt {
    font-size: 0.929rem;
  }
}

.post-thumbnail {
  background-size: cover;
  padding-bottom: 100%;
  position: relative;
}

.post-meta {
  display: block;
  font-size: 0.813rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 25px;
  text-transform: uppercase;
}

.post-meta a {
  color: black;
}

.post-meta:after {
  background: #f57c20;
  content: '';
  display: block;
  height: 3px;
  margin: 25px auto 0 auto;
  width: 30px;
}

.post-link {
  color: black;
}

.post-link:hover {
  color: black;
}

.post-link:hover .block-overlay {
  display: none;
}

.post-quote {
  line-height: 1.4rem;
  max-width: 170px;
  margin: 0;
  font-weight: bold;
}

.post-quote:after {
  background: #f57c20;
  content: '';
  display: block;
  height: 3px;
  margin: 60px 0 0 0;
  width: 30px;
}

@media screen and (max-width: 769px) {
  .post-quote {
    margin: 0;
    padding: 0;
  }
}

.cat-drop-down-activate {
  cursor: pointer;
  display: inline-block;
  font-weight: 300;
  font-size: 2.2rem;
  margin: -2px 10px 0 0;
  line-height: 0;
  vertical-align: middle;
}

.cat-drop-down {
  background: white;
  border: 1px solid #dbdbdb;
  display: none;
  padding: 10px 20px 0 20px;
  position: absolute;
  top: 25px;
  width: 220px;
  z-index: 100;
}

.cat-drop-down li {
  list-style: none;
  margin: 0 0 10px 0;
}

.cat-drop-down a {
  color: black;
}

.cat-drop-down a:hover {
  color: #f57c20;
}

@media screen and (min-width: 767px) and (max-width: 1100px) {
  .latest-news .col-1-3:nth-of-type(3) {
    display: none;
  }
}

/* ==========================================================================
   @ Team
   ========================================================================== */
.team {
  background: #ebebeb;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .team {
    margin-bottom: 15px;
  }
}

.team-photo {
  background-size: cover;
  padding-bottom: 100%;
  position: relative;
}

.team-name {
  font-size: 1.125rem;
  letter-spacing: 1px;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .team-name {
    margin-bottom: 15px;
  }
}

.team-title {
  font-size: 0.813rem;
  margin: 24px 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .team-title {
    margin: 20px 0;
  }
}

.team-content {
  padding: 30px;
  text-align: center;
}

.team-content:after {
  background: #f57c20;
  content: '';
  display: block;
  height: 3px;
  margin: 25px auto 0 auto;
  width: 30px;
}

@media screen and (max-width: 767px) {
  .team-content {
    padding: 20px;
  }
}

.team-bio {
  height: 245px;
  font-size: 0.813rem;
  line-height: 1.4rem;
}

@media screen and (max-width: 767px) {
  .team-bio {
    height: auto;
    font-size: 0.929rem;
  }
}

/* ==========================================================================
   @ Construction Services
   ========================================================================== */
.construction-icon {
  background-repeat: no-repeat;
  background-size: auto 98%;
  height: 50px;
  width: 50px;
}

@media screen and (max-width: 767px) {
  .construction-icon {
    margin-top: 20px;
  }
}

.construction-title {
  margin-bottom: 20px;
}

.construction-description {
  line-height: 1.4rem;
}

.construction-services-col:nth-of-type(3n+1) {
  clear: left;
}

/* ==========================================================================
   @ Buttons
   ========================================================================== */
.button {
  background: #ccc;
  color: white;
  display: inline-block;
  padding: 12px 20px;
}

.button-header {
  float: right;
  margin-top: 25px;
}

/* ==========================================================================
   @ Miscellaneous
   ========================================================================== */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.pull-right {
  float: right;
  text-align: right;
}

.mobile-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .mobile-only {
    display: block;
  }
  .hide-on-mobile {
    display: none;
  }
  .mobile-up {
    display: none;
  }
}

@media screen and (min-width: 767px) {
  .mobile-up {
    display: block;
  }
}

ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.tabs li {
  background: none;
  border-bottom: 1px solid #dbdbdb;
  color: #949494;
  font-weight: 700;
  margin: 0 -4px 0 0;
  text-transform: uppercase;
  padding-bottom: 9px;
  display: inline-block;
  cursor: pointer;
  width: 33%;
}

ul.tabs li.current {
  color: black;
  padding-bottom: 9px;
}

li.current span {
  border-bottom: 3px solid #f57c20;
  padding-bottom: 8px;
}

.tab-content {
  display: none;
  margin-top: 30px;
}

.tab-content.current {
  display: inherit;
}

.text-arrow {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
  vertical-align: top;
}

.contact-form {
  margin: 40px 0 0 0;
}

@media screen and (max-width: 767px) {
  .contact-form {
    margin-top: 30px;
  }
}

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-submit {
  border: none;
  border-radius: 0;
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 0.938rem;
  -webkit-appearance: none;
}

.wpcf7-text,
.wpcf7-textarea {
  width: 100%;
}

.wpcf7-text {
  height: 40px;
  margin-bottom: 20px;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .wpcf7-text {
    margin-bottom: 10px;
  }
}

.wpcf7-textarea {
  height: 250px;
  padding: 15px;
}

.wpcf7-submit {
  background: #f57c20;
  color: white;
  cursor: pointer;
  font-size: 0.938rem;
  font-weight: bold;
  margin-top: 30px;
  text-transform: uppercase;
  padding: 12px 60px;
}

@media screen and (max-width: 767px) {
  .wpcf7-submit {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  div.wpcf7 .ajax-loader {
    display: block;
    clear: both;
  }
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
  background: #a90000;
  border: none;
  color: white;
  font-weight: bold;
  margin: 20px 0 0 0;
  padding: 15px;
}

div.wpcf7-mail-sent-ok {
  background: green;
}

span.wpcf7-not-valid-tip {
  color: white;
  font-size: 0.875rem;
  font-weight: bold;
  margin: -15px 0 10px 0;
}

::-webkit-input-placeholder {
  color: #292929;
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 0.938rem;
  opacity: 1;
}

:-moz-placeholder {
  color: #292929;
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 0.938rem;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #292929;
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 0.938rem;
  opacity: 1;
}

/* ==========================================================================
   @ Slideshow
   ========================================================================== */
.slideshow {
  margin-bottom: 25px;
}

@media screen and (min-width: 769px) {
  .slideshow {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .slideshow {
    margin-bottom: 0;
  }
}

.slideshow-placeholder {
  height: 100px;
  margin-bottom: 50px;
}

.home .slideshow {
  margin-bottom: 15px;
}

@media screen and (min-width: 769px) {
  .home .slideshow {
    margin-bottom: 33px;
  }
}

@media screen and (max-width: 767px) {
  .home .slideshow {
    margin-bottom: 0;
  }
}

.project-slideshow {
  height: 680px;
  margin-bottom: 0;
}

.slide {
  height: 635px;
}

.home .slide {
  height: 865px;
}

.single-projects .slide {
  background-color: none !important;
  background-size: auto 100%;
  opacity: 0.7 !important;
  height: 680px;
  width: auto !important;
}

.single-projects .slide img {
  height: 100%;
  margin: 0 auto;
  width: auto;
}

.single-projects .cycle-slide-active {
  opacity: 1 !important;
}

@media screen and (max-width: 1100px) {
  .home .slide {
    height: 600px;
  }
  .slide,
  .single-projects .slide {
    height: 460px;
  }
}

@media screen and (max-width: 767px) {
  .home .slide,
  .slide,
  .single-projects .slide {
    height: 260px;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 560px) {
  .home .slide,
  .slide,
  .single-projects .slide {
    height: 160px;
  }
}

.slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}

.slideshow-text {
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  display: none;
  left: 50%;
  min-width: 255px;
  padding: 20px 50px;
  position: absolute;
  text-align: center;
  top: 60%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 100;
}

.home .slideshow-text {
  top: 55%;
}

.slideshow-text-mobile,
.slideshow-post-text {
  display: none;
}

@media screen and (min-width: 767px) {
  .slideshow-post-text {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .slideshow-text {
    display: none !important;
  }
}

.slideshow-text * {
  color: white;
  font-weight: 500;
}

.slideshow-text h1,
.slideshow-text h2,
.slideshow-text h3,
.slideshow-text h4,
.slideshow-text h5,
.slideshow-text p {
  font-size: 1.750rem;
  font-weight: 500;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 769px) {
  .slideshow-text h1,
  .slideshow-text h2,
  .slideshow-text h3,
  .slideshow-text h4,
  .slideshow-text h5,
  .slideshow-text p {
    font-size: 1.5rem;
  }
}

.slideshow-text-mobile {
  background: #292929;
  bottom: -51px;
  padding: 20px 0;
  text-align: center;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .slideshow-text-mobile {
    display: block;
    margin: 0;
    padding: 15px;
    position: absolute;
    z-index: 500;
  }
}

.slideshow-text-mobile h1,
.slideshow-text-mobile h2,
.slideshow-text-mobile h3,
.slideshow-text-mobile h4,
.slideshow-text-mobile h5,
.slideshow-text-mobile * {
  color: white;
  font-size: 1.286rem;
  font-weight: 500;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slideshow-overlay {
  background: rgba(0, 0, 0, 0.25);
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.slick-prev,
.slick-next,
.cycle-prev,
.cycle-next {
  background-size: 100%;
  border: none;
  height: 53px;
  opacity: 0;
  outline: 0;
  position: absolute;
  text-indent: -9999999px;
  top: 50%;
  transition: opacity 0.4s ease-in-out;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 31px;
  z-index: 500;
}

@media screen and (max-width: 960px) {
  .slick-prev,
  .slick-next,
  .cycle-prev,
  .cycle-next {
    display: none;
  }
}

.slick-next,
.cycle-next {
  background: url(img/icon/icon-next.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  right: 140px;
}

.slick-prev,
.cycle-prev {
  background: url(img/icon/icon-prev.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  left: 140px;
}

.slick-initialized:hover .slick-prev,
.slick-initialized:hover .slick-next,
.is-slideshow:hover .cycle-next,
.is-slideshow:hover .cycle-prev {
  opacity: 1;
}

.slideshow-post-text {
  color: white;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 55%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 100;
}

.slideshow-post-text h1, .slideshow-post-text h2, .slideshow-post-text h3, .slideshow-post-text h4, .slideshow-post-text h5 {
  font-size: 1.750rem;
}

.slideshow-post-meta a {
  color: white;
}

.slideshow-post-meta:after {
  display: none;
}

.slideshow-text-mobile .slideshow-post-meta {
  font-size: 0.786rem;
  margin-top: 18px;
}

.slideshow-text-mobile .slideshow-post-meta > * {
  font-size: 0.786rem;
}

.slider {
  background: black;
}

.slick-slider {
  overflow: hidden;
}

.slick-slide {
  opacity: 0.6;
  outline: 0;
}

.slick-slide img {
  height: 700px;
}

.slick-center {
  opacity: 1;
}

@media screen and (max-width: 769px) {
  .slick-slide img {
    height: 360px;
  }
}

@media screen and (max-width: 560px) {
  .slick-slide img {
    height: 160px;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/******** instagram feed ************/
@media (max-width: 480px) {
    
    #sb_instagram.sbi_col_8 #sbi_images .sbi_item{
        
        width: 33.33333%;
        height: 150px;
    }
}

#sb_instagram .sbi_follow_btn a{
	background:#f57c20 !important;
}

/* ==========================================================================
   @ Testimonials
   ========================================================================== */

.strong-view.modern .testimonial-content p {
	font-size:12px;
	font-family: 'Raleway', Arial, Verdana, sans-serif;
}

.testimonials-title{
	margin:150px 0 50px 0;
}

.testimonials-title h2{
	font-size:200%;
	text-align:center;
}

@media (max-width: 480px) {
	.testimonials-title{
		margin:50px 0 50px 0 !important; 
	}
}

.container-testimonials {
  font-size: 0.938rem;
  line-height: 1.4rem;
  margin: 30px auto 0 auto;
  width: 100%;
}



/* Testimonials ends */



/* ==========================================================================
   @ Clients
   ========================================================================== */

.minimal-light .navigationbuttons, .minimal-light .esg-pagination, .minimal-light .esg-filters{
	margin-bottom:20px !important;
}

.minimal-light .esg-filterbutton, .minimal-light .esg-navigationbutton, .minimal-light .esg-sortbutton, .minimal-light .esg-cartbutton a{
	line-height:30px !important;
}

.minimal-light .esg-navigationbutton:hover, .minimal-light .esg-filterbutton:hover, .minimal-light .esg-sortbutton:hover, .minimal-light .esg-sortbutton-order:hover, .minimal-light .esg-cartbutton a:hover, .minimal-light .esg-filterbutton.selected{
	color:#f57c20 !important;
}

.wrapper-clients{
  background: #ffffff;
  text-align: center;
  margin-bottom: 0;
  padding: 100px 0 0 0;
}

@media screen and (max-width: 767px) {
  .wrapper-clients{
    padding: 10px 0 ;
  }
  .content-introduction br {
    display: none;
  }
}

.container-clients {
  font-size: 0.938rem;
  line-height: 1.4rem;
  margin-top: 30px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:30px;
  width: 100%;
}


/* Popup Login form  */

.lrm-form a.button,
.lrm-form button,
.lrm-form button[type=submit] {
	background:#f57c20 !important;
}



/* Defects System Form*/

.wrapper-defects_system{
	background: #232323;
	color: #ffffff;
	margin-bottom: -1px;
	padding: 110px 0;
}


.align-center{
	text-align:center;	
}

.input-width{
	width:100%;
	margin-bottom:15px;
	padding:10px;
}

.right-padding{
	padding-right:20px !important;	
}

@media screen and (max-width: 480px) {
	.right-padding{
		padding-right:0px !important;	
	}
	
	.wrapper-defects_system{
		padding-top:0px !important;	
	}
	
	.text-align-right{
		text-align:left !important;	
	}
}

.text-align-right{
	text-align:right;
}
