/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
  --ef-primary: #f4e5c5;
  --ef-secondary: #3364a0;
  /* --ef-secondary: #2e6de9; */
  --ef-accent: #dbbf8c;
  --ef-text: #252525;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}

.primary-color {
  color: var(--ef-primary);
}

.secondary-color {
  color: var(--ef-secondary);
}

.accent-color {
  color: var(--ef-accent);
}

.capitalize {
  text-transform: capitalize !important;
}

.sub-headline {
  font-size: smaller;
  color: #666;
  text-transform: capitalize;
}

body input[type='submit']:not(.is-form),
body a.button.primary:not(.is-outline) {
  background-color: var(--ef-accent);
}

.header-wrapper {
  border-bottom: 2px solid var(--ef-secondary);
}

#masthead {
  border-top: 4px solid var(--ef-accent);
  border-bottom: 4px solid var(--ef-accent);
}

#top-bar .nav > li > a.newsletter-scrollto {
  font-size: 1em;
}

#logo {
  padding: 0;
  margin-right: 10px;
}

.stuck .logo-left .logo {
  margin: 0;
}

#logo img {
  border: solid 1px var(--ef-secondary);
  padding: 0 !important;
  margin: 0;
  /* box-shadow: 0px 0px 3px var(--ef-secondary); */
}

body .stuck #logo img {
  max-height: 74px !important;
}

.section-title-bold-center span,
.section-title-bold span {
  border: 2px solid var(--ef-accent);
}

.page-title-inner .title-content,
body.home .block-html-after-header {
  display: none;
}

body .featured-title {
  background: linear-gradient(
    180deg,
    rgba(244, 229, 197, 1) 0%,
    rgba(219, 191, 140, 1) 90%
  );
  border-top: solid var(--ef-secondary);
  border-bottom: solid var(--ef-secondary);
}

.featured-title .page-title-inner {
  padding: 0;
}

#header-newsletter-signup > section {
  padding: 30px;
}

.rotate {
  transform: rotate(3deg);
  box-shadow: 3px 3px 10px #555;
}

/* Forms
------------------------------------------------------ */
input[type='submit']#gform_submit_button_1 {
  background-color: var(--ef-secondary);
}

.gform_wrapper .gfield_required {
  display: none;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  body #logo {
    width: auto;
  }
}
