/**
* Theme Name: Rejuvita Child
* Description: This is a child theme of Rejuvita.
* Author: <a href="https://cmsmasters.net/">cmsmasters</a>
* Template: rejuvita
* Version: 1.0.0
* Tested up to: 6.6
* Requires PHP: 7.4
* License:
* License URI:
* Text Domain: rejuvita-child
* Copyright: cmsmasters 2025 / All Rights Reserved
*/

.roundedCorners, .bigVideoContainer iframe{
	border-radius: 20px;
}

.notClickableMenuItem > a{
	pointer-events:none;
}

@media (min-width: 1181px) {
    .video-section{
        margin-top: -15vw;
    }
}

.video-section .elementor-widget-cmsmasters-video__container,
.video-section .elementor-widget-video{
    max-width: 750px!important;
    margin-right: auto;
    margin-left: auto;
}

.video-section iframe,
.video-section .elementor-widget-cmsmasters-video__cover-image img,
.video-section .elementor-custom-embed-image-overlay{
    border-radius: 20px;
}

.pricing-section .cmsmasters-block-default .elementor-widget-cmsmasters-button{
    margin-top: auto!important;
    padding-top: 20px;
}