/****FINLESS STYLESHEET****/
/*VARIABLES*/
:root {
    --FinBlue: #40beb4;
    --FinTransition: 1s ease;
    --startTransition: 2s ease;
    --brandon: brandon-grotesque, sans-serif;
    --signika: 'Signika', sans-serif;
}


/***GLOBAL***/
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.whitelink a {
    color: white;
}


/***HEADER***/
/*Hide Header on Editor...
body.elementor-editor-active #finHead {
    display: none;
}
*/

body.error404 .jupiterx-site {
    margin-top: 150px;
}
#finHead nav li.instagram a {
    width: 28px;
    height: 28px;
    overflow: hidden;
    text-indent: -99999px;
    background-image: url(images/instagram.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    image-rendering: -webkit-optimize-contrast;

}

.jupiterx-site {
    padding-top: 0px !important;
}

#finHead {
    transition: var(--FinTransition);
}
#finHead[data-scroll="true"] {
    background: white;
}

#finHead[data-scroll="true"] > div > div > div > .elementor-column-wrap {
    padding-top: 0px !important;
}

#finHead .raven-site-logo img {
    transition: var(--FinTransition);
    height: 75px;
    width: auto;
}

#finHead[data-scroll="true"] .raven-site-logo img {
    height: 50px;
}

#finHead * {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimizeQuality;
}

/*Mobile Menu*/
#finHead #mobile_menu li.instagram {
    text-align: center;
    margin-top: 10px
}

#finHead #mobile_menu li.instagram a {
    display: inline-block;
    max-height: none;
    background-size: contain;
    background-position: center;
    margin: auto !important;
}


/***BASIC PAGES****/
body.page-template-default main {
    margin-top: 120px;
}


/***FOOTER****/

/*BLOG*/

section.latest_blog {
    background: url(images/bg.jpg);
    background-size: 36% 100%;
    background-repeat: no-repeat;
    margin-top: 30px !important;    
}


.latest_blog .twolines h2 {
    color: white !important;
    text-align: right;
    max-width: 300px;
    font-size: 60px;
    line-height: 50px;
}

div#viewposts {
    top: 11px;
}


.latest_blog .twolines h4 {
    font-family: var(--brandon);
    text-transform: uppercase;
    font-weight: 300; 
    text-align: left;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 24px;
    margin-top: 5px;
}

section.latest_blog > .elementor-container:before {
    content: ' ';
    position: absolute;
    display: block;
    height: 74%;
    width: 2px;
    background: white;
    left: -2%;
    bottom: 0;
}



.latest_blog .raven-post-image-wrap {
    margin: 0 4% 0 0;
}

.latest_blog .raven-post-meta {
    margin-top: 10px;
}

/*Basic fix if no featured image */
.raven-post .raven-post-content:first-child {
    background: white;
}
@media all and (min-width: 1750px) {
    section.latest_blog {
        background-size: 38% 100%;
    }
}
@media all and (max-width: 1024px) {
    .latest_blog .raven-posts, 
    .latest_blog .raven-posts .raven-grid-item {
        width: 100%;
        display: block;
    }
    
    .latest_blog .raven-post-content {
        width: 100%;
    }
    
    .latest_blog .raven-post-image-wrap {
        width: 50% !important;
    }
}

@media all and (max-width: 950px) {
    section.latest_blog {
        background-size: 41% 100%;
    }
    .latest_blog .raven-posts {
        display: block !important;
    }

    .latest_blog .raven-grid-item {
        width: 100% !important;
    }
    
    
}



@media all and (max-width: 768px) {
    section.latest_blog {
        background-size: 50% 50%;
    }
    
    .latest_blog .raven-post-image-wrap {
        width: 100% !important;
        margin: 0;
        padding: 0;
    }
}

@media all and (max-width: 650px) {
    section.latest_blog {
        background-size: 100% 50%;
    }
     section.latest_blog .raven-post-image-wrap {
        padding: 0 !important;
        width: 100% !important
    }

    .latest_blog .raven-posts {
        width: 100% !important;
        margin: 0 !important;
    }
}
@media all and (max-width: 600px) {
    section.latest_blog {
        background-size: 100% 30%
    }
   
}

@media all and (max-width: 500px) {
    section.latest_blog {
        background-size: 100% 30%
    }
   

}

@media all and (max-width: 410px) {
    section.latest_blog {
        background-size: 100% 20%
    }
   

}

@media all and (max-width: 325px) {
    section.latest_blog {
        background-size: 100% 20%
    }
   

}









/*Newsletter*/

#subscribe_to_newsletter .newsletter h4, 
#subscribe_to_newsletter .newsletter h2 {
    color: #fff;
    font-family: var(--signika);
}
#subscribe_to_newsletter .newsletter h2 {
        font-size: 72.1px;
        text-align: right;
        line-height: 56px;
        letter-spacing: 0;
}
#subscribe_to_newsletter .newsletter h4 {
    font-size: 37.8px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: left;
    line-height: 28px;
}
@media all and (max-width: 1024px) {
    #subscribe_to_newsletter .newsletter h2 {
        font-size: 52.5px;
        line-height: 42px;
    }
    #subscribe_to_newsletter .newsletter h4 {
        font-size: 28px;
        line-height: 21px;
    }

}
@media all and (max-width: 600px) {
    #subscribe_to_newsletter .newsletter h4, 
    #subscribe_to_newsletter .newsletter h2 {
        text-align: left;
    }
    #subscribe_to_newsletter .newsletter h4 {
        font-size: 28px;
    }
    #footer #subscribe_to_newsletter h2 {
        font-size: 42px;
    }
}

#newsform form.raven-form {
    display: flex;
    grid: none;
    flex-direction: row;
}

#newsform form .raven-flex-wrap {
    width: 75%
}

#newsform svg {
    image-rendering: -webkit-optimize-contrast;
}

@media all and (min-width: 1024px) {
    #footer .raven-field-type-submit-button {
        margin-right: 0;
        padding-right: 0;
        padding-left: 20px;
    }
}

@media all and (max-width: 768px) {
    #footer #subscribe_to_newsletter h2 {
        max-width: 500px;
        line-height: 1.2;
        font-size: 91px;
        margin: auto;
    }
}

@media all and (max-width: 600px) {
   
    #footer #subscribe_to_newsletter h2 {
        font-size: 60px;
    }
}

@media all and (max-width:380px) {
    #footer #subscribe_to_newsletter h4 {
        font-size: 40px;
    }
    

}

/*Footer Menus*/
#footer_bottom .footer_menus > .elementor-widget-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

#footer_bottom .footer_menus .elementor-widget-raven-nav-menu {
    width: 45%;
    padding: 0;
    margin: 0;
}


/****GLOBAL ELEMENTS*****/

/*Stripes*/
.stripe:before {
    content: ' ';
    position: absolute;
    background: var(--FinBlue);
    width: 33%;
    height: 50px;
    top: calc(50% - 1.6em);left: 0;
}
.stripe h2 {
    display: inline-block;
    background: white;
    position: relative;
    padding: 0 40px;
    text-indent: -10px;
}

@media all and (min-width: 1500px) {
    .stripe h2 {
        font-size: 120px !important;
    }
}

@media all and (max-width: 768px) {
    .stripe:before {
        display: none;
    }
}

/*Spotlight Images*/
.spotlight.elementor-widget-image .elementor-widget-container {
    position: relative;
}
.spotlight.elementor-widget-image .elementor-widget-container:before {
    content:  '';
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    background-color: var(--FinBlue);
    left: -12px;
    top: -12px;
    z-index: 0;
}

.spotlight.elementor-widget-image.bottom .elementor-widget-container:before {
    bottom: -12px;
    top: auto;
}

.spotlight.elementor-widget-image .elementor-widget-container img {
    z-index: 9;
    position: relative;
}

.elementor-widget-shortcode .spotlight.elementor-widget-image .elementor-widget-container img {
    width: 100%;
    height: auto;
}


/*Right Button*/
.white span.raven-button-text:after {
    background-image: url(images/right_white.png);
}
span.raven-button-text:after,
span.raven-post-button-text:after {
    content: '';
    background-image: url(images/right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 25px;
    height: 15px;
    display: inline-block;
    margin-left: 5px;
    image-rendering: -webkit-optimize-contrast;

}

.raven-button-content:after,
.raven-post-button:after {
    content: ' ';
    position: absolute;
    width: 75px;
    height: 10px;
    display: block;
    background: var(--FinBlue);
    bottom: -10px;
    right: 0;
    }
.raven-post-button:after {
    margin-left: 10px;
}

span.raven-button-content,
.raven-post-button {
    position: relative;
}

.raven-widget-wrapper a.raven-button {
    padding: 0;
    text-decoration: none;
}


/*****HOMEPAGE*****/
@media all and (min-width: 1200px) {
    #hero img {
        margin-top: -150px;
    }
}
div.path h2 {
    font-size: 70px;
    line-height: 59.5px;
    font-weight: 700;
}

div.path h2:first-line {
    font-size: 63px;
    font-weight: 600;
}



/*Slider*/

#slider .swiper-slide-bg {
    border: 10px solid white;
}

#slider .swiper-slide {
    border: 1px solid #ccc;
    overflow: visible !important;
    position: relative !important;
}

#slider .swiper-slide-inner {
    position: absolute !important;
    display: block !important;
    height: 50px !important;
    top: 100% !important;
    bottom: -50px !important;
    left: -97px !important;
    text-align: left !important;
    width: 100%;
    min-width: 100% !important;
    max-width: none !important;
    padding: 0 !imprtant;
}

@media all and (max-width: 768px) {
    #slider .swiper-slide-inner {

        left:-60px !important;
    }
}

#slider .swiper-slide:before, #slider .swiper-slide:after
{
  position: absolute;      
  z-index: -1;
  content: "";
  bottom: 45px;
  left: 2%;
  width: 50%;
  top: 85%;
  box-shadow: 0 35px 20px #000000  ;
  transform: rotate(-4deg);
}

#slider .swiper-slide:after
{
  transform: rotate(5deg);
  right: 2%;
  left: auto;
}

#slider .swiper-wrapper.elementor-slides {
    padding-bottom: 40px;
}


#slider span.swiper-pagination-bullet {
    background: #c1c5c8;
    opacity: 1;
}

#slider span.swiper-pagination-bullet-active {
    background: #6f787f;
}

@media all and (max-width: 600px) {
    #slider .swiper-container-horizontal>.swiper-pagination-bullets {
        margin-top: 20px;
        bottom: -25px;
    }
}

/*OLD SLIDER
.elementor-image-carousel-wrapper {
    width: 100%;
    background: url(images/drop.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-bottom: 50px;
    background-position: bottom center;
}

@media all and (max-width: 600px) {
    .elementor-image-carousel-wrapper {
        background-position: center 90%;
    }
}
.swiper-slide figcaption {
    text-transform: uppercase;
    font-style: italic;
    color: #323e48;
    text-align: left !important;
    width: 100%;
    margin-top: 25px;
}

@media all and (max-width: 650px) {
    .swiper-pagination {
        margin-bottom: -30px !important;
    }
}
#homeslider span.swiper-pagination-bullet {
    background: #c1c5c8;
    opacity: 1;
}

#homeslider span.swiper-pagination-bullet-active {
    background: #6f787f;
}

#homeslider .swiper-container {
    padding: 0;
}*/
/********ABOUT***********/
div.what h2 {
    font-size: 101.5px;
    line-height: 80.5px;
    font-weight: 800;
    margin-bottom: 0px;
}

div.what h2:first-line {
    font-size: 80.5px;
}

.what h3 {
    font-size: 38px;
}

@media all and (max-width:1080px) {
    div.what h2 {
        font-size: 84px
    }
    div.what h2:first-line {
        font-size: 70px
    }
}

@media all and (max-width:600px) {
    div.what h2 {
        font-size: 56px;
        line-height: 52.5px;
    }
    div.what h2:first-line {
        font-size: 45.5px
    }
}
/*Illustration Text*/
/*.max164 {
    max-width: 190px;
    margin: auto;
}*/

.path h3 {
    font-size: 40px;
    margin-top: 35px;
}


/*Icons*/
.iconic ul li span.elementor-icon-list-icon {
    background: var(--FinBlue);
    border-radius: 100%;
    width: 21px;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.iconic ul li:first-of-type span.elementor-icon-list-text {
    color: var(--FinBlue);
}

/**PopUp**/

/*Open button*/
.team_popup .uael-modal-photo-wrap {
    position: relative;
}
.team_popup .uael-modal-photo-wrap:after {
    content:  '';
    width: 50px;
    height: 50px;
    position: absolute;
    background-image: url(images/open.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    bottom: 0px;
    right: 0px;
}


/*Advisory Board...*/
#advisory_board .elementor-inner-section {
    cursor: pointer;
}

#advisory_board .elementor-inner-section .elementor-column .elementor-widget-wrap {
    padding: 0;
    margin-bottom: 10px;
}
#advisory_board .elementor-inner-section .elementor-widget-text-editor {
    margin: 0;
    padding: 0;
}
#advisory_board .elementor-inner-section .elementor-widget-text-editor p {
    margin: 0
}
#advisory_board .elementor-inner-section .elementor-widget-text-editor img {
    width: 30px;
    margin: 0px 20px 5px 0;
}



/***PRESS PAGE****/


#teaser { 
    display: none;
}

body.elementor-editor-active #teaser {
    display: block;
}

#inserted_teaser > .elementor-container {
    width: 100%;
}
/*

#press_clippings .raven-post {
    overflow: visible;
}

#inserted_teaser .elementor-widget-wrap.elementor-element-populated {
    padding-bottom: 10px;
}

#press_clippings .raven-post-content {
    height: calc(100% - 149px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


#press_clippings .raven-grid-item {
    margin-top: 100px;
}*/

#press_clippings .raven-post {
    display: flex;
    flex-direction: column;
}

#press_clippings .raven-post .raven-post-image-wrap {
    min-height: 185px;
    padding-bottom: 0;
}
#press_clippings .raven-post-title {
    min-height: 110px;
    font-size: 19px;
}
#inserted_teaser h2 {
    color: white !important;
    text-align: right;
    max-width: 300px;
    font-size: 60px;
    line-height: 50px;
}

#inserted_teaser .head {
    min-height: 140px;
    margin: 20px 0 0px;
}

#inserted_teaser .bod {
    margin-bottom: 10px;
    min-height: 100px;
}

#inserted_teaser .btn {
    padding: 0;
    margin: -10px 0 0 0;
}


#inserted_teaser h4 {
    font-family: var(--brandon);
    text-transform: uppercase;
    font-weight: 300; 
    text-align: left;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 24px;
    margin-top: 5px;
}
#inserted_teaser .tease > .elementor-widget-wrap {
    padding: 0;
}

#inserted_teaser .tease > .elementor-widget-wrap > section.inner {
    margin: 10px;
    padding: 10px 28px;
}

#inserted_teaser .tease > .elementor-widget-wrap > section.inner > div:before {
    content: ' ';
    position: absolute;
    display: block;
    height: 55%;
    width: 2px;
    background: #ffffff;
    right: -15px;
    top: -10px;
}


#inserted_teaser .inner .elementor-inner-column .elementor-widget-wrap {
    padding: 0;
}

#inserted_teaser .bod p {
    margin: 0;
}

#inserted_teaser .btn span.raven-button-content:after {
    display: none !important;
}


#press_clippings .raven-post-content {
    padding-bottom: 15px;
}
@media all and (max-width: 1160px) {
    /*
    #press_clippings .tease .elementor-widget-wrap.elementor-element-populated {
        padding-bottom: 20px !important;
    } */
}

/***GET IN TOUCH***/
/*Contact Form*/
/*textarea exceptions...*/
form input::placeholder {
    opacity: 1 !important;
}

.textareafix .raven-field-group:not(.raven-field-type-textarea) label {
    display: none;
}

.textareafix textarea {
    border: 1px solid var(--FinBlue) !important;
}


/*REQUEST PRESS KIT*/
#requesthead .elementor-widget-container {
    max-width: 400px;
    margin: ;
}
#requesthead h2,
#requesthead h3 {
    color: white;
    font-family: var(--signika);
}
#requesthead h3 {
    font-size: 60px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 10px;
}
#requesthead h2 {
    font-size: 90px;
    font-weight: 800;
    line-height: 80px;
}



#presskitform button.raven-submit-button {
    margin-top: 50px;
}
#presskitform button.raven-submit-button svg {
    image-rendering: -webkit-optimize-contrast;
}

#presskitform select option:not(:first-child) {
    color: black;
}

#presskitform  .elementor-widget-raven-form {
    overflow: visible;
}

div#requesthead {
    margin-top: 28px;
}

#presskitform .raven-field-group {
    margin-top: 10px;
}

@media all and (max-width: 600px) {
    #requesthead {
        max-width: none;
    }
    #requesthead h3 {
        font-size: 40px;
    }

    #requesthead h2 {
        font-size: 60px;
    }
}
/****BLOG***/
body a.raven-post-title-link,
body a.raven-post-date,
body a.raven-post-title-link {
    text-decoration: none;
}



.fin_archive .raven-post {
    display: flex;
    flex-direction: row;
    overflow: visible;
}

.fin_archive .raven-post-image-wrap {
    width: 30%;
    margin-right:5%;
    position: relative;
}

.raven-post-content {
    width: 100%;
    display: block;
}

.fin_archive .raven-post-image-wrap + .raven-post-content {
    width: 65%;
}

.fin_archive .raven-post-image-wrap .raven-post-image{
    position: relative;
    overflow: visible;
}
.fin_archive .raven-post-image-wrap .raven-post-image:before {
    content:  '';
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    background-color: var(--FinBlue);
    left: -12px;
    bottom: -12px;
    z-index: 0;
}

@media all and (max-width: 600px) {
    .fin_archive .raven-post {
        display: block;
    }

    .fin_archive .raven-post-image-wrap, 
    .fin_archive .raven-post-content {
        width: 100% !important;
        margin: 0;
    }
}

/*search*/
#search input.raven-search-form-input::placeholder {
    color: #aaaaaa;
    font-style: italic;
}

/*pagination*/
a.raven-pagination-num {
    width: 40px;
    height: 40px;
}

.raven-pagination a.raven-pagination-disabled {
    display: inline-block;
}

a.raven-pagination-next,
a.raven-pagination-prev {
    position: relative !important;
    border: none !important;
    background-color: transparent !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 13px 15px;
    image-rendering: -webkit-optimize-contrast;
    width: 30px;
    height: 15px;
}

a.raven-pagination-next {
    background-image: url(images/triangle-right.png) !important;
}

a.raven-pagination-prev {
    background-image: url(images/triangle-left.png) !important;
}
body.blog a.raven-pagination-next:after,
body.blog a.raven-pagination-prev:before {
    position: absolute;
    display: inline-block;
    color: #818181;
    font-style: italic;
    width: 150px;
    top: -9px;
    font-size: 14px;
}
body.blog a.raven-pagination-next:after {
    content: 'OLDER POSTS';
    left: 15px;
}

body.blog a.raven-pagination-prev:before {
    content: 'LATEST POSTS';
    left: -135px;
}

@media all and (max-width: 600px) {
    body.blog .raven-post-excerpt {
        display: none;
    }

    body.blog h3.raven-post-title {
        margin: 20px 0 12px;
        padding: 0;
    }
}

/***SINGLE POST****/
/*meta*/
#author .elementor-widget-container,
.raven-post-meta {
    color: #818181;
    font-size: 15px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.1;
}

#author span.divider,
.raven-post-meta span.divider {
    margin: 0 16px;
}

#author .elementor-widget-container a {
    color: #818181;
}


/*post*/
body.single-post ul.elementor-post-info li:not(:first-child) {
    margin: 0 !important;
}
body.single-post ul.elementor-post-info li:first-child {
    margin-right: 3px !important;
}

body.single-post ul.elementor-post-info li[itemprop="about"] span.elementor-post-info__item-prefix {
    margin: 0 15px;
}

body.single .elementor-widget-theme-post-title {
    margin-bottom:0;
}

@media all and (max-width: 460px) {
    body.single-post ul.elementor-post-info li[itemprop="about"] {
        display: block;
        width: 100%;
        margin-left: 8px !important;
    }
    body.single-post ul.elementor-post-info li[itemprop="about"] span.elementor-post-info__item-prefix {
        display: none;
    }
}
.smaller {
    max-width: 200px;
    margin-left: 10%;
}

.blog_spotlight img {
    position: relative;
    z-index: 9;

}
.blog_spotlight img:before {
    content:  '';
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    background-color: var(--FinBlue);
    left: -12px;
    top: -12px;
    z-index: 0;
}

.blog_spotlight:before {
    bottom: -12px;
    top: auto;
}


/*GOLD SECTIONS*/
/***SECTIONS***/
/*Gold*/
.gold,
.gold .elementor-column-wrap {
    background-size: auto 100% !important;
    background-repeat: no-repeat;
}
.gold h3 {
    color: white;
}

.gold p {
    color: var(--SBblue);
}

/*height fix*/
@media all and (min-width: 1600px) {
    section.gold.fix,
    section.gold.fix > div {
        background-size: auto 120% !important;
        background-position: center right !important;
    }
}

/*Section width fix*/
@media all and (max-width: 1150px) {
    section.gold.right {
        background-position: 110% 0 !important;
    }
    section.gold.hardright {
        background-position: 400px 0 !important;
    }
    section.gold.harderright {
        background-position: 500px 0 !important;
    }
    section.gold.left {
        background-position: -10% 0 !important;
    }

    section.gold.left .elementor-column-wrap {
        background-position: 50% 0 !important;
    }
}



@media all and (max-width: 600px) {
    section.gold {
        background-size: 100% auto !important;
        background-position: top center !important;
    }
    section.gold .image_col .elementor-column-wrap {
        height: 500px !important;    
        background-size: 100% auto !important;
    }
}