/*!
 * Theme Name:  Mint Child
 * Theme URI:   http://mint.themes.tvda.pw
 * Template:    mint
 * Author:      TVDA Themes
 * Author URI:  http://themes.tvda.pw
 * Version:     1.0.0
 * License:     ThemeForest Standard License
 * License URI: http://themeforest.net/licenses/standard
 * Text Domain: mint-child
 * Domain Path: /languages/
 */



/* ///////////////////
	WP BAKERY
/////////////////// */
body .vc_separator h4 {
	font-size: 2em;
	text-align: center;
}
body .vc_sep_pos_align_center {
	margin-bottom: 2.5em;
}
body .aio-icon-component .aio-icon-header h3.aio-icon-title {
	font-size: 1.15em;
	margin: 0;
}
body .aio-icon-header+.aio-icon-description {
	font-size: .9em;
	color: #888;
}
body .vc_toggle_title > h4 {
	font-size: 1.15em;
}
body .vc_toggle {
	border-top: 0;
	padding-top:0;
}
body .vc_toggle_content {
	margin-top: 10px;
}
body .uavc-list-desc > p {
	margin: 0;
}
body .uavc-list-desc > p:nth-child(2) {
	margin-bottom: 1em;
}





/* ///////////////////
	GRAVITY FORMS
/////////////////// */
body .gform-theme--foundation .gform_fields {
    row-gap: 30px;
}
.gform_wrapper.boxed-form_wrapper {
    background: #f5f6f4;
    padding: 30px 8%;
    border-radius: 8px;
}
body .gform_wrapper.boxed-form_wrapper .gform_title {
	font-size: 1.5em;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: -.025em;
}
body .gform_wrapper.boxed-form_wrapper .gform_description {
	text-align: center;
	margin:0 auto 1em;
}
body .gform_wrapper.boxed-form_wrapper .gform_button.button {
	background: #64a70b !important;
    border: none !important;
    font-size: 1.1em !important;
    min-height: auto !important;
    max-height: none !important;
    padding: 13px 25px !important;
}
body .gform_confirmation_message {
	text-align: center;
    font-size: 1.1em;
    background: #edfbd2;
    padding: 50px 9% 65px;
    border-radius: 8px;
}
body .gform_confirmation_message h3 {
	margin:0 auto;
}



/* ///////////////////
	GENERAL
/////////////////// */
h1,h2,h3,h4,h5,h6 {
	line-height: 1;
}
h1 {
	letter-spacing: -.02em !important;
}
h2 {
	font-size: 2.5em;
}
h2.small {
	font-size: 2.1em;
}
h2 + p {
	margin-top: 10px;
}
h3 {
	font-size: 1.5em;
}
h3 + p {
	margin-top: 10px;
}
h4.small {
	font-size: 1.25em;
}
a, img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
a[href^="tel:"] {
    white-space: nowrap;
}
.big {
    font-size:1.25em;
}
.bigger {
    font-size:1.5em;
}
.btn {
	background: #64a70b;
	color: #fff;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: 600;
    padding: 15px 28px;
    border-radius: 99px;
    display: inline-block;
}
.btn:hover {
	background: #a7d500;
	color: #fff;
}
.bg-section-light {
	background: #f5f5f5;
	padding-top: 4em;
	padding-bottom: 4em;
	margin: 0 auto 4em;
}
.bg-section-light-color {
	background: #f5faf0;
	padding-top: 4em;
	padding-bottom: 4em;
	margin-top: 0;
	margin-bottom:4em;
}
.ul-icons-checkmarks {
    list-style: none;
    margin-left: 1.2em;
    padding: 0;
}
.ul-icons-checkmarks li {
    position: relative;
    padding-left: 24px;
    margin: 6px 0px;
}
.ul-icons-checkmarks li:before {
    position: absolute;
    content: '';
    background: url(img/icon-check.svg) no-repeat 0 0;
    width: 18px;
    height: 18px;
    background-size: 18px;
    top: 5px;
    left: 0;
}
body span.share__icon-text {
    color: #fff;
}
body .share._buttons .share__icon-link .fa {
	color: #fff;
}
body .post-grid:not(:has(.post-grid__meta)) .post-grid__content { padding-bottom: 40px; }
body .post-grid__title {
	font-size: 1.3em;
	line-height: 1.15;
	margin-bottom: .6em;
}
body .post-grid__desc {
	font-size: .9em;
    line-height: 1.6;
}




/* ///////////////////
	HEADER
/////////////////// */
.main-header__logo-img {
    max-width:190px;
}



/* ///////////////////
	PAGE TITLE
/////////////////// */
body .title-wrapper {
	padding-top: 2em;
    padding-bottom: 2.25em;
	text-wrap: balance;
}
body .title-wrapper__subtitle a, 
body .title-wrapper__subtitle span {
	background: none;
	line-height: 1.2;
	letter-spacing: .05em;
	font-size: 14px;
}
body .title-wrapper__desc {
	font-size: 17px;
    line-height: 1.25;
}
body .title-wrapper__row {
	margin-top: 1.85em;
}
body .title-wrapper__row._title {
    margin-top: 20px;
}
body h1.title-wrapper__title {
	line-height: 1.06;
	font-size: 36px;
	letter-spacing: -.02em;
}


/* ///////////////////
	HOME
/////////////////// */
#home-hero {
	position: relative;
	background: #000 url(img/hero.webp) no-repeat center;
	background-size: cover;
	color: #fff;
	margin: 0 auto 3em;
}
#home-hero:before {
	content: '';
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	background: #222;
	opacity: .77;
}
#home-hero > div:first-child {
	display: flex;
	flex-wrap: wrap;
	min-height: 65vh;	
	align-items: center;
	line-height: 1.8;
}
#home-hero h2 {
	line-height: 1;
	font-size: 2.2em;
	margin-bottom: 20px;
	color: #A6D500;
}
#home-hero p {
	margin-bottom: 20px;
}
#home-hero .btn {
	font-size: .9em;
}
#home-intro-text {
	margin: 3.5em auto;
}
#home-intro-text h1 {
	margin: 0 auto;
	font-size: 38px;
}
#home-intro-text h1 + p {
	margin-top: 10px;
}
.home .main-content-wrapper {
	padding-top: 0;
	padding-bottom: 60px;
}



/* ///////////////////
	PAGE CONTENT
/////////////////// */
.main-content-wrapper {
	padding-bottom: 55px;
}
.funnel-three-col h2 {
	font-size: 1.8em;
}



/* ///////////////////
	COMPARISON TABLEW
/////////////////// */
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  margin: 0 auto 3em;
}

.comparison-table th,
.comparison-table td {
  text-align: left;
  padding: 10px 15px;
  vertical-align: top;
}

/* Dark charcoal header */
.comparison-table thead th {
  background-color: #333;
  color: #fff;
  font-weight: bold;
}

/* Odd rows = transparent (default) */
.comparison-table tbody tr:nth-child(odd) {
  background-color: transparent;
}

/* Even rows = light gray */
.comparison-table tbody tr:nth-child(even) {
  background-color: #e9e9e9;
}



/* ///////////////////
	PRE FOOTER CTA
	Unified block: headline, caption, button, and phone stacked
	and centered. All responsive rules live here.
/////////////////// */
#pre-footer-cta {
	background: #A6D500;
	color: #fff;
	padding: 4.5em 0;
}
#pre-footer-cta > .wrapper {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}
#pre-footer-cta-title {
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-transform: lowercase;
	letter-spacing: 0px;
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 16px;
	display: block;
}
#pre-footer-cta-text {
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	line-height: 1.55;
	max-width: 720px;
	margin: 0 auto 24px;
}
#pre-footer-cta-button {
	display: inline-block;
	vertical-align: middle;
	margin-top: 8px;
	margin-right: 18px;
}
#pre-footer-cta .btn {
	background-color: #35573A;
	font-size: 1.35em;
	padding: 17px 38px;
}
#pre-footer-cta .btn:hover {
	background-color: #000;
}
#pre-footer-cta-phone {
	display: inline-block;
	vertical-align: middle;
	margin-top: 8px;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: 600;
}
#pre-footer-cta-phone a {
	color: #fff;
	text-decoration: none;
}
#pre-footer-cta-phone a:hover {
	text-decoration: underline;
}
@media only screen and (min-width:768px) {
	#pre-footer-cta {
		padding: 8em 0;
	}
	#pre-footer-cta-title {
		font-size: 50px;
	}
}



/* ///////////////////
	FOOTER
/////////////////// */
.bottom-footer {
    padding-top: 10px;
    padding-bottom: 10px;
}




@media only screen and (min-width:768px) {

	/* ///////////////////
		HEADER
	/////////////////// */
	.main-header__logo-img {
	    max-width:250px;
	}



	/* ///////////////////
		PAGE TITLE
	/////////////////// */
	body .title-wrapper {
		padding-left: 3%;
		padding-right: 3%;
	}
	body h1.title-wrapper__title {
		font-size: 45px;
	}
	body .title-wrapper__subtitle a, 
	body .title-wrapper__subtitle span {
		font-size: 16px;
	}



	/* ///////////////////
		HOME
	/////////////////// */
	#home-hero {
		background-position: right center;
	}
	#home-hero > div:first-child {
		min-height: 70vh;
		flex-wrap: nowrap;
	}
	#home-hero h2 {
		font-size: 3.2em;
	}

}




@media only screen and (min-width:1024px) {
	

	body .gform_wrapper.boxed-form_wrapper .gform_title {
		font-size: 1.85em;
	}


	/* ///////////////////
		PAGE TITLE
	/////////////////// */
	body .title-wrapper {
		padding-left: 5%;
		padding-right: 5%;
	}
	body h1.title-wrapper__title {
		font-size: 52px;
	}

}




@media only screen and (min-width:1200px) {


	/* ///////////////////
		PAGE TITLE
	/////////////////// */
	body .title-wrapper {
		padding-left: 8%;
		padding-right: 8%;
		padding-top: 4em;
		padding-bottom: 4.25em;
	}
	body h1.title-wrapper__title {
		font-size: 60px;
	}
	body .title-wrapper__desc {
		font-size: 18px;
		line-height: 1.4;
	}

}