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

@font-face {
  font-family: 'FuturaCyrillic';
  src: url('fonts/FuturaCyrillicBold.ttf') format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: 'FuturaCyrillic';
  src: url('fonts/FuturaCyrillicBook.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: 'FuturaCyrillic';
  src: url('fonts/FuturaCyrillicDemi.ttf') format('truetype');
  font-weight: 600;
}

@font-face {
  font-family: 'FuturaCyrillic';
  src: url('fonts/FuturaCyrillicExtraBold.ttf') format('truetype');
  font-weight: 800;
}

@font-face {
  font-family: 'FuturaCyrillic';
  src: url('fonts/FuturaCyrillicHeavy.ttf') format('truetype');
  font-weight: 900;
}

@font-face {
  font-family: 'FuturaCyrillic';
  src: url('fonts/FuturaCyrillicLight.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: 'FuturaCyrillic';
  src: url('fonts/FuturaCyrillicMedium.ttf') format('truetype');
  font-weight: 500;
}

/* Example of applying the font */
h1, h2, h3, h4, h5, h6 {
  font-family: 'FuturaCyrillic', sans-serif !important;
  font-weight: 400 !important;
}

p, div {
  font-family: 'FuturaCyrillic', sans-serif;
  font-weight: 300; /* Light */
}
a, li, span, th, td, i {
  font-family: 'FuturaCyrillic', sans-serif !important;
}

body {
  font-family: 'FuturaCyrillic', sans-serif;
}

.bg-logo-light-brown img {
    padding: 17px 12px;
    background: #fff;
}
.bg-logo-dark-brown img {
    padding: 40px 20px;
    background: #fff;
}
.home-form input, .home-form textarea {
    background: #a47d6821 !important;
    padding: 15px 25px !important;
}
.home-form button.forminator-button.forminator-button-submit {
    width: 100% !important;
    padding: 15px !important;
    font-size: 18px !important;
    background: #3c3532 !important;
}
span.forminator-select-dropdown {
    background: #f4eeec;
}
.header .elementor-icon-list-items {
  display: inline-flex;
}
li.elementor-icon-list-item{
	list-style:none;
}
li.elementor-icon-list-item .elementor-icon-list-icon .e-font-icon-svg {
  width: 7px;
}
.full-img img {
    width: 100%;
}
.full-img h3.elementor-image-box-title a {
    text-decoration: none;
}

.mb-thumbnails-wrapper {
    max-width: 1440px;
    overflow: hidden;
    margin: 10px auto;
}

footer a{
	color: #000;
}

footer .elementor-icon-box-wrapper {
  display: flex;
  align-items: center;
}

footer .elementor-icon-box-icon {
  margin-right: 10px;
}