/*
Theme Name: Lambros Sarl
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 3.9
Tested up to: 6.8
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
  margin: 0 !important;
}
p {
  margin: 0 !important;
  padding: 0 !important;
}
/* root */
:root {
  --orange: rgb(224, 95, 3);
  --grey: rgb(150, 150, 150);
  --black: rgb(0, 0, 0);
  --white: #ffff;
  --light-grey: rgb(240, 240, 240);
  --dark-grey: rgb(41, 41, 41);
}
/* container */
.container {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* font family */
body:not(.elementor-editor-wp-page),
body:not(.elementor-editor-wp-page) div,
body:not(.elementor-editor-wp-page) span,
body:not(.elementor-editor-wp-page) button,
body:not(.elementor-editor-wp-page) p,
body:not(.elementor-editor-wp-page) a,
body:not(.elementor-editor-wp-page) h1,
body:not(.elementor-editor-wp-page) h2,
body:not(.elementor-editor-wp-page) h3,
body:not(.elementor-editor-wp-page) h4,
body *:not(i) {
  font-family: "Open Sans", sans-serif;
}
.font-syncopate .elementor-heading-title a {
  font-family: "Syncopate", Sans-serif !important;
}
/* font size */
.fs-12 {
  font-size: 12px;
  line-height: 18px !important;
}
.fs-14 {
  font-size: 14px;
  line-height: 20px !important;
}
.fs-16 {
  font-size: 16px !important;
  line-height: 22px !important;
}
.fs-20 {
  font-size: 20px !important;
  line-height: 26px !important;
}
.fs-24 {
  font-size: 24px;
  line-height: 30px;
}
.fs-28 {
  font-size: 28px !important;
  line-height: 34px !important;
}
.fs-40 {
  font-size: 40px !important;
  line-height: 46px !important;
}
@media (max-width: 1440px) {
  .fs-16 {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .fs-28 {
    font-size: 26px !important;
    line-height: 32px !important;
  }
  .fs-24 {
    font-size: 22px !important;
    line-height: 26px !important;
  }
  .fs-20 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .fs-40 {
    font-size: 36px !important;
    line-height: 42px !important;
  }
}
/* color */
.cl-o ,.cl-o a{
  color: var(--orange)!important;
}
.cl-dg {
  color: var(--dark-grey);
}
/* padding */
.p-20 {padding: 20px;}
.p-60{padding: 60px}
@media (max-width: 1024px) {
.p-60{padding: 30px}
}
/* menu top */
.top-menu .hfe-nav-menu {
  gap: 2px;
}
.top-menu .hfe-nav-menu > li > a {
  margin-left: 2px;
  margin-right: 2px;
  padding: 10px 30px;
  border-radius: 5px;
}
.second-menu .hfe-nav-menu-icon::before {
  content: "Navigation";
  font-size: 18px;
  color: #333;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -16px;
  text-transform: uppercase;
  color: var(--white);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.second-menu .hfe-nav-menu__toggle {
  width: 100% !important;
  background-color: var(--orange) !important;
  border-bottom: 1px solid #9d4302;
  border: 1px solid #c75503;
  border-radius: 5px;
  box-shadow:
    inset 0 2px 4px rgba(255, 255, 255, 0.7),
    inset 0 -2px 4px rgba(0, 0, 0, 0.1),
    0 3px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.second-menu .hfe-dropdown-expandible {
  width: 100% !important;
  left: 0 !important;
}
.second-menu .current-menu-item a {
  color: var(--white) !important;
  background-color: var(--orange) !important;
  border-radius: 5px;
}
.second-menu .menu-item a {
  color: var(--dark-grey);
  background-color: var(--light-grey);
  border-radius: 5px;
}
.header-title a { color: var(--orange)!important;}
.subtitle-color a {color:#969696!important;}

/* link style */
.link:hover {
  text-decoration: underline;
  cursor: pointer;
  color: var(--orange);
}
/* breadcrumbs */
.hfe-breadcrumbs-home-icon {
  display: none;
}
.hfe-breadcrumbs-first .hfe-breadcrumbs-text:hover {
  color: var(--orange);
  text-decoration: underline;
}

/* contact form */
.contact-form input,
.contact-form textarea {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: rgb(85, 85, 85);
  vertical-align: middle;
  padding: 4px 6px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
  outline: none !important;
  border: 1px solid rgba(82, 168, 236, 0.8) !important;
  box-shadow:
    rgba(0, 0, 0, 0.075) 0px 1px 1px inset,
    rgba(82, 168, 236, 0.6) 0px 0px 8px !important;
}
.contact-form .wpcf7-not-valid {
  border: 1px solid red;
}
.contact-form .wpcf7-submit {
  width: fit-content !important;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
}
.contact-form .wpcf7-spinner {
  display: none;
}
.contact-form .wpcf7-response-output {
  border: 1px solid rgba(82, 168, 236, 0.8) !important;
  color: rgb(85, 85, 85);
}


