/*
Theme Name: Bauen Child
Theme URL: https://themeforest.net/item/bauen-architecture-interior-wordpress-theme/34326026?ref=webRedox
Description: Child theme of Bauen
Author: webRedox WordPress Team
Author URI: http://webredox.net/
Template: bauen
Version: 1.0
Text Domain: bauen-child
*/ 
/*******Add Your Css Below This Line*********/


#bauen-aside .bauen-logo {
  margin-top: 60px;
  text-align: right !important;
}

.overimg{
	margin-top: -72px;
}
.overimg button{
	width: 90%;
  margin-left: 5%;
}
.overimg button a{ 
	width: 100%;
}
/*
.overimg button.butn-dark:hover a::after {
  background: #3a94d5;
}
.overimg button a{
	background: #323232;
}*/


.overimg .butn-dark a::after {
  background: #3a94d5;
}

.overimg  .butn-dark a{
	background-color: #323232;
}

.displaynone{
	display:none;
}

.testimonials .item .info .cont {
  margin-left: 0 !important;
}

.testimonials-box {
  margin-bottom: -60px !important;
}

.nav-link .ti-angle-down{
	padding-left: 5px;
}

footer a:hover{
	color:#3a94d5 !important;
}

.bauen-nav-toggle {
  background: #3a94d5 !important;
}

.bauen-nav-toggle {
  border-radius: 0 !important;
}

@media (max-width: 500px) {
	 .header .caption h1, h1.section-title, h2.section-title{
    font-size: 22px !important;
    letter-spacing: 6px !important;
  }h1.section-title, h2.section-title{
    line-height: 38px;
  }
  
    .banner-header {
    height: 13vh !important;
	}
}
@media (max-width: 330px) {
	
	
	header .owl-stage-outer .v-middle .row > .offset-md-5{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	header .owl-stage-outer .v-middle{
		margin-top:0 !important;
	}
	
	  .header .caption h1, h1.section-title, h2.section-title{
    font-size: 20px !important;
    letter-spacing: 4px !important;
  }
	

}