/* ============= CUSTOM HOME MENU =============  */


.logo img {
    height: 1.5em;
}

.mobile-inner-right {
    display: flex;
}

a.telephone {
    color: white;
}

/* small phone icon for standard menu */

a.ic-phone {
    color: black;
    font-size: 13px;
    padding-right: 30px;
}
/* large phone icon for index mobile menu */

a.ic-phone.index { 
    font-size: 20px;
}
/* fixed header */
header#header {
    position: fixed;
    display: block;
    z-index: 99999999;
    background: white;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}

header#header.no-border {
    border: none;
}

.wrap--w1790,
.wrap--w1790 > .container-fluid,
.header__content {
    height: 100%;
}
/* Nav menu items fonts */
.menu a {
    font-size: 11px;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 18px;
    /* font-weight: 600; */
}

/* lighter font for index page menu */
/* .menu-item.index > a {
    font-weight: 200;
} */



/* plus icon to the right */
/* .menu-item.menu-item-has-children>a::after {
    display: inline-block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    font-family: Material-Design-Iconic-Font;
    content: '\f278';
    width: 71px;
    height: 71px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    font-weight: 700;
} */

.menu-item.menu-item-has-children>a::after {
    content: " +";
}

/* ============= CUSTOM FOOTER  =============  */

.widget.m-b-25 > a > img {
    height: 20px;
}


.about-bold {
    font-weight: 600;
}

@media(max-width: 991px) {
    .media-about .media__text {
        margin-bottom: 34px;
    }
}

.section-title--light .title-sub{
    color : #999;
}

.section-title--light .title-1 {
    color: #222;
}

.custom-wp-post-image {
    margin-bottom: 0;
}

/* ============= CUSTOM HOME PAGE (PROJECT HOVER) =============  */

/* set default background image */
#fs-container {
  background-image: url("../images/home-01-overlay.jpg");
}

/* divide into three sections insteaad of 5 */
.media-project-hover {
    width: calc(100% / 3);

}

/* stack each section and have background image fill each block  */

@media (max-width: 991px) {
    #fs-container {
        display: flex;
        flex-direction: column;
        background-image: none !important;
        background-color: #666;
    }
    .media-project-hover {
        width: 100%;
        height: 60vh;
        border-right: none;
        border-bottom: 1px solid rgba(242,242,242,.3);
        background-color: black;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        background-image: url("../images/home-01-overlay.jpg");
    }
    .home-01 {
        background-image: url("../images/home-01-overlay.jpg");
     
    }
    .home-02 {
        background-image: url("../images/home-02-overlay.jpg");
    }
    .home-03 {
        background-image: url("../images/home-03-overlay.jpg");
    }
}

.media__body {
    z-index: 3;
}


/* ============= CUSTOM CONSTRUCTION PAGE  =============  */
/* .centered {
    text-align: center;
} */
/* add '$' before money statistic  */
.media-statistic .money:before,
.media-statistic-2 .money:before {
  content: '$';
}


#videoViewport {
    position: absolute;
    top: 0;
    left: 0;
    height: 600px;
    overflow: hidden;
    /* z-index: -1; */
}

/* .video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
     width: auto; 
    height: auto; 
    z-index: -100;
    background-size: cover;
    overflow: hidden;
} */


.media-project-2 .media__body {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.4s;
  transition: opacity 0.1s, -webkit-transform 0.4s;
  -o-transition: opacity 0.1s, -o-transform 0.4s;
  -moz-transition: transform 0.4s, opacity 0.1s, -moz-transform 0.4s;
  transition: transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s, -moz-transform 0.4s, -o-transform 0.4s;
}

/* .et-hero-tabs,
.et-slide {
    
    flex-direction: column;
    justify-content: center;
    align-items: center;
 
    position: relative;

    text-align: center;


} */

/* .et-hero-tabs {
    display: flex;

}



.et-slide {
    height: 100vh;
}

.et-hero-tabs-container {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: 10;

}

.et-hero-tabs-container:top {
    position: fixed;
    top: 0;
}

.et-hero-tabs-container:hover {
	color:white;
    background: rgba(102,177,241,0.8);
	transition: all 0.5s ease;
}

.et-hero-tab-slider {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 6px;
    background: #66B1F1;
    transition: left 0.3s ease;
}

@media(min-width: 800px) {
    .et-hero-tab {
        font-size: 1rem;
    }
}  */





/* ============= CUSTOM PROJECT DETIAL PAGE  =============  */

.project-style-1-custom {
    padding-top: 0px;
}

.project-nav-link {
    color: #222;

}

.project-nav-link:before {
    content: " ";

}

.project-nav-link:after {
    content: " >";

}


.project-nav-link:before,
.project-nav-link:after {
    text-decoration: none;
    color: #999;
}



.slider {
    /* width: 50%; */
    /* margin: 100px auto; */
}

.slick-slide {
    /* margin: 0px 20px; */
}

.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-next:hover {
    color: transparent;
}


.slick-prev:before,
.slick-next:before {
    color: #eee;
    z-index: 1000000;
}


.page-heading-overlay {
    background: black;
    overflow: hidden;
    height: 351px;
}

.page-heading-overlay img {
    object-fit: cover;
    opacity: 0.4;
    height: 100%;
    
}
.page-heading__inner {
    flex-direction: column;
    justify-content: center;
    /* align-items: flex-start; */
}

.header-image-overlay {
    background: black;
    overflow: hidden;
    position: relative;
    max-height: 60vh;
    width: 100%;
}

.header-image-overlay img {
  width: 100%;
  object-fit: cover;
  height: 100%;
    opacity: 0.5;

}

.header-image-overlay.full-opacity img {
    opacity: 1;
}

.header-image.header-img.with-logo {
    width:100%;
}

.page-heading__inner {
    margin: 0 auto;
}

.project-title {
    color: white;
    font-size: 30px;
    /* text-shadow: 2px -1px 8px rgba(0,0,0,0.45); */
    /* text-shadow: 2px 2px #ff0000; */
}

.project-subtitle {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-weight: 400;
    line-height: 1.2;
    padding-top: 20px;
}

.project-summary {
    margin-bottom: 60px;
}

.white {
    color: white;
}

@media only screen and (max-width: 576px) {
    .entry-meta.custom-entry-meta {
        padding: 20px;
        padding-top: 10px;
    }
    h4.title-sub-custom {
        margin-top: 13px;
    }
}

h2.title-3-custom {
    font-size: 48px;
}


@media only screen and (max-width: 768px) {
    .page-heading__inner {
        font-size: 20px;
    }
    .header-image-overlay {
        height: 30vh;
    }
}

@media only screen and (max-width: 899px) {
    .project-title {
        font-size: 40px;
    }

     h2.title-3-custom {
         font-size: 40px;
     }

   
}

@media only screen and (min-width: 900px) {
    .project-title {
        font-size: 60px;
    }
}

ul.amenities-list {
    /* list-style: circle; */
    /* margin-left: 10px; */
}

.amenities-list > li {
    font-size: 12px;
    line-height: normal;
    margin-top: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}
i.amenity-icon {
    height: 30px;
    width: 30px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-right: 10px;
    height: 54px;
}
.amenity-icon {
    font-size: 25px;
}

.entry-meta.custom-entry-meta {
    margin-bottom: 0;
    padding-top: 60px;
    /* padding-bottom: 20px; */
    
}

div.entry-meta.custom-entry-meta.m-b-80 {
    padding-top: 10px;
}


.custom-entry-meta {
    width: 100%;
    padding-bottom: 0px;
}

.m-b-60 {
    margin-bottom: 60px;
}

/* stop slick arrows from being cut off */
@media (max-width: 991px) {
    .amenity-slider-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

div.entry-meta.custom-entry-meta.m-b-60 {

    padding-top: 10px;
}

.title-sub-custom {
    margin-bottom: 13px;
}





.reylenn-logo {
    max-width: 700px;
    object-fit: contain;
    margin-top: 18px;
    /* margin: 0 auto; */

}


@media (max-width: 900px) {
    .reylenn-logo {
        max-width: 85vw;
    }
    
}

.solana-logo {
    max-width: 400px;
    object-fit: contain;
}

@media (max-width: 900px) {
    .solana-logo {
        object-fit : contain;
        max-width: 50vw;

    }
    
}

.overlay {
    width: 100%;
    height: 100%;
    background: black;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
}


.logo-container {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 100;
}

.header-img.with-logo {
    position: relative;
}


.spacer {
    background-color: transparent;
    height: 135px;

}

.media-statistic .billion {
    font-size: 30px;
    color: #222;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    margin-left: 5px;
}

.media-statistic .billion:after,
.media-statistic-2 .billion:after {
   content:"+";
}




.media-statistic .no-plus:after,
.media-statistic-2 .no-plus:after {
    content: "";
}

/* SOLANA LOGO ANIMATION */

.solana-svg-container {
    max-width: 300px;
    margin: 0 auto;
}

.line {
    fill: none;
    stroke: pink;
    stroke-width: 8px;
    /* Stroke-dasharray property */
    stroke-dasharray: 890px;
    stroke-dashoffset: 890px;
    animation: move 3s ease-in;
    animation-fill-mode: forwards;



}
@keyframes move {
    to {
        stroke-dashoffset: 100;
    }
}


.st0{display:none;}
.st1{fill:pink;}
.st2{fill:none;stroke:pink;stroke-miterlimit:10;}

/* DEVELOPMENT SERVICES*/

.case-study-container {
    border: 1px solid #ebebeb;
    padding: 30px;
}

article.case-study-text {
    padding-left: 0px;
    margin-bottom: 0px;
}

@media (min-width: 992px) {
    .case-study-container {
        padding-top: 70px;
    }
    
}


.media-project-3 .media__content.p-l-0 {
    padding-left: 0;
    margin-bottom: 0px !important;
}


.entry-content.p-l-0 {
    padding-left: 0;
}


.key.project-bullet {
    text-transform: uppercase;
    margin-right: 20px;
    vertical-align: baseline;
}

.col-lg-7.project-summary {
    margin-bottom: 0;
}

.media-project-3 .media__text.case-study-summary {

    margin-bottom: 35px;
}

.case-study-image-container {
    position: relative;
    cursor: pointer;
}

.case-study-image {
    width: 100%;
    object-fit: cover;
    height: 100%;

}

.case-study-image__inner {
    display: none;
}



.case-study-image-overlay:hover .case-study-image__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    color: white;
    margin: 0 auto;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 20px 65px;
    text-align: left;
}

.case-study-image__inner h4 {
    max-width: 600px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
}


@media (max-width:991px) {
    .case-study-image__inner h4 {
        font-size: 12px;
        max-width: 100%;
    }

    .case-study-image-overlay:hover .case-study-image__inner {
        padding: 10px;
    }

    .project-style-1 .entry-meta.case-study-stats {
    padding: 30px;
}

}



.case-study-image-overlay:hover .case-study-image {
    opacity: 0.35;
    -webkit-transition:  0.5s ease-in-out;
    -moz-transition:  0.5s ease-in-out;
    -o-transition:  0.5s ease-in-out;
    transition:  0.5s ease-in-out;
}

.case-study-image-overlay {
    background: black;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.blog-detail-1 .entry-content blockquote.case-study-blockquote {


    margin-bottom: 0px;
}

/* PORTFOLIO PAGE */
.type {
    font-size: 11px;
    color: #ececec;
    line-height: normal;
    margin-top: 1em;
}


/* CUSTOM FONT SIZES */

body {
    font-size: 15px;
}


.media-project-2 .media__title a {
    font-size: 16px;
}

.media-project-2 .address,
.title-sub--sm {
    font-size: 13px;
}

.media-about-2 .title-1 {
    font-size: 24px;
}


.media-project .media__body .address {
    font-size: 15px;
}


.media-team .overlay {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: none;
}

.media-team:hover .overlay{
    display: block;
    cursor: pointer;
}


.media-team .media__img-wrap { 
    border-radius: 0;
    overflow: visible;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0 !important;
}
/* PROJECT DETAILS KEY/VALUE FONT SIZE  */
.project-style-1 .entry-meta__item .key, .project-style-4 .entry-meta__item .key {
    font-size: 15px;
}

span.value {
    font-size: 12px;

}

.entry-meta__item {
    line-height: normal;
}

.bio-container {
    display: flex;
    flex-direction: column;
}
.row.bio {
    background-color: pink;
}

/* // VIMEO VIDEO EMBEDING */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.m-t-40 {
    margin-top: 40px !important;
}



.project-overlay-link {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: transparent;
    z-index: 90;
    top: 0;
    display: none;
    cursor: pointer;
}


.bg-overlay, 
.media-project-1 .media__img, 
.media-project-1 .media__body 
.media-project-2,
.media-project-2 .media__img,
.media-project-2 .media__img a,
.media-project-2 .media__img a img,
.media-project-2 .media-body,
a {
    cursor: pointer !important;
}

.media-project-2 .media__img img:hover {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
/* .media-project .project-overlay-link {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
} */


.media-project:hover .media__body .custom-btn {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}


.media-project .media__body .custom-btn {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
    -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.custom-btn {
    border: none;
    color:  #ebebeb;
    padding: 15px;
}

.custom-btn:hover,
.custom-btn:hover .ic-arrow  {
    background-color: transparent;
    color: #ccc;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

@media (min-width: 1366px) {
 .custom-btn {display: none;}
}






.media-project:hover .project-overlay-link {
  opacity: 1;
  display: block;
  cursor: pointer;
}

/* .hamburger .hamburger-box .hamburger-inner:before {
    height: 1.5px;
} */

.hamburger.custom-hamburger {
    border-color: #ebebeb;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.hamburger.custom-hamburger:hover {
    background: #fff;
}

.hamburger.custom-hamburger .hamburger-box .hamburger-inner,
.hamburger.custom-hamburger .hamburger-box .hamburger-inner:after, 
.hamburger.custom-hamburger .hamburger-box .hamburger-inner:before {
    background-color: #fff;
}

.hamburger.custom-hamburger:hover .hamburger-box .hamburger-inner,
.hamburger.custom-hamburger:hover .hamburger-box .hamburger-inner:after, 
.hamburger.custom-hamburger:hover .hamburger-box .hamburger-inner:before {
    background-color: #222;
}


/* .hamburger.hamburger--sm {
    border-color: #ebebeb;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hamburger.hamburger--sm:hover {
    background: #fff;
}

.hamburger.hamburger--sm .hamburger-box .hamburger-inner,
.hamburger.hamburger--sm .hamburger-box .hamburger-inner:after,
.hamburger.hamburger--sm .hamburger-box .hamburger-inner:before {
    background-color: #fff;
}

.hamburger.hamburger--sm:hover .hamburger-box .hamburger-inner,
.hamburger.hamburger--sm:hover .hamburger-box .hamburger-inner:after,
.hamburger.hamburger--sm:hover .hamburger-box .hamburger-inner:before {
    background-color: #222;
} */

.media-project-3 .media__body {
    align-items: flex-start;
}

.bio-text {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.bio-close {
    float: right;
    cursor: pointer;
    position: relative;
    padding-top: 15px;

}

.bio-close:hover {
    color: #222;

}


.bio-close > i {
    font-size:30px;
    /* color:white; */
    /* margin: 0 auto;
    padding: 10px; */
}

.bio-name-link {
    text-transform: uppercase;
    cursor: pointer;
}

.bio-icon {
   font-size: 12px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    padding: 0 8px;
    cursor: pointer;
}
.bio-pic-large {
    min-height: 390px;
    min-width: 390px;
}

@media (max-width: 991px) {
    .bio-pic-large {
        min-height: 250px;
        min-width: 250px;
        max-height: 250px;
        max-width: 250px;
        margin: 0 auto;
    }
    .media-project-3 .media__content {
        text-align: center;
    }

    .media__text.wow.fadeInUp {
        text-align: left;
        font-size: 14px;
    }

    .team-container > .p-t-110 {
        padding-top: 80px;
    }
    #team > div > .p-b-30 {
        padding: 15px;
        padding-bottom: 30px;
    }


}


.team-container {
    background-color: #f4f4f4;
    max-height: 100%;
    opacity: 1;
}

.hidden-transition {

  /* visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s ease-in; */
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s, opacity 0.2s;

    /* max-height: 0;
    overflow-y: hidden;
	transition-property: all;
	transition-duration: 2s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1); */

}

html {
    scroll-behavior:smooth;
}


.blog .entry-meta {
    text-transform: uppercase;
}

.entry-image {
    /* object-fit: fill; */
    object-fit: cover;
    height: 350px;
}

.entry-image > a > img {
     object-fit: cover;
     height: auto;
    object-fit: cover;
    max-height: 100%;
    width: auto;
    height: 350px;
    min-width: 100%;
  
}

.footer-address {
    line-height: normal;
}

a.img-client.m-b-60 {
    cursor: default;
}


/* .entry-excerpt {
    max-height: 68px;
    text-overflow: ellipsis;


  white-space: wrap;
  overflow: hidden;
} */

.blog .entry-meta {
    letter-spacing: .06em;
}


@media only screen and (min-width: 1199px) {

    .blog .entry-meta {
            letter-spacing: .3em;
    }

}

@media only screen and (max-width: 765px) {

    .blog .entry-meta {
            letter-spacing: .3em;
    }

}


@media only screen and (max-width: 400px) {

    .blog .entry-meta {
            letter-spacing: .07em;
    }

}

.contact-info {
    line-height: normal;
    margin-top: 10px;
}

.custom-map {
    width: 50%;
}

.address-container {
    margin-bottom: 80px;

}

.contact-map-container {
    /* padding-right: 30px !important; */
    /* width: 100%; */
    height: 100%;
    max-height: 370px;

}

a.add-map-link {
    display: none;
    height: 0;
}



.map-and-info-container {
    height: 100%;
}

@media only screen and (min-width: 992px) {

    .contact-map-container {
        min-height: 370px;
    }

}

@media only screen and (max-width: 991px) {

    .contact-info__item {
       margin-bottom: 60px;
    }

    .contact-info__item.email {
        margin-bottom: 0;
    }

}

.semibold {
    font-weight: 500;
}
.small-caps {
    font-variant: small-caps;
}

p.awards {
    line-height: normal;
}

a.award-sub-text {
    color: blue;
}

.award-sub-text {
    color: #888;
    font-size: 11px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

a.inline-link {
    display: inline;
}

.mobile-spacer {
    display: none;
}
@media (max-width: 991px) {
  .mobile-spacer {
    display: block;
  }
}

.line-break {
    white-space: pre-line;
}

.announcement-bar {
    color: white;
    background-color: black;
    width: 100%;
    text-align: center;
    padding: 20px;
}