/*
Theme Name: Enfold Child
Description: Child theme for The Crop Smith (based on the Enfold theme)
Version: 1.0
Author: Pebble Ltd
Author URI: https://www.pebbleltd.co.uk
Template: enfold
*/
/*
Colors
 */
/*
Fonts
 */
h1, h2, h3, h4, h5, h6 {
  text-transform: none !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.2em !important;
}

h1 {
  font-size: 3.5em !important;
}

h2 {
  font-size: 2.5em !important;
}

h3 {
  font-size: 2.2em !important;
}

h4, h5, h6 {
  font-size: 1.6em !important;
  margin: 30px 0 20px !important;
}

/*
Buttons
 */
.avia-button {
  border-radius: 20px !important;
}
.avia-button.btn-gold-outline {
  background-color: transparent !important;
  border: 2px solid #D4AF37 !important;
  color: #0C0C0C !important;
  padding: 10px 20px !important;
}
.avia-button.btn-gold-outline:hover {
  background-color: #8C6B1F !important;
  border-color: #8C6B1F !important;
  color: #fdfdfd !important;
}

/*
Images
 */
.avia-image-overlay-wrap img {
  border-radius: 30px;
  background: none !important;
}

/*
Header
 */
#header_main_alternate {
  border-top: 0 !important;
}

#header_main .av-logo-container {
  max-width: 1200px !important;
}
#header_main .av-logo-container .avia-standard-logo a {
  max-width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header_main .av-logo-container .avia-standard-logo a img {
  max-width: 100% !important;
  height: 100% !important;
  max-height: 70px !important;
}
#header_main .main_menu {
  float: none;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
#header_main .main_menu ul a {
  font-size: 17px !important;
  font-family: "Source Serif Pro", sans-serif !important;
  font-weight: 600 !important;
}
#header_main .main_menu ul a .avia-menu-fx {
  background-color: #8C6B1F !important;
}

/*
Homepage
 */
body.home #header {
  position: absolute !important;
  border-bottom: 0 !important;
}
body.home #header #header_main {
  border-bottom: 0 !important;
}
body.home #header .header_bg {
  display: none !important;
}
body.home #header .av-logo-container .avia-standard-logo a img {
  background: none !important;
}
body.home #main {
  padding-top: 0 !important;
}
body.home #homeherobanner {
  min-height: 100vh !important;
}
body.home #homeherobanner .av-section-color-overlay-wrap, body.home #homeherobanner .av-section-color-overlay {
  height: 100vh !important;
  max-height: 100vh !important;
}
body.home #homeherobanner .scroll-down-link {
  bottom: 100px !important;
  margin: 0 !important;
  left: calc(50vw - 40px) !important;
}
body.home #homeherobanner .scroll-down-link svg {
  fill: #0C0C0C !important;
  height: 80px !important;
}

/*
Callout Banner
 */
.callout-banner h1, .callout-banner h2, .callout-banner h3, .callout-banner h4, .callout-banner h5, .callout-banner h6, .callout-banner p {
  margin: 0 !important;
}

/*
Promo Cards
 */
video, img, .avia-video {
  border-radius: 30px;
  overflow: hidden;
  background-color: #fdfdfd;
}

.promo-card {
  border-radius: 30px;
  overflow: hidden;
}
.promo-card video, .promo-card img, .promo-card .avia-video {
  border-radius: 30px;
  overflow: hidden;
  background-color: #fdfdfd;
}

.page-promo-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 70px;
}
.page-promo-blocks .page-promo-block-item {
  flex: 1 1 calc(45% - 20px);
  max-width: calc(45% - 20px);
  display: flex;
  flex-direction: row;
  align-items: center;
}
.page-promo-blocks .page-promo-block-item .page-promo-block-image {
  width: 30%;
}
.page-promo-blocks .page-promo-block-item .page-promo-block-image img {
  border-radius: 30px;
}
.page-promo-blocks .page-promo-block-item .page-promo-block-content {
  width: 70%;
  padding-left: 30px;
}
.page-promo-blocks .page-promo-block-item .page-promo-block-content h4 {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}

/*
Blog
 */
#top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post .entry-content-wrapper {
  max-width: 100% !important;
}

#top .fullsize .template-blog .post .entry-content-wrapper {
  font-size: 1em !important;
}
#top .fullsize .template-blog .post .entry-content-wrapper .post-meta-infos, #top .fullsize .template-blog .post .entry-content-wrapper .blog-meta {
  display: none !important;
}

#top .fullsize .template-blog .blog-meta {
  display: none !important;
}

.blog .template-blog .content {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6% !important;
}
.blog .template-blog .content article {
  width: 43%;
}
.blog .template-blog .content article p {
  text-align: left !important;
}
@media screen and (max-width: 991px) {
  .blog .template-blog .content article {
    width: 100%;
  }
}
.blog .template-blog .content article .read-more-link {
  text-align: left !important;
  margin-top: 0;
}
.blog .template-blog .content article .read-more-link a {
  display: inline-block !important;
  background-color: #8C6B1F !important;
  border-radius: 20px !important;
  color: #fdfdfd !important;
  padding: 6px 20px !important;
  text-transform: none !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}
.blog .template-blog .content article .read-more-link a:hover {
  opacity: 0.8 !important;
  color: #fdfdfd !important;
}

/*
Contact Forms
 */
.wpcf7 .wpcf7-form-control-wrap input, .wpcf7 .wpcf7-form-control-wrap textarea {
  border-radius: 10px !important;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 textarea {
  background-color: #fdfdfd !important;
  padding: 12px 15px !important;
  border: 1px solid #8C6B1F !important;
}
.wpcf7 input[type=submit] {
  background-color: #8C6B1F !important;
  border-radius: 20px !important;
  color: #fdfdfd !important;
  padding: 14px 25px !important;
  text-transform: none !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}
.wpcf7 input[type=submit]:hover {
  opacity: 0.8 !important;
  color: #fdfdfd !important;
}

/*
Footer
 */
#footer .widget .widgettitle {
  font-size: 1.5em !important;
  color: #fdfdfd;
}
#footer .widget p, #footer .widget a {
  color: #fdfdfd;
}
#footer .widget li {
  padding: 0 !important;
  height: auto !important;
}
#footer .widget a {
  font-size: 13px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 1.8em !important;
  padding: 0 !important;
  font-family: "Montserrat", sans-serif !important;
}
#footer .widget a:hover {
  color: #8C6B1F !important;
}
#footer .widget img {
  background: none !important;
}

/*
Media Queries
 */
@media screen and (max-width: 991px) {
  #header_main .av-logo-container .avia-menu.av-main-nav-wrap {
    right: 0 !important;
    position: absolute !important;
  }
  h1 {
    font-size: 2.5em !important;
    line-height: 1.2em !important;
  }
  h2 {
    font-size: 2em !important;
    line-height: 1.2em !important;
  }
  .callout-banner .flex_column {
    padding: 0 !important;
  }
  .page-promo-blocks {
    gap: 40px;
  }
  .page-promo-blocks .page-promo-block-item {
    flex: 1 1 100%;
    max-width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .page-promo-blocks .page-promo-block-item .page-promo-block-content {
    width: 100%;
  }
  .page-promo-blocks .page-promo-block-item .page-promo-block-image {
    width: 60%;
  }
  .page-promo-blocks .page-promo-block-item .page-promo-block-image img {
    max-width: 200px;
    margin-left: 25px;
  }
}

/*# sourceMappingURL=style.css.map */
