/*
Theme Name: coffeytea child
Tags:  custom-menu, editor-style, featured-images
Template: coffeytea
Version: 1.0.0
*/

/*---------------------------------
      write your css from here
------------------------------------*/

.breadcumb-inner ul li::after {
  content: " > ";
	padding: 0 8px;
}

/* Quita el separador del último */
.breadcumb-inner ul li:last-child::after {
  content: "";
	padding:0;
}

.prot_thumb img{
	aspect-ratio:4 / 3;
	object-fit:cover;
}
.breadcumb-area{
	background:black;
}
.breadcumb-area::before, .breadcumb-blog-area::before{
	background:rgba(0,0,0,.7);
}
.logo-footer img{
	max-width:150px;
}
.apartment_area{
	box-shadow:none!important;
	background:transparent;
	padding:0 20px;
}
.apartment_area input,.apartment_area textarea{
	border:0!important;
	border-radius:0!important;
	border-bottom:1px solid black!important;
}
.footer-middle,.footer-middle a{
	color:white;
}
.footer-middle .row{
	align-items:center;
}
.footer-middle .widget ul li a{
	color:white;
}
.footer-middle .widget ul li{
	margin-bottom:3px;
}
.footer-javajan {
    background: #333;
    color: white;
    text-align: center;
}
.footer-javajan p {
    margin: 0;
    font-size: 13px;
    padding: 15px;
}
.footer-javajan p a{
	text-decoration:underline;
}
.footer-middle .kit{
	height:50px;
}