/* 
Theme Name: Hello Elementor Child (DLP & Website)
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.4.2
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
 *  oom_cc
*/

html {
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

/* Header */

.header-widget-shortheader{
    transform: translateY(0) !important;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	background-color: #ffffff !important;
}

.header-widget-shortheader .e-con-inner{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

/* Button */

.elementor-button{
    cursor: pointer;
}

/* Mobile Menu */

.custom-menu-nav {
    display: none !important;
}
.custom-menu-nav.active {
    display: block !important;
}

.custom-menu-nav {
    position: fixed;
    background: #000;
    width: 100%;
    z-index: 999;
}

.toggle-btn-open {
    margin-bottom: 0px !important;
}

.toggle-btn-open .elementor-icon-wrapper,
.toggle-btn-close .elementor-icon-wrapper {
    width: 30px;
    height: 30px;
}

/* Icon List */

.icon-list .elementor-icon-box-title {
    display: none;
}

.icon-list .elementor-icon-box-description a {
    color: #fff !important;
}

.icon-list .elementor-icon-box-description a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.icon-list .elementor-icon-box-icon .elementor-icon {
    margin-top: 5px;
}

/* General */

.elementor-widget-text-editor p:last-child{
	margin-bottom: 0 !important;
}

/* Footer */

.site-footer {
    display: none !important;
}

.with-link .elementor-icon-box-description a{
    color: inherit !important;
    font-weight: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
}

.elementor-field-type-submit
.elementor-button{
    margin-top: 30px !important;
}

.contact-item .elementor-icon-box-icon{
    margin-top: 5px !important;
}

.arrow-icon *{
    line-height: 1 !important;
}

.testimonial-slider .e-n-carousel{
    padding-top: 30px !important;
}

.elementor-widget-n-carousel .swiper-pagination-bullet{
    width: 25px !important;
    border-radius: 0 !important;
}


/* Read More */

.more-content{
	display: none;
}

.ellipsis{
	display: none;
}

.ellipsis.active{
	display: inline-block;
}

.read-more-btn{
	text-decoration: underline !important;
	color: inherit !important;
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
}

.oom-widget-chat-button{
	bottom: 100px !important;
}

.oom-widget-chat-button:hover{
	bottom: 100px !important;
}

.oom-widget-popup{
	bottom: 180px !important;
}

.oom-widget-chat-content-message{
	width: 100% !important;
}

/** Responsive **/

@media (min-width: 1025px){
    
    /* Elementor Form */
    
    .elementor-field-type-recaptcha_v3.recaptcha_v3-inline {
        width: 60% !important;
    }
    
    .elementor-field-type-recaptcha_v3.recaptcha_v3-inline > .elementor-field{
        transform:scale(.85);
        transform-origin: left center;
    }
    
    .elementor-field-group.elementor-field-type-submit {
        align-items: center;
    }
}

@media (max-width: 767px){
    /* Elementor Form */
    
    .elementor-field-type-recaptcha_v3.recaptcha_v3-inline{
        justify-content: center !important;
    }
    
   .elementor-field-type-recaptcha_v3.recaptcha_v3-inline > .elementor-field{
        transform:scale(1);
        transform-origin: center center;
    } 
}


@media (max-width: 1920px) {
	
}

@media (max-width: 1440px) {
	
}


@media (min-width: 1401px){
    .custom-play .elementor-custom-embed-play {
        position: absolute;
        top: 69px !important;
        left: 55px !important;
        transform: unset !important;
    }
}

@media (max-width: 1400px) and (min-width: 768px){
    .custom-play .elementor-custom-embed-play {
        top: 30px !important;
        left: 30px !important;
        transform: unset !important;
    }
}


@media (max-width: 1280px) {
	
}

@media (max-width: 1024px) {
	.contact-details-holder{
		width: 100% !important;
	}
}

/*
 * Surface Pro
 */
@media (max-width: 912px) {
	
}

/*
 * iPad Air
 */
 @media (max-width: 820px) {
	
}

/*
 * iPad 9th
 */
@media (max-width: 810px) {
	
}

/*
 * iPad Mini
 */
@media (max-width: 768px) {


}

@media (max-width: 767px){
     /* WA Widget */

    .oom-widget-popup-wrapper .oom-widget-chat-button{
        right: 10px !important;
    }
	
	
	.elementor-field-type-submit
	.elementor-button{
		margin-top: 00px !important;
	}
}


@media (max-width: 480px) {

}

@media (max-width: 414px) {
	
}

@media (max-width: 375px) {
	
}


@media (max-width: 360px) {

}


@media (max-width: 320px) {
	
}

