/*
Theme Name: Minimly Child
Theme URI: https://thisisadvantage.com
Template: minimly
Text Domain: minimly-child
Author: Cameron Knight
Author URI: https://thisisadvantage.com
Description: 100% organic theme. Full-site editing, vegan friendly, gluten-free.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments
Version: 1.1646729210
Updated: 2022-03-08 19:46:50
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.phone-icon {
    color: currentColor;
	display: flex;
}

.acf-vimeo {
  padding: 0 !important;
}

.member-role {
    font-weight: 700;
    text-transform: uppercase;
}

.line {
  margin-bottom: -0.3em !important;
}

.wp-block-cover__inner-container {
  width: 100% !important;
}

picture img {
  border-radius: inherit;
  object-fit: cover;
}

@media (max-width: 781px) {
  .featured-image img {
    max-height: 400px;
  }
}

picture {
  display: flex;
}
/*
@media screen and (max-width: 1260px) {
  .wp-block-navigation__container {
    display: none;
  }

  .wp-block-navigation__responsive-container-open {
    display: flex !important;
  }
}
*/
.acf-block-cover {
  padding: 0px;
  width: 100%;
  position: relative;
  height: 600px;
  overflow: hidden;
}
.acf-block-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.acf-block-cover .wp-block-cover__inner-container {
  position: absolute;
  z-index: 10;
  bottom: 0px;
  padding: var(--wp--custom--spacing--vertical)
    var(--wp--custom--spacing--horizontal);
}
.acf-block-cover .wp-block-cover__inner-container h1 {
  color: white;
}

/* Read more button */
.wp-block-read-more {
  background-color: var(--wp--preset--color--custom-accent);
  border-radius: 1000px;
  color: var(--wp--preset--color--primary);
  font-family: var(--wp--preset--font-family--articulat-cf);
  font-size: var(--wp--preset--font-size--small);
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
}

.padding-right {
  padding-right: var(--wp--custom--spacing--horizontal);
}
.padding-top {
  padding-top: var(--wp--custom--spacing--vertical);
}
.padding-bottom {
  padding-bottom: var(--wp--custom--spacing--vertical);
}
.padding {
  padding: var(--wp--custom--spacing--vertical)
    var(--wp--custom--spacing--horizontal);
}

.max-w-half {
  max-width: 50%;
}

/* Remove padding & margins */
.padding-bottom {
  padding-bottom: var(--wp--custom--spacing--vertical);
}
.no-padding {
  padding: 0px !important;
}
.no-margin {
  margin: 0px !important;
}
.half-padding-bottom {
  padding-bottom: calc(var(--wp--custom--spacing--vertical) / 2) !important;
}
.half-padding-top {
  padding-top: calc(var(--wp--custom--spacing--vertical) / 2) !important;
}
.half-vertical-padding {
  padding-top: calc(var(--wp--custom--spacing--vertical) / 2) !important;
  padding-bottom: calc(var(--wp--custom--spacing--vertical) / 2) !important;
}
.half-horizontal-padding {
  padding-left: calc(var(--wp--custom--spacing--horizontal) / 2) !important;
  padding-right: calc(var(--wp--custom--spacing--horizontal) / 2) !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Add extra padding top on single post pages to account for transparent dark header */
.extra-padding-top {
  padding-top: calc(var(--wp--custom--spacing--vertical) + 80px) !important;
}
/* single post background color */
.single {
  background-color: #f7f9f2;
}

.wp-block-button a {
  text-transform: uppercase;
}

.dark-header nav {
  color: var(--wp--preset--color--primary) !important;
}
body .mega-menu {
  display: none;
}

.no-underline * {
  text-decoration: none;
}

.style-none {
  list-style: none;
}

ul li {
  margin: 7px 0px;
}

a:hover {
  text-decoration: underline;
  text-decoration-color: inherit;
}

.h-500 {
  height: 500px;
}

@media (max-width: 781px) {
  .h-500 {
    height: 400px !important;
    object-fit: cover;
  }
}

.top-center-image img {
  object-position: center top; /* Center horizontally and align to the top */
}

.opacity-50 {
  opacity: 0.5;
}
.font-secondary * {
  font-family: var(--wp--preset--font-family--articulat-cf) !important;
}

.page-id-976,
.page-id-1026,
.page-id-1087,
.page-id-1116 {
  background-color: #f7f9f2;
}
.w-400 {
  width: 400px;
}
.max-w-400 {
  max-width: 400px;
}
.w-full * {
  width: 100%;
}

.safe-svg-cover {
  display: flex;
  align-items: center;
}

/*--- GRAVITY FORMS START ---*/

.gform_heading {
  display: none !important;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
  background: var(--wp--preset--color--primary);
}

.gform_wrapper.gravity-theme .gf_progressbar {
  margin-bottom: 48px;
}

.gsection_title {
  margin-bottom: 0px;
}

.gform_wrapper.gravity-theme .gsection {
  margin-bottom: 16px;
  border-bottom: 1px solid var(--wp--preset--color--primary);
}

.gform_next_button,
#gform_submit_button_1 {
  background-color: var(--wp--preset--color--custom-accent) !important;
  font-family: var(--wp--preset--font-family--articulat-cf);
  font-style: normal;
  font-weight: 700;
  border-radius: 15px;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  color: var(--wp--preset--color--primary);
  border-radius: 1000px;
  text-transform: uppercase;
  border: 2px solid var(--wp--preset--color--custom-accent) !important;
  font-size: var(--wp--preset--font-size--x-small) !important;
  cursor: pointer;
}

.gform_previous_button {
  background: transparent !important;
  border-radius: 1000px;
  color: var(--wp--preset--color--primary) !important;
  font-family: var(--wp--preset--font-family--articulat-cf);
  font-size: var(--wp--preset--font-size--small);
  font-style: normal;
  font-weight: 700;
  border: 2px solid var(--wp--preset--color--primary);
  padding: 0.667em 1.333em;
  text-transform: uppercase;
  cursor: pointer;
}

.gform_ajax_spinner {
  display: block;
  width: 30px !important;
  height: 30px !important;
}

input,
select,
textarea {
  border: 1px solid;
  border-radius: 12px;
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
  padding: 0.6rem 1rem !important;
  font-family: var(--wp--preset--font-family--articulat-cf);
}

.gform_wrapper.gravity-theme .validation_message {
  background: none;
  border: none;
  padding: 0px;
  margin: 0px;
}

.add_list_item {
  color: var(--wp--preset--color--primary);
}

.gform_wrapper.gravity-theme .gf_progressbar_title {
  color: var(--wp--preset--color--primary) !important;
}

.gform_wrapper.gravity-theme .gf_progressbar_blue {
  background: #d9eccb !important;
}

.ginput_container.ginput_container_radio {
  line-height: 1.8;
}

.gform_wrapper.gravity-theme .ginput_total {
  color: var(--wp--preset--color--primary) !important;
  font-size: 1.5rem !important;
  font-weight: 700;
  margin-left: -5px;
}

/*--- GRAVITY FORMS END ---*/

.wp-block-navigation:not(.has-background)
  .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--preset--color--primary);
  color: white !important;
}

footer a {
  color: white !important;
  text-decoration: none;
}

.category-heading h2 {
  margin-bottom: 0px;
}
.category-heading .wp-block-button__link {
  background-color: var(--wp--preset--color--custom-accent) !important;
}

@media (max-width: 968px) {
  .max-w-half {
    max-width: 100%;
  }
}

.acf-vimeo-container {
  border-radius: 16px;
  overflow: hidden;
}

.tax-service_cat :is(.acf-cover, .custom-cover-block) {
  height: 650px;
  z-index: 0;
  position: relative;
  justify-content: flex-start;
  align-items: flex-end;
  max-height: 50vh;
}
.tax-service_cat :is(.acf-cover, .custom-cover-block) picture {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.tax-service_cat :is(.acf-cover, .custom-cover-block) figure {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
.tax-service_cat :is(.acf-cover, .custom-cover-block) figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.tax-service_cat .components-placeholder {
  position: relative;
  z-index: 10;
  padding: 0px var(--wp--custom--spacing--horizontal);
}

@media (max-width: 1024px) {
	body .mega-menu.active {
		display: none !important;
	}
}

