/*
Theme Name: Fana Child
Theme URI: https://el4.thembaydev.com/fana
Author: Thembay
Description: This is a child theme for Fana
Version: 1.0
Author URI: https://thembay.com/
Template: fana
Text Domain: fana-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
body h1, h2, h3, h4, h5, h6, a, span, div, p, input, checkbox, button, tr, td, tbody, thead, table, th{
	font-family: 'Lato', sans-serif !important;
}
.header-default ul.navbar-nav>li>a {
    font-size: 14px !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif !important;
}
.tb-home #tbay-header.header-on-slider {
    background: var(--white-color, #fff);
    position: fixed;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
}
.home div#tbay-main-content {
    margin-top: 90px;
}
aside#sidebar-bottom-archive {
    display: none;
}
.wc-block-components-checkout-order-summary__content {
    padding: 0px 15px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item { 
    border-bottom: 1px solid #ddddddad;
    margin-bottom: 15px;
}

/*contact form*/

.cf7-form {
  max-width: 600px;
  margin: auto;
}

.cf7-field {
  margin-bottom: 15px;
}

.cf7-field label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

.cf7-field input,
.cf7-field textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.cf7-field textarea {
  min-height: 50px;
  resize: vertical;
}

.cf7-submit {
  background-color: #cb9b47;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
}

.cf7-submit:hover {
  background-color: #87652c;
  color: #fff;
}
@media (max-width: 992px) {
.home div#tbay-main-content {
    margin-top: 0px;
}

.elementor-145 .elementor-element.elementor-element-7ec5bdf {
        margin-top: 0px !important;
}