/*
 Theme Name:   Zox News Child
Description: Zox News helps you go from blogger to boss by giving you a wide range of tools and options to give you the most professional-looking and functioning news site on the net. Zox News comes with a mobile-first-design, 8 article layouts, 4 Featured Posts layouts, parallax leaderboard ad, Theia Post Slider, Theia Sticky Sidebar, Reviewer Plugin, Woocommerce-ready, and so much more!
 Author:       Webforest Digital Solutions
 Author URI:   https://webforest.solutions/
 Template:     zox-news
 Version:      1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: two-columns, custom-background, custom-colors, custom-menu, featured-images, theme-options, threaded-comments, translation-ready
 Text Domain:  zox-news
*/
.h2-cren{
 font-weight: 600;
 font-size: 22px;
 color: #fff;
 font-family: nunito,helveticaneue,helvetica neue,Helvetica,Arial,sans-serif;
text-transform: none;
}


span.label {
    color: white;
}

.cren-search-wrapper {
  background: url('https://cren.land/storage/banner/bg.jpg');
  background-size: cover;
  padding: 25px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.cren-search-wrapper::before {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
background-color: rgba(42,46,50,.7);
  position: absolute;
  left: -50%;
  top: -50%;
  z-index: 1;
}
.cren-search-wrapper img {
  z-index: 2;
  position: relative;
  width: 70px;
  display: block;
  margin: 6px auto;
}
.cren-search-wrapper h2 {
  position: relative;
  z-index: 3;
  text-align: center;
  font-size: 17px;
  font-weight: 300;
  margin: 15px auto 25px;
  width: 66%;
line-height: 19px;
}
.search-bar {
  position: relative;
  z-index: 3;
  display: flex;
}
.search-bar input {
  width: 75%;
  border: none;
  padding: 10px 15px;
  color: #000;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  outline: none;
}
.search-bar button {
  width: 25%;
  border: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  color: #fff;
  background: #ffa852;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
cursor: pointer;
}
.rental-types {
  position: relative;
  z-index: 3;
  text-align: center;
  font-size: 12px;
line-height: 16px;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  align-items: center;
  text-transform: uppercase;
}
.rental-types a {
  display: block;
  font-size: 12px;
  padding: 5px 10px;
  background: #ffa8523d;
  color: #bf5f00;
  margin: 0px 5px;
  border-radius: 3px;
  border: 1px solid #ffa852;
}
.rental-types a:hover {
  background: #ffa852;
  color: #fff;
}

.mvp-ad-label {
  display: none;
}