/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
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.0
Text Domain:	hello-elementor-child
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.elementor-menu-toggle i:before {content: '\f0c9';font-family: 'Font Awesome 5 Free';}
  
.elementor-menu-toggle {
    width: 34px;
}
.elementor-menu-toggle.elementor-active i:before { content:'\f00d' !important; }

.elementor-14  .elementor-image-box-img img {
    width: 42px;
    height: 42px;
}

#totop {width: 45px;position:fixed;height: 45px;transform: translateY(140px);right:20px;bottom: 80px;background: #fdfdfd;display: block;z-index: 2;line-height: 45px;text-align: center;border-radius: 40px;font-size: 26px;color: #01c50e;box-shadow: inset 0px 0px 0px 2px;transition: 0.9s all cubic-bezier(0, 0.99, 0.6, 1.27);}
body.totop #totop { transform:none; }

div#search-overlay {
    background: rgb(30 30 30 / 71%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: -11;
    transition: 0.3s all ease;
    opacity: 0;
    transform: scale(1.3);
    visibility: hidden;
}

.search-overlay-inner {
    margin: auto;
    position: relative;
    z-index: 2;
}

.search-input {
    border: 1px solid #e9e9e9;
    background-color: #ffffff;
    width: 636px;
    height: 82px;
    line-height: 82px;
    display: flex;
}
 
div#search-overlay input#s {
    width: 100%;
    flex: 1;
    border: 0px;
    background: none;
    outline: none;
    color: #c5c5c5;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.61px;
    padding: 0px 30px;
    color: #203948;
}

.search-input button {
    flex: 0 0 80px;
    border: 0px;
    background: none;
    line-height: 93px;
    cursor: pointer;
    outline: none;
    display: flex;
}

div#search-overlay input#s::placeholder {
c5c5c5}

.top-search-icon {
    cursor: pointer;
    padding: 20px;
}
 

body.top-search-open div#search-overlay {
    z-index: 222;
    opacity: 1;
    transform: none;
    visibility: visible;
}

.search-overlay-close {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.search-input button i.fa {
    margin: auto;
    font-size: 2rem;
    color: #3FCF49;
}

p#breadcrumbs {
    padding-bottom: 10px;
    font-size: 12px;
    border-bottom: 1px solid rgb(221 221 221 / 27%);
}

p#breadcrumbs a {
    color: #3fcf49;
}

span.breadcrumb_last {
    font-weight: 700;
}

div#floating-form {
    position: fixed;
    top: 30%;
    bottom: 20%;
    left: 0;
    transition: 0.4s all ease;
    width: 260px;
    transform: translateX(calc(-100% + 0px));
}


div#floating-form-form {
    background: #1e1e1e;
    color: white;
    text-align: center;
    padding: 10px;
}

div#floating-form-title {
    font-weight: 600;
    font-size: 19px;
    line-height: 1.2;
    padding: 0px 20px;
}

div#floating-form-label {
    position: absolute;
    z-index: 2;
    color: #1b1b1b;
    transform: rotate(-90deg);
    top: 0;
    transform-origin: top right;
    background: #49d153;
    font-size: 18px;
    padding: 5px 20px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 0px 0px 8px 8px;
}

div#floating-form-inner {
    position: relative; 
}
 
div#floating-form.active {
    transform: none;
}

.elementor-posts .elementor-post__card .elementor-post__title a {
    color: #3fcf49;
}
@media (max-width: 767px)
{
	div#totop {
		right: 10px;
		bottom: 75px;
	}

    .grids.grids-small {
        flex-direction:column;
        margin-bottom:0px
    }
    .grids.grids-small>div { margin-bottom:20px; }
	body.home iframe.lazy-youtube { max-height:51vw; }
	body.rtl #masthead #branding .tagline {
		font-size: 17px;
	}
	.mobile-bottom {
		position: fixed;
		bottom: 0;
		width: 100%;
		display: flex !important;
		flex-direction: row;
		line-height: 54px;
		height: 54px;
		z-index: 222;
		justify-content: space-between;
	}
	.search-input {
		width: 100%;
	}
	.mobile-bottom>div {
		flex: 0 0 calc(100% / 3);
		text-align: center;
		background: white;
		/* border-top: 1px ridge #202020; */
		font-size: 26px;
	}
	.mobile-bottom>div a {
	    color: #3fcf49;
	    font-size: 32px;
	    display: block;
	}

	.mobile-bottom>div i.fa.fa-whatsapp {
		font-family: 'Font Awesome 5 Brands';
	}

	.col-third + .col-third {
		border-right: 1px solid rgb(0 0 0 / 15%);
	}

	.col-third {
		box-shadow: inset 0px 40px 30px -20px #ebebeb;
	}
}


