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

/* Add your custom styles here */

div.wpcf7 input:not([type="submit"]), div.wpcf7 textarea {
    width: 100%;
}
div.wpcf7 br {
    display: none;
}
.es-control--layouts {
    display: none !important;
}
div.wpcf7 label {
    font-weight: 400;
    color: #999;
}
div.wpcf7 .wpcf7-textarea {
    height: 153px;
	padding: .5rem 1rem;
}
div.wpcf7 .wpcf7-list-item{
	margin:0;
}

div.wpcf7 span.wpcf7-quiz-label {
    margin-bottom: 10px;
    display: inline-block;
}
div.wpcf7 .wpcf7-form-control-wrap {
    display: block !important;
    margin-bottom: 1em;
}
input, input[type=submit], input:focus, textarea, .form-control, .form-control:focus, .chosen-container.chosen-container-single .chosen-single, select:not(.attachment-filters) {
    outline: none;
    height: 40px;
    line-height: 40px;
    padding: 0 1em;
    font-size: 1em;
    color: #666;
    border-radius: 0;
    border: 1px solid #e6e6e6 !important;
    -webkit-appearance: none;
    box-shadow: none;
    background: transparent;
    transition: all 0.2s;
}

input[type=checkbox] {
  height: auto;
  margin-right: 0.5em;
  -webkit-appearance: checkbox;
	    width: auto !important;
}

input[type=radio] {
  height: auto;
  margin-right: 0.5em;
  -webkit-appearance: radio;
}

input[type=submit] {
  border-color: transparent !important;
}

input[type=file] {
  height: auto;
  margin-right: 5px;
  padding: 0;
  line-height: 1;
  border: none;
}

input:hover, .form-control:hover {
  border-color: #ddd;
}

input:focus, .form-control:focus, input:active, .form-control:active {
  border-color: #43becc;
}

textarea {
  outline: none;
  height: auto;
  line-height: inherit;
  border-radius: 0;
  -webkit-appearance: none;
}

textarea.form-control, textarea.form-control:focus {
  height: auto;
  padding: 5px 10px;
  line-height: 1.7;
}
.elementor-widget-off-canvas {
    --e-off-canvas-animation-duration: 500ms;
}
.search-popup ul.es-search-nav {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
}
blockquote.alignleft, img.alignleft{
    margin: 0.5em 1.5em 0.5em 0;
}
body:not(.elementor-page) main#content,
body:not(.elementor-page) main#main {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 70vh;
}
.es-badge a {
    color: #fff;
}
.es-view-all .es-btn {
    background-color: #838D93 !important;
    font-weight: 700;
    text-transform: uppercase !important;
    color: var(--e-global-color-0be1ff9) !important;
    border-color: #838D96 !important;
}
.section-title {
    overflow: hidden;
}
.section-title .elementor-heading-title {
    background: #fff;
    display: inline-block;
    padding-right: 1em;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.section-title.text-center {
    text-align: center;
}
.section-title.text-center .elementor-heading-title{
    padding-right: 1em;
    padding-left: 1em;

}
.section-title::after {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0;
    margin-top: -1px;
    margin-left: 1em;
    content: "";
    height: 2px;
    width: 9999px;
    background-color: #e6e6e6;
}
.main-menu .elementor-nav-menu--main{
    justify-content: end;
}
.main-menu .elementor-nav-menu{
    flex-wrap: nowrap;
}
.social a svg{
 z-index:1
}
.social a, .social-transparent a {
    position: relative;
    display: flex;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0px 10px 0px 0px;
    font-size: 1em;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
}

.social a::before, .social-transparent a::before {
    position: relative;
    z-index: 1;
    transition: 0.25s;
}

.social a::after, .social-transparent a::after {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    transition: 0.25s;
    background: #d4d6d8;
}

.social a:hover::after, .social-transparent a:hover::after {
    border-radius: 50%;
    transform: rotate(45deg);
}
.search-popup .es-search{
    background-color: #fff !important;
    padding: 0 !important;
}
.search-popup  .es-search--main .es-search-nav .es-search-nav__content{
   min-width: 100%;
}
@media (max-width: 1200px) {
    .main-menu .elementor-nav-menu--main .elementor-item{
        padding-left: 10px !important;
    padding-right: 10px !important;
    } 
}
@media (max-width: 767px) {
.search-popup ul.es-search-nav {
    
    grid-template-columns: repeat(1, 1fr);
}
 .search-popup .es-search .es-field__label{
    color: #000;
 }
 .search-popup .es-search{
    background-color: #fff !important;
    padding: 20px !important;
}
 
}