/*
Theme Name:		Amane Advisors
Author:			801red
Author URI: 	http://www.801red.com
Version: 		1.0
Text Domain: 	amane
*/

/* IMPORTS */
@import url(assets/css/reset.css);

/* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */
@keyframes fadeDown {from {opacity: 0;transform: translate3d(0,-30px,0) }to {opacity: 1;transform: none }}.elementor-element.fadeInDown {animation-name: fadeDown }@keyframes fadeLeft {from {opacity: 0;transform: translate3d(-30px,0,0) }to {opacity: 1;transform: none }}.elementor-element.fadeInLeft {animation-name: fadeLeft }@keyframes fadeRight {from {opacity: 0;transform: translate3d(30px,0,0) }to {opacity: 1;transform: none }}.elementor-element.fadeInRight {animation-name: fadeRight }@keyframes fadeUp {from {opacity: 0;transform: translate3d(0,30px,0) }to {opacity: 1;transform: none }}.elementor-element.fadeInUp {animation-name: fadeUp }


/**
 * 1.0 Global
 * ----------------------------------------------------------------------------- */
 
/* INNER BOX PADDING FOR RESPONSIVE COLUMNS */
* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}


/* BASIC SETUP */
body {
	font-size:14px;
    overflow: clip;
}
body:not(.elementor-editor-active) .elementor-menu-anchor:before {
    content: "";
    display:block;
    height: 96px; /* fixed header height*/
    margin: -96px 0 0; /* negative fixed header height */
    visibility: hidden;
    pointer-events: none;
}

/* TYPOGRAPHY */

/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin:0 0 12px;
	padding:0;
    line-height: 1.2em;
}
h1, h1 a {
}
h2, h2 a {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

/* Text elements */
p {
}
p, li {
}
strong, .bold { font-weight:700; }
em { font-style:italic; }
p:last-child { margin-bottom:0; }
a,
a:focus {
	outline:none;
}
a:hover {
}
a[href^="tel:"] {
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
blockquote p:before { content: open-quote; }
blockquote p:after { content: close-quote; }
blockquote {
}



/* TABLES */
table { width:100%; }
tr { height:40; }
th { vertical-align:middle; text-align:right; padding:0 10; }
td { padding:6px; }
table.lined td { border-bottom:1px dotted #ddd; }	



/* FORMS */
input:not([type=checkbox]):not([type=radio]), textarea {
	border:solid 1px #999;;
	width:100%;
	padding:6px;
}
input.radio { width:auto; }


/* TAGS */
.overlay { position:relative; }
.overlay > div { position:relative; z-index:9; }
.overlay::after {
	position:absolute;
	top:0; left:0;
	width:100%;
	height:100%;
	content:'';
	background-color:rgba(0,0,0,.4);
}


/**
 * 2.0 Layout
 * ----------------------------------------------------------------------------- */

.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex-container.justify {
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
}
.flex-container.justify-left {
	-webkit-box-pack:start;
	    -ms-flex-pack:start;
	        justify-content:flex-start;
}
.flex-container.justify-center {
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}
.flex-container.justify-right {
	-webkit-box-pack:end;
	    -ms-flex-pack:end;
	        justify-content:flex-end;
}
.flex-container.align-top {
	-webkit-box-align:start;
	    -ms-flex-align:start;
	        align-items:flex-start;
}
.flex-container.align-center {
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.flex-container.align-bottom {
	-webkit-box-align:end;
		-ms-flex-align:end;
			align-items:flex-end;
}
.flex-container.wrap {
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}
.flex-container.column {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
}
.grid {
	max-width:1200px;
	margin:auto;
}


/**
 * 3.0 Header
 * ----------------------------------------------------------------------------- */

#header {
    position: fixed;
    width: 100%;
    z-index: 99;
    background: rgba(255,255,255,0);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;    
}
#header.open,
#header.fixed {
    background: rgba(255,255,255,.9);
}
#header:not(.fixed) .elementor-nav-menu--dropdown {
	background-color: transparent;
}
@media all and (max-width: 1880px) {
    #header .elementor-nav-menu--dropdown {
        margin-top: 22px !important;
    }
}
#header #logo {
    background-image: url(https://webdev8.801red.com/wp-content/uploads/2023/08/amane-advisors-white.png);
    background-size: 100%;
    background-position: left center;
    background-repeat: no-repeat;
    text-indent: -999px;
}
#header #logo a {
	display: block;
	height: 90px;
}
#header.open #logo,
#header.fixed #logo {
    background-image: url(https://webdev8.801red.com/wp-content/uploads/2023/08/amane-advisors-color.png);
}
#header #menu li a,
#header a.elementor-button span {
    color: #FFF;
}
#header a.elementor-button {
    border-color: #FFF;
}
#header.fixed #menu li a,
#header.fixed a.elementor-button span {
    color: #000 !important;
}
#header.fixed a.elementor-button {
    border-color: #000 !important;
}
.lines-button {
    position: relative;
    float:right;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 96px;
    height: 56px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.lines-button:focus {
    outline: none;
}
.lines-button span {
    display: block;
    position: absolute;
    left: 18px;
    right: 18px;
    height: 4px;
    background: white;
    border-radius: 0.57143rem;
}
.lines-button span::before, .lines-button span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 0.57143rem;
    content:"";
}
#header.fixed .lines-button span,
#header.fixed .lines-button span::before,
#header.fixed .lines-button span::after {
    background: black;
    background-color: black;
}

.lines-button span::before {
    top: -15px;
}
.lines-button span::after {
    bottom: -15px;
}
.lines {
    background: none;
}
.lines span {
}
.lines span::before, .lines span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
}
.lines span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}
.lines span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}
.lines.close {
    background: none;
}
.lines.close span {
    visibility: hidden;
}
.lines.close span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    visibility: visible;
    background: white;
}
.lines.close span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    visibility: visible;
    background: white;
}
#menu-icon {
    position: absolute;
    left: calc(100% - 96px);
    -webkit-transition:  all 2s ease;
    -o-transition:  all 2s ease;
    transition:  all 2s ease;
}
#menu-icon.shift-position {
    left: 600px;
}
@media all and (max-width: 1280px) {
    .menu-wrapper, #menu-icon {
        display: none;
    }
    #mobile-menu {
        display: block;
    }
    #header:not(.fixed) .jet-mobile-menu__toggle-icon {
        color: #FFF;
    }
}





/**
 * 4.0 Navigation
 * ----------------------------------------------------------------------------- */

nav ul { margin:0; padding:0; list-style-type:none; }
nav ul li { display:inline-block; }

/* MAIN NAVIGATION */

/**
 * 5.0 Asides
 * ----------------------------------------------------------------------------- */

/* SIDEBAR */
aside {
}
aside ul {
}
aside ul li {
}

/* WIDGETS */


/**
 * 6.0 Content
 * ----------------------------------------------------------------------------- */


/*=========================
	HOME PAGE
=========================*/

.core-cta .elementor-image-box-img {
	background-color: #E8ECEF;
	border-radius: 50%;
	padding: 15px;
}





/* Practice Areas*/
.practice-areas .elementor-image-box-img {
	height: 400px;
	overflow: hidden;
}
.practice-areas img {
	object-fit: cover;
	height: 100% !important;
}



/* Stats section */
#bubble-wrapper {
    position: sticky;
    top: 50%;
    z-index: 9;
}
#stats {
	height: 580px;
	overflow-y: scroll;
	scroll-snap-type: y mandatory;
}
@media all and (min-width: 768px) {
    #stats .column > .elementor-widget-wrap::after {
        content: '';
        position: absolute;
        top: 6em;
        height: calc(100% - 10em);
        width: 1px;
        border-left: solid 1px #FFF;
        left: 40%;
    }
}
@media all and (max-width: 768px) {
    #stats .elementor-widget-wrap .entry {
        padding: 0;
        margin: 20px auto;
    }
}
#stats .elementor-widget-wrap .entry {
    opacity: .2;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;    
} 
#stats .elementor-widget-wrap .entry.active {
    opacity: 1;
} 



/* Insights Carousel */
.elementor-swiper .elementor-swiper-button i,
.insights-carousel .slick-arrow svg,
.jet-listing-grid__slider .slick-arrow svg {
    display: none;
}
.elementor-swiper .elementor-swiper-button::after,
.insights-carousel .slick-arrow::after,
.jet-listing-grid__slider .slick-arrow::after {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    font-size: 60px;
    content: '\f0a8';
}
.elementor-swiper .elementor-swiper-button.elementor-swiper-button-prev {
    left: -5% !important;
}
.elementor-swiper .elementor-swiper-button.elementor-swiper-button-next {
    right: -5% !important;
    transform: rotate(180deg) !important;
}
.blue-arrrows .elementor-swiper .elementor-swiper-button::after {
    color: #1A4053;
}
@media all and (max-width: 1200px) {
    .insights-carousel {
        max-width: 1200px;
        width: 80% !important;
    }
    .elementor-swiper .elementor-swiper-button.elementor-swiper-button-prev,
    .elementor-swiper .elementor-swiper-button.elementor-swiper-button-next,
    .insights-carousel .jet-listing-grid__slider-icon,
    .jet-listing-grid__slider .jet-listing-grid__slider-icon {
        transform: scale(-.5) !important;
        background-color: transparent;
    }
    .elementor-swiper .elementor-swiper-button.elementor-swiper-button-prev,
    .insights-carousel .jet-listing-grid__slider-icon.prev-arrow,
    .jet-listing-grid__slider .jet-listing-grid__slider-icon.prev-arrow  {
        left: -5% !important;
        transform: rotate(180deg) scale(-.5) !important;
    }
    .insights-carousel .jet-listing-grid__slider-icon.next-arrow,
    .jet-listing-grid__slider .jet-listing-grid__slider-icon.next-arrow  {
        right: -5% !important;
    }
}


/* WORDPRESS */
.widgets, .widget ul { list-style: none; margin: 0; padding: 0; }
.alignleft { float: left; margin: 0 20px 0 0; }
.alignright { float: right; margin: 0 0 0 20px; }
.aligncenter { display: block; margin: 0 auto; }
p.postmetadata {}
.byline {}


/*=========================
	WHAT WE DO PAGE
=========================*/

.expert-topics .elementor-counter {
    margin-left:15%;
}

.expert-topics .elementor-counter .elementor-counter-number-prefix {
    display: none;
}

.expert-topics .elementor-widget-counter .elementor-counter-title {
    text-align: left;
    margin-left:5px;
}

.jet-team-member__image img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.jet-team-member__image:hover img {
  filter: none;
  -webkit-filter: grayscale(0%);
}
@media all and (max-width: 767px) {
    .expert-topics .elementor-counter {
        margin-left:0;
    }
    .elementor-counter-number-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .elementor-counter .elementor-counter-number-prefix, .elementor-counter .elementor-counter-number-suffix {
        flex-grow: 0 !important;
    }
    .expert-topics .elementor-widget-counter .elementor-counter-title {
        text-align: center;
        margin-left:0;
    }
}


/*=========================
	OUR SERVICES PAGE
=========================*/


.services .jet-tabs__control-wrapper {
    width:100%;
}

.services .jet-tabs__control-wrapper .jet-tabs__control {
    width:16.65% !important;
}

.services .jet-tabs__control-inner .jet-tabs__label-text {
    text-align: center;
    height:50px;
}

.services .jet-tabs__control-wrapper .active-tab, 
.services .jet-tabs__content-wrapper .active-content {
    background:#fff;
}


.services-assets .jet-accordion .jet-accordion__item #jet-toggle-control-1691 {
    background:#196274;
}

.services-assets .jet-accordion .jet-accordion__item #jet-toggle-control-1692 {
    background:#CA883E;
}

.services-assets .jet-accordion .jet-accordion__item #jet-toggle-control-1693 {
    background:#34675C;
}

.services-assets .jet-accordion .jet-toggle__icon {
    -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.services-assets .jet-accordion .jet-toggle__icon.icon-active {
    -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
    margin-top:0;
}


.service-assets .elementor-widget-container {
    border-style: solid !important;
    border-color: #000;
	border-width: 0px 0 0px 1px;
}
.service-assets:first-child .elementor-widget-container,
.service-assets:not(.half):nth-child(4) .elementor-widget-container,
.service-assets.half:nth-child(odd) .elementor-widget-container {
	border-width: 0;
}

.service-assets .elementor-cta__content {
	padding: 20px !important;
}
@media all and (min-width: 767px) {
    .service-assets.half .elementor-cta__content {
        padding: 20px 80px !important;
    }
}


/* Manual Tabs section */
body:not(.elementor-editor-active) #tab-wrapper .tab h3 {
    margin: 0;
}
body:not(.elementor-editor-active) #tab-wrapper .tab .e-con-inner > div:not(.elementor-widget-icon-box) {
    display: none;
    padding: 20px;
}
body:not(.elementor-editor-active) #tab-wrapper .tab .elementor-widget-icon-box {
    cursor: pointer;
}
@media all and (min-width: 767px) {
    body:not(.elementor-editor-active) #tab-wrapper .tab {
        position: absolute;
        margin-top: 210px;
    }
    body:not(.elementor-editor-active) #tab-wrapper .tab .elementor-widget-icon-box {
        display: inline-block;
        position: relative;
        margin-top: -210px;
        height: 210px;
        padding: 20px;
        margin-bottom: 0;
    }
    body:not(.elementor-editor-active) #tab-wrapper .tab.active .elementor-widget-icon-box {
        background-color: #FFF;
    }
    body:not(.elementor-editor-active) #tab-wrapper .tab .e-con-inner > div:not(.elementor-widget-icon-box) {
        display: none;
    }
    body:not(.elementor-editor-active) #tab-wrapper .tab.active .e-con-inner > div:not(.elementor-widget-icon-box) {
        background-color: #FFF;
        display: block;
    }
}

@media all and (max-width: 767px) {
    .service-assets .elementor-widget-container {
        border-width: 0 !important;
        margin-bottom: 0 !important;
    }
    .service-assets .elementor-cta__content {
        min-height: 0 !important;
    }
    #tab-wrapper .tab .elementor-icon-box-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align:center;
            -ms-flex-align:center;
                align-items:center;
    }
    .tab {
        border-bottom: solid 1px #000;
    }
}

body:not(.elementor-editor-active) .services-assets .asset-title {
    cursor: pointer;
}
body:not(.elementor-editor-active) .services-assets .asset-content {
    display: none;
}
body:not(.elementor-editor-active) .elementor-icon-box-icon{
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
body:not(.elementor-editor-active) .elementor-icon-box-icon.down{
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}



/*=========================
	CONTACT PAGE
=========================*/

#contact-form .gfield,
#contact-form fieldset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
#contact-form .gfield label,
#contact-form .gfield legend {
	text-align: right;
	font-size: 16px;
    line-height: 20px;
    max-width: 390px;
	font-weight: 400;
}
#contact-form .gfield > label,
#contact-form .gfield > legend {
	flex: 0 0 33%;
}
#contact-form .gfield > div {
    flex: 0 0 66%;
}
#contact-form .spacer, #contact-form .gform_required_legend { display: none; }
#contact-form input, #contact-form textarea, #contact-form select {
	border: none;
	background-color: rgba(127,127,127,.1);
}
#contact-form .gfield--width-half {
	grid-column: span 12;
}
#contact-form .gform_button {
	display: block;
	line-height: 1;
	background-color: #0D3151;
	font-size: 15px;
	padding: 20px 24px;
	border-radius: 0;
	color: #fff;
	fill: #fff;
	text-align: center;
	transition: all .3s;
	max-width: 170px;
	text-transform: uppercase;
	margin-left: 34%;
}
#contact-form .gform_button::after {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    font-size: 60px;
    content: '\f0a8';
}

#locations .location {
    display: none;
}
#locations .location.active {
    display: block;
}



/* SOCIAL ICONS */

/* BUTTONS */


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------- */

/* Newsletter Signup */
#messages input {
	padding: 20px;
}
#messages .elementor-field-type-submit {
	position: absolute;
	right: -100px;
	width: 100px;
	height: 100%;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
#messages button {
	background-color: transparent;
	width: 60px;
	height: 60px;
    position: relative;
}
#messages button span {
    display: none;
}
#messages button::after {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    font-size: 60px;
    content: '\f0a9';
}
@media all and (max-width: 767px) {
    #messages button::after {
        font-size: 30px;
    }
    #messages .elementor-field-type-submit {
        right: -60px;
        width: 60px;
    }
}


/* COLOPHON */

/**
 * 8.0 Responsive
 * ----------------------------------------------------------------------------- */

@media all and (max-width: 1060) {
}
@media all and (max-width: 768px) {
}
@media all and (max-width: 568px) {
}
@media all and (max-width: 340px) {
}