/*
Theme Name: Novo 
Theme URI: http://promo-theme.com/novo/
Author: Promo Theme
Author URI: http://themeforest.net/user/ypromo
Description: We present you an Awesome Photography WordPress Theme. You can build a beautiful site, using 6 homepages. Much galleries, styles of blogs, and much much more make your site individual and creative.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: novo
Template: novo

*/

.navigation ul.sub-menu, .navigation .children {
    text-transform: none;
}
.head-wrapper {
    position: relative;
    background: #F0F0F0;
    font-size: 23px;
}
.head-wrapper img {
    display: block;
}
.head-wrapper h1 {
    font-size: 16px !important;
    font-weight: normal;
    margin-top: 35px;
}
.head-wrapper h2 {
    font-size: 40px;
}
.head-wrapper h3 {
    font-size: 32px;
    font-weight: normal;
    color: #c48f56;
}
.head-wrapper h4 {
    font-size: 17px !important;
    font-weight: normal;
    margin-bottom: 40px;
}
.head-wrapper hr {
    height: 0;
    width: 43%;
    margin: 0 auto 0 0;
}
.head-wrapper .bg-word {
    position: absolute;
    right: -0.1em;
    bottom: -0.01em;
    font-size: 200px;
    font-weight: bold;
    line-height: 0.73;
    color: #fff;
  }

.banner-categories .item a .num {
    display: none;
}

.wp-block-group {
    gap: 0 !important;
    align-items: flex-start !important;
}

input.style5,
textarea.style5,
select.style5 {
  background: #c48f56;
  border: 1px solid #AB763C;
  color: #fff;
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 20px;
  padding: 10px 25px;
  line-height: 1.7;
}

select.style5 {
  background-image: url(../images/select.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  appearance: none;
  background-size: 35px;
}

textarea.style5 {
  resize: none;
}

@media (max-width: 1199px) {
    
    .head-wrapper .bg-word {
        font-size: 160px;
    }
    
}

@media (max-width: 991px) {
    
    .head-wrapper .bg-word {
        font-size: 245px;
    }

}

@media (max-width: 767px) {

    .head-wrapper .bg-word {
        font-size: 180px;
    }

    .content-wrapper {
        font-size: 18px;
    }

}
