/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
body {
    background: #0C0C0C;
    color: #fff;
}

body .oceanwp-mobile-menu-icon {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    font-weight: 300;
}

body #main #content-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

a:focus {
    outline: none !important;
}

p:last-child {
    margin-bottom: 0;
}

div#site-navigation-wrap {
    display: none;
}

a.mobile-menu .oceanwp-text {
    display: none;
}

a.mobile-menu .oceanwp-close-text {
    display: none !important;
}

a.mobile-menu i {
    font-size: 25px;
    color: #fff;
}

.hero-bg-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.hero-bg-cover img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hero-cover {
    position: relative;
    overflow: hidden;
}

.hero-cover .container {
    height: calc(100vh - 110px);
}

.hero-item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    margin: 40px 0;
    max-width: 900px;
}

.hero-item p {
    font-size: 20px;
    line-height: 1.45;
}

.hero-item * {
    color: #fff;
    text-align: center;
}

.btn {
    background: #25B7A5;
    padding: 8px 40px;
    font-weight: 600;
    font-size: 20px;
    min-width: 200px;
    transition: 0.4s ease;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #25B7A5;
}

.btn:hover,
.btn:focus {
    background: #fff;
    color: #25B7A5;
    border-color: #fff;
}

.btn-white-transparent {
    background: transparent;
    padding: 8px 30px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    transition: 0.4s ease;
}

.btn-white-transparent:hover,
.btn-white-transparent:focus {
    background: #fff;
    color: #25B7A5;
}

.btn-link {
    color: #fff;
    font-size: 20px;
    position: relative;
    padding-right: 45px;
    background: url(../../../wp-content/uploads/2021/09/right-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 5px center;
    transition: 0.4s ease;
}

.btn-link:hover,
.btn-link:focus {
    background-position: right 10px center;
    color: #fff;
}

a:hover,
a:focus {
    color: #25B7A5;
}

#site-logo-inner img {
    max-width: 190px;
}

#copyright img {
    max-width: 190px;
}

.hero-btn-group .btn {
    margin: 20px 40px;
}

.hero-item h1 {
    font-size: 86px;
}

.hero-btn-group {
    margin-top: 50px;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.text-center {
    text-align: center;
}

.featured-project {
    padding: 7vw 0;
}

.section-title {
    margin-bottom: 110px;
}

.section-title h2 {
    position: relative;
    padding-bottom: 14px;
}

.section-title h2:before {
    content: "";
    height: 5px;
    width: 70px;
    background: #25b7a5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.featured-left {
    width: 50%;
    padding-right: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.featured-left h3 {
    text-transform: uppercase;
    margin-bottom: 50px;
}

.featured-right {
    width: 50%;
    position: relative;
    height: 100%;
}

.featured-video {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: rgb(13,13,13,0.2);
}

a.featured-video img {
    border: 0;
}

.featured-right img {
/*     border: 8px solid #fff; */
/*     max-width: 120%; */
}


.featured-left p {
    line-height: 1.4;
}

.featured-left .btn-link {
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
}

.project-post-cover {
    background: #141414;
    padding: 7vw 0 9vw;
}

.project-post-item {
    display: flex;
    flex-wrap: wrap;
}

.project-post-img {
    width: calc(33.33% - 34px);
    margin: 26px 16px;
    position: relative;
    border: 8px solid #fff;
}

.project-post-item {
    margin: 0 -16px;
}

.project-post-inner-img {
    padding-top: 115%;
    position: relative;
}

.project-post-inner-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-post-name {
    background: rgb(0 0 0 / 80%);
    padding: 12px 20px;
}

.project-post-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    transform: rotateX(90deg);
    transform-origin: bottom center;
    transition: 0.5s ease;
    ;
    color: #fff;
}

.project-post-img:hover .project-post-name {
    transform: rotateX(0deg);
}

.project-post-name p {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}

.project-post-img:nth-child(3n+2) {
    position: relative;
    top: -50px;
}

.project-btn {
    text-align: center;
}

.project-btn .btn {
    position: relative;
    top: -20px;
}

#footer-bottom {
    padding: 25px 0;
}

#copyright p {
    font-size: 14px;
    line-height: 1.8;
}

#copyright p a:hover {
    color: #25B7A5;
}

.sidr-class-toggle-sidr-close:hover,
.sidr-class-toggle-sidr-close:focus {
    color: #fff;
}

.oceanwp-sidr-overlay {
    background: #000;
    opacity: 0.8 !important;
    z-index: 999999;
}

.sidr-class-toggle-sidr-close {
    background: transparent !important;
}

#sidr {
    background: #000;
}

#sidr .sidr-inner li a {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    transition: 0.5s ease;
}

#sidr .sidr-inner li a:hover span {
    color: #25B7A5;
}

#sidr .sidr-inner form,
.sidr-class-close-text {
    display: none;
}

a.sidr-class-toggle-sidr-close {
    color: #fff;
    font-size: 20px;
}

.sidr-class-menu-logo-img .sidr-class-menu-image-title-after {
    font-size: 0;
}

.sidr-class-menu-image {
    width: 200px;
    height: auto;
}

#sidr {
    width: 22vw;
    right: -22vw;
}

.sidr-inner ul {
    height: calc(100vh - 25vh);
    padding-top: 15vh;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

ul#sidr-id-menu-header-menu {}

ul#sidr-id-menu-header-menu .sidr-class-menu-logo-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.sidr-inner ul li:not(.sidr-class-menu-logo-img) {
    width: 100%;
    margin: 2vh 0;
}

#site-logo #site-logo-inner a:hover img {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}

/* The Designer */
.inner-banner {
    padding-top: 5vw;
    padding-bottom: 5vw;
    background-size: cover;
    position: relative;
}

.inner-banner h1 {
    text-align: center;
}

.inner-banner:before {
    content: "";
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
}

.wpb_text_column p {
    line-height: 1.4;
}

.inner-banner h1 {
    position: relative;
    padding-bottom: 14px;
}

.inner-banner h1:before {
    content: "";
    height: 5px;
    width: 70px;
    background: #25b7a5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.inner-banner-item {
    padding-top: 35px;
}

/* Portfolio Archive */
.portfolio-flex .project-post-img {
    border: 0 !important;
    top: 0 !important;
}

.portfolio-post-cover {
    padding: 5vw 0;
}

/* Portfolio Single */
.banner-title-capital h1{
    text-transform: uppercase;
}
.brief-cover,
.vision-cover {
    padding: 4vw 0;
}

.brief-cover .section-title,
.vision-cover .section-title {
    margin-bottom: 50px;
}

.three-img-item {
    width: calc(33.33% - 50px);
    margin: 25px;
}

.three-img-flex {
    margin: 40px -25px 0;
}

.img-cover {
    padding-top: 115%;
    position: relative;
    display: block;
}

.img-cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-cover:before {
    content: "";
    height: 100%;
    width: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.8;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.5s ease;
}

.img-cover:hover:before {
    opacity: 0.8;
    visibility: visible;
    pointer-events: all;
}

.img-cover:after {
    content: "+";
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 100px;
    font-weight: 300;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.5s ease;
}

.img-cover:hover:after {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.finished-project-cover {
    padding: 5vw 0;
}

.finished-project-cover .section-title {
    margin-bottom: 30px;
}

.three-img-flex.portfolio-flex {
    margin-top: 0;
}

.contact-page-form {
    max-width: 700px;
    margin: 0 auto !important;
}

.contact-page-form input {
    height: 44px !important;
    font-size: 16px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-family: Montserrat !important;
}

.contact-page-form textarea {
    height: 160px !important;
    font-size: 16px !important;
    padding: 20px !important;
    font-family: Montserrat !important;
}

.contact-page-form input::-webkit-input-placeholder,
.contact-page-form textarea::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 0.5 !important;
}

.contact-page-form input:-ms-input-placeholder,
.contact-page-form textarea:-ms-input-placeholder {
    color: #000 !important;
    opacity: 0.5 !important;
}

.contact-page-form input::placeholder,
.contact-page-form textarea::placeholder {
    color: #000 !important;
    opacity: 0.5 !important;
}

.contact-page-form .frm_button_submit {
    background: transparent !important;
    border-color: #fff !important;
    box-shadow: none !important;
    line-height: 1 !important;
    padding: 10px 30px !important;
    min-width: 210px;
    font-size: 20px !important;
    font-family: Montserrat !important;
}

.contact-page-form .frm_button_submit:hover,
.contact-page-form .frm_button_submit:focus{
    background: #fff !important;
    color: #000 !important
}

body .frm_style_formidable-style.with_frm_style .frm_blank_field label, 
body .frm_style_formidable-style.with_frm_style .frm_error{
    color: #f00;
}

.contact-page-form input:focus{
    border: 0 !important;
    box-shadow: none !important;
}

.splash-intro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #3a383a;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.splash-intro video {
    width: auto;
    max-width: 100%;
}

body.is-fixed {
    overflow: hidden;
    height: 100vh;
}

.splash-intro video{
    display: none;
}

/*
.fancybox-custom-description {
    max-width: 900px;
    font-size: 16px;
    margin: 20px auto;
    position: absolute;
    top: 100%;
    width: 80vw;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.single-portfolio .fancybox-caption{
    display: none;
}
*/
.single-portfolio .fancybox-caption {
    top: 100%;
    background: transparent;
    width: 900px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 15px !important;
    padding: 0;
}

.single-portfolio .fancybox-content {
    margin-bottom: 80px !important;
}

@media (max-height: 750px) {
    .sidr-inner ul li:not(.sidr-class-menu-logo-img) {
        margin: 5px 0;
    }
}

@media (max-height: 650px) {
    .sidr-inner ul li:not(.sidr-class-menu-logo-img) {
        margin: 5px 0;
    }

    ul#sidr-id-menu-header-menu .sidr-class-menu-logo-img {
        position: static;
    }

    .sidr-inner ul {
        height: auto;
        padding-top: 0;
    }
}

@media (max-width: 1600px) {
    .hero-item h1 {
        font-size: 70px;
    }

    body h2 {
        font-size: 39px;
    }

    .section-title {
        margin-bottom: 80px;
    }

    .featured-left h3 {
        margin-bottom: 30px;
    }

    .featured-right img {
        max-width: 100%;
    }
}

@media (max-width: 1199px) {
    body h1 {
        font-size: 40px;
    }

    .hero-item h1 {
        font-size: 60px;
    }

    .featured-left {
        padding-right: 40px;
    }

    .featured-left {
        padding-top: 0;
    }

    .project-post-name p {
        font-size: 18px;
    }

    #sidr {
        width: 350px;
        right: -350px;
    }
    
    .splash-intro video{
        width: 100% !important;
    }
}

@media (max-width: 1023px) {
    body h1 {
        font-size: 36px;
    }

    .project-post-name p {
        font-size: 16px;
    }

    .hero-btn-group .btn {
        margin: 10px;
    }

    .hero-item h1 {
        font-size: 50px;
    }

    .hero-item p br {
        display: none;
    }

    body h2 {
        font-size: 38px;
    }

    body h3 {
        font-size: 34px;
    }

    .project-post-item {
        margin: 0 -16px;
    }

    .project-post-img {
        width: calc(33.33% - 20px);
        margin: 15px 10px;
    }

    .project-post-img:nth-child(3n+2) {
        top: -30px;
    }

    .project-btn .btn {
        top: 0px;
    }

    .btn {
        font-size: 18px;
    }

    .featured-left h3 {
        margin-bottom: 20px;
    }

    .project-post-img {
        border-width: 6px;
    }

    .three-img-item {
        width: calc(33.33% - 20px);
        margin: 10px;
    }

    .three-img-flex {
        margin: 40px -10px 0;
    }
    .single-portfolio .fancybox-caption{
        width: 90vw;
    }
}

@media (max-width: 767px) {
    body h1 {
        font-size: 32px;
    }

    .project-post-img {
        width: calc(50% - 20px);
    }

    .project-post-img:nth-child(3n+2) {
        top: 0;
    }

    .project-btn {
        padding: 30px 0;
    }

    .featured-left {
        width: 100%;
        padding-right: 0;
    }

    featured-right {
        width: 100%;
    }

    .section-title {
        margin-bottom: 40px;
    }

    .hero-item {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        max-width: 100%;
        margin: 60px 0;
    }

    .hero-cover .container {
        height: auto;
    }

    .btn {
        font-size: 16px;
    }

    .hero-item h1 {
        font-size: 40px;
        line-height: 1.2;
    }

    .hero-item p {
        font-size: 18px;
    }

    body h3 {
        font-size: 30px;
    }

    html body {
        font-size: 16px;
    }

    .btn-link {
        font-size: 16px;
    }

    body h2 {
        font-size: 34px;
    }

    .featured-right {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 0;
        order: -1;
    }

    .hero-btn-group {
        margin-top: 25px;
    }

    .sidr-inner ul li:not(.sidr-class-menu-logo-img) {
        margin: 0;
    }

    ul#sidr-id-menu-header-menu .sidr-class-menu-logo-img {
        position: static;
    }

    .sidr-inner ul {
        height: auto;
        padding-top: 0;
    }

    #sidr .sidr-inner li a {
        font-size: 18px;
    }

    .project-post-img .project-post-name {
        transform: rotateX(0deg);
    }

    .brief-cover .section-title,
    .vision-cover .section-title {
        margin-bottom: 30px;
    }

    .brief-cover,
    .vision-cover,
    .finished-project-cover {
        padding: 30px 0;
    }
    
    .single-portfolio .fancybox-caption{
        padding-left: 0;
        padding-right: 0; 
        padding-top: 10px;
    }
    .single-portfolio .fancybox-navigation .fancybox-button{
        top: calc(50% - 60px);
    }
    .single-portfolio .fancybox-button{
        display: none;
    }
}

@media (max-width: 480px) {
    html body {
        font-size: 14px;
    }

    body h2 {
        font-size: 30px;
    }

    body h3 {
        font-size: 24px;
    }

    .hero-item h1 {
        font-size: 34px;
    }

    .section-title {
        margin-bottom: 30px;
    }

    .project-post-img {
        width: calc(100% - 20px);
        margin: 10px;
    }

    .featured-left .btn-link {
        margin-top: 10px;
    }

    .btn {
        font-size: 14px;
    }

    #sidr {
        width: 90%;
        right: -90%;
    }

    .featured-project,
    .project-post-cover {
        padding: 40px 0;
    }

    .three-img-item {
        width: calc(100% - 20px);
    }
}