/*!
Theme Name: Golden Eagle
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: golden-eagle
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Golden Eagle is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@font-face {
    font-family: 'Optima';
    src: url(/wp-content/themes/golden-eagle/fonts/Optima-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Optima';
    src: url(/wp-content/themes/golden-eagle/fonts/Optima-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Optima';
    src: url(/wp-content/themes/golden-eagle/fonts/Optima-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Optima';
    src: url(/wp-content/themes/golden-eagle/fonts/Optima-Italic.ttf) format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Amaline Trial';
    src: url(/wp-content/themes/golden-eagle/fonts/Amaline-Trial.otf) format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url(/wp-content/themes/golden-eagle/fonts/Avenir-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro';
    src: url(/wp-content/themes/golden-eagle/fonts/MyriadPro-Regular.otf) format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Neue Haas Display Roman';
    src: url(/wp-content/themes/golden-eagle/fonts/NeueHaasDisplayRoman.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}

* {
    box-sizing: border-box;
    font-family: 'Optima';
}
html, body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.elementor a, .elementor .link, .elementor button, .elementor .button {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.elementor a, .elementor .link, main a, main .link {
    color: #000;
}
.elementor a:hover, .elementor .link:hover, main a:hover, main .link:hover, .elementor a:focus, .elementor .link:focus, main a:focus, main .link:focus {
    color: #ED3E48;
}
.elementor a:visited, .elementor .link:visited, main a:visited, main .link:visited {
    color: rgba(237, 62, 72, 0.7);
}
.font-optima, .font-optima .elementor-image-box-content * {
    font-family: 'Optima';
    font-weight: 400;
    font-style: normal;
}
.font-amaline-trial {
    font-family: 'Amaline Trial';
    font-weight: 400;
    font-style: normal;
}
.font-amaline-trial.elementor-widget-heading .elementor-widget-container, .font-amaline-trial.elementor-widget-text-editor, .font-amaline-trial.elementor-widget-heading .elementor-widget-container *, .font-amaline-trial.elementor-widget-text-editor .elementor-widget-container * {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-family: inherit;
}
.font-avenir {
    font-family: 'Avenir';
    font-weight: 400;
    font-style: normal;
}
.font-neue-haas-display {
    
    font-family: 'Neue Haas Display Roman';
    font-weight: 400;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, label, input, textarea, select, button {
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Amaline Trial';
}
p, a, ul, ol, li, label, input, textarea, select, button {
    
}
.elementor-widget-text-editor .elementor-widget-container ul, .elementor-widget-text-editor .elementor-widget-container ol {
    padding-inline-start: 20px;
}
/* .elementor-widget-text-editor .elementor-widget-container ul li:not(:last-child), .elementor-widget-text-editor .elementor-widget-container ol li:not(:last-child) {
    margin-bottom: 24px;
} */
#page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
}
#page > * {
    width: 100%;
}
#page > div {
    flex: 1;
    display: flex;
    flex-direction: column;
}
#page > main, .elementor-element.single-section, .elementor-element.single-section > .elementor-element {
    flex: 1;
}
.loading {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}
.loader {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #FFF;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: rotation 1s linear infinite;
}
.loader::after {
    content: '';  
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border-left: 4px solid #ED3E48;
    border-bottom: 4px solid transparent;
    animation: rotation 0.5s linear infinite reverse;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.error-box {
    position: absolute;
    display: none;
    max-width: 300px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    z-index: 99;
}
.error-box .close, .error-box .close::before, .error-box .close::after {
    position: absolute;
}
.error-box .close {
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border: 1px solid #000;
    cursor: pointer;
}
.error-box .close:not(:hover) {
    opacity: 0.8;
}
.error-box .close::before, .error-box .close::after {
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 2px;
    background: #000;
}
.error-box .close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.error-box .error {
    min-height: 42px;
    background: #fff;
    padding: 12px 25px;
    border: 1px solid #fff;
}
.error-box .close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.listing-page-banner {
    display: block;
    position: relative;
    height: 750px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.listing-page-banner::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0) 100% );
    z-index: 1;
}
.listing-page-banner > * {
    z-index: 1;
}
.listing-page-header {
    position: relative;
    height: 100%;
    text-transform: uppercase;
}
.grid-thumbnail * {
    display: block;
    width: 100%;
    height: 100%;
}
.grid-thumbnail img {
    object-fit: cover;
    object-position: center;
}
.wpcf7 form>div, .wpcf7 form>p {
    margin-bottom: 30px;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
}
.eael-contact-form, .wpcf7-form, .form-group, .form-group > p {
    display: block;
    width: 100%;
}
.form-row.row-submission {
    display: flex;
    flex-wrap: nowrap;
}
.form-group.fields-agreements .form-acceptance p {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}
#contact-us-form .wpcf7-select {
    padding: 25px 20px;
}
#contact-us-form .form-group.field-submit {
    width: auto;
}
.wpcf7 .form-group.fields-agreements .form-acceptance label {
    font-size: 15px!important;
    line-height: 24px!important;
}
#wpcf7-f1342-p1333-o1 .form-group.field-submit input[type="submit"], 
#wpcf7-f104-p71-o1 .form-group.field-submit input[type="submit"] {
	margin-top: 20px;
}
html:not([lang='en-GB']) .d-en, html:not([lang='zh-CN']) .d-cn {
	display: none!important;	
}
html[lang='zh-CN'] p {
	line-height: 26px;
}
@media screen and (min-width: 768px) {
    .form-row.row-fields {
        gap: 20px;
    }
    .form-group.one-third {
        max-width: calc( 33.33333333% - 10px );
    }
    .form-group.two-third {
        max-width: calc( 66.66666667% - 10px );
    }
    .form-row.row-submission {
        flex-direction: row-reverse;
    }
}
@media screen and (min-width: 768px) {

}
@media screen and (min-width: 768px) and (orientation: landscape) { 
    .listing-page-banner {
        height: 39.0625vw;
    }
}
@media screen and (max-width: 1199px) and (orientation: portrait) {
    .home-why-choose-us {
        position: relative!important;
    }
}
@media screen and (min-width: 1200px) {

}
@media screen and (min-width: 1600px) {
    .form-row.row-fields {
        gap: 30px;
    }
    .form-group.one-third {
        max-width: calc( 33.33333333% - 15px );
    }
    .form-group.two-third {
        max-width: calc( 66.66666667% - 15px );
    }
}