/*
Theme Name:     Success Child
Theme URI:      http://www.commercegurus.com/themes/success-theme/
Description:    Child theme for Success
Author:         CommerceGurus
Author URI:     http://www.commercegurus.com
Template:       success
Version:        1.0.1
*/


/* Your css goes here */

@media (min-width: 1400px) {
	.container {
		width: 1210px;
	}
}

html body .ls-overflow-visible,
html#ls-global .ls-overflow-visible,
body#ls-global .ls-overflow-visible,
#ls-global .ls-overflow-visible,
.ls-overflow-visible {
	overflow: hidden !important;
}

.wpb_single_image .vc_figure {
	margin-top: 0;
}

.shadow .vc_column-inner>.wpb_wrapper {
	height: 100%;
}

/* START: Cookies accept modal box CSS
============================================================= */

body .cmplz-cookiebanner.banner-1.bottom-right-view-preferences.optin.cmplz-center.cmplz-categories-type-view-preferences.cmplz-show {
	top: 50% !important
}

/* ===== END: Cookies accept modal box CSS ===== */


/* START: Template Heading CSS
============================================================= */

.content-area h2.template-heading {
	font-size: 26px;
	font-weight: 600;
	padding: 20px 0;
	position: relative;
	color: #222222;
	margin-bottom: 30px;
	position: relative;
}

.content-area h2.template-heading::after {
	content: '';
	position: absolute;
	height: 5px;
	width: 50px;
	background-color: #f26522;
	bottom: 0;
	left: 0;
	border-radius: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* ===== END: Template Heading CSS ===== */


/* START: Remove background shadow of slider images CSS
============================================================= */

body .ls-layers::before {
	background: none;
}

/* ===== END: Remove background shadow of slider images CSS ===== */


/* START: Back to Top Button CSS
============================================================= */

.cd-top {
	background: #f26522;
}

.cd-top:before {
	color: #ffffff;
}

/* ===== END: Back to Top Button CSS ===== */


/* START: Top Bar Section CSS
============================================================= */

#tpbr_topbar {
	border-bottom: solid 1px #ccc;
}

.topbar {
	display: flex;
	justify-content: space-around;
	padding: 0 6px;
}

.topbar .phone {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #333333;
}

.topbar .phone i {
	display: flex;
	width: 26px;
	height: 26px;
	background: #f26522;
	color: #ffffff;
	font-size: 16px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	margin-right: 12px;
}

.topbar .phone a {
	color: #f26522;
	font-weight: bold;
	margin-left: 6px;
}

@media screen and (max-width: 767px) {
	.topbar .phone {
		flex-direction: column;
		line-height: 18px;
	}

	.topbar .phone i {
		display: none;
	}

	.pushr {
		display: none !important;
	}

	#tpbr_topbar {
		position: static !important;
	}

}

@media screen and (max-width: 400px) {
	.topbar .phone {
		font-size: 12px;
	}
}

/* ===== END: Top Bar Section CSS ===== */


/* START: Top Navigation Header CSS
============================================================= */

.cg-primary-menu.cg-primary-menu-center .menu>li .cg-submenu-ddown li:hover,
.cg-primary-menu.cg-primary-menu-left .menu>li .cg-submenu-ddown li:hover {
	background-color: #f26522;
}

.cg-primary-menu.cg-primary-menu-center .menu>li .cg-submenu-ddown li:hover a,
.cg-primary-menu.cg-primary-menu-left .menu>li .cg-submenu-ddown li:hover a {
	color: #ffffff;
}

.menu-item.ion-android-search {
	position: relative;
	top: 3px;
}

.menu-item.ion-android-search:before {
	color: #f26522;
	font-size: 24px;
}

@media only screen and (min-width: 1100px) and (max-width: 1200px) {
	div.cg-primary-menu .menu>li {
		margin-right: 12px;
	}

	div.cg-primary-menu .menu>li>a {
		font-size: 13px;
	}
}

@media only screen and (min-width: 1100px) {
	.fixed .leftnav .cg-main-logo img {
		height: initial;
	}
}

/* ===== END: Top Navigation Header CSS ===== */


/* START: Top Bar Section CSS
============================================================= */

.cg-menu-below {
	top: 40px;
}

body.admin-bar .cg-menu-below {
	top: 72px;
}

/* ===== END: Back to Top Button CSS ===== */


/* START: imagebox Section CSS
============================================================= */

.content-area .image-box-main {
	padding-bottom: 60px;
}

.content-area .image-box-main .image-box {
	min-height: 280px;
	position: relative;
	padding: 15px;
}

.content-area .image-box-main .image-box .vc_column-inner {
	position: relative;
	overflow: hidden;
}

.image-hover-box {
	position: absolute;
	top: 0px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	height: 100%;
	background: rgba(65, 84, 100, 0.85);
	font-size: 14px;
	padding: 30px 30px 40px;
	transform: translateY(-100%);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.content-area .image-box-main .image-box .vc_btn3-container {
	background: rgba(65, 84, 100, 0.85);
	min-height: auto;
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	visibility: visible;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.content-area .image-box-main .image-box .vc_btn3-container .vc_btn3 {
	padding: 10px 40px 11px 20px;
	width: 100%;
	text-align: left;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	position: relative;
	line-height: 1.4;
	font-family: inherit;
}

.content-area .image-box-main .image-hover-box p {
	color: #fff !important;
	line-height: 18px;
}

.content-area .image-box-main .image-hover-box .image-hover-btn {
	color: #ffffff;
	margin-top: 42px;
	background-color: #f26522;
	padding: 15px 20px;
	display: inline-flex;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	cursor: pointer;
	align-items: center;
	justify-content: space-around;
}

.content-area .image-box-main .image-hover-box .image-hover-btn a {
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
	line-height: 1;
	margin-right: 8px;
}

.content-area .image-box-main .image-hover-box .image-hover-btn i {
	color: #ffffff;
	font-size: 13px;
}

.content-area .image-box-main .image-hover-box .image-hover-btn:hover {
	background: #fff;
	color: #000;
}

.content-area .image-box-main .image-hover-box .image-hover-btn:hover a {
	color: #000;
}

.content-area .image-box-main .image-hover-box .image-hover-btn:hover i {
	color: #000;
}

.content-area .image-box-main .image-box:hover .vc_btn3-container {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

.content-area .image-box-main .image-box:hover .image-hover-box {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

@media screen and (max-width:1200px) {
	.image-hover-box {
		padding: 24px;
	}

	.content-area .image-box-main .image-hover-box .image-hover-btn {
		margin-top: 30px;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.content-area .image-box-main .image-hover-box p {
		font-size: 13px;
	}

	.content-area .image-box-main .image-hover-box .image-hover-btn {
		margin-top: 0;
	}

	.content-area .image-box-main .image-box .vc_btn3-container .vc_btn3 {
		font-size: 12px;
	}

	.content-area .image-box-main .image-box .vc_btn3-container .vc_btn3 {
		padding-right: 30px !important;
	}
}

@media (max-width: 620px) {
	.content-area .image-box-main .image-box {
		padding: 5px;
	}

	.image-hover-box {
		padding: 10px;
	}

	.content-area .image-box-main .image-hover-box p {
		font-size: 12px;
	}

	.content-area .image-box-main .image-hover-box .image-hover-btn a {
		font-size: 13px;
	}

	.content-area .image-box-main .image-hover-box .image-hover-btn {
		padding: 10px;
	}

	.content-area .image-box-main .image-box .vc_btn3-container {
		max-width: 500px;
		margin: 20px auto;
	}

	.content-area .image-box-main .image-box .vc_btn3-container .vc_btn3 {
		font-size: 12px;
	}

}

@media (max-width:550px) {
	.content-area .image-box-main .image-hover-box .image-hover-btn {
		margin-top: 0;
	}
}

/* ===== END: imagebox Section CSS ===== */


/* START: icon box Section CSS
============================================================= */

.icon-box-main {
	padding-top: 100px;
	padding-bottom: 30px;
}

.icon-box-main .icon-box {
	padding-left: 95px;
	position: relative;
}

.icon-box-main .icon-box .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

.icon-box-main .icon-box .wpb_single_image {
	position: absolute;
	left: 27px;
	top: 12px;
	width: 54px;
	height: 54px;
	background: #f26522;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(45deg);
	transition: all 0.5s ease-out;
	margin: 0;
}

.icon-box-main .icon-box .wpb_single_image img {
	transform: rotate(-45deg);
}

.icon-box-main .icon-box .vc_custom_heading {
	margin: 0;
}

h1:not(.site-title):before,
h2:before {
	display: none;
}

.icon-box-main .icon-box-heading {
	font-size: 32px;
	font-weight: 600;
	padding: 20px 0;
	position: relative;
	color: #222222;
	margin-bottom: 39px;
	margin-top: 0;
	padding-top: 0;
	padding-left: 15px;
}

.icon-box-main .icon-box-heading::after {
	background: #f26522;
	content: "\020";
	display: block;
	height: 2px;
	width: 1em;
	position: absolute;
	bottom: 0;
	bottom: 0;
	border-radius: 2px;
	height: 5px;
	width: 50px;
}

.icon-box-main .icon-box .vc_custom_heading a {
	display: inline-block;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	margin-bottom: 15px;
	margin-top: 4px;
	color: #000;
	letter-spacing: -0.02em;
	line-height: 30px;
}

.icon-box-main .icon-box .vc_custom_heading a:hover {
	color: #f26522;
}

.icon-box-main .icon-box:hover .wpb_single_image {
	background: #2e363a;
}

.icon-box-main .icon-box .wpb_text_column p {
	color: #666666;
	font-size: 14px;
}

.icon-box-main .wpb_text_column.wpb_content_element {
	margin-bottom: 10px;
}

@media (max-width:991px) {
	.icon-box-main .icon-box {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:991px) {
	.icon-box-main .icon-box .wpb_single_image {
		width: 40px;
		height: 40px;
		left: 10px;
	}

	.icon-box-main .icon-box .wpb_single_image img {
		width: 26px;
	}

	.icon-box-main .icon-box {
		padding-left: 78px;
		padding-right: 15px;
	}

	.icon-box-main .icon-box .wpb_single_image {
		left: 18px;
	}
}

@media (max-width:767px) {
	.icon-box-main {
		padding: 0;
	}

	.icon-box-main .icon-box-heading {
		font-size: 24px;
		padding: 40px 40px 20px 40px !important;
	}

	.icon-box-main .icon-box .vc_custom_heading {
		padding: 0;
	}
}

/* ===== END: icon box Section CSS ===== */


/* START: Sidebar Menu CSS
============================================================= */

.sidebar-menu ul {
	margin: 0;
	padding: 0;
}

.sidebar-menu ul li {
	list-style-type: none;
	margin-bottom: 0;
}

.sidebar-menu ul.active li {
	color: #f26522;
	padding: 13px 12px 13px 16px;
	display: block;
	background: #f5f5f5;
	border-right: 3px solid #f5f5f5;
	text-align: left;
	position: relative;
	transition: all 0.25s ease-in-out;
}

.sidebar-menu ul.active li,
.sidebar-menu ul.active li:hover {
	background-color: #f1f1f1;
	border-color: #f26522;
}

.sidebar-menu ul li a {
	color: #343434;
	padding: 13px 12px 13px 16px;
	display: block;
	background: #f5f5f5;
	border-right: 3px solid #f5f5f5;
	text-align: left;
	position: relative;
	transition: all 0.25s ease-in-out;
}

.sidebar-menu ul li a:hover {
	background-color: #f1f1f1;
	color: #f26522;
	border-color: #ccc;
}

/* ===== END: Sidebar Menu CSS ===== */


/* START: Accordion on Services Pages CSS
============================================================= */

.content-area .entry-content .vc_tta-accordion p {
	margin-bottom: 19px;
}

.content-area .entry-content .vc_tta-accordion .wpb_wrapper p:last-child {
	margin-bottom: 0;
}

.vc_tta.vc_general .vc_tta-panel-body {
	transform: initial !important;
}

.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
	border-color: #f26522 !important;
	background-color: #f26522 !important;
}

.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	color: #ffffff !important;
}

.vc_tta-color-black.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
	border-color: #ffffff !important;
}

/* ===== END: Accordion on Services Pages CSS ===== */


/* START: Request Callback CSS
============================================================= */
.request-callback form input,
.request-callback form select {
	border-radius: 4px;
	height: 36px;
	margin-bottom: 0;
}

.request-callback form textarea {
	border-radius: 4px;
}

.request-callback .gform_footer input.button {
	background-color: #f26522;
	color: #fff;
	padding: 0 30px;
}

.request-callback .gform_footer input.button:hover {
	background-color: #fff;
	color: #f26522;
}

.request-callback .gform_legacy_markup_wrapper li.hidden_label input {
	margin-top: 0;
}

@media only screen and (min-width: 641px) {
	.request-callback .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
		padding-right: 0;
		margin-top: 0;
	}
}

/* ===== END: Request Callback CSS ===== */


/* START: Contact Block CSS
============================================================= */
.contact-info {
	display: flex;
	font-size: 16px;
	margin: 16px 0;
}

.contact-info i {
	color: #f26522;
	margin-right: 16px;
	font-size: 18px;
	width: 20px;
	text-align: center;
	margin-top: 3px;
}

.contact-info a {
	color: #333333;
}

.contact-info .contact-email {
	color: #f26522;
	font-weight: bold;
	text-decoration: underline;
}

.contact-info .contact-email:hover {
	text-decoration: none;
}

.contact-info .direction-link {
	color: #f26522;
	text-decoration: underline;
}

.contact-info .direction-link:hover {
	text-decoration: none;
}

.wpcf7-form a {
	color: #f26522;
}

/* ===== END: Contact Block CSS ===== */


/* START: Our Team and Partners Page CSS
============================================================= */

#partners {
	background-color: #f26522;
	padding: 0 20px;
	color: #ffffff;
}

#partners div[class*="vc_custom_"].vc_row {
	border: solid 3px #ffffff;
	padding: 16px;
	margin-bottom: 16px;
}

#partners .vc_column_container>.vc_column-inner {
	padding: 0;
}

#partners .wpb_text_column {
	margin-bottom: 0px;
	text-align: justify;
}

#partners h2 {
	margin-left: 20px;
}

#partners h2,
#partners p {
	color: #ffffff;
}

#partners .wpb_text_column .wpb_wrapper>p:first-child {
	margin-top: 12px;
	margin-bottom: 12px;
}

#managers {
	background-color: #ffffff;
	padding: 0 20px;
}

#managers h2 {
	color: #f26522;
}

#managers .vc_col-sm-3>.vc_column-inner,
#managers .vc_col-sm-4>.vc_column-inner {
	border: solid 3px #808080;
	padding: 8px !important;
}

#managers .wpb_text_column {
	margin-bottom: 0px;
	text-align: justify;
}

#managers .wpb_text_column .wpb_wrapper p {
	line-height: 21px;
}

#managers .wpb_text_column .wpb_wrapper>p:first-child {
	margin-bottom: 32px;
	color: #f26522;
}

#managers a {
	color: #ffffff;
	cursor: pointer;
}

#accordion .vc_tta-panel-heading {
	background-color: #e6e7e8;
}

#accordion .vc_tta-panel-heading a {
	color: #f26522;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: boldl
}

.team-accordion .vc_col-sm-3>.vc_column-inner,
.team-accordion .vc_col-sm-4>.vc_column-inner {
	border: solid 3px #808080;
	padding: 8px !important;
}

.team-accordion .wpb_text_column {
	margin-bottom: 0px;
	text-align: justify;
}

.team-accordion .wpb_text_column .wpb_wrapper>p:first-child {
	margin-bottom: 32px;
	color: #f26522;
}

.team-accordion a {
	color: #666666;
	cursor: pointer;
}

.team-read-more-content,
.team-read-less {
	display: none;
}

.team-read-less {
	margin-top: 14px;
}


#managers .wpb_single_image .vc_figure,
#accordion .wpb_single_image .vc_figure {
	display: block;
	max-width: inherit;
}

#managers .vc_single_image-wrapper,
#accordion .vc_single_image-wrapper {
	display: block;
	height: 400px;
	position: relative;
	overflow: hidden;
	width: auto;
	max-width: inherit;
}

#managers .vc_single_image-wrapper img,
#accordion .vc_single_image-wrapper img {
	position: absolute;
	height: 400px;
	left: -100%;
	right: -100%;
	top: 0;
	margin: auto;
	width: auto;
	max-width: inherit;
}

@media (max-width:1200px) {
	#partners .wpb_text_column .wpb_wrapper>p {
		margin-left: 12px;
		margin-right: 12px;
		line-height: 20px;
	}
}

@media (max-width:991px) {

	#managers .vc_col-sm-3,
	#accordion .vc_col-sm-3 {
		width: 50%;
	}
}

@media (max-width:767px) {
	#partners div[class*="vc_custom_"].vc_row {
		margin-left: 16px !important;
		margin-right: 16px !important;
	}

	#managers,
	#accordion {
		padding-bottom: 0 !important;
	}

	#managers .vc_col-sm-3,
	#accordion .vc_col-sm-3 {
		width: 100%;
	}

	#managers .vc_single_image-wrapper,
	#accordion .vc_single_image-wrapper {
		height: auto;
	}

	#managers .vc_single_image-wrapper img,
	#accordion .vc_single_image-wrapper img {
		width: 100%;
		height: auto;
		position: static;
	}
}

/* ===== END: Our Team and Partners Page CSS ===== */


/* START: Blogs/News Page CSS
============================================================= */

.sidebar-categories .cat-item.cat-item-1 {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

.news-box img {
	width: 100%;
	height: 280px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width:767px) {
	.news-box {
		width: 100%;
	}

	.news-box .news-box-img {
		height: auto;
	}

	.cg-blog-layout .news-box article.type-post:last-child {
		margin-bottom: 0;
		padding: 0 16px;
	}
}

/* ===== END: Blogs/News Page CSS ===== */


/* START: Blogs Section on Pages CSS
============================================================= */

.blogs .image img {
	width: 100%;
	height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width:767px) {
	.blogs .image img {
		height: auto;
	}
}

/* ===== END: Blogs Section on Pages CSS ===== */


/* START: Request a Call Back Section on Pages CSS
============================================================= */

.request-callback {
	background-color: #2e363a;
	padding: 70px 0;
}

.request-callback-form {
	background-color: #ffffff;
	border: solid 6px #1e262a;
	margin: 0;
	padding: 13px 14px 3px 14px;
}

.request-callback-content {
	color: #ffffff;
}

.request-callback-content h2 {
	margin: 30px 15px;
}

.request-callback-content p {
	padding: 0px 20px;
	font-size: 18px;
	line-height: 1.6em;
}

/* ===== END: Request a Call Back Section on Pages CSS ===== */


/* START: Set image height on each services page CSS
============================================================= */

.services-block .vc_figure img {
	height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media screen and (max-width: 767px) {
	.services-block.vc_row.vc_row-flex {
		margin-bottom: 0 !important;
	}

	.services-block.vc_row.vc_row-flex>.vc_column_container {
		display: block;
	}

	.shadow .wpb_wrapper .wpb_text_column:last-child {
		padding-bottom: 0;
	}
}

/* ===== END: Set image height on each services page CSS ===== */


/* START: Need Help Back on each services page CSS
============================================================= */

.brochure-box {
	border: 2px solid #eee;
	padding: 16px 20px 12px 15px;
	line-height: 1.45em;
	text-align: center;
}

/* ===== END: Need Help Back on each services page CSS ===== */


/* START: Above Footer (contact numbers) CSS
============================================================= */

.below-main-content .textwidget {
	display: flex;
	justify-content: space-between;
}

.below-main-content .phone {
	display: flex;
	align-items: center;
	font-size: 20px;
}

.below-main-content .phone i {
	display: flex;
	width: 40px;
	height: 40px;
	background: #f26522;
	color: #ffffff;
	font-size: 24px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	margin-right: 12px;
}

.below-main-content .phone a {
	color: #f26522;
	font-weight: bold;
	margin-left: 6px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.below-main-content .phone {
		font-size: 16px;
	}

	.below-main-content .phone i {
		width: 30px;
		height: 30px;
		font-size: 18px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.below-main-content .phone {
		font-size: 14px;
	}

	.below-main-content .phone i {
		width: 26px;
		height: 26px;
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.below-main-content .textwidget {
		display: block;
	}

	.below-main-content .phone {
		padding: 8px 0;
		width: 350px;
		margin: auto;
	}
}

@media screen and (max-width: 400px) {
	.below-main-content .phone {
		font-size: 16px;
		width: 300px;
	}
}

/* ===== END: Above Footer (contact numbers) CSS ===== */


/* START: Footer CSS
============================================================= */

.second-footer-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fotter-menu ul li {
	display: inline;
	margin-left: 20px;
}

@media screen and (max-width: 991px) {
	.second-footer-content {
		flex-direction: column;
		text-align: center;
	}

	.second-footer-content .copyright {
		order: 1;
	}

	.second-footer-content .fotter-menu {
		order: 0;
	}
}

@media screen and (max-width: 767px) {
	.fotter-menu ul li {
		display: block;
		padding: 8px;
		margin: 0;
	}
}

/* ===== END: Footer CSS ===== */


/* START: Gravity Forms CSS

============================================================= */

.gform_wrapper.gravity-theme .gform_body .gform_footer input,
.gform_wrapper.gravity-theme .gform_body .gform_page_footer input,
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_button,
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button,
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button {
	background-color: #f26522;
	color: #ffffff;
	padding: 14px 30px;
	font-size: 14px;
	letter-spacing: .8px;
	border-radius: 6px;
}

.gform_wrapper.gravity-theme .gform_body .gform_footer button,
.gform_wrapper.gravity-theme .gform_body .gform_page_footer button {
	color: #f26522;
}

.gform_wrapper.gravity-theme .gform_body .gform_previous_button.button svg,
.gform_wrapper.gravity-theme .gform_body .gform_save_link.button svg {
	filter: invert(54%) sepia(41%) saturate(5653%) hue-rotate(349deg) brightness(99%) contrast(92%);
}

/* ===== END: Gravity Forms CSS ===== */