/*
Theme Name: Terranus 
*/

/*Developer css*/
.language-menu li a{text-transform:uppercase;}
.nav>li.current-menu-item>a{color:#006061;}
.nav>li.realestate_menu>a:hover,.nav>li.realestate_menu.current-menu-item>a,.nav>li.realestate_menu>a:focus{color:#00416a;}
.nav>li.consulting_menu>a:hover,.nav>li.consulting_menu.current-menu-item>a,.nav>li.consulting_menu>a:focus{color:#00975f;}
.col-md-8 p a{color:hsl(176, 70%, 25%);}
.contact-us .contact-info p span{color:#fff;margin-bottom: 20px;margin-left: 0;margin-right: 0;margin-top: -25px; display:block;}
.no-banner{ padding:126px 0 50px}
.no-banner header{position:static;}
p{ line-height:normal;}
.entry-content p{ word-wrap: break-word;}
.banner .item{max-height:630px;}
.banner .single_image{max-height:640px; overflow:hidden;}
.banner .single_image img{ width:100%; height:auto;}
/*.language-menu li a{color:#000;}*/
.blog-detail figure.wp-caption{
	width:100%!important;
}
#branchenmonitor{
	padding-top:70px;
}

@media(max-width:767px){
.no-banner{ padding:99px 0 50px}
}
#wpcf7-f6645-p6643-o1 label{
	width:800px;
}
#wpcf7-f6645-p6643-o1 input.wpcf7-text{
	width:100%;
}
.attachment-large {
  max-width: 100%;
  height: auto;
}


.lspace {
    letter-spacing: 0.5px;
}

.p-gallery{
  position: relative;
  margin-bottom: 20px;
}
.p-gallery .owl-carousel .item img{
  max-width: 100%;
  height: auto;
}
.p-gallery .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 20px !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-gallery .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 20px !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-gallery_icon{
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 10;
  width: 45px;
  line-height: 45px;
  height: 45px;
  text-align: center;
  background: #0064CC;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.p-gallery_icon img{
  max-width: 29px;
  margin: 0 0 3px 1px;
}
.p-gallery figcaption{
  padding: 10px 0;
  margin: 0;
}
.p-gallery figcaption p, figure figcaption p, figure figcaption{
  font-size: 14px; 
  line-height: 18px;
  margin-bottom: 10px;
}
figure figcaption {
    margin-top: 5px;
}
#fancybox-title-over{
	line-height: 17px;
    font-size: 11px;
}

.pubnew{
    font-family: "Helvetica Neue LT W04_61489002";
    color: #FFF!important;
    background-color: #006061!important;
	width: auto!important;
    min-width: 10px!important;
    padding: 3px 20px!important;
    margin-top: 30px;
    text-transform: uppercase!important;
}

.quick-view.post-subscribe{
	background:#f7a823!important;
	color:#fff!important;
}
.quick-view.post-subscribe *{
	color:#fff!important;
}
.quick-view.post-subscribe a{
	border: 2px solid #fff;
}
.quick-view.post-subscribe a:hover, .quick-view.post-subscribe a:focus{
	background-color: #fff;
    color: #000!important;
}
.home .blogs > .row{
	display: flex;
    flex-wrap: wrap;
}
.home .blogs > .row > .col-sm-6{
	display: flex;
}

@media (max-width: 599px) {
	.p-gallery_icon {
	    left: 5px;
	    top: 5px;
	    width: 35px;
	    line-height: 35px;
	    height: 35px;
	}
	.p-gallery_icon img {
	    max-width: 20px;
	    margin: 0 0 4px 0px;
 	}
}