/*
	Theme Name: Divi child
	Theme URI: 	upthinksolutions.com
	Template: 	Divi
	Version: 	3.0.89
*/
@import url("../Divi/style.css");

@font-face {
	font-family: 'droid_serifregular';
	src: url(fonts/'droidserif-regular-webfont.woff2') format('woff2'),
		url(fonts/'droidserif-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

/*
Custom Styling styling
---------------------------------------------------------------------------------------------------- */

body {
	font-weight: 400 !important;
}

/* Headings styling
----------------------------------------------- */

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-family: 'droid_serifregular';
	padding-bottom: 20px;
}

body h2 {
	font-size: 40px;
}
body h3 {
	font-size: 30px;
}
body h4 {
	font-size: 25px;
}
body h5 {
	font-size: 22px;
}
body h6 {
	font-size: 20px;
}

body p {
	padding-bottom: 20px;
}

p:last-of-type + * {
	padding-top: 25px;
}

body strong {
    font-weight: 600;
}

/* Buttons styling
----------------------------------------------- */

.et_pb_button,
#main-content .et_pb_button {
	display: inline-block;
	padding: 12px 36px !important;
	text-decoration: none;
}

body div.wpforms-container-full .wpforms-form button[type=submit] {
	background: #5d296b;
	border: none !important;
	border-radius: 0;
	color: #fff;
	font-size: 20px;
	padding: 12px 36px;
	text-transform: uppercase;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	min-width: 210px;
}
body div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background: #3e1948;
}

.et_pb_button + .et_pb_button {
	margin-left: 25px;
}

.btn {
	background: #39b54a;
	color: #fff !important;
	display: inline-block;
	padding: 12px 36px;
	text-decoration: none;
}

img.alignright {
	margin-left: 30px;
	padding-bottom: 20px;
}
img.alignleft {
	margin-right: 30px;
	margin-bottom: 20px;
}

.et-search-form,
.et_mobile_menu,
.footer-widget li:before,
.nav li ul,
blockquote {
	border-color: #5d296b;
}

/* Entries
--------------------------------------------------- */

body .entry-content ul,
body .entry-content ol {
	padding-left: 30px;
}
body .entry-content ul li,
body .entry-content ol li {
	list-style-position: outside;
	margin-bottom: 5px;
}
.entry-content a {
	text-decoration: underline;
}
.entry-content a:hover {
	color: #007474;
}

/* Divi row and container styling
----------------------------------------------- */

body .et_pb_row,
body .container {
	width: 100%;
}

/* Header styling
--------------------------------------------------- */

.home #main-header {
	background: rgba(93, 41, 107, 0.9);
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.home #main-header.et-fixed-header {
	background: #5d296b;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.1) !important;
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.1) !important;
	box-shadow: 0 0 7px rgba(0,0,0,.1) !important;
}

.home #et-main-area {
	margin-top: -118px;
}

/* Header right widget area styling
--------------------------------------------------- */

.header-right-widget-area {
	position: relative;
	z-index: 999;
	overflow: hidden;
	float: right;
	padding-top: 32px;
	padding-bottom: 30px;
}
.header-right-widget-area .widget {
	display: block;
}
.header-right-widget-area p {
	display: inline-block;
	padding-bottom: 0;
}
.header-right-widget-area a {
	color: #fff;
	position: relative;
	margin-left: 30px;
}
.header-right-widget-area a:first-child {
	margin-left: 0;
}
.header-right-widget-area a .fa-icon {
	margin-right: 5px;
}
.transparent-btn {
	border: 1px solid #fff;
	padding: 5px 15px;
}
.header-right-widget-area .transparent-btn:hover {
	background: #d0a1a9;
	border-color: #d0a1a9;
}
.header-right-widget-area .transparent-btn {
	margin-left: 7px;
}
body #page-container #main-header .logo_container {
	height: 80px;
	float: left;
	padding-top: 10px;
}
#main-header div#et-top-navigation {
	background: #d0a1a9;
	clear: both;
	padding-top: 14px;
	margin-bottom: -25px;
}
body #top-menu li {
	padding-right: 35px;
}
body #top-menu > li > a {
	font-weight: 400;
}
body #top-menu .menu-item-has-children li {
	padding: 0;
	line-height: 1.1;
	display: block;
}
body #top-menu li li a {
	width: 100%;
	padding: 15px 20px;
	border-bottom: 1px dashed #566573;
}
body #top-menu li li:last-child a {
	border-bottom: none;
}
#main-header li ul a {
	font-size: 16px;
}

/*--------------Menu hover--------------
Menu  border bottom on hover 
------------------------------------*/

#top-menu-nav #top-menu li.current-menu-item > a:before,
body #top-menu > li > a:hover::before {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	opacity: 1;
	filter: alpha(opacity=100);
}
body #top-menu > li > a::before {
	content: '';
	position: absolute;
	width: 100%;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: 0px;
	height: 4px;
	background-color: #fff;
	-webkit-transform: translate(-65%,0);
	-ms-transform: translate(-65%,0);
	-o-transform: translate(-65%,0);
	transform: translate(-65%,0);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 235ms;
	-o-transition: all 235ms;
	transition: all 235ms;
}

/*
Home Page Styling styling
---------------------------------------------------------------------------------------------------- */

/* banner section styling
--------------------------------------------------- */

#hero-img-section {
	min-height: 737px;
	padding-top: 312px;
	position: relative;
	overflow: hidden;
}
#hero-img-section .et_pb_text_inner {
	background: rgba(0, 0, 0, 0.7);
	max-width: 660px;
	padding: 25px;
}
#hero-img-section h4 {
	font-family: "Open Sans",Arial,sans-serif;
	padding-bottom: 10px;
}
#hero-img-section h1 {
	padding-bottom: 25px;
	text-shadow: 0 0 30px #000000d1;
	line-height: 1;
}
#hero-img-section p {
	font-size: 25px;
	margin-bottom: -65px;
}

/* content styling
--------------------------------------------------- */

#main-content .list-style ul {
	padding-left: 0;
}
#main-content .list-style li {
	display: block;
	position: relative;
	padding-left: 30px;
	padding-bottom: 5px;
}
#main-content .list-style li:before {
	content: '\f18e';
	font-family: FontAwesome;
	display: inline-block;
	font-size: 18px;
	position: absolute;
	left: 0;
	color: #007474;
}
#main-content .list-style ul ul {
	padding-top: 12px;
	padding-bottom: 0;
}

.frame-img-widget img {
	border: 9px solid #ffffff;
	-webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
}

.et_pb_module {
	clear: both;
}

.title-btm-line h2 {
	text-align: center;
}
.title-btm-line h2:after {
	content: '';
	display: block;
	margin: 10px auto 0;
	border-top: 11px solid #5d296b;
	max-width: 92px;
}

/* short bio section styling
--------------------------------------------------- */

.short-bio-section img {
	border: 9px solid #ffffff;
	-webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
}

/* services section styling
--------------------------------------------------- */

body .services-grid-style {
	padding-left: 3%;
	padding-right: 3%;
}
.services-grid-style .et_pb_column {
	background: #fff;
}
.services-grid-style .et_pb_image_wrap {
	position: relative;
	overflow: hidden;
}
.services-grid-style img {
	display: block;
	width: 100%;
	transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
}
.services-grid-style .et_pb_column:hover img {
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-ms-transform: scale(1.12);
	-o-transform: scale(1.12);
	transform: scale(1.12);
}
.services-grid-style .et_pb_text_inner {
	padding: 0 20px;
}
.services-grid-style h4 {
	font-size: 25px;
	display: table;
	margin: 0 auto;
	height: 70px;
	line-height: 1;
}
.services-grid-style h4 a {
	color: #5d296b;
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
}

/* footer form section styling
--------------------------------------------------- */

body #main-footer {
	background: url(images/250599349.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}

#footer-contact-section .container {
	padding: 70px 0 30px;
}
#footer-contact-section .widget {
	display: block;
	text-align: center;
	max-width: 885px;
	margin: 0 auto;
}
#footer-contact-section h2 {
	line-height: 1;
	padding-bottom: 20px;
	text-transform: uppercase;
}
#footer-contact-section h2:after {
	content: '';
	display: block;
	margin: 10px auto 0;
	border-top: 11px solid #5d296b;
	max-width: 92px;
}
#footer-contact-section form {
	position: relative;
}
#footer-contact-section .wpforms-field {
	padding: 0 0 6px;
}
#footer-contact-section .left-side-field {
	width: 49.33%;
	float: left;
}
#footer-contact-section .right-side-field {
	position: absolute;
	top: 0;
	padding: 0;
	right: 0;
	width: 49%;
}
#footer-contact-section input,
#footer-contact-section select,
#footer-contact-section textarea {
	background: #fff;
	border-radius: 0;
	border: none;
	padding: 12px 15px;
	height: auto;
	font-size: 20px;
}
#footer-contact-section textarea {
	height: 162px;
}
#footer-contact-section ::-webkit-input-placeholder {
	color: #000000;
}
#footer-contact-section:-moz-placeholder {
	color: #000000;
}
#footer-contact-section ::-moz-placeholder {
	color: #000000;
}
#footer-contact-section :-ms-input-placeholder {
	color: #000000;
}

/* footer styling
--------------------------------------------------- */

body #footer-widgets {
	font-size: 18px;
	padding: 0;
}
#footer-widgets .footer-widget {
	margin-bottom: 0;
}
#footer-widgets .et_pb_widget {
	float: none;
}
.prg-icon {
	position: relative;
	padding-left: 30px;
	padding-bottom: 5px;
}
.prg-icon .fa-icon {
	position: absolute;
	left: 0;
}
.social-icon {
	padding-bottom: 12px;
}
#main-footer .social-icon a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	vertical-align: top;
	background: #5d296b;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff !important;
	font-size: 18px;
	font-weight: bold;
	margin-right: -2px;
	text-align: center;
}
#main-footer .social-icon a:hover {
	background: #3e1948;
}

/* footer copyright styling
--------------------------------------------------- */

#footer-copyright .widget {
	display: block;
	text-align: center;
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 15px;
}

/*
Inside page header styling
---------------------------------------------------------------------------------------------------- */

/* Hero banner and page title styling
--------------------------------------------------- */

.inside-hero-img {
	min-height: 350px;
}
body .heading-section {
	padding: 0;
}
body .heading-section .et_pb_text {
	text-align: center;
}
body .heading-section .et_pb_text h1 {
    font-weight: 300;
	text-transform: uppercase;
	padding-bottom: 0;
}
body .heading-section .et_pb_text h1 {
    font-weight: 300;
	text-transform: uppercase;
	padding-bottom: 0;
}
body .heading-section h1:after {
	content: '';
	display: block;
	margin: 10px auto 0;
	border-top: 11px solid #5d296b;
	max-width: 92px;
}
body .heading-section h1 + p {
	padding-top: 20px;
}

/* about section styling
--------------------------------------------------- */

.about-section h2 {
	padding-bottom: 40px;
}
.about-section img {
	border: 9px solid #ffffff;
	-webkit-box-shadow: 0px 0px 25px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 25px -4px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 25px -4px rgba(0,0,0,0.5);
}


/*
FAQ page styling
--------------------------------------------------- */

.faq-section .et_pb_text {
	border-left: 5px solid #002e62;
	padding: 30px 25px;
	background: #efefef;
	color: #000;
}
.faq-section h3 {
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
}

.entry-content .wpforms-container .wpforms-field-container input,
.entry-content .wpforms-container textarea {
	background: #eee !important;
}
.entry-content .wpforms-submit-container {
	text-align: right;
}

/*
LANDING PAGES STYLE
------------------------------------------------------------------------------*/

.landing-banner-1 {
	min-height: 600px;
	padding-top: 20px !important;
	padding-bottom: 120px !important;
	position: relative;
	text-shadow: 0 0 15px #000;
}

.landing-page-banner {
	min-height:600px;
	padding-top: 20px !important;
	padding-bottom: 120px !important;
	position: relative;
	text-shadow: 0 0 15px #000;
}
.landing-logo a {
	color: #fff;
	font-size: 40px;
	text-transform: capitalize;
	text-shadow: 0px 0px 2px #000;
}
.landing-logo p, 
.landing-phone p {
	margin-bottom:0px;
}
.landing-page-banner h1 {
	margin-top: 50px;
	text-shadow: 0px 0px 2px #000;
	line-height: 1.2;
}
.landing-page-banner h1:after {
	content: '';
	display: block;
	margin: 10px auto 0;
	border-top: 11px solid #d0a1a9;
	max-width: 92px;
}
.landing-phone a {
	color: #fff !important;
	font-size: 22px;
	font-weight: bold;
	background: #5d296b;
	padding: 5px 19px 7px;
	border-radius: 500px;
	margin-top: 5px;
	display: inline-block;
	text-decoration: none;
	text-shadow: none;
}
#landing-form-widget {
	background: #ebf5fb;
	box-shadow: 0px 0px 40px #999;
	padding: 20px 30px;
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 50px;
}
#landing-form-widget h2 {
	font-size: 30px;
	margin-bottom: 20px;
}
#landing-form-widget .wpforms-container-full .wpforms-form .wpforms-field {
	padding: 3px 0;
	clear: both;
	width: 100%;
	float: left;
}
#landing-form-widget .wpforms-container-full .wpforms-form .wpforms-field-textarea {
	float: right;
	clear: none;
}
#landing-form-widget .wpforms-container-full .wpforms-form textarea.wpforms-field-large {
	height: 162px;
}
#landing-form-widget input,
#landing-form-widget select,
#landing-form-widget textarea {
	background-color: #fff;
	border-radius: 0px;
	color: #000;
	display: block;
	float: none;
	font-size: 20px;
	border: 1px solid #000;
	padding: 6px 10px;
	height: 50px;
	width: 100%;
	line-height: 1.3;
}
#landing-form-widget textarea {
	min-height: 120px;
}
#landing-form-widget .wpforms-container-full .wpforms-form button[type=submit] {
	font-size: 18px;
}
#landing-form-widget .wpforms-submit-container {
	text-align:center;
}
#landing-form-widget ::-webkit-input-placeholder {
	color: black;
}
#landing-form-widget :-moz-placeholder { 
   	color: black;
}
#landing-form-widget ::-moz-placeholder { 
   	color: black;
}
#landing-form-widget :-ms-input-placeholder {  
   	color: black;
}
.about-img-center {
	margin-top: -170px;
}
.about-img-center img {
	border-radius: 50%;
	background: #ddd;
	overflow: hidden;
	text-align: center;
	border: 5px solid #ddd;
}
.quote-module h6 {
	font-style: italic;
	line-height: 1.35;
	padding-bottom: 12px;
}
.quote-module h6 {
	font-size: 25px;
	font-weight: 700;
}
.phone-email-widget h3,
h3.phone-no {
	font-size: 35px;
	font-style: normal;
	line-height: 1.2;
}
.phone-email-widget h3 a,
h3.phone-no a {
	text-decoration: none;
}
.phone-email-widget h4 {
	font-size: 20px;
}
h4.email-addr {
	font-size: 20px;
}
.phone-email-widget h3 .fa-icon,
.phone-email-widget h4 .fa-icon,
.phone-no .fa-icon,
.email-addr .fa-icon {
	color: #02445c;
	width: 85px;
	height: 85px;
	line-height: 83px;
	display: table;
	font-size: 50px;
	border-width: 1px;
	border-style: solid;
	border-color: #02445c;
	border-image: initial;
	border-radius: 50%;
	margin: 30px auto 11px;
}
.phone-email-widget h4 a {
	text-decoration: none;
}
body .landing-page-footer {
	background: #d0a1a9;
	color: #fff;
	padding: 25px 0px;
	overflow: hidden;
}
.landing-copyright-area {
	float: left;
}
.landing-footer-links {
	float: right;
}
.landing-page-footer a {
    color: #fff;
}
.landing-footer-links a {
	display: inline-block;
	margin-left: 20px;
}
.center-contact-widget .wpforms-submit-container {
	text-align: center;
}
.landing-contact-widget div.wpforms-container-full .wpforms-form .wpforms-field {
	padding-bottom: 0;
}

/*
Curve Landing page styling
---------------------------------------------------------------------------------------------------- */

.landing-page-header {
	min-height: 600px;
	position: relative;
}
.landing-page-header:after {
	content: '';
	background: url(images/curve-bg.png) no-repeat center bottom;
	display: block;
	width: 100%;
	height: 84px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
}
.landing-page-header .et_pb_row {
	z-index: 99;
}
.landing-header-right .free {
	margin-bottom: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	padding-bottom: 3px;
}
.phone .fa-icon {
	display: inline-block;
	vertical-align: top;
}
.landing-header-right .fa-phone {
	font-size: 17px;
	background: #5d296b;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 7px;
	color: #fff;
	border-radius: 52px;
}
.landing-header-right .phone a {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 2px;
	text-decoration: none;
}
.landing-page-header .landing-page-heading {
	padding-bottom: 30px;
}
.landing-page-heading .et_pb_text_inner {
	text-align: center;
}
.landing-page-header h1 {
	font-weight: 300;
	color: #fff;
	padding-bottom: 30px;
	margin-top: 50px;
	text-transform: uppercase;
	text-shadow: 0px 0px 2px #000;
}
.landing-page-header h3 {
	font-weight: 300;
	padding-bottom: 10px;
}
.landing-page-header h4 {
	line-height: normal;
}
.landing-page-content .wpforms-container {
	background: #eee;
	padding: 20px;
}
.landing-page-content img {
	margin-bottom: 20px;
}
.phone-no a,
.email-addr a {
	color: #000;
	text-decoration: none;
}

.landing-page-content h5 {
	line-height: normal;
	font-family: "Open Sans", Arial, sans-serif;
	padding-bottom: 10px;
}
.landing-page-content h5 a {
	font-weight: 700;
}
.landing-page-content input {
	border: 1px solid #ccc !important;
	border-radius: 1px !important;
}
.landing-page-content .wpforms-submit-container {
	text-align: right;
}
.landing-page-content button {
	text-transform: uppercase !important;
	min-width: 170px;
}
.landing-contact-widget h3 {
	padding-bottom: 5px;
}
.entry-content .landing-contact-widget .wpforms-container .wpforms-field-container input,
.entry-content .landing-contact-widget .wpforms-container .wpforms-form textarea {
	background: #fff !important;
}

/*
Thank You page styling
---------------------------------------------------------------------------------------------------- */

.thank-you-widget h3 {
	padding-bottom: 40px;
}
.thank-you-widget img {
	margin-bottom: 25px;
}
.thank-you-widget h5 {
	font-weight: 700;
}
.thank-you-widget a {
	text-decoration: none;
}


/* 
Random Styling
---------------------------------------------------------------------------------------------------- */


/* 
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1179px) { 

	body .et_pb_row,
	body .container {
		width: 90%;
	}
	body #top-menu li a {
		font-size: 18px;
	}
	#hero-img-section {
		min-height: auto;
		padding-top: 230px;
		padding-bottom: 100px;
	}
	body .heading-section .et_pb_text h1 {
		font-size: 40px;
	}
	#main-footer .social-icon a {
		margin-top: 2px;
	}
	
}

@media only screen and (max-width: 980px) { 

	body.et_header_style_centered #et_mobile_nav_menu {
		margin-top: 0;
	}
	#main-header div#et-top-navigation {
		padding-top: 0;
		margin-bottom: 0;
	}
	body #page-container #main-header .logo_container {
		padding-top: 0;
	}
	.header-right-widget-area {
		padding-top: 25px;
	}
	body.et_header_style_centered .mobile_nav .select_page {
		color: #5d296b;
	}
	body .mobile_menu_bar:before {
		color: #5d296b;
	}
	body .et_mobile_menu li a {
		color: #ffffff;
	}
	body #main-header .et_mobile_menu {
		padding: 0;
	}
	.home #main-header {
		background: #5d296b;
	}
	.home #et-main-area {
		margin-top: 0;
	}
	#hero-img-section {
		padding-top: 40px;
	}
	body #footer-widgets .footer-widget:nth-child(n) {
		margin-bottom: 20px !important;
	}
	.entry-content img.alignleft,
	.entry-content img.alignright {
		max-width: 250px;
	}
	.short-bio-section .et_pb_row {
		padding-top: 0;
	}
	.landing-page-banner,
	.landing-page-header {
		min-height: auto;
		padding-bottom: 50px !important;
	}
	.landing-page-header:after {
		background-size: 100%;
	}
	.landing-page-banner .et_pb_text_inner,
	.landing-page-header .et_pb_text_inner {
		text-align: center;
	}
	.landing-page-banner h1,
	.landing-page-header h1 {
		margin-top: 0;
	}
	.about-img-center {
		margin-top: 0;
	}
	.landing-copyright-area {
		width: 100%;
		text-align: center;
		margin-bottom: 7px;
	}
	.landing-footer-links {
		float: none;
		text-align: center;
	}
}

@media only screen and (max-width: 730px) { 
	
	.header-right-widget-area {
		display: none;
	}
	body #page-container #main-header .logo_container {
		float: none;
	}
	body h1,
	body .heading-section .et_pb_text h1 {
		font-size: 32px;
	}
	body h2 {
		font-size: 30px;
	}
	body h3 {
		font-size: 27px;
	}
	body h4 {
		font-size: 24px;
	}
	#footer-copyright .widget {
		padding-top: 0;
	}
	.et_pb_button, #main-content .et_pb_button {
		padding: 9px 25px !important;
	}
	.et_pb_button + .et_pb_button {
		margin-left: 0;
	}
	.et_pb_button + .et_pb_button {
		margin-top: 5px;
	}
	.et_pb_row_5.services-grid-style {
		padding-top: 0;
	}
}

@media only screen and (max-width: 550px) { 
	
	#footer-contact-section .left-side-field {
		width: 100%;
	}
	#footer-contact-section .right-side-field {
		position: relative;
		width: 100%;
	}
	.prg-icon {
		font-size: 16px;
	}
	#main-footer .social-icon a {
		width: 34px;
		height: 34px;
		line-height: 34px;
		font-size: 16px;
	}
	.entry-content img.alignleft,
	.entry-content img.alignright {
		max-width: 100%;
		float: none;
		margin: 0 auto 15px;
	}
}

@media only screen and (max-width: 479px) { 

	.services-grid-style h4 {
		font-size: 25px;
		display: block;
		text-align: center;
		height: auto;
	}
	.services-grid-style h4 a {
		display: inline-block;
	}
	.et_pb_section .services-grid-style .et_pb_column .et_pb_module {
		margin-bottom: 15px;
	}
	.services-grid-style h4 a br {
		display: none;
	}
	body h1,
	body .heading-section .et_pb_text h1 {
		font-size: 30px;
	}
	.landing-header-right .phone a {
		font-size: 25px;
	}
	body div.wpforms-container-full .wpforms-form button[type=submit] {
		min-width: auto;
	}
}
