/**
Theme Name:  Hello Elementor Child
Template: 	 hello-elementor
Theme URI:	 https://wordpress.org/themes/hello-elementor/
Author:		 Atlas - TravelNet Solutions
Author URI:	 https://tnsinc.com/
Version:	 1.0.0
License:	 GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:    	 opensource
Text Domain: helloelementorchild
*/

@font-face {
    font-family: 'Amalfi Coast';
    src: url('./../../../wp-content/uploads/2026/03/Amalfi-Coast.woff') format('woff'),
        url('./../../../wp-content/uploads/2026/03/Amalfi-Coast.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* Mobile menu */
body .main-menu-mobile ul li:hover {
    background-color: #3f444b;
}
.main-menu-mobile .sub-menu {
    background-color: transparent !important;
    position:  relative !important;
    margin-left: 10px !important;
    margin-top: 0 !important;
}
.main-menu-mobile .sub-menu .menu-item a,
.main-menu-mobile .sub-menu .menu-item a.elementor-item-active {
    padding: 13px 8px;
}
.main-menu-mobile .sub-menu .sub-menu .menu-item a {
    border-left: 10px !important;
}

/* Header */
.header-columns-switch {
    padding: 0 !important;
}
.logo-menu-holder .elementor-container.elementor-column-gap-default {
    justify-content: space-between;
}
body .header-holder {
    height: auto;
    width: 100% !important;
}
body .header-columns-switch .header-logo-holder {
    position: relative;
    z-index: 4;
}
#post-content-txt  .elementor-widget-text-editor{
	color:#07263B;
}
.header-additional-info {
    opacity: 1;
    height: 24px;
    transform: translateY(0px);
    transition: all 0.5s ease-in-out;
}
.header-additional-info ul.elementor-icon-list-items li:first-of-type a .elementor-icon-list-icon,
.header-additional-info ul.elementor-icon-list-items li:last-of-type a .elementor-icon-list-icon {
    margin: 0;
    transition: all 0.5s ease-in-out;
}
.header-additional-info ul.elementor-icon-list-items li:first-of-type:hover a .elementor-icon-list-icon {
    rotate: 90deg;
    transition: all 0.5s ease-in-out;
}
.header-additional-info ul.elementor-icon-list-items li:last-of-type:hover a .elementor-icon-list-icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    transition: all 0.5s ease-in-out;
}
.header-additional-info ul.elementor-icon-list-items li a .elementor-icon-list-icon svg {
    margin: 0;
}
.header-additional-info ul.elementor-icon-list-items li a .elementor-icon-list-text {
    margin-left: 5px;
}
.header-holder, .header-holder.scroll-active, .menu-holder, .header-holder.scroll-active .menu-holder, .header-menu-toggle-selector, .header-holder.scroll-active .header-menu-toggle-selector {
    transition: all 0.5s ease-in-out;
}
.header-logo-img, .header-logo-img img {
    width: 300px!important;
    transition: all 0.5s ease-in-out;
}
.header-holder.scroll-active .header-logo-img, .header-holder.scroll-active .header-logo-img img {
    transition: all 0.5s ease-in-out;
    width: 300px!important;
}
.header-holder .header-logo-img, .header-holder .header-logo-img img {
    width: auto;
}
.header-holder .header-additional-info-holder {
    padding: 10px !important;
    transition: all 0.5s ease-in-out;
}
.header-holder.scroll-active .header-additional-info-holder {
    padding: 0 !important;
    transition: all 0.5s ease-in-out;
}
.header-holder.scroll-active .header-additional-info {
    opacity: 0;
    visibility: hidden;
    height: 0px;
    transform: translateY(-200px);
    transition: all 0.5s ease-in-out;
}
.header-holder.scroll-active .content-header-column > div {
    align-content: center !important;
    transition: all 0.5s ease-in-out;
}
/* Header end */

/* General */
body .no-margin,
body .no-margin p {
    margin: 0;
}
body {
    background: #fbf5ed !important;
}
h1 span, h2 span {
    font-family: 'Amalfi Coast' !important;
    font-weight: 400;
}
.span-word-spacing span {
    word-spacing: 20px;
}
.onimage-label {
    background-color: #ef4545;
    top: 300px!important;
    width: 94% !important;
	left: 0px;
    right: 0;
    display: block;
    margin: auto;
}
.three-boxes h2 {
    font-size: 1.5rem;
}
.three-boxes .elementor-element .onimage-label {
    transition: all 0.5s ease-in-out;
}
.three-boxes .elementor-element:hover .onimage-label {
/*     transform: translateY(-130px); */
    transition: all 0.5s ease-in-out;
}

.three-boxes .elementor-element:hover .onimage-label {
	background: #fff;
	color: #ef4545;
	border: 1px solid #ef4545;
}
.three-boxes .elementor-element:hover .onimage-label h2 {
	color: #ef4545;
}

::selection {
  background-color: #ef4545;
  color: #fff;
}
::-moz-selection {
  background-color: #ef4545;
  color: #fff;
}
body .elementor-shortcode {
    color: #fff !important;
}
body .elementor-testimonial__text::before {
    color: rgba(177, 111, 83, 0.28) !important;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-size: 200%;
    font-weight: 900;
    position: absolute;
    top: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.accordion-questions .e-n-accordion-item .e-n-accordion-item-title-icon {
    margin-left: auto;
}

/* About Us page */
body .tiles-section .onimage-label {
    background-color: transparent;
    position: relative;
    height: auto;
    top: -100px;
    z-index: 2;
    width: 80% !important;
    margin: 0 10%;
    left: 0;
    pointer-events: none;
}
body .tiles-section .onimage-label .elementor-widget-container {
    background-color: transparent;
    padding: 0;
}
body .tiles-section .onimage-label .elementor-widget-container .elementor-heading-title {
    background-color: #ef4545;
    padding: 5px;
}
body .tiles-section .onimage-label span {
    font-size: 14px;
}
.exp-boxes-wrapper {
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.24);
    transition: all 0.5s ease-in-out;
}
.exp-boxes-wrapper:hover {
    transform: translateY(-80px);
    transition: all 0.5s ease-in-out;
}
.exp-boxes-title {
    background-color: #00000060;
}

/* Contact form 7 */
.wpcf7-form p {
    width: 100%;
}
.wpcf7-form p span input,
.wpcf7-form p span select,
.wpcf7-form p span textarea {
    margin-bottom: 10px !important;
}
body .elementor-element input.wpcf7-submit {
  background: #ef4545 !important;
  background-color: #ef4545 !important;
  transition: background-color 0.4s ease, background 0.4s ease, color 0.4s ease, border-color 0.4s ease !important;
}

body .elementor-element input.wpcf7-submit:hover,
body input.wpcf7-submit:hover {
  background: transparent !important;
  background-color: transparent !important;
}
body .eael-contact-form-7 .wpcf7-not-valid-tip {
    color: #ff0000 !important;
    padding: 0 5px;
}
body .wpcf7 form.invalid .wpcf7-response-output,
body .wpcf7 form.unaccepted .wpcf7-response-output,
body .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ff0000 !important;
}
body .wpcf7 form .wpcf7-response-output {
    margin-top: 0 !important;
}

/* Footer */
#footer .elementor-form-fields-wrapper.elementor-labels- {
    flex-direction: column;
}
#news-bttn {
    border: 1px solid #ef4545;
}
#news-bttn:hover {
    border: 1px solid #fff;
}
.footer-holder .elementor-social-icon:hover {
    background-color: #ef4545 !important;
}
.footer-menu-widget ul ul.sub-menu li a {
    width: 100%;
}

@media only screen and (min-width:767px) {
    .footer-menu-widget li.menu-item a {
        width: fit-content;
    }
}
@media only screen and (min-width:1024px) {
    body .header-columns-switch .header-menu-toggle-selector ul li:last-of-type a {
        padding-right: 0 !important;
    }
    .onimage-label {
        width: 80% !important;
    }
}
@media only screen and (min-width:1024px) and (max-width:1300px) {
    body .header-columns-switch .header-logo-holder {
        max-width: 160px !important;
        width: 160px !important;
    }
    body .header-columns-switch .content-header-column {
        width: calc(100% - 160px) !important;
    }
}
@media all and (min-width: 1440px) {
    body .header-holder {
        padding: 20px 40px;
    }
}
@media all and (min-width: 2000px) {
    body .large-screen-height-750 {
        min-height: 750px !important;
    }
}
@media only screen and (max-width:1024px) {
    body .header-additional-info-holder {
        padding: 0 !important;
        display: none;
    }
    body .header-menu-toggle-selector .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        top: 53px !important;
    }
    .hide-bellow-1024 {
        display: none;
        padding: 0 !important;
        margin: 0 !important;
        visibility: hidden !important;
        height: 0 !important;
        width: 0 !important;
    }
    .exp-card-slide {
        width: 300px !important;
    }
    .custom-image-offers img {
        height: 300px;
    }
    .exp-card-slide img  {
        height: 200px !important;
    }
    .exp-card-content {
        height: calc(100% - 220px);
    }
    .exp-boxes-wrapper > div > div {
        width: 100% !important;
    }
}

.abesearcher input[type='text'] {color:#fff!important;}