/*
Theme Name:   Woodmart Child
Description:  Woodmart Child Theme
Author:       XTemos
Author URI:   http://xtemos.com
Template:     woodmart
Version:      1.0.0
Text Domain:  woodmart
*/


.site-content {
	margin-bottom: 0px !important;
}
.woodmart-prefooter {
	padding-bottom: 0px !important;
}
.wd-content-layout {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.wd-page-title .container {
    align-items: end !important;
}
.wd-logo img {
	padding-top: 10px;
	padding-bottom: 10px;
}
.login-link p.info-box-title {
	font-size: 14px;
	margin: 0px !important;
}
.login-link p.info-box-title::before {
	content: '\f007';
	display: inline-block;
	margin-right: 10px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.header-btn, .btn-primary {
	text-transform: none;
	font-size: 15px;
	font-weight: 400;
	padding: 15px 35px !important;
}
.btn-primary.btn-style-bordered {
	padding: 13px 33px !important;
}
.btn-primary.btn-text-primary:not(:hover) {
	color: #7DA595 !important;
}
.full-width--image figure,
.full-width--image figure div,
.full-width--image figure img {
	width: 100%;
}
.title-primary .title-subtitle {
	letter-spacing: 0.3em;
}
.text-shadowed .title {
	text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}



@media (min-width: 1920px) {
	.hero-section .hero-row {
		max-width: 1920px;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}
@media (min-width: 992px) {
	.hero-section .hero-row .full-width--image {
		margin-right: -15px;
	}
}


.hero-section .hero-row .hero-title .title {
	letter-spacing: 0.3em;
}
.hero-section .hero-row .btn-scroll {
	border: none !important;
	transform: rotate(-90deg);
	font-size: 20px;
	text-transform: none;
}
.hero-section .hero-row .btn-scroll::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 30px;
	right: 120%;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	background-image: url(https://sagewealthplans.com/wp-content/uploads/2022/08/arrow-left.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.25s ease-in-out;
}
.hero-section .hero-row .btn-scroll:hover::before {
	transform: translateX(-10px) translateY(-50%);
}
@media (max-width: 768px) {
	.hero-section .hero-row .btn-scroll {
		display: none !important;
	}
}


.smartdecisions--section .smartdecisions--row {
	background: #FFFFFF;
	box-shadow: 5px 4px 25px rgba(0, 0, 0, 0.1);
	max-width: 1400px;
}
.smartdecisions--section .smartdecisions--row .buttons-list ul {
	padding-left: 0px;
	list-style: none;
	column-count: 2;
	column-gap: 10%;
}
.smartdecisions--section .smartdecisions--row .buttons-list ul li {
	padding-left: 0px;
}
.smartdecisions--section .smartdecisions--row .buttons-list ul li a {
	color: #000000;
	display: block;
	padding: 15px 0;
	border-bottom: 1px solid #D9D9D9;
}
.smartdecisions--section .smartdecisions--row .buttons-list ul li a:hover {
	color: #7DA595;
}

.blogs-section {
	max-width: 1340px;
	margin: auto !important;
}
.blogs-section .blogs-row .blogs-wrapper {
	padding: 40px 20px;
	height: 100%;
	border-left: 5px solid #000;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.blogs-section .blogs-row .blogs-wrapper .title {
	font-size: 24px;
	margin-bottom: 40px;
}
.blogs-section .blogs-row .blogs-wrapper .blog-btn {
	color: #7DA595;
	display: flex;
	align-items: center;
	grid-gap: 0 15px;
}
.blogs-section .blogs-row .blogs-wrapper .blog-btn svg {
	width: 24px;
}
/*  Inside page*/
h1.entry-title.title {
	font-family: 'Lexend Deca';
	font-style: normal;
	font-weight: 700;
	text-align: right;
	color: #FFFFFF;
}
.page-title {
	margin-bottom: 0 !important;
}
.contact-title-style .title-subtitle {
	letter-spacing: 3px;
	font-family: 'Lexend Deca';
}
.custom-info-box-service .wd-button-wrapper {
	text-align: left !important;
}
.custom-info-box-service a.btn {
	background: transparent;
	color: #7DA595 !important;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 600;
}
.custom-info-box-service a.btn:hover {
	box-shadow: none !important;
}
.step-one .title-subtitle::before {
	content: "0-1 month";
	display: block;
	color: rgba(255, 255, 255, 0.09);
	font-size: 40px;
}
.step-two .title-subtitle::before {
	content: "1-6 months";
	display: block;
	color: rgba(255, 255, 255, 0.09);
	font-size: 40px;
}
.step-three .title-subtitle::before {
	content: "2-8 months";
	display: block;
	color: rgba(255, 255, 255, 0.09);
	font-size: 40px;
}
/* form */
.gcf7-row {
	width: 75%;
	margin: auto;
}
.field-wrap input.field {
	margin-bottom: 20px;
}
.field-wrap input.field {
	min-height: 55px;
}
.field-wrap textarea.field {
	resize: none;
	margin-bottom: 20px;
}
input.submit-btn {
	font-family: 'Lexend Deca';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF !important;
	background: #7DA595;
	min-height: 55px;
	min-width: 155px;
	text-transform: capitalize;
	margin-top: 10px;
}
.submit-wrap {
	margin: auto;
	max-width: max-content;
}
.page-template-default ul.contact-info {
	list-style: none;
}
.page-template-default ul.contact-info li a {
	color: #333333 !important;
	font-size: 16px;
}
.page-template-default ul.contact-info li {
	margin-bottom: 15px;
}
.page-template-default ul.contact-info li i {
	padding-right: 12px;
	color: #333333;
}
.Portal-info-box a.btn {
	font-family: 'Lexend Deca';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	color: #fff !important;
	background: #2F4647;
	min-height: 50px;
	min-width: 150px;
	text-transform: capitalize;
}
.Portal-info-box {
	min-height: 250px;
	display: grid !important;
	place-items: center !important;
	background: #FFFFFF;
	box-shadow: 5px 4px 25px rgb(0 0 0 / 10%);
	max-width: 70%;
}
.Portal-info-box .info-box-icon {
	padding-top: 20px;
}
.wpb_column.Lorem-box .vc_column-inner {
	background: #FFFFFF !important;
	box-shadow: 5px 4px 25px rgb(0 0 0 / 10%) !important;
	height: 51vh;
}
/* accordion */
.custom-accordion-row .wd-accordion-title {
	background: #FFFFFF;
	box-shadow: 5px 4px 25px rgba(0, 0, 0, 0.1);
	padding: 24px 20px;
}

.custom-accordion-row .wd-accordion-title.wd-active {
	background: #7DA595;
}
.custom-accordion-row .wd-accordion-title.wd-active .wd-accordion-title-text {
	color: #fff !important;
}
.custom-accordion-row .wd-accordion.wd-style-default:before {
	display: none !important;
}
.custom-accordion-row span.wd-accordion-opener.wd-opener-style-arrow::before {
	display: none;
}
.custom-accordion-row .wd-accordion-content {
	padding: 26px 26px;
}
.custom-accordion-row .wd-accordion.wd-style-default .wd-accordion-item {
	border: none !important;
}
.custom-accordion-row .wd-accordion-item {
	margin-bottom: 2% !important;
}
.testimonial-box-custom::before {
	content: "";
	background-image: url(https://sagewealthplans.com/wp-content/uploads/2022/08/bxs_quote-alt-right.png);
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	right: 0;
	background-size: contain;
	background-repeat: no-repeat;
}
.testimonial-box-custom {
	position: relative !important;
	background-color: #fff !important;
}

.testimonial-box-custom .info-box-inner.set-cont-mb-s.reset-last-child {
	padding-right: 100px;
}
.testimonial-box-custom .info-box-inner::after {
	content: "John Doe";
	font-family: 'Lexend Deca';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	color: #7DA595;
	line-height: 93px;
}
.schedule-call-btn {
	font-family: 'Lexend Deca';
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF !important;
	background: #2F4647 !important;
	min-width: 200px;
	min-height: 60px;
	text-transform: capitalize;
}
.learn-more-btn {
	font-family: 'Lexend Deca';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	text-transform: capitalize;
	color: #FFFFFF !important;
	background-color: #7da595 !important;
	min-height: 50px;
	min-width: 150px;
}
@media(min-width:1025px ){
	h1.entry-title.title {
		font-size:50px !important;
	}
	.our-process {
		position: relative;
	}
	.our-process::after {
		content: "";
		border-right: 2px solid #fff;
		height: 130px;
		position: absolute;
		transform: rotate(90deg);
		top: 40px;
		right: 0;
	}

}
@media(max-width:1024px){
	.Portal-info-box {
		max-width: inherit !important;
	}
	h1.entry-title.title {
		text-align: center !important;
		color: #FFFFFF;
	}
	.wpb_column.Lorem-box .vc_column-inner {
		background: transparent !important;
		box-shadow: none !important;
		height: auto;
	}
}
@media(max-width:767px){
	.gcf7-row {
		width: 90%;
		margin: auto;
	}
	.custom-accordion-row .wd-accordion-content {
		padding: 20px 16px;
	}.testimonial-box-custom::before {
		content: "";
		background-image: url(https://sagewealthplans.com/wp-content/uploads/2022/08/bxs_quote-alt-right.png);
		width: 60px;
		height: 100px;
		position: absolute;
		top: -9px;
		right: -7px;
		background-size: contain;
		background-repeat: no-repeat;

	}
	.testimonial-box-custom .info-box-inner.set-cont-mb-s.reset-last-child {
		padding-right: 10px;
	}
}
/* FOOTER ROW CSS STARTS HERE */
.footer-row {
	display: flex;
	flex-wrap: wrap;
}
.footer-row .contact-info {
	list-style: none;
	padding-left: 0px;
}
.footer-row .contact-info li {
	margin-bottom: 20px;
	font-size: 16px;
	color: #333;
}
.footer-row .contact-info li i {
	margin-right: 10px;
	color: #000;
}
.footer-row .footer-menu .menu li {
	margin-bottom: 20px;
}
.footer-row .footer-menu .menu li a {
	font-size: 16px;
	color: #000000;
}
.footer-row .footer-menu .menu li a:hover {
	color: #7DA595;
}
.footer-row .footer-menu .menu li.current-menu-item a {
	text-transform: uppercase;
	color: #7DA595;
	font-weight: 700;
}
.footer-row .wpb_content_element .mc4wp-form>div {
	flex-wrap: wrap;
}
.footer-row .wpb_content_element .mc4wp-form>div p {
	flex: 1 1 100% !important;
	max-width: 100% !important;
}
.footer-row .wpb_content_element .mc4wp-form>div p:last-child {
	text-align: right;
}
.footer-row .wpb_content_element .mc4wp-form>div p input[type=submit] {
	padding: 15px 35px;
	font-size: 15px;
	font-weight: 400;
	text-transform: none;
}
.footer-row .wpb_content_element .mc4wp-form>div p input[type='email'] {
	padding: 15px;
	height: auto;
}
@media (max-width: 768px) {
	.copyrights-row * {
		text-align: left !important;
	}
}


/* INSIDE PAGES CSS STARTS HERE */
.team-general-section .row {
	justify-content: center;
}
.team-general-section .team-profile {
	margin-bottom: 30px;
	padding: 0 20px;
	text-align: center;
}
.team-general-section .team-profile .profile-image {
	margin-bottom: 20px;
}
.team-general-section .team-profile .profile-title {
	margin-bottom: 10px;
}
.team-general-section .team-profile .profile-designation {
	margin-bottom: 0px;
}


.team-popup {
	padding: 30px 30px 10px;
}
.team-popup .row {
	align-items: center;
}
.team-popup .row .profile-image {
	margin-bottom: 20px;
}


/* PROCESS PAGE */


.page-id-217 .footer-row {
	border-top: none !important;
}

.process-row {
	position: relative !important;
}
.process-box {
	background: #fff !important;
	padding: 25px;
	box-shadow: 5px 4px 25px rgba(0, 0, 0, 0.1);
	min-height: 300px;
	display: grid !important;
	place-items: center !important;
	margin-bottom: 0 !important;
}
.process-box span.process-after-title {
	font-size: 22px !important;
	font-weight: 700 !important;
	margin-bottom: 10px !important;
}
.process-box .info-box-subtitle {
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.process-row {
	max-width: 1050px;
	margin: auto;
}

.process-row > div > div > div .process-title .liner-continer {
	width: 100%;
}

@media (min-width:768px){
	.process-row:before {
		content: "" !important;
		background: url(https://sagewealthplans.com/wp-content/uploads/2022/10/point-update.png) !important;
		display: block !important;
		position: absolute;
		left: 50% !important;
		top: 50% !important;
		transform: translate(-50%, -50%) !important;
		width: 45px;
		height: 78%;
		background-repeat: no-repeat !important;
		background-size: contain !important;
		background-position: center !important;
	}
	.process-row > div > div > div .process-title {
		min-height: 300px;
		display: flex;
		align-items: center;
		margin-bottom: 0 !important;
	}
	.process-row > div > div > div {
		min-height: 300px;
		padding: 0 40px;
	}
}
@media (max-width:767px){
	.process-row > div > div > div .process-title {
		text-align: center !important;
	}
	.process-row {
		row-gap: 30px;
	}
	.process-row>div:first-child {
		order: 1 !important;
	}
	.process-row>div:nth-child(2) {
		order: 2;
	}
	.process-row>div:nth-child(3) {
		order: 4;
	}
	.process-row>div:nth-child(4) {
		order: 3 !important;
	}
	.process-row>div:nth-child(5) {
		order: 5;
	}
	.process-row>div:nth-child(6) {
		order: 6;
	}
	.process-row>div:nth-child(7) {
		order: 8;
	}
	.process-row>div:nth-child(8) {
		order: 7;
	}
}

/* CLIENT EDITS -- Ken 09-22 */
.main-page-wrapper ul:not(.wd-list) li a {
	display: inline-block !important;
}
.pricing-info ul {
	list-style: none;
	padding: 0px;
}
.pricing-info ul {
	list-style: none;
}
.main-page-wrapper ul:not(.wd-list) li {
	position: relative;
	padding-left: 15px;
}
.main-page-wrapper ul {
	list-style: none;
	padding-left: 10px;
}
.main-page-wrapper ul li:before {
	content: '' !important;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 2px !important;
	background: url(https://sagewealthplans.com/wp-content/uploads/2022/09/sage-icon.png);
	background-size: contain;
	background-repeat: no-repeat !important;
	background-position: center;
	margin-left: -20px;
}
/* PRICING BOX */
.pricingCol .title-wrapper {
	min-height: 250px;
}
.pricing-box {
	min-height: 125px;
}
/* SERVICES BOX */
.custom-info-box-service {
	background: #fff !important;
	padding: 25px;
	box-shadow: 5px 4px 25px rgb(0 0 0 / 10%);
}
li.modified-date {
	display: none !important;
}
.green-box strong {
	font-weight: 600;
	font-family: var(--wd-text-font);
}
.green-box p, .green-box li {
	font-size: 20px !important;
	line-height: 32px !Important;
}
.green-box p strong {
	font-size: 24px !important;
	line-height: 36px !Important;
}
.box-item {
	padding: 20px;
	border: 1px solid #ebebeb;
	min-height: 385px;
}
.box-item.noMax {
	min-height: auto;
	padding: 5%;
}
/* CLIENT REQUEST EDITS */
.member-row img {
	max-width: 200px;
	margin: 0 auto;
}
@media (min-width: 1025px) {
	.cs-list ul {
		text-align: left;
		column-count: 2;
		padding: 0 0 5% 5%;
	}
	.pricing-box ul li {
		margin-left: 0;
		max-width: 100% !important;
		text-align: left !important;
	}
	.pricing-box ul {
		padding-left: 5% !important;
	}

}
@media (min-width: 1601px) {
	.cta-row .text-center .inline-element {
		position: relative;
		left: -35px;
	}
}
@media (max-width: 1600px) {
	.cta-row h2.title {
		font-size: calc(32px + .55vw) !important;
		line-height: 1.2 !important;
	}
	.cta-row .title-after_title {
		width: 100%;
		max-width: 100% !important;
	}
	.cta-row .vc_col-sm-5 .vc_column-inner {
		padding: 0 15% !important;
	}
	.cta-row .text-center .inline-element {
		position: relative;
		left: -15px;
	}
}

/* CLIENT REQUESTS */
.tab-row li.vc_tta-tab:before {
	display: none !important;
}