/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/
a{
	color: #fc8837;
}
h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.55rem
}

h4 {
    font-size: 1.3rem
}

h5 {
    font-size: 1.05rem
}

h6 {
    font-size: 0.9rem
}
body .elementor-location-header .elementor-sticky .elementor-widget-theme-site-logo img{
	transition: all ease 0.3s;
}
body .elementor-location-header .elementor-sticky--effects .elementor-widget-theme-site-logo img{
	max-width: 200px !important;
}
body .elementor-location-header .elementor-sticky--effects{
	box-shadow: 0 0 8px 0px rgba(0, 0 ,0, 0.1);
}
.soft-carousel .swiper-slide img{
	opacity: 39%;
}
.soft-carousel .swiper-slide:hover img{
	opacity: 100%;
}
.pricing-section .e-con-inner::before{
	content: '';
	position: absolute;
	top: 64px;
	left: calc(50% + 260px);
	width: 277px;
	height: 114px;
	background-image: url('assets/images/paper-plane-bg.png');
	background-repeat: no-repeat;
	background-size: 230px;
}
.pricing-section .elementor-widget-price-table{
	min-height: 100%;
}
.pricing-section .elementor-widget-price-table .elementor-price-table .elementor-price-table__integer-part{
	display: flex;
}
.pricing-section .elementor-widget-price-table .elementor-price-table .elementor-price-table__integer-part span{
	font-size: 50%;
}
.pricing-section .elementor-widget-price-table .elementor-price-table .elementor-price-table__period{
	position: relative;
	margin-top: 20%;
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 5px solid #000;
}
.pricing-section .elementor-widget-container{
	background-position: 0px -75px !important;
	background-size: 100% !important;
}
.footer-nth .e-con-inner{
	position: relative;
}
.footer-nth .e-con-inner::before{
	content: '';
	position: absolute;
	top: -24px;
	left: calc(50% - 55px);
	width: 110px;
	height: 40px;
	background-image: url('assets/images/ft.png');
	background-repeat: no-repeat;
} 

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], 
.wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], 
.wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], 
.wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], 
.wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url],
.wc-blocks-components-select .wc-blocks-components-select__select{
	border: 1px solid #e3e3e3 !important
}
body [type=button], body [type=submit], body button, :root :where(.wp-element-button, .wp-block-button__link){
	background: #fc8837;
	border: 2px solid #fc8837;
	color: #fff;
	text-decoration: none !important;
}
body [type=button]:hover, body [type=submit], body button:hover, :root :where(.wp-element-button, .wp-block-button__link):hover{
	background: #fff;
	color: #fc8837
}
.wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button{
	font-size: 20px;
	padding: 10px !important;
    min-height: 0 !important;
}
body.woocommerce-cart .wp-block-woocommerce-product-new{
	display: none;
}
h1.entry-title {
    font-family: "Poppins", Sans-serif;
    font-size: 34px;
    font-weight: 600;
    color: #000000;
	margin: 30px 0 0 0;
}
@media only screen and (max-width: 1075px){
	.pricing-section .e-con-inner::before{
		display: none;
	}
}