/* 
Theme Name: VillaPress
Theme URI: https://www.nayrathemes.com/villapress-free/
Author: Nayra Themes
Author URI: https://www.nayrathemes.com/
Description: VillaPress is a WordPress theme crafted for a hotel, hostel, resort, apartment, room reservation, tourism business or any other accommodation services. It has a unique, modern, light and clean design which will make your website look awesome. View the demo of VillaPress Pro https://www.nayrathemes.com/demo/pro/?theme=villapress
Template: aravalli
Version: 5.4
Tested up to: 6.8
Requires PHP: 7.0
License: GPLv3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: villapress
Slug: villapress
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu,  custom-logo, featured-image-header, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog, food-and-drink, portfolio, editor-style, grid-layout

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

/* color */
:root {
    --bs-primary: #FFC300;
}

#page{
    position: relative;
    top:32;
}
.header-widget {
    background-color: var(--bs-primary);
}
.header-top-info .header-widget {
    height: 100%;
    min-height: 50px;
}

.widget-social ul li {
    background: #000000;
    width: 34px;
    height: 34px;
    text-align: center;
    position: relative;
    margin-right: 15px;
}
.widget-social li a {
    width: 35px;
    text-align: center;
    line-height: 35px;
    border: none;
}
.widget-social:first-child li a {
    border-left-width: 0;
    border-left-style: solid;
}
.widget-social ul li:hover i{
    transform: rotate(-45deg);
    color: var(--bs-primary);
}
.widget-social ul li:hover {
    transform: rotate(45deg);
    transition: 0.1s;
}
.widget-social ul li a::before {
   content: '';
   position: absolute;
   border: 1px solid white;
   width: 80%;
   height: 80%;
   inset: 3px;   
}


.header-widget .widget:not(.widget-social):not(.widget-menu_top):not(.widget-contact) i, .header-widget .widget:not(.widget-social):not(.widget-menu_top):not(.widget-contact) img {
    width: 40px;
}
#header-top-right .widget span {
	color: #000000;
	position: relative;
}
#header-top-right .widget {
   position: relative;
   margin: 4px 0;

}
#header-top-right .widget span::after{
    content: '';
    position: absolute;
    background: #000000;
    width: 34px;
    height: 34px;
    inset: 7px;
    left: -43px;
    top: -7px;
}
#header-top-right .widget span::before {
    content: '';
    position: absolute;
    border: 1px solid white;
    width: 30px;
    height: 30px;
    inset: 9px;
    z-index: 2;
    left: -41px;
    top: -5px
}

.widget:hover.widget span::after, .widget:hover.widget span::before{
    transform: rotate(45deg);
    transition: 0.1s;
 }


#header-top-right .widget i {  
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #ffffff;
    position: relative;
    margin-right: 5px;
    z-index: 1;
}

.widget:hover.widget-info i{
    color: var(--bs-primary) !important;
    
}
#header-top-right .widget:hover.widget i {
    -webkit-animation: socialFxD .3s forwards;
    animation: socialFxD .3s forwards;
}
.widget:hover #header-top-right .widget i  {
    color: var(--bs-primary);
}
.header-top-info #header-top-right .widget:first-child:before {
    background: none;
}

.header-info .info-item .info-icon {
    border-radius: 0;
    margin: 3px;
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
}

.header-info .info-item .info-icon::before {
    content: '';
    position: absolute;
    border: 1px solid #ffffff;
    width: 30px;
    height: 30px;
    inset: 4px;
}
.header-info .info-item .info-icon i{
    position: relative;
    transform: rotate(-45deg);
    color: var(--bs-primary);
}
.header-info .info-item .info-content{
    margin-left: 10px;
}
.info-item .info-content .info-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0px;
    color: #ffffff;
}
.header-info.left .info-item:hover .info-icon{
    background-color: transparent;
}
.header-info.right .info-item:hover .info-icon{
    background-color: transparent;
}
.header-wrapper {
    height: 100%;
    min-height: 100px;
}


.header-info .info-item .info-content .info-sub-title{
    color: var(--bs-primary);
}
.header .navigation {
   background-color: var(--bs-primary);
}
.menubar .menu-wrap > li {
    padding: 10px 5px;
}
.menubar .menu-wrap > li > a {
    position: relative;
    font-size: 15px;
    line-height: 1.9;
    padding: 3px 10px;
    font-weight: normal;
    text-transform: capitalize;
    border: 0;
    border-radius: 0px;
    color: #000000;
}

.navigation .theme-menu .menu-item-22 a:active{
    background-color: #000000;
    color: #ffffff;
}

.header-theme .navigation .menubar .menu-wrap > li.active > a{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    background-color: #000000;
    color: #ffffff;
}
.header-theme .navigation .menubar .menu-wrap > li > a:before {
    content: "";
    position: absolute;
    border: 2px solid;
    color: #000000;
    height: 45px;
    width: 30px;
    top: -5px;
    left: -5px;
    z-index: -1;
}
.header-theme .navigation .menubar .menu-wrap > li > a:after {
    content: "";
    left: 0px;
}


.navigation .menubar .menu-wrap > li:hover  .nav-link{
   background-color: #000000;
   color: #ffffff;
}


.menu-item .bt-primary {
    margin-left: 8px;
    border: 0;
    border-radius: 0;
    color: var(--bs-primary);
    background-color: #000000;
    line-height: 2.9;
    padding: 1px 10px;
    font-size: 12px;
}
.menu-right .menu-item {
    position: relative;
}
.menu-right .menu-item::before {
    content: '';
    position: absolute;
    border: 2px solid;
    color: #000000;
    height: 45px;
    width: 30px;
    top: -4px;
    left: 2px;
}
.menu-right li.menu-item {
    overflow: unset;
}

.menu-right .search-button i {
    color: #000000;
    border: 1px solid;
    padding: 4px 6px;
}

.menu-right .search-button {
    background: #ffffff;
    padding: 2px 2px;
}

.header-transparent .navigation .theme-menu  {
    min-height: 80px;
    position: relative;
    padding: 0;
    justify-content: space-between;
}

.header-transparent .navigation .theme-menu .menubar {
    align-self: unset;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 41.666%;
    text-align: left;
}

@media (min-width: 992px) {
	.flex-filled {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}

.header-transparent .navigation .flex-filled {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    min-height: inherit;
    z-index: 0;
    filter: drop-shadow(0 0 2px #000000);
}
.header-transparent .navigation .flex-filled::after {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: #000;
    min-height: inherit;
    content: "";
    height: 250px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 0 40px;
    min-width: 16.666%;
    z-index: -1;
    width: 250px;
}
.header-transparent .navigation .flex-filled::before {
    min-height: inherit;
    content: "";
    height: 160px;
    position: absolute;
    text-align: center;
    width: 160px;
    border: 2px dotted #fff;
    transform: rotate(45deg);
}
.site-description {
    width: 100%;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    white-space: normal;
    margin: 0;
    padding-top: 0px;
}

.logo img {
    max-width: 140px;
}

.mobile-logo {
	flex-direction: column;
}

body .header .mobile-logo .site-title,
body .header .mobile-logo p.site-description {
	color: #242526;
}

.menu-right li {
    display: inline-block;
}

.theme-content {
    overflow: visible;
    position: relative;
    max-width: 650px;
    width: 100%;
}
.theme-content .btn-shape {
    background-color: var(--bs-primary);
    border: none;
    color: #000000 !important;
    z-index: 100;
    overflow: visible;
    z-index: 99;
}

.theme-content .btn-shape::after{
    content: "";
    position: relative;
    top: 0;
    left: 0;
    width: 0;
    height: 0;

    -webkit-transform-origin: 0;
          transform-origin: 0;
    -webkit-transform: none;
          transform: none;
    transform: none;
}
.theme-content .btn-shape::before {
    content: '';
    position: absolute;
    border: 2px solid var(--bs-primary);
    color: #000000;
    height: 56px;
    width: 30px;
    top: 22px;
    left: 8px;
    transform: translate(-50%, -50%);
    z-index: -1;
}



.main-slider .owl-nav button.owl-next, .main-slider .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    background-position: center center;
    background-size: cover;
    background: #000000;
}

.main-slider .owl-nav button.owl-next i, .main-slider .owl-nav button.owl-prev i {
    color: #ffffff; 
    border: 1px solid;
    height: 35px;
    width: 35px;
    line-height: 30px;
}

.theme-slider .theme-content h1{
    color: #ffffff;
}




.info-box .singlefact:after {
    display: none;
}
.aravalli-content .info-fact:after{
    display: none;
}
.info-content .info-box {
    background-color: var(--bs-primary);
    height: 130px;
    width: 130px;
    padding: 0px 0px;
    margin: auto;
    border: 8px solid #ffffff;
    transform: rotate(45deg);   
    text-align: center;
}
.info-content .info-box .nt-circle{
    background-color: transparent;
}
.info-box .nt-circle {
    transform: rotate(-45deg);
    font-size: 40px;
    margin-bottom: 15px;
    position: relative;
    padding-right: 40px;
    display: inline-block;;
    color: #000000;
}
.info-box .singlefact {
    position: relative;
    transform: rotate(-45deg);
    text-align: center;
    padding-left: 35px;
    color: #000000;
   
}
.info-box .singlefact h5 {
     font-size: 14px;
}

.info-content .info-box:hover .nt-circle{
    color: var(--bs-primary);
    background-color: transparent;
    animation-name: InfoIcon;
    animation-duration: 1s;
    animation-iteration-count: 1;
}
@keyframes InfoIcon {
    0% {
        position: relative;
        left: 0px;
    }
    25% {
        position: relative;
        left: 5px;
    }
    50% {
        position: relative;
        left: -5px;
    }
    75% {
        position: relative;
        left: 5px;
    }
    100% {
        position: relative;
        left: -5px;
    }
}
.info-content .info-box:hover .singlefact{
    color: #ffffff;
}

.info-content .info-box:hover{
   background-color: #000000;
}

.info-fact {
    padding: 0;
    position: relative;
    width: 100%;
   bottom: 170px;
}

.breadcrumbs.breadcrumb-center {
    position: relative;
}
#header-top-right .widget .customize-partial-edit-shortcut::before, #header-top-right .widget .customize-partial-edit-shortcut::after {
    display: none;
}

@media (min-width: 992px) {
    .breadcrumbs.breadcrumb-center { 
        padding: 300px 0 50px 0;
    }
}

.blog-content.bs-py-default a  {
    color: var(--bs-primary);
    text-decoration: underline;
    outline: none;
}

.blog-content.bs-py-default a:hover, 
.blog-content.bs-py-default a:active, button:focus {
    color: var(--bs-primary);
    text-decoration-style: dotted;
}
.blog-section.sec-default li a  {
    color: var(--bs-primary);
    text-decoration: underline;
    outline: none;
}

.blog-section.sec-default a:hover, 
.blog-section.sec-default a:active, button:focus {
    text-decoration-style: dotted;
}
.post-section .slideInLeft a  {
    color: var(--bs-primary);
    text-decoration: underline;
    outline: none;
}

.post-section .slideInLeft a:hover, 
.post-section .slideInLeft a:active, button:focus {
    color: var(--bs-primary);
    text-decoration-style: dotted;
}
.blog-content p:nth-child(3){
    text-align: center;
}
.breadcrumbs ul {
    padding: 0;
}
.page-content {
    padding: 72px 0;
}
img.alignleft {
    float: unset;
}

.page-links {
    max-width: -webkit-fill-available;
    line-height: 49px;
    padding: 0px 12px;
    margin: 20px auto 20px auto;
    box-shadow: -5px 1px 6.3px 0.7px rgba(208, 208, 208, 0.29);
    text-align: center;
}

.post-page-numbers{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    width: 21px;
    height: 21px;
    font-size: 13px;
    border-radius: 3px;
    display: inline-flex;
}
.post-page-numbers.current {
    color: #fff;
    background-color: var(--bs-primary);
}

.sidebar .wp-block-heading {
    display: block;
    padding: 15px 15px;
    position: relative;
    border-bottom: 1px solid #868484;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
    color: var(--bs-primary);
}
.sidebar .wp-block-heading::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    width: 90px;
    height: 3px;
    background-color: var(--bs-primary);
}

.blog-section.sec-default table th a {
    color: var(--bs-white);
}
.post-content-inner .wp-block-button.is-style-outline a.wp-block-button__link {
    color: var(--bs-white) !important;
}
.wp-block-query-pagination a.wp-block-query-pagination-next {
    text-decoration: underline;
}

.wc-block-featured-category__link .wp-block-button__link:focus {
	color: #fff;
}

.wc-block-featured-product__price .woocommerce-Price-amount.amount {
	color: inherit;
}

.wp-block-post-comments-form .comment-reply-title {
    margin-bottom: 1.4rem;
}

.wp-block-group .wp-block-details p {
	margin-top: 1rem;
    padding-top: 1rem;
}

.woocommerce table.shop_attributes td {
    text-decoration: none;
}

.wc-block-cart-items th {
	color: inherit;
}

.wp-block-latest-posts__post-author {
	font-size: 18px;
	font-weight: 600;
}

.post .entry-content ul.wp-block-post-template li.wp-block-post .wp-block-post-date {
	padding-bottom: 1.2rem;
}

.wc-block-mini-cart__empty-cart-wrapper .wc-block-mini-cart__shopping-button:focus {
	color: #fff;
}

.wc-block-featured-product__price .woocommerce-Price-amount.amount {
    text-decoration: none;
}

.widget .wp-block-group pre.wp-block-preformatted {
    background: rgba(26, 26, 26, 0.8);
    color: #ddd;
}

.sidebar .widget .wp-block-file .wp-block-file__button {
    background-color: #1b8415;
}

.wp-block-social-links .wp-social-link:last-child {
    margin-bottom: 8px;
}

.wp-block-code.has-background code {
    background: inherit;
}

.wc-block-mini-cart__footer-checkout:focus {
    background-color: inherit;
    color: #fff;
}

.wc-block-cart__submit-button,
.wc-block-cart__submit-button:hover,
.wc-block-cart__submit-button:focus {
	text-decoration: none;
}

.wc-block-mini-cart__badge {
	color: inherit;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    line-height: 16px;
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions a {
	font-size: 1.2rem;
	text-decoration: none;
}

.wc-block-mini-cart__footer span.wc-block-components-totals-item__label {
	font-size: 16px;
	line-height: 20px;
}

.wp-block-file.has-background {
	padding: 0.5rem;
}

.wc-block-cart-item__remove-link {
	text-decoration: none !important;
}

a.wp-block-latest-posts__post-title {
    text-decoration: none;
}

.wp-block-latest-comments__comment a {
	text-decoration: none;
}

.has-background.wp-block-read-more {
	padding: 0.25em 1.375em;
}

.wc-block-components-product-badge {
    font-size: 1rem !important;
}

.wc-block-components-totals-coupon-link {
	text-decoration: none;
}

.wc-block-grid__product-price.price ins {
    line-height: 18px;
}

.wc-block-components-product-badge {
    text-decoration: none;
}

.wp-block-file a {
	line-height: 18px;
}

.wc-block-components-totals-coupon-link {
    line-height: 18px;
}

.wp-block-comment-author-name a {
    color: inherit;
}

.wp-block-comment-date span a {
    color: inherit;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	text-decoration: none;
}

.wc-block-mini-cart__empty-cart-wrapper .wc-block-mini-cart__shopping-button:hover	{
	color: #fff;
}

.wp-block-page-list a:hover,
.wp-block-page-list a:focus {
	color: inherit;
}

.wp-block-page-list {
	list-style: none;
}

.wp-block-page-list a {
	font-weight: 600;
}