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

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

.im-header.elementor-sticky--active.show {
    transition: all linear 300ms;
    box-shadow: 0px 1px 15px 0px rgb(8 15 52 / 6%);
    background-color: #05021c !important;
}


/* Home */

.highlight {
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
}

#btn-gradient {
    background: linear-gradient(274.43deg, #F7BB03 0.53%, #F79202 98.61%);
}

#btn-gradient:hover {
    background: linear-gradient(274.43deg, #F79202 0.53%, #F7BB03 98.61%);
}

#btn-line:hover {
    background: linear-gradient(274.43deg, #F7BB03 0.53%, #F79202 98.61%) !important;
}

#btn-text {
	width: auto !important;
}

.elementor-button {
    width: 206px !important;
}

.im-imgbox .elementor-image-box-title {
    margin-top: 0;
}

.im-gallery a.elementor-item.elementor-gallery-title.elementor-item-active {
    font-weight: 700;
}

/* Contact */
#btn-submit {
    box-shadow: 0px 10px 20px 0px #0000001A;
    background: linear-gradient(274.43deg, #F7BB03 0.53%, #F79202 98.61%);
    width: 206;
    padding: 16px 32px;
    border-radius: 32px;
    margin-top: 32px;
}

#btn-submit:hover {
	background: linear-gradient(274.43deg, #F79202 0.53%, #F7BB03 98.61%) !important;
}

/* Post */
.im-post-content H1 {
    font-size: 40px;
	margin-top: 32px;
}

.im-post-content H2 {
    font-size: 32px;
	margin-top: 32px;
}

.im-post-content H3 {
    font-size: 30px;
	margin-top: 32px;
}

.im-post-content H4 {
    font-size: 27px;
	margin-top: 32px;
}

.im-post-content H5 {
    font-size: 24px;
	margin-top: 32px;
}

.im-post-content H6 {
    font-size: 20px;
	margin-top: 32px;
}

.im-post-content li {
    margin: 10px 0;
}

.im-post-content ul {
    margin: 10px 0;
}

.im-post-content ol {
    margin: 32px 0;
}

.im-post-content .wp-block-image {
    width: 100% !important;
    border-radius: 32px !important;
    margin: 32px 0;
}

.im-post-content .wp-block-quote {
    font-size: 24px !important;
    line-height: 1.3em;
}

.im-post-content H1:first-child {
    margin-top: 0;
}

.im-post-content H2:first-child {
    margin-top: 0;
}

.im-tag .elementor-post-info__terms-list-item {
    background-color: #EEEEEE;
    padding: 10px;
    border-radius: 32px;
}

.im-title-blog H3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  height: 90px;
}

input.jet-search-filter__input:focus-visible {
	outline: none;
}

/* Mobile */
@media only screen and (max-width: 767px) {
	.highlight {
		font-size: 2.5rem;
	}
	
    .number {
        font-size: 52px !important;
    }
	
	.im-post-content .wp-block-quote {
		font-size: 18px !important;
		margin: 0;
		padding: 10px 5px;
	}
	
	.im-title-blog H3 {
		display: -webkit-box;
		-webkit-line-clamp: unxet;
		-webkit-box-orient: vertical;  
		overflow: hidden;
		height: auto !important;
    }
}