/*
Theme Name: Farah Child
Description: Child theme for the Farah. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Read More</a>
Author: PeThemes
Author URI: http://pethemes.com
Template: farah
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

.site-header.header--template {
    width: 100%;
    position: relative !important;
}

.contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #000;
}
.elementor-element {
    color: #000;
}
.pe--form input[type="text"], .pe--form input[type="email"], .pe--form input[type="url"], .pe--form input[type="password"], .pe--form input[type="search"], .pe--form input[type="number"], .pe--form input[type="tel"], .pe--form input[type="range"], .pe--form input[type="date"], .pe--form input[type="month"], .pe--form input[type="week"], .pe--form input[type="time"], .pe--form input[type="datetime"], .pe--form input[type="datetime-local"], .pe--form input[type="color"], .pe--form textarea {
    color: #000;
}

.pe--team--member.member--card .team--member--cont .team--member--name {
    font-size: 18px !important;
    letter-spacing: -0.04em;
	text-align-last: initial !important;
    color: #000 !important;
    margin-bottom: 10px !important;
}

.main-btn a {
    background-color: #000 !important;
    color: #fff !important;
    padding: 15px 25px !important;
    border-radius: 6px !important;
}

/******* Banner Section *******/
.banner-hero:after {
	  content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 180px;
    width: 100%;
    background-color: #0000004d;
}

.full-menu ul#menu-header-main-menu-1 li a {
    color: #ebebeb;
}

@media (max-width: 991px) {
	.banner-hero:after {
	  height: 100%;
  }
}