/*
Theme Name: DMN WP STARTER
Description: DMN WP STARTER Child theme for customizations.
Author: DMN Creative
Author URI: mailto:dev@dmncreative.com
Template: oceanwp
Text Domain:  dmnwpstarter
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Importing fonts */
/* @import "assets/fonts/fonts.css"; */
/* Importing fonts end */

/* Helpers and Init Styles */
:root {
    --site-headings-font: "futura-pt";
    --site-body-font: "futura-pt";
    --site-main-dark-blue: #0E2031;
    --site-main-light-blue: #54BBAB;
    --site-main-blue: #2F5B82;
    --site-main-white: #ffffff;
}

a:focus {
    outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0px;
}

.cust-boxed-container-left>.e-con-inner {
    margin: 0px 0px 0px auto;
}

.cust-boxed-container-right>.e-con-inner {
    margin: 0px auto 0px 0px;
}

.cust-animation-icon svg {
    position: absolute;
    top: 0;
    left: 0;
    filter: brightness(0) invert(1) !important;
    -webkit-filter: brightness(0) invert(1) !important;
    color: var(--site-main-white) !important;
    display: inline-block;
    background-color: transparent !important;
    fill: #fff;
}

.cust-animation-icon svg g {
    color: var(--site-main-white) !important;
    fill: #fff;
}

.cust-animation-icon .xpro_lottie {
    height: 80px;
}

.cust-large-icon.cust-animation-icon .xpro_lottie {
    height: 180px;
}

/* Helpers End */

/* Buttons */

.my-btn a {
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

.my-btn button {
    border: none !important;
}

.my-btn a span {
    z-index: 1;
}

.my-btn a:hover .wave {
    top: -120px;
}

.my-btn a .wave {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 0;
    top: -65px;
    opacity: .4;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
}

.my-btn a:hover .wave {
    opacity: 1;
}

.my-btn a .wave::before, a .wave::after {
    width: 200%;
    height: 200%;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -75%);
}

.my-btn a .wave::before {
    border-radius: 45%;
    animation: wave 10s linear infinite;
    -webkit-animation: wave 10s linear infinite;
}

.my-btn a .wave::after {
    border-radius: 40%;
    animation: wave 15s linear infinite;
    -webkit-animation: wave 15s linear infinite;
    opacity: .2;
}

@keyframes wave {
    0% {
        transform: translate(-50%, -75%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -75%) rotate(360deg);
    }
}

.my-btn-1 a, .my-btn-1 a:visited {
    background: var(--site-main-light-blue);
    color: var(--site-main-white);
}

.my-btn-1 a .wave {
    background-color: var(--site-main-blue);
}

.my-btn-1 a .wave::before {
    background-color: var(--site-main-light-blue);
}

.my-btn-1 a .wave::after {
    background-color: var(--site-main-light-blue);
}

.my-btn-1 a:focus, .my-btn-1 a:hover {
    color: var(--site-main-white);
}

.my-btn-2 a, .my-btn-2 a:visited {
    background: var(--site-main-dark-blue);
    color: var(--site-main-light-blue);
}

.my-btn-2 a .wave {
    background-color: var(--site-main-light-blue);
}

.my-btn-2 a .wave::before {
    background-color: var(--site-main-dark-blue);
}

.my-btn-2 a .wave::after {
    background-color: var(--site-main-dark-blue);
}

.my-btn-2 a:focus, .my-btn-2 a:hover {
    color: var(--site-main-white);
}

.my-btn-3 a, .my-btn-3 a:visited {
    background: var(--site-main-dark-blue);
    color: var(--site-main-white);
}

.my-btn-3 a .wave {
    background-color: var(--site-main-blue);
}

.my-btn-3 a .wave::before {
    background-color: var(--site-main-dark-blue);
}

.my-btn-3 a .wave::after {
    background-color: var(--site-main-dark-blue);
}

.my-btn-3 a:focus, .my-btn-3 a:hover {
    color: var(--site-main-white);
}

/* Buttons end */

/* Header */

#site-logo #site-logo-inner a img {
    width: 255px;
}

/* Header end */

/* Footer */

#menu-footer li {
    display: block;
    padding-bottom: 15px;
}

/* Footer end */

/* Home banner */

.header-column {
    max-width: 100%;
}

.typetext-container {
    height: 55px;
}

#typed {
    color: var(--site-main-light-blue);
}

/* Home banner end */

/* Timeline (How it Works) */

.timeline {
    padding: 10px;
}

.timeline ul {
    padding: 0;
    margin: 0;
    position: relative;
}

.timeline .default-line {
    content: "";
    position: absolute;
    left: 50%;
    width: 3px;
    background: #bdc3c7;
    height: 462px;
}

.timeline .draw-line {
    width: 3px;
    height: 0;
    position: absolute;
    left: 50%;
    background: var(--site-main-light-blue);
}

.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 2px;
    margin: 0 auto;
    height: 114px;
    background: transparent;
}

.timeline ul li.in-view {
    transition: 0.125s ease-in-out, background-color 0.2s ease-out, color 0.1s ease-out, border 0.1s ease-out;
}

.timeline ul li.in-view::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -1px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--site-main-light-blue);
    transition: 0.125s ease-in-out, background-color 0.2s ease-out, color 0.1s ease-out, border 0.1s ease-out;
    transform: translateX(-14px);
    -webkit-transform: translateX(-14px);
    -moz-transform: translateX(-14px);
    -ms-transform: translateX(-14px);
    -o-transform: translateX(-14px);
}

.timeline ul li::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -1px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: inherit;
    background: #bdc3c7;
    transition: all 0.4s ease-in-out;
    transform: translateX(-4px);
    -webkit-transform: translateX(-4px);
    -moz-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    -o-transform: translateX(-4px);
}

/* Smooth Scroll Animation */
.timeline-item.active {
    opacity: 1 !important;
}

.timeline-item .line.active {
    width: 50%;
}

/* Timeline (How it Works) end */

/* FORMS */

/* Global Changes */

.wpcf7-form .wpcf7-response-output {
    margin: 0px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--site-main-green) !important;
}

form .my-form input[type="text"],
form .my-form input[type="email"],
form .my-form input[type="tel"],
form .my-form textarea {
    border-radius: 10px;
    border: 1px solid var(--site-main-white);
    color: var(--site-main-white);
}

form .my-form input::placeholder, form .my-form textarea::placeholder {
    color: var(--site-main-white);
    opacity: 1;
}

form .my-form .col-md-12, form .my-form .col-md-6 {
    margin-bottom: 15px;
}

.wpcf7-response-output {
    color: var(--site-main-white);
}

.my-btn button {
    position: relative;
    text-decoration: none;
    overflow: hidden;
    padding: 15px 30px 15px 30px !important;
    letter-spacing: 0;
}

.my-btn button span {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.my-btn button:hover .wave {
    top: -120px;
}

.my-btn button .wave {
    width: 200px;
    height: 200px;
    position: absolute;
    left: -40px;
    top: -65px;
    opacity: .4;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
}

.my-btn button:hover .wave {
    opacity: 1;
}

.my-btn button .wave::before, button .wave::after {
    width: 200%;
    height: 200%;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -75%);
}

.my-btn button .wave::before {
    border-radius: 45%;
    animation: wave 10s linear infinite;
    -webkit-animation: wave 10s linear infinite;
}

.my-btn button .wave::after {
    border-radius: 40%;
    animation: wave 15s linear infinite;
    -webkit-animation: wave 15s linear infinite;
    opacity: .2;
}

.my-btn-1 button, .my-btn-1 button:visited {
    background: var(--site-main-light-blue);
    color: var(--site-main-white);
}

.my-btn-1 button .wave {
    background-color: var(--site-main-blue);
}

.my-btn-1 button .wave::before {
    background-color: var(--site-main-light-blue);
}

.my-btn-1 button .wave::after {
    background-color: var(--site-main-light-blue);
}

.my-btn-1 button:focus, .my-btn-1 button:hover {
    color: var(--site-main-white);
}

/* Global Changes End */

/* FORMS END */

/* Blog */

/* Archive */

@media (min-width: 767px) {
    body.blog .blog-entry {
        margin: 0 0 60px;
        padding: 0 30px;
    }
}

.blog-entry.grid-entry .blog-entry-inner {
    border: none;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.3);
    border-radius: 40px;
}

.blog-entry.grid-entry .thumbnail {
    height: 250px;
    border-radius: 40px 40px 0px 0px;
}

.article-content {
    padding: 25px;
    text-align: center;
}

.blog-entry.post .article-content .blog-entry-header .entry-title a {
    font-weight: 700;
    letter-spacing: 0;
}

.article-content hr {
    width: 50px;
    height: 2px;
    border-top: 2px solid var(--site-main-light-blue);
    margin: 15px auto;
}

.article-content .my-btn a span {
    position: relative;
}

.article-content .my-btn .fa.fa-angle-right {
    display: none;
}

.blog .page-numbers.current {
    border-color: var(--site-main-light-blue);
    background-color: var(--site-main-light-blue);
}

/* Single */

.single-header-ocean-3 {
    margin-bottom: 0;
}

.single-post .single-post-header-wrap .header-color-overlay {
    background-color: rgba(48, 91, 130, 0.8);
}

.blog-post-author {
    display: none;
}

.single-header-ocean-3 .single-post-title {
    margin: 0 0 20px;
}

.single-post.content-max-width .entry-header, .single-post.content-max-width .thumbnail, .single-post.content-max-width .entry-content p, .single-post.content-max-width .entry-content h1, .single-post.content-max-width .entry-content h2, .single-post.content-max-width .entry-content h3, .single-post.content-max-width .entry-content h4, .single-post.content-max-width .entry-content h5, .single-post.content-max-width .entry-content h6 {
    margin: 0 auto !important;
    padding: 0;
}

.single-post.content-max-width #related-posts {
    max-width: 1200px;
    padding: 30px 0 0;
    border-top: 1px solid var(--site-main-dark-blue);
}

/* Blog end */

/* Contact FAQ */

#faq-toggles .elementor-toggle-item {
    margin: 0 0 30px;
}

#faq-toggles .elementor-toggle .elementor-tab-title {
    border: 1px solid var(--site-main-dark-blue);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

#faq-toggles .elementor-toggle .elementor-tab-title.elementor-active {
    border: solid var(--site-main-light-blue);
    border-width: 1px 1px 0 1px;
    background-color: var(--site-main-light-blue);
    border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -ms-border-radius: 15px 15px 0 0;
    -o-border-radius: 15px 15px 0 0;
}

/* #faq-toggles .elementor-toggle .elementor-tab-title.elementor-active a {
    font-weight: 700;
} */

#faq-toggles .elementor-toggle .elementor-tab-content.elementor-active {
    border: solid var(--site-main-light-blue);
    border-width: 1px 1px 1px 1px;
    background-color: var(--site-main-light-blue);
    border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -ms-border-radius: 0 0 15px 15px;
    -o-border-radius: 0 0 15px 15px;
}

/* Contact FAQ end */

/* Find a VA */

@media (min-width: 767px) {
    .va-tabs .e-n-tab-title {
        padding-bottom: 100px !important;
    }
}

.va-tabs .e-n-tab-title {
    z-index: 1;
}

.va-tabs .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text {
    border-bottom: 2px solid;
}

.va-tabs .e-n-tab-title[aria-selected="true"][data-tab-index="2"] .e-n-tab-title-text {
    border-bottom: 2px solid #ffffff;
}

.va-tabs .e-n-tab-title[data-tab-index="1"] {
    background-color: var(--site-main-white) !important;
    color: var(--site-main-dark-blue);
}

.va-tabs .e-n-tab-title[data-tab-index="1"]:hover {
    color: var(--site-main-dark-blue) !important;
}

.va-tabs .e-n-tab-title[data-tab-index="2"] {
    background-color: var(--site-main-dark-blue) !important;
    color: var(--site-main-white);
}

.va-tabs .e-n-tab-title[data-tab-index="2"][aria-selected="true"] :is(span, a, i) {
    stroke: var(--site-main-white) !important;
    -webkit-text-stroke-color: var(--site-main-white) !important;
}

.va-tabs .e-n-tab-title[data-tab-index="3"] {
    background-color: var(--site-main-light-blue) !important;
    color: var(--site-main-dark-blue);
}

.va-tabs .e-n-tab-title[data-tab-index="3"]:hover {
    color: var(--site-main-dark-blue) !important;
}

.va-video img {
    border-radius: 40px 40px 0 0;
    -webkit-border-radius: 40px 40px 0 0;
    -moz-border-radius: 40px 40px 0 0;
    -ms-border-radius: 40px 40px 0 0;
    -o-border-radius: 40px 40px 0 0;
}

@media (min-width: 1025px) {
    .page-id-1562 .elementor-lightbox .dialog-lightbox-close-button {
        margin-top: 12vh;
    }

    .page-id-1562 .elementor-lightbox .elementor-video-container .elementor-video-landscape {
        max-height: 70vh;
        width: 70vw;
    }

    .page-id-1562 .elementor-lightbox .elementor-video-container .elementor-video-landscape iframe {
        height: auto;
        max-height: 75vh;
        width: 100%;
    }
}

.va-container .row {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 2.5rem;
}

.va-pagination {
    text-align: right;
    padding: 20px 10px 0;
}

.va-pagination .page-numbers.current {
    background: transparent;
    color: var(--site-main-dark-blue);
    font-weight: 700;
}

.va-pagination .page-numbers.current:hover {
    background: transparent;
    color: var(--site-main-light-blue);
}

.va-tabs .next.page-numbers, .va-tabs .prev.page-numbers {
    display: none;
}

/* Find a VA end */

/* Mobile Styles */
@media screen and (max-width: 767px) {

    /* Review Carousel */

    .review-container {
        overflow: hidden;
    }

    .review-carousel .swiper-slide {
        padding: 20px;
    }

    /* Review Carousel end */

    /* Blog */

    body.blog .blog-entry {
        margin: 0 0 30px;
    }

    .single-header-ocean-3 .single-post-title {
        font-size: 40px;
    }

    /* Blog end */

    /* Find a VA */

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title {
        order: unset;
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title[aria-selected="true"] {
        margin-block-end: 0;
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs-content > .e-con {
        margin-top: 30px;
    }

    /* Find a VA end */

}

/* ANIMATIONS */

.cust-animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.cust-animation-animatedFadeInUp {
    opacity: 0
}

.cust-anim-fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

/* ANIMATIONS END */