/*
Theme Name: Amourly Child Theme
Theme URI: https://amourly.peerduck.com
Author: Duck-Themes
Author URI: https://peerduck.com
Description: Blank Child Theme for Amourly
Template: amourly
Version: 1.00
Requires at least: 5.0
Requires PHP: 7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, custom-colors, featured-images, theme-options
Text Domain: amourly
*/

/* for Avenir Font */
/* Avenir Light */
@font-face {
  font-family: 'Avenir';
  src: url('https://romanmedia.com/theeastern/wp-content/uploads/2026/03/Avenir-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* Avenir Book */
@font-face {
  font-family: 'Avenir';
  src: url('https://romanmedia.com/theeastern/wp-content/uploads/2026/03/Avenir-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Avenir Regular */
@font-face {
  font-family: 'Avenir';
  src: url('https://romanmedia.com/theeastern/wp-content/uploads/2026/03/Avenir-Regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

/* Avenir Heavy */
@font-face {
  font-family: 'Avenir';
  src: url('https://romanmedia.com/theeastern/wp-content/uploads/2026/03/Avenir-Heavy.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* Avenir Black */
@font-face {
  font-family: 'Avenir';
  src: url('https://romanmedia.com/theeastern/wp-content/uploads/2026/03/Avenir-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

/* Usage */
body {
  font-family: 'Avenir', sans-serif;
  font-weight: 400; /* change weight to switch variants */
}

.primary-menu.navbar{
	background: #ad6e00 !important;
/* 	position: relative !important; */
}
.primary-menu.navbar {
    position: sticky !important;
    top: 0;
    z-index: 9999 !important;
}

.primary-menu.navbar .primary-menu-inner{
	padding: 15px 0;
}

.primary-menu.navbar .navbar-nav li.nav-item:hover a.nav-link{
	color: #e8ded4 !important;
}

.primary-menu .navbar-collapse ul#primary-menu li a.nav-link {
    padding-right: 0px;
    padding-left: 0px;
	margin-right: 5vw;
    font-weight: 500;
    letter-spacing: normal;
}
#main-header{
	display: none;
}
.custom-faq-section .e-n-accordion-item .elementor-element {
	border: none;
}
.custom-faq-section .e-n-accordion-item .elementor-element ul{
	padding-left: 40px;
}
.custom-faq-section .e-n-accordion-item-title{
	    flex-direction: row-reverse !important;
    justify-content: space-between !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.custom-logo-link:empty {
  display: none;
}

#pr-nav .header-cta .elementor-button{
	line-height: normal !important;
}

.e-n-accordion .e-n-accordion-item:last-child  {
    border-bottom: 1px solid #e8ded4 !important;
}
.home-custom-img img{
/* 	margin-right: -150px; */
	margin-right: -100px;
}
.custom-subheading p{
	    font-family: 'Avenir', sans-serif !important;
	    line-height:0.5 !important;
}
.footer-links li a[href]{
	text-decoration: underline;
    text-decoration-color: #e8ded4;
    text-underline-offset: 4px;
}
.navbar-nav .current-menu-item a{
	text-decoration: underline;
    text-decoration-color: #e8ded4;
    text-underline-offset: 5px;
}
	.mobile-cta-button {
  position: fixed !important;
  bottom: 20px;              
  left: 50%;
  transform: translateX(-50%);
  z-index: 999; 
		    width: 80%;
}
.mobile-cta-button .elementor-button.elementor-button-link {
    border: 1.5px solid #C89A2E;
    color: #C89A2E !important;
    font-size: 0.8rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    background-color: rgba(255, 255, 255, 0.08) !important;
    animation: mobileInquireIn 0.5s 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) both;
    transition: background-color 0.25s ease, color 0.25s ease !important;
	    width: 100%;
}
.mobile-cta-button .elementor-button.elementor-button-link:hover,
.mobile-cta-button .elementor-button.elementor-button-link:active{
	  background-color: #C89A2E !important;
      color: #ffffff !important;

}

/* header new css  */
.primary-menu .navbar-collapse ul#primary-menu {
    margin-left: 0;
}

.primary-menu .top-wrap a.custom-logo-link img {
    margin: 0;
}

.primary-menu .top-wrap {
    margin-right: 5vw;
}

.primary-menu {
    padding: 1vw 4vw !important;
}

.primary-menu.navbar .primary-menu-inner {
    padding: 0 !important;
    margin: 0 !important;
	max-width: 100% !important;
}
/* end  */

body.error404 .pr-color {
    color: #ad6e00;
}
body.error404 h6{
	    color: #00333d;
}
body.error404 .elementor-button-link.elementor-button{
	    background: #ad6e00;
}

body.error404 .elementor-button-link.elementor-button:hover{
	    background: #ad6e00;
	opacity: 0.8;
}
@keyframes mobileInquireIn {
    from {
      opacity: 0;
/*       transform: translateX(-50%) translateY(16px); */
    }
    to {
      opacity: 1;
/*       transform: translateX(-50%) translateY(0); */
    }
  }
@media (max-width: 1540px) and (min-width: 1024px){
/* 	#pr-nav{
		padding-left: 3rem !important;
    padding-right: 3rem !important;
	}	 */
}
@media (max-width: 1199px){
	#pr-nav .animated-icon1 span{
		background: #e8ded4;
	}
	#pr-nav.open-pr-nav-bg .animated-icon1 span{
	    background: #00333d !important;
	}
	#pr-nav.open-pr-nav-bg .animated-icon1 span:nth-child(1){
		transform: translateY(150%) rotate(45deg);
	}
	#pr-nav.open-pr-nav-bg .animated-icon1 span:nth-child(2){
		transform: translateY(-50%) rotate(-45deg);
	}
}
@media (max-width: 1024px){
	.home-custom-img img{
	margin-right: -60px;
}
}
@media (max-width: 768px){

	.home-custom-img img{
	margin-right: 0;
}
	.home-custom-gallery .elementor-gallery__container.e-gallery-container {
    grid-template-columns: repeat(2, 1fr) !important;
}
.home-custom-gallery .elementor-gallery__container.e-gallery-container .e-gallery-item:nth-child(3) {
     grid-column: span 2 !important;
}
	#pr-nav.open-pr-nav{
	 height: 100vh;
	}
	.primary-menu.navbar .primary-menu-inner{
		    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
	}
	#pr-nav.open-pr-nav .navbar-collapse{
		display: flex;
    flex-direction: column;
    justify-content: space-between !important;
    height: 84%;
	}
	.header-cta {
    margin: 0px 0 0 !important;
		width:80%;
}
	ul#primary-menu {
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
	.navbar-dark .navbar-nav .nav-link {
    font-size: 30px;
    text-transform: uppercase;
	color: #00333d !important;
		text-decoration: none;
}
	.navbar-dark .navbar-nav .nav-item span{
		padding: 0 !important;
	}
	.feature-section-main .feature-section-parent .feature-section-img{
        position: static !important;
        margin-top: -114px;
        
    }

}
/* About page css  */
.page-id-245 .elementor-element-05fa79e{
display:none !important;
}



@media (max-width: 768px){
	#pr-nav .navbar-collapse {
  display: none;
  height: 90% !important;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ad6e00; 

  justify-content: center;
  align-items: center;
  flex-direction: column;

  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0.3s ease, transform 0.3s ease;

  z-index: 9998;
}


#pr-nav .navbar-collapse.show {
  display: flex !important;
  opacity: 1;
  transform: scale(1);
}

#pr-nav .top-wrap {
  position: relative;
  z-index: 9999;
}
.feature-section-main .feature-section-parent .elementor-element-357c75e img{
   width:72% !important;
}

.page-id-245 .elementor-element-d208d1d .e-con-inner{
flex-direction:column-reverse !important;
}
}