/*
Theme Name:   Movedo Child
Theme URI:    https://themeforest.net/user/greatives
Description:  Movedo Child Theme
Version:      3.6.0
Author:       Greatives Team
Author URI:   https://greatives.eu
Template:     movedo
*/

/* GENERAL */
:root {
    --cream: #F8F2EA;
    --soft: #FCF8F2;
    --sage: #5E7B68;
    --sage-footer: #7A9585;
    --rose-gold: #AD737B;
    --rose-soft: #F1DDE1;
    --rose-cream: #F7E9E5;
    --gold: #E8D5A6;
    --line: #DED2C7;
    --text: #2F3F35;
    --body: #405047;
}
#grve-main-content .grve-main-content-wrapper, #grve-sidebar {
    padding-top: 0;
    padding-bottom: 0;
}
#grve-content, .grve-single-wrapper, #grve-main-content .grve-section, .grve-anchor-menu, #grve-safebutton-area, #grve-bottom-bar {
    background-color: var(--cream);
}
.grve-section.grve-row-section {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
body, .grve-element.grve-text p {
    font-size: 18px;
    line-height: 1.85;
    color: var(--body);
}
h5.grve-element.grve-title.grve-subtitle-text {
    font-size: 13px;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: var(--rose-gold);
    margin-bottom: 22px;
}
h2.grve-element.grve-title  {
    font-size: clamp(38px, 4vw, 46px);
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
    color: var(--sage);
	line-height: 1.12;
}
a.grve-btn.grve-btn-medium i.entypo-icon.entypo-icon-right-thin {
    float: right;
    margin: -3px 0 0 10px;
}
.grve-element a.grve-btn.grve-btn-underline {
    margin-top: 30px;
}
.grve-element a.grve-btn.grve-btn-underline span {
    font-size: 13px;
}
.grve-section.grve-row-section .grve-element.grve-box .grve-box-content {
    padding: 30px;
}


body #grve-page-title .grve-title, body #grve-blog-title .grve-title, body #grve-search-page-title .grve-title {
    font-size: clamp(38px, 4vw, 60px);
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
    color: #fff;
    line-height: 1.12;
}
h3.grve-element.grve-title.grve-h3 {
    font-size: 28px;
    font-weight: 400;
    color: var(--sage);
	line-height: 40px;
}
.grve-element.grve-text.mvb-small-text p {
    font-size: 15px;
}
h3.grve-element.grve-title.grve-align-center.grve-subtitle-text {
    font-size: 22px;
    line-height: 34px;
    max-width: 800px;
    margin: 0 auto;
}
.grve-element a.grve-btn span {
    font-size: 14px;
}


/* HEADER */
#grve-main-header {
    background-color:var(--cream);
}

body div#grve-page-title {
    background: #5E7B68 !important;
}

/* FOOTER */
.grve-element.grve-callout.mwb-white-box.mwb-white-box-large.grve-btn-bottom h3 {
	font-size: 22px;
	margin-bottom: 15px;
}
.grve-element.grve-callout.mwb-white-box.mwb-white-box-large.grve-btn-bottom p {
	font-size: 15px;
	line-height: 1.6;
	color: var(--body);
	margin: 0;
}
.grve-element.grve-callout.mwb-white-box.mwb-white-box-large.grve-btn-bottom {
    min-height: 145px;
}

/* HOME PAGE */

.grve-section.grve-row-section .grve-element.grve-box {
    background: linear-gradient(145deg, var(--rose-cream), var(--cream));
    border: 1px solid #E5CFCB;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 6px 18px rgba(80, 55, 48, .05);
}
.grve-section.grve-row-section .grve-element.grve-box .grve-media {
	margin: 0;
}
.grve-element.grve-callout h3.grve-callout-content.grve-h3
.grve-section.grve-row-section .grve-element.grve-box .grve-box-content {
    padding: 28px;
}
.grve-section.grve-row-section .grve-element.grve-box .grve-box-content h3 {
	font-size: 28px;
    font-weight: 400;
    color: var(--sage);
}
.grve-section.grve-row-section .grve-element.grve-box .grve-box-content p {
    min-height: 78px;
    margin: 16px 0 0;
    color: var(--body);
    font-size: 15px;
    line-height: 1.7;
}
.grve-section.grve-row-section .grve-element.grve-box .grve-box-content .grve-read-more {
    display: inline-block;
    margin-top: 24px;
    color: var(--rose-gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.grve-section.grve-row-section .grve-element.grve-box .grve-box-content .grve-read-more:hover {
	color: var(--sage);
}
.grve-element.grve-callout.mwb-white-box.grve-btn-bottom {
    background: var(--cream);
    border: 1px solid #E5CFCB;
    border-radius: 8px;
    padding: 34px;
    box-shadow: 0 6px 18px rgba(80, 55, 48, .05);
}
.grve-element.grve-callout.mwb-white-box.grve-btn-bottom h3 {
    font-weight: 400;
    color: var(--sage);
    font-size: 18px;
}
.grve-element.grve-callout.mwb-white-box.grve-btn-bottom .grve-button-wrapper {
    margin-top: 15px;
}

/* About Us */
.grve-element.grve-box-icon.grve-small.grve-side-icon.grve-align-left {
    margin-bottom: 20px;
}
.grve-element.grve-box-icon.grve-small.grve-side-icon h3.grve-box-title.grve-h3 {
	color: var(--sage);
	font-weight: 500;
}
.grve-pricing-table .grve-pricing-title {
    font-size: 28px;
    font-weight: 400;
    color: var(--sage);
}
#grve-theme-wrapper .grve-pricing-table.grve-bg-white {
    min-height: 435px;
}
.grve-element.grve-box-icon.mb-qualification-box {
	background: linear-gradient(135deg,rgba(247,241,232,.95),rgba(255,250,244,.95));
	border: 1px solid rgba(159,179,154,.45);
	border-radius: 18px;
	padding: 20px 22px;
	font-family: Arial, sans-serif;
	min-height: 100px;
	margin-bottom: 20px;
}
.grve-element.grve-box-icon.mb-qualification-box .grve-wrapper-icon.grve-no-shape {
	display: none;
}
.grve-element.grve-box-icon.mb-qualification-box .grve-box-title-wrapper h4.grve-box-title.grve-h4 {
	display: block;
	color: #4f694f;
	font-size: 17px;
	line-height: 1.45;
	margin-bottom: 4px;
	font-family: Arial, sans-serif;
}
.grve-element.grve-box-icon.mb-qualification-box p {
	color: #6c635d;
	font-size: 15px;
	line-height: 1.5;
}
.grve-element.grve-box-icon.mb-qualification-box .grve-box-title-wrapper {
    margin-bottom: 0px;
}


/* GRAVITY FORM */

.gform-theme--framework .gfield_list_group_item::before, .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])) {
    --gf-local-margin-y: 0 var(--gf-label-space-primary);
    font-size: 20px;
    font-family: Georgia, 'Times New Roman', serif;
    color: var(--sage);
}
#grve-theme-wrapper input[type="text"], #grve-theme-wrapper input[type="input"], #grve-theme-wrapper input[type="password"], #grve-theme-wrapper input[type="number"], #grve-theme-wrapper input[type="email"], #grve-theme-wrapper input[type="number"], #grve-theme-wrapper input[type="url"], #grve-theme-wrapper input[type="tel"], #grve-theme-wrapper input[type="search"], #grve-theme-wrapper input[type="date"], #grve-theme-wrapper textarea, #grve-theme-wrapper select, #grve-theme-wrapper .select2-choice {
    height: auto;
    font-size: 18px;
    padding: 10px;
	font-weight: 500;
}
.gform-theme--framework .gfield_list_group_item::before, .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])) {
    font-size: 18px !important;
}
.gform-footer.gform_footer.top_label .gform_button.button {
    font-size: 18px !important;
    padding: 10px 30px !important;
}
.gform-footer.gform_footer.top_label .gform_button.button:hover {
	background:#5E7B68!important;
}
.ginput_container.ginput_container_textarea .textarea.small {
    height: 150px !important;
}
.grve-testimonial-element p {
    color: #405047;
}
#grve-theme-wrapper .grve-box-item.grve-bg-white .grve-heading-color {
    color: #2F3F35;
    font-size: 16px;
    font-weight: 600;
}
#grve-theme-wrapper .grve-box-item.grve-bg-white .grve-heading-color span.grve-text-primary-1 {
    display: block;
    font-size: 15px;
    margin-top: 10px;
}