/* 
Theme Name: Hello Elementor Child
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.0.1
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
*/

/*
    Default Style
*/

body .e-con>.e-con-inner>.elementor-widget>.elementor-widget-container, 
body .e-con>.elementor-widget>.elementor-widget-container {
	height: auto;
}

body {
	overflow-x: hidden !important;
}

html,body {
	text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

body img,
body svg {
	image-rendering: -webkit-optimize-contrast !important;
}

/* remove the below if you don't want smooth scrolling */
html,
body {
  scroll-behavior: smooth;
}

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

/* Header */
.cla-header #menu-header > li:last-child > a {
  color: #ffffff !important;
  background-color: transparent !important;
  border: 1px solid #FFF !important;
  padding: 17px 40px !important;
  border-radius: 32px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
}

.cla-header #menu-header > li:last-child > a:hover {
  background-color: #FFF !important;
  color: #0D0D0D !important;
}

.cla-header #menu-header .current-menu-item > a {
  font-weight: 700 !important;
}

.cla-header #menu-header > li:last-child.current-menu-item > a,
.cla-header #menu-header > li:last-child.current_page_item > a,
.cla-header #menu-header > li:last-child.current-menu-ancestor > a {
	background-color: #FFF !important;
	color: #0D0D0D !important;
}

/* Home */
.cla-list .elementor-icon-list-item:first-child .elementor-icon-list-text {
    border-right: 1px solid #FFF;
    padding-right: 48px;
}

.cla-img-box .elementor-image-box-title {
    margin-top: 0;
}

.elementor-acceptance-field {
	width: 13px !important;
	height: 13px !important;
}

.cl-post-blog H2, H3, H4, H5, H6 {
    color: #FFF !important;
}

.cl-post-blog H2 {
    font-size: 32px !important;
    font-size: 500 !important
}

.cl-post-blog H3 {
    font-size: 24px !important;
}

.cl-post-blog H4 {
    font-size: 22px !important;
}

.cl-post-blog H5 {
    font-size: 20px !important;
}

.cl-post-blog H6 {
    font-size: 18px !important;
}

.cl-post-blog a {
    color: #d7d4d4 !important;
    font-weight: 600 !important;
}

/* Mobile */
@media only screen and (max-width: 767px) {
	.cla-header #menu-header > li:last-child > a {
		color: #FFF !important;
		background-color: none !important;
		border: unset !important;
		padding: 10px 20px !important;
		border-radius: 0 !important;
		font-weight: 400 !important;
	}
	
	.cla-header #menu-header > li:last-child > a:hover {
		background-color: unset !important;
		color: #FFF !important;
	}
	
	.cla-header #menu-header > li:last-child.current-menu-item > a,
	.cla-header #menu-header > li:last-child.current_page_item > a,
	.cla-header #menu-header > li:last-child.current-menu-ancestor > a {
		background-color: unset !important;
		color: #FFF !important;
		font-weight: 700 !important;
	}
	
	.cla-list .elementor-icon-list-item:first-child .elementor-icon-list-text {
		border-right: none !important;
		padding-right: 0;
	}
	
	.cl-post-blog H2 {
        font-size: 27px !important;
    }
}