/*
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

*/


@font-face {
  font-family: Audrena;
  src: url(/wp-content/themes/novo-child/Audrena.ttf);
}
.Audrena{
  font-family: Audrena !important;
}

.desktop-slider-wrap .wpb_wrapper .banner-area:nth-child(2){
	display: none;
}
.site-header {
    position: relative !important;
    top: 0 !important;   
}
.site-header.fixed {
	position: fixed !important;
}
.admin-bar .site-header.fixed {
    top: 32px !important;
}
.site-header.fixed #menu-main-nav li a:hover ,
.site-header.fixed #menu-main-nav li.current-menu-item a,
.site-header.fixed #menu-main-nav li.current-menu-item a span:after{
    color: #bc8f03;
}
.desktop-slider .owl-prev,
.desktop-slider .owl-next{
	font-weight: 900 !important;
    font-size: 24px;
	color: #BC8F03;
}
.site-footer .logo {
    margin-top: 15px;
    display: block !important;
}
.button-style2 {
    font-size: 14px !important;
}
.desktop-slider-wrap .banner-social-buttons .links .item {
    color: #BC8F03;
}
.desktop-slider-wrap .banner-social-buttons .links .item:hover {
    color: #ffffff;
}
.banner-circle-nav .item {
    color: #BC8F03;
}
.counter-dnone .num-box-items {
    display: none;
}
.site-footer .menu .menu-item {
	padding-top: 5px;
	padding-bottom: 5px;
}
.site-footer .menu .menu-item a {
    color: #161616;
    font-size: 14px;
}
.contact-row a {
    text-decoration: none !important;
}

.price-list-type2 .item .img {
    padding-bottom: 100% !important;
}
.d-none{
display: none !important;
}
.tac .submit-btn {
    position: relative;
}
.tac .submit-btn .ajax-loader {
    position: absolute;
    top: calc(50% - 12px);
}

.hap-listing-wrp li {
    position: relative;
    padding-bottom: 26px;
	text-align: left;
	font-size: 18px;
    line-height: 30px;
}


.site-content > .heading-decor {
    margin-top: 120px !important;
}
.pswp--open .pswp__bg {
    opacity: 1 !important;
    background: #fff;
}
.pswp__ui--fit .pswp__top-bar{
    background-color: transparent !important;
}
.pswp__counter {
    background: rgba(0, 0, 0, 0.3);
}
button.pswp__button.pswp__button--close {
    background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px){
	.desktop-slider-wrap .wpb_wrapper .banner-area:nth-child(2){
		display: block;
	}
    .desktop-slider-wrap .wpb_wrapper .banner-area:nth-child(1){
        display: none;
    }
}