/*
Theme Name: DMN WP STARTER
Description: DMN WP STARTER Child theme for customizations.
Author: Miguel
Author URI: mailto:martinezruiz9317@gmail.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: "Lao MN";
    --site-body-font: "futura-pt";
    --site-main-green: #6f8f36;
    --site-main-dark-blue: #2779bd;
    --site-main-black: #414141;
}

a:focus {
    outline: none !important;
}

.home .site-main {
    overflow: hidden;
}

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;
}
/* Helpers End */

/* HEADER */

.transparent-header {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(65,65,65,0.6908964269301471) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(65,65,65,0.6908964269301471) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(65,65,65,0.6908964269301471) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#414141",GradientType=1); 
}

.cust-header-btn {
    border: 1px solid #fff;
    color: #fff;
    padding: 15px 25px;
    border-radius: 15px;
    width: 100%;
    height: 50px;
    line-height: 1.5 !important;

    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.cust-header-btn:hover {
    scale: 1.05;
    background-color: #fff;
    color: var(--site-main-green);
}

.effect-nine #site-navigation-wrap .dropdown-menu > li > a.menu-link > span::before, .effect-nine #site-navigation-wrap .dropdown-menu > li > a.menu-link > span::after {
    height: 1px !important;
}

.page-id-525 #site-navigation-wrap a, .single-treatment #site-navigation-wrap a {
    color: #414141 !important;
}
.page-id-525 .transparent-header, .single-treatment .transparent-header {
    background: rgb(255,255,255) !important;
}
.page-id-525 .cust-header-btn, .single-treatment .cust-header-btn {
    border: 1px solid #414141;
    color: #414141;
    background-color: #ffffff;
}
.page-id-525 .cust-header-btn:hover, .single-treatment .cust-header-btn:hover {
    border: 1px solid #414141;
    color: #ffffff;
    background-color: #414141;
}
.single-treatment .custom-logo-link {
    position: relative;
}
.single-treatment .custom-logo-link::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 0;
    width: 154px;
    height: 85px;
    background-image: url(http://localhost:8888/skinlaserco/wp-content/uploads/2023/03/black-logo.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

/* HEADER END */

/* MAIN PAGE */

.cust-pricing-accordians .elementor-accordion .elementor-tab-content table {
    margin-bottom: 0px;
}

.cust-pricing-accordians .elementor-accordion .elementor-accordion-item {
    border-color: transparent;
    margin-bottom: 20px;
}

.cust-pricing-accordians .elementor-accordion .elementor-accordion-item .elementor-tab-title {
    border-radius: 15px;
    border-color: transparent;

    box-shadow: inset 0px 2px 6px #00000026;
    -moz-box-shadow: inset 0px 2px 6px #00000026;
    -webkit-box-shadow: inset 0px 2px 6px #00000026;

    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.cust-pricing-accordians .elementor-accordion .elementor-accordion-item .elementor-tab-title:hover {
    background-color: #C0B696;
}

.cust-pricing-accordians .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
    border-radius: 15px 15px 0px 0px;
    background-color: #C0B696;
    box-shadow: 0px 3px 6px #00000026;
    -moz-box-shadow: 0px 3px 6px #00000026;
    -webkit-box-shadow: 0px 3px 6px #00000026;
}

.cust-pricing-accordians .elementor-accordion .elementor-tab-content.elementor-active {
    height: 200px;
    overflow: scroll;
    border-radius: 0px 0px 15px 15px;
    box-shadow: 0px 3px 6px #00000026;
    -moz-box-shadow: 0px 3px 6px #00000026;
    -webkit-box-shadow: 0px 3px 6px #00000026;
}

.cust-pricing-accordians .elementor-accordion .elementor-tab-content table tbody tr {
    display: flex;
    justify-content: space-between;
}

.cust-pricing-accordians .elementor-accordion .elementor-tab-content table tbody tr td:nth-child(1) {
    display: flex;
    justify-content: flex-start;
    border-color: transparent;
    width: 50%;
}

.cust-pricing-accordians .elementor-accordion .elementor-tab-content table tbody tr td:nth-child(2) {
    display: flex;
    align-items: flex-end;
    border-color: transparent;
    width: 50%;
}

.cust-insta-span a {
    color: var(--site-main-black) !important;
}

.cust-insta-span a:hover {
    color: var(--site-main-green) !important;
}

/* MAIN PAGE END */

/* FORMS */

/* Global Changes */

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

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

/* Global Changes End */ 

/* Booking Form */

.cust-booking-container {
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.cust-booking-container .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.cust-booking-container .row {
    --bs-gutter-y: 0px;
    --bs-gutter-x: 0px;
}

.cust-booking-container .row:nth-child(1) input, .cust-booking-container .row:nth-child(2) input, .cust-booking-container .row:nth-child(3) input, .cust-booking-container .row:nth-child(4) input {
    border-radius: 0px;
}

.cust-booking-container > .row {
    justify-content: space-between;
}

.cust-booking-container .col-md-12 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.page-id-566 .cust-booking-container .col-md-12 {
    justify-content: left;
}

.cust-booking-container .col-md-6 {
    width: 49%;
    margin-bottom: 20px;
}

.cust-booking-container .col-md-12 > span:nth-child(1) {
    width: 100%;
}

.cust-booking-container .col-md-12 > span:nth-child(2) {
    width: 100%;
}

.cust-booking-container .cust-booking-checks input {
    border: 2px solid var(--site-main-black) !important;
    border-radius: 40px !important;
}

.cust-booking-container .cust-booking-checks input[type="checkbox"]:checked::before {
	content: '\f111';
	margin-bottom: -1px;
	color: var(--site-main-black);
	font-weight: 800;
	font-size: 11px;
	margin-left: -2px;
	margin-top: -1px;
}

form input[type="text"], form input[type="email"], form input[type="number"], form input[type="tel"], form textarea, form select {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border: 0;
    font-size: 20px;
    min-height: 76px;
    padding: 10px 12px;
}

.page-id-566 form input[type="text"], .page-id-566 form input[type="email"], .page-id-566 form input[type="number"], .page-id-566 form input[type="tel"], .page-id-566 form textarea, .page-id-566 form select {
    font-size: 14px;
    min-height: 47px;
}

.cust-booking-container .cust-booking-submit-row input {
    border: 1px solid var(--site-main-black) !important;
    color: var(--site-main-black) !important;
    text-transform: capitalize;
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -ms-border-radius: 15px !important;
    -o-border-radius: 15px !important;
    padding: 15px 25px;
    letter-spacing: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.cust-booking-container .cust-booking-submit-row input:hover {
    scale: 1.1;
    color: #fff !important;
    background-color: var(--site-main-black) !important;
}

.cust-booking-submit-row .wpcf7-spinner {
    width: 24px !important;
    margin: 10px 0px 0px 0px !important;
}

/* Booking Form End */

/* FORMS END */

/* SWIPERS */

/* Process Swiper */
.processswiper {
    width: 100%;
    height: 487px;
    overflow: hidden;
}

.processswiper .swiper-slide {
    width: 100%;
    padding: 20px;
    border: 1px solid var(--site-main-black);
    border-right-width: 0px;
    border-left-width: 0px;
}

.processswiper .swiper-slide-next {
    border-right-width: 1px !important;
    border-left-width: 1px !important; 
}

.processswiper .swiper-slide > div:nth-child(1) {
    width: 100%;
    height: 347px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.processswiper .swiper-slide > div:nth-child(2) {
    padding: 20px 0px 0px 0px;
    display: flex;
    height: 120px;
}

.processswiper .swiper-slide > div:nth-child(2) div:nth-child(1) {
    padding: 0px 5px 0px 0px;
}

.processswiper .swiper-slide > div:nth-child(2) div:nth-child(1) h2 {
    font-family: "Lao MN";
    font-size: 85px;
    line-height: 1;
    margin-bottom: 0px;
    text-align: center;
    color: var(--site-main-black);
}

.processswiper .swiper-slide > div:nth-child(2) div:nth-child(2) {
    margin: 3px 0px 0px 0px;
}

.processswiper .swiper-slide > div:nth-child(2) div:nth-child(2) span {
    font-family: "Lao MN";
    font-size: 14px;
    color: var(--site-main-black);
}

.process-pagination-box {
	height: 40px;
	position: inherit;
	margin: 40px 0px 0px 0px;

    display: flex;
    justify-content: center;
    align-items: center;
    color: transparent;
}

.process-pagination-box .swiper-pagination-bullets {
    position: relative;
    bottom: unset;
    left: unset;
    width: fit-content;
    margin: 0px 10px 0px 10px;
}

.process-pagination-box .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid var(--site-main-black);
}

.process-pagination-box .swiper-pagination-bullet-active {
    background-color: var(--site-main-black);
}

.process-pagination-box .processswiper-button-prev::after {
    display: none;
}

.process-pagination-box .processswiper-button-next::after {
    display: none;
}

.process-pagination-box .processswiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.248' height='21.454' viewBox='0 0 13.248 21.454'%3E%3Cpath id='Icon_material-navigate-next' data-name='Icon material-navigate-next' d='M2.521,0,0,2.521l8.188,8.206L0,18.933l2.521,2.521L13.248,10.727Z' transform='translate(13.248 21.454) rotate(180)' fill='%23414141'/%3E%3C/svg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 20px;
    color: transparent;

    position: relative;
    top: unset;
    left: unset;
    right: unset;
    margin-top: 0px;
}

.process-pagination-box .processswiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.248' height='21.454' viewBox='0 0 13.248 21.454'%3E%3Cpath id='Icon_material-navigate-next' data-name='Icon material-navigate-next' d='M2.521,0,0,2.521l8.188,8.206L0,18.933l2.521,2.521L13.248,10.727Z' fill='%23414141'/%3E%3C/svg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 20px;
    color: transparent;

    position: relative;
    top: unset;
    left: unset;
    right: unset;
    margin-top: 0px;
}
/* Process Swiper End */

/* Team Swiper */
.teamswiper {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.teamswiper .swiper-slide {
    width: 100%;
}

.teamswiper .swiper-slide > div:nth-child(1) {
    width: 100%;
    height: 347px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);

}

.teamswiper .swiper-slide > div:nth-child(2) {
    padding: 20px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    height: 120px;
}

.teamswiper .swiper-slide > div:nth-child(2) div:nth-child(1) {
    padding: 0px 5px 0px 0px;
}

.teamswiper .swiper-slide > div:nth-child(2) div:nth-child(1) h2 {
    font-family: "Futura PT";
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0px;
    text-align: left;
    color: var(--site-main-black);
}

.teamswiper .swiper-slide > div:nth-child(2) div:nth-child(2) {
    margin: 3px 0px 0px 0px;
}

.teamswiper .swiper-slide > div:nth-child(2) div:nth-child(2) span {
    font-family: "Futura PT";
    font-size: 13px;
    font-weight: 200;
    color: var(--site-main-black);
}

.team-pagination-box {
	height: 40px;
	position: inherit;
	margin: 0px 0px 20px 0px;

    display: flex;
    justify-content: center;
    align-items: center;
    color: transparent;
}

.team-pagination-box .swiper-pagination-bullets {
    position: relative;
    bottom: unset;
    left: unset;
    width: fit-content;
    margin: 0px 10px 0px 10px;
}

.team-pagination-box .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid #fff;
}

.team-pagination-box .swiper-pagination-bullet-active {
    background-color: #fff;
}

.team-pagination-box .teamswiper-button-prev::after {
    display: none;
}

.team-pagination-box .teamswiper-button-next::after {
    display: none;
}

.team-pagination-box .teamswiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.248' height='21.454' viewBox='0 0 13.248 21.454'%3E%3Cpath id='Icon_material-navigate-next' data-name='Icon material-navigate-next' d='M2.521,0,0,2.521l8.188,8.206L0,18.933l2.521,2.521L13.248,10.727Z' transform='translate(13.248 21.454) rotate(180)' fill='%23ffffff'/%3E%3C/svg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 20px;
    color: transparent;

    position: relative;
    top: unset;
    left: unset;
    right: unset;
    margin-top: 0px;
}

.team-pagination-box .teamswiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.248' height='21.454' viewBox='0 0 13.248 21.454'%3E%3Cpath id='Icon_material-navigate-next' data-name='Icon material-navigate-next' d='M2.521,0,0,2.521l8.188,8.206L0,18.933l2.521,2.521L13.248,10.727Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 20px;
    color: transparent;

    position: relative;
    top: unset;
    left: unset;
    right: unset;
    margin-top: 0px;
}
/* Team Swiper End */

/* SWIPERS 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 */

/* Blog */

/* Archive */

.blog .oceanwp-row .col {
    padding: 0 20px 20px;
}
.blog-entry-inner.clr {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    padding: 0 30px 20px !important;
}
.blog-entry.grid-entry .thumbnail {
    margin: -1px -30.6px 0;
}
.blog-entry.grid-entry .blog-entry-readmore a {
    border: 1px solid var(--site-main-black) !important;
    color: var(--site-main-black) !important;
    text-transform: capitalize;
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -ms-border-radius: 15px !important;
    -o-border-radius: 15px !important;
    padding: 15px 25px;
    letter-spacing: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-size: 14px;
    font-weight: 300;
    background-color: #02010100;
}
.blog-entry-readmore .fa.fa-angle-right {
    display: none;
}
.blog-entry.grid-entry .blog-entry-readmore a:hover {
    border: 1px solid var(--site-main-black) !important;
    color: #fff !important;
    background-color: var(--site-main-black);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/* Single */

.single-header-ocean-3 {
    padding: 200px 0;
}
.blog-post-author {
    display: none;
}
.single-header-ocean-3 .single-post-title {
    margin: 0;
}
.single-post .entry-content.clr {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
}

/* Blog end */

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

    /* FORMS */

    /* Booking Form */

    .cust-booking-container .col-md-12 > span:nth-child(1) {
        margin: 0px 0px 20px 0px;
        width: 100%;
    }
    
    .cust-booking-container .col-md-12 > span:nth-child(2) {
        width: 100%;
    }

    .cust-booking-container .col-md-12 {
        flex-wrap: wrap;
    }

    .cust-booking-submit-row .col-md-12 {
        align-items: center !important;
    }
    .cust-booking-container .col-md-6 {
        width: 100%;
    }

    /* Booking Form End */

    /* Client Form */

    .cust-client-form-shortcode .cust-client-form-container {
        text-align: center;
    }

    .cust-client-form-shortcode .cust-client-form-container .wpcf7-radio {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .cust-client-form-shortcode .cust-client-form-container .wpcf7-radio .wpcf7-list-item {
        margin: 0px;
    }

    .cust-client-form-shortcode .cust-client-form-container .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
        text-align: left;
    }

    .cust-client-form-shortcode .cust-client-form-container .row {
        --bs-gutter-y: 20px;
    }

    .cust-client-form-shortcode .cust-client-form-container .row .col-md-12 .wpcf7-select {
        white-space: pre-wrap; /* Forces text to wrap */
        word-wrap: break-word; /* Breaks long words */
        word-break: break-word;
    }

    /* Client Form End */

    /* FORMS END */

    /* SWIPERS */

    .processswiper .swiper-slide {
        border: 0px;
    }

    .process-pagination-box {
        margin: 0px;
    }

    .team-pagination-box .swiper-pagination-bullet {
        border-color: var(--site-main-black);
    }
    
    .team-pagination-box .swiper-pagination-bullet-active {
        background-color: var(--site-main-black);
    }

    .team-pagination-box .teamswiper-button-prev {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.248' height='21.454' viewBox='0 0 13.248 21.454'%3E%3Cpath id='Icon_material-navigate-next' data-name='Icon material-navigate-next' d='M2.521,0,0,2.521l8.188,8.206L0,18.933l2.521,2.521L13.248,10.727Z' transform='translate(13.248 21.454) rotate(180)' fill='%23000000'/%3E%3C/svg%3E%0A");
    }

    .team-pagination-box .teamswiper-button-next {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.248' height='21.454' viewBox='0 0 13.248 21.454'%3E%3Cpath id='Icon_material-navigate-next' data-name='Icon material-navigate-next' d='M2.521,0,0,2.521l8.188,8.206L0,18.933l2.521,2.521L13.248,10.727Z' fill='%23000000'/%3E%3C/svg%3E%0A");
    }

    .team-pagination-box {
        margin: 10px 0px 20px 0px;
    }

    /* SWIPERS END */

    /* INSTAGRAM */

    .insta-gallery-feed .insta-gallery-list .insta-gallery-item {
        width: 100% !important;
    }

    /* INSTAGRAM END */
}

/* iPad Styles */
@media screen and (max-width: 850px) and (min-width: 780px)  {

    /* SWIPERS */

    .processswiper .swiper-slide-next {
        border-right-width: 0px !important;
        border-left-width: 1px !important; 
    }

    /* SWIPERS END */

    /* INSTAGRAM */

    .insta-gallery-feed .insta-gallery-list .insta-gallery-item {
        width: 25% !important;
        min-width: 25% !important;
    }

    /* INSTAGRAM END */
}

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

    /* Header */

    .page-id-525 .mobile-menu .hamburger-inner, .page-id-525 .mobile-menu .hamburger-inner::before, .page-id-525 .mobile-menu .hamburger-inner::after,
    .single-treatment .mobile-menu .hamburger-inner, .single-treatment .mobile-menu .hamburger-inner::before, .single-treatment .mobile-menu .hamburger-inner::after {
        background-color: #414141 !important;
    }
    .page-id-525 .hamburger--3dxy.is-active .hamburger-inner,
    .single-treatment .hamburger--3dxy.is-active .hamburger-inner {
        background-color: transparent !important;
    }

    /* Header end */
}