/*
Theme Name: Aurora Loft Theme
Theme URI: https://urantiacos.cl
Author: Urantiacos
Author URI: https://urantiacos.cl/
Description: Aurora Loft Theme
Version: 1.1
Requires at least: 5.5
Tested up to: 5.9
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aurora-loft
*/

/* Global */
html,body{
    font-family: 'Poppins', sans-serif !important;
    overflow-x: hidden;
    color: #FFF !important;
}

img{
    max-width: 100%;
    height: auto;
}

header{
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.9);
}

img.alignleft,
img.alignright{
    float: left;
    margin: 0 1.5rem 1.5rem 0;
}

img.alignright{
    float: right;
}

.p:empty{
    display: none;
}

.bg-size-cover{
    background-size: cover;
}

.bg-repeat-none{
    background-repeat: no-repeat;
}

.bg-position-center{
    background-position: center;
}

.bg-attachment-fixed{
    background-attachment: fixed;
}

.object-position-center{
    object-position: center !important;
}

.object-position-top{
    object-position: top !important;
}

@media(max-width: 768px){
    .wp-block-image > figure{
        float: none !important;
        margin: 0 auto 1rem auto !important;
    }
}

.pt-14rem{
    padding-top: 14rem !important;
}

.mt-n-14rem{
    margin-top: -14rem !important;
}

.ms-n-3,
.mx-n-3{
    margin-left: -1rem !important;
}

.me-n-3,
.mx-n-3{
    margin-right: -1rem !important;
}

.mb-n-3{
    margin-bottom: -1rem !important
}

.fs-3rem{
    font-size: 3rem !important;
}

.fs-4rem{
    font-size: 4rem !important;
}

@media(min-width: 576px){
    .fs-sm-4rem{
        font-size: 4rem !important;
    }
}

.fs-0875rem{
    font-size: 0.875rem !important;
}

.fs-1125rem{
    font-size: 1.125rem !important;
}

.w-24px{
    width: 24px !important;
}

.h-1px{
    height: 1px !important;
}

.h-64px{
    height: 64px !important;
}

.h-100px{
    height: 100px !important;
}

.h-600px{
    height: 600px !important;
}

.h-700px{
    height: 700px !important;
}

.height-fixed{
    height: 300px !important;
}

.height-fixed-extra-small{
    height: 150px !important;
}

.height-fixed-small{
    height: 200px !important;
}

.height-fixed-medium{
    height: 400px !important;
}

.height-fixed-large{
    height: 500px !important;
}

@media(min-width: 1200px){
    .height-fixed-xl-small{
        height: 200px !important;
    }
}

.min-h-100{
    min-height: 100%;
}

.min-h-400px{
    min-height: 400px;
}

.z-index-n1{
    z-index: -1;
}

.z-index-10{
    z-index: 10;
}

.color-orange{
    color: #E58E43;
}

.bg-orange{
    background-color: #E58E43;
}

.color-golden{
    color: #8F5624;
}

.btn-orange{
    background: linear-gradient(0deg, #8F5624 0%, #E58E43 89%);
}

.btn-orange:hover{
    background: linear-gradient(0deg, #8F5624 0%, #c57d40 89%);
}

.btn-orange:active{
    background: linear-gradient(0deg, #8F5624 0%, #764c28 89%);
}

.aurora-title-decorator{
    height: 2px;
    background-color: #9D6F41;
}

.aurora-overlay:before,
.aurora-overlay-30:before,
.aurora-overlay-45:before,
.aurora-overlay-60:before,
.aurora-overlay-75:before{
    content: '';
    background-color: rgb(0 0 0 / 15%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.aurora-overlay-30:before{
    background-color: rgb(0 0 0 / 30%);
}

.aurora-overlay-45:before{
    background-color: rgb(0 0 0 / 45%);
}

.aurora-overlay-60:before{
    background-color: rgb(0 0 0 / 60%);
}

.aurora-overlay-75:before{
    background-color: rgb(0 0 0 / 75%);
}

.slider-image-overlay{
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.656) 28.44%, rgba(102, 102, 102, 0) 118.5%);
}

.card-body-overlay{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.676404) 40.38%, #000000 100%);
}

.container-overlay{
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.656) 30%, rgba(0, 0, 0, 0) 118.5%)
}

.image-shadow{
    box-shadow: 0px 4px 4px 0px #00000040;
}

.cursor-pointer{
    cursor: pointer;
}

.aurora-tabs .nav-link.active{
    border: 3px solid #FFF !important;
}

/* Navbar */
.aurora-header-menu .aurora-navbar .nav-item .aurora-navbar{
    display: none;
}

.aurora-header-menu .aurora-navbar .nav-item.has-children:hover .dropdown,
.aurora-header-menu .aurora-navbar.dropdown .nav-item.has-children:hover .dropend{
    display: block;
    position: absolute;
    top: 24px;
    left: 0;
    background-color: #777777;
    box-shadow: 1px 1px 3px #777;
    z-index: 10;
    width: 180%;
}

.aurora-header-menu .aurora-navbar.dropdown .nav-item.has-children:hover .dropend{
    top: 0;
    left: initial;
    right: -100%;
    width: 100%;
}

.aurora-header-menu .aurora-navbar .nav-item.has-children:hover .dropdown .nav-item,
.aurora-header-menu .aurora-navbar.dropdown .nav-item.has-children:hover .dropend{
    padding: 0.5rem 0;
}

.aurora-navbar-mobile .dropdown-toggle::after{
    content: none !important;
}

/* Footer */
.aurora-footer > .container-fluid{
    max-width: 1920px;
}

/* Contact */
.aurora-form input,
.aurora-form select,
.aurora-form textarea{
    padding: 0.75rem 1rem;
    border: 1px solid #c1c1c1;
    width: 100%;
}

.aurora-form label{
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

/* Carousel */
.carousel-height-550 .carousel-item{
    height: 550px;
}

.carousel-overlay .carousel-item:before{
    content: '';
    background-color: rgb(0 0 0 / 15%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.carousel-overlay.overlay-30 .carousel-item:before{
    background-color: rgb(0 0 0 / 30%);
}

.carousel-overlay.overlay-45 .carousel-item:before{
    background-color: rgb(0 0 0 / 45%);
}

.carousel-overlay.overlay-60 .carousel-item:before{
    background-color: rgb(0 0 0 / 60%);
}

.carousel-overlay.overlay-75 .carousel-item:before{
    background-color: rgb(0 0 0 / 75%);
}

.top-center{
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.bottom-center{
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

/* Text meant only for screen readers. */
.screen-reader-text{
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus{
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Logo */
.custom-logo-link img{
    bottom: -98px;
    width: 140px;
    height: 117px;
}

.custom-logo-link .after{
    background: rgba(0 0 0 / 90%);
    width: 145px;
    height: 65px;
    bottom: -89px;
    z-index: -1;
}

@media(min-width: 576px){
    .custom-logo-link img{    
        width: 216px;
        height: 181px;
        bottom: -138px;
    }

    .custom-logo-link .after{    
        width: 216px;
        height: 96px;
        bottom: -120px;
    }
}

.aurora-home-link{
    width: 32px;
}

.aurora-home-link.not-active img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

/* Contact Form 7 */
.wpcf7-form .uc-form-group label{
    width: 100%;
}

.uc-input-style.text-right{
    flex-direction: row-reverse;
}

.uc-input-style[type=submit]{
    width: fit-content;
}

.wpcf7-response-output{
    border: 1px solid !important;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 7px 16px !important;
    margin: 12px 0 !important;
    border-color: #0a0 !important;
    background-color: rgba(0,170,0,.1);
}

.wpcf7-form.invalid .wpcf7-response-output{
    background-color: rgba(242,79,79,.1);
    border-color: #f24f4f !important;
}

.wpcf7-response-output:before{
    content: 'check_circle';
    font-family: 'Material Icons';
    color: #0a0;
    line-height: 1.1;
    margin-right: 8px;
}

.wpcf7-form.invalid .wpcf7-response-output:before{
    content: 'cancel';
    color: #f24f4f;
}

/*.wpcf7-response-output:after{
    content: 'close';
    font-family: 'Material Icons';
    color: #707070;
    margin-left: auto;
    line-height: 1.1;
}*/

.wpcf7-not-valid-tip{
    color: #f24f4f;
}

.wpcf7-list-item.first{
    margin-left: 0;
}

/* Tiny Slider */
.aurora-main-slider .tns-nav{
    display: flex;
    justify-content: center;
    margin-top: -3rem;
    padding-bottom: 3rem;
    position: relative;
}

.aurora-main-slider .tns-nav button{
    height: 18px;
    width: 18px;
    background-color: #D9D9D9;
    border-radius: 50%;
    margin: 0 8px;
    border: 0;
}

.aurora-main-slider .tns-nav .tns-nav-active{
    background-color: #C68A43;
}

.tns-hide-controls .tns-controls{
    display: none;
}

.tns-material-controls .tns-outer{
    position: relative;
}

.tns-material-controls .tns-controls button[data-controls=prev],
.tns-material-controls .tns-controls button[data-controls=next]{
    font-size: 0;
    border: none;
    padding: 0;    
    background-color: #FFF;
    color: #9D6F41;
    border-radius: 50%;
    line-height: 1;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.tns-material-controls .tns-controls button[data-controls=next]{
    left: initial;
    right: -12px;
}

.tns-material-controls .tns-controls button[data-controls=prev]:before,
.tns-material-controls .tns-controls button[data-controls=next]:before{
    content: 'keyboard_arrow_left';
    font-family: 'Material Symbols Outlined';
    font-size: 2.5rem;
}

.tns-material-controls .tns-controls button[data-controls=next]:before{
    content: 'keyboard_arrow_right';
}

.tns-material-controls .tns-nav{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.tns-material-controls .tns-nav button{
    border: 0;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    margin: 0px 12px;
    background-color: #C3C3C3;
    padding: 0; /* Safari bug */
}

.tns-material-controls .tns-nav button.tns-nav-active{
    background-color: #DFDFDF;
}

/* Loading */
.lds-spinner{
    position: relative;
    width: 80px !important;
    height: 80px;
    margin: 60px auto;
    display: block;
}

.lds-spinner div{
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after{
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #FFF;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}