/*
Theme Name: Bruce Parsons
Theme URI: 	upthinksolutions.com
Template: 	Divi
Version: 	4.21.0
*/

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

body {
	font-weight: 400;
}

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

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

body h1 {
	font-weight: 700;
}
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-weight: 400;
}

body h2 {
	font-size: 40px;
}
body h3,
.blog .entry-title,
.archive .entry-title,
body.single .post .entry-title {
	font-size: 30px;
}
body h4 {
	font-size: 25px;
}
body h5 {
	font-size: 22px;
}
body h6 {
	font-size: 20px;
}

p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
	padding-top: 20px;
}

/* Paragraph styling
--------------------------------------------------- */

body p {
	padding-bottom: 25px;
}
p:last-of-type + * {
	padding-top: 25px;
}
p:empty {
	display: none;
}

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

#page-container .et_pb_button {
	display: inline-block;
	padding: 13px 30px;
	line-height: normal !important;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.5px;
	position: relative;
}
#page-container .et_pb_button:before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	border: 1px solid rgb(255 255 255 / 50%);
	opacity: 1;
	margin: 0 auto;
}
#page-container .et_pb_button:hover:before {
	border-color: rgb(0 0 0 / 50%);
}
#page-container .et_pb_button:after {
	display: none;
}
#page-container .et_pb_button:hover {
	background: #a3daf5;
}

#page-container .white-button {
	background: #fff;
	color: #000;
}

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

#page-container .btn {
	display: inline-block;
	padding: 13px 30px;
	line-height: normal;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	border-radius: 0;
	background: #157beb;
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	position: relative;
}
#page-container .btn:before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	border: 1px solid rgb(255 255 255 / 50%);
	opacity: 1;
	margin: 0 auto;
}
#page-container .btn:hover:before {
	border-color: rgb(0 0 0 / 50%);
}
#page-container .btn:hover {
	background: #a3daf5;
	color: #000 !important;
}

/*
wpforms styling
--------------------------------------------------- */

html body div.wpforms-container-full {
	margin: 0 auto;
}
#main-content .wpforms-form .wpforms-field-label {
	font-weight: 500;
}
#main-content .wpforms-form input,
#main-content .wpforms-form select {
	height: auto;
}
#main-content .wpforms-form input,
#main-content .wpforms-form select,
#main-content .wpforms-form textarea {
	border: 1px solid #a5a5a5;
	border-radius: 0;
	font-family: inherit;
	padding: 12px 15px;
}
#page-container .wpforms-container .wpforms-form :-moz-placeholder {
	color: #000;
	opacity: 1;
}
#page-container .wpforms-container .wpforms-form ::-moz-placeholder {
	color: #000;
	opacity: 1;
}
#page-container .wpforms-container .wpforms-form :-ms-input-placeholder {
	color: #000;
}
#page-container .wpforms-container .wpforms-form ::-ms-input-placeholder {
	color: #000;
}
#page-container .wpforms-container .wpforms-form ::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
#page-container .wpforms-container .wpforms-form ::placeholder {
	color: #000;
	opacity: 1;
}
#page-container .wpforms-submit-container {
	text-align: center;
	margin-top: 0;
}

#page-container div.wpforms-container-full .wpforms-form button[type=submit] {
	display: inline-block;
	padding: 13px 30px;
	line-height: normal;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	box-shadow: none;
	height: auto;
	border: none;
	border-radius: 0;
	background: #157beb;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	position: relative;
}
#page-container div.wpforms-container-full .wpforms-form button[type=submit]:before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	border: 1px solid rgb(255 255 255 / 50%);
	opacity: 1;
	margin: 0 auto;
}
#page-container div.wpforms-container-full .wpforms-form button[type=submit]:hover:before {
	border-color: rgb(0 0 0 / 50%);
}
#page-container div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background: #a3daf5;
	color: #000;
}

#page-container .wpforms-confirmation-container-full {
	background: #157beb;
	border: none;
}
#page-container .wpforms-confirmation-container-full p {
	color: #fff;
}

/* list style
--------------------------------------------------- */

#main-content .entry-content ul,
#main-content .entry-content ol {
	padding: 0 0 0 20px;
	line-height: 1.5;
}
#main-content .entry-content li {
	list-style-position: outside;
	padding-bottom: 10px;
}
#page-container #main-content .entry-content li:last-of-type {
	padding-bottom: 0;
}

#main-content .entry-content ul li ul,
#main-content .entry-content ul li ol {
	margin-top: 10px;
}

body .entry-content ul + *,
body .entry-content ol + * {
	margin-top: 25px;
}
p:last-of-type + ul,
p:last-of-type + ol {
	margin-top: 25px;
}

#main-content .list-style li {
	display: block;
	position: relative;
	padding-left: 25px;
}
#main-content .list-style li:before {
	content: "\f345";
	font-family: dashicons;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: -4px;
	color: #e18673;
}

/* anchor tag style
--------------------------------------------------- */

.entry-content a:hover {
	color: #157beb;
}
.et_pb_bg_layout_dark a,
.et_pb_bg_layout_dark a:hover {
	color: #fff;
}
a[href^="tel"]:link,
a[href^="tel"]:visited, 
a[href^="tel"]:hover {
	display: inline-block;
}

/* underline text style
--------------------------------------------------- */

body a,
body u {
	text-underline-position: under;
}

/* table style
--------------------------------------------------- */

table {
	width: 100%;
} 
tr {
	background: transparent;
}
thead tr,
tbody tr:nth-child(2n+2) {
	background: #eee;
}
th,
td {
	border: 1px solid #dadada;
}

/* image styling
--------------------------------------------------- */

img.alignright {
	margin-left: 25px;
	margin-bottom: 15px;
	padding-bottom: 0;
}
img.alignleft {
	margin-right: 25px;
	margin-bottom: 15px;
	padding-bottom: 0;
}
.frame-img-widget img {
	border: 5px solid #ffffff;
	-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
}
.round-img-widget img {
	border-radius: 50%;
	margin-bottom: 20px;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
}

/* Divi builder sections and module styling
---------------------------------------------------------------------------------------------------- */

.et_pb_pagebuilder_layout #main-content {
	position: relative;
	overflow: hidden;
}

/* builder section 
----------------------------------------------- */

body .et_pb_section {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* builder row and container 
----------------------------------------------- */

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

/* text module pick full height
----------------------------------------------- */

.et_pb_text_inner:after {
	content: '';
	clear: both;
	display: block;
}

/* Divi sup styling
----------------------------------------------- */

#page-container sup {
	bottom: 0.2em;
}

/* dashicons icon styling
--------------------------------------------------- */

.dashicons-icon i {
	font-family: dashicons;
	font-style: normal;
	font-weight: 400;
}
.dashicons-phone {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	display: inline-block;
}

/* contact icons styling
--------------------------------------------------- */

.prg-icon {
	position: relative;
	padding-left: 35px;
}
.prg-icon .icon {
	position: absolute;
	left: 0;
}

/* outside image module
--------------------------------------------------- */

.et_pb_row .outside-right {
	margin-right: -98px;
}
.et_pb_row .outside-left {
	margin-left: -98px;
}

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

body.et_fixed_nav.et_show_nav #page-container {
	margin-top: 0 !important;
}

#main-header,
#main-header #et-top-navigation {
	font-weight: normal;
}

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

.header-right-area {
	position: relative;
	float: right;
	padding-bottom: 15px;
}
.header-right-area .icon {
	position: relative;
	top: 3px;
}

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

body.et_header_style_left .logo_container a {
	display: inline-block;
}
#main-header #et-top-navigation {
	padding-top: 0;
	clear: both;
}
body #top-menu > li {
	padding-right: 35px;
}
body #top-menu > li > a {
	font-weight: 600;
}
body #top-menu li a:hover {
	opacity: 1;
}
body.et_header_style_left #et-top-navigation nav>ul>li>a,
body.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a {
	padding-bottom: 10px;
	margin-bottom: 5px;
}
#main-header li ul {
	padding-top: 0;
	padding-bottom: 0;
}
body #top-menu .menu-item-has-children li {
	padding: 0;
	line-height: 1.1;
	display: block;
	position: relative;
}
body #main-header .nav li ul a {
	width: 100%;
	padding: 14px 20px;
	text-transform: none;
	color: #000 !important;
}
body #top-menu li li a:hover {
	background: #157beb;
	color: #fff !important;
}
body #main-header.et-fixed-header #top-menu ul li.current-menu-item>a {
	color: initial !important;
}
body #main-header.et-fixed-header #top-menu ul li.current-menu-item>a:hover {
	color: #fff !important;
}

/*-------------- Menu hover --------------*/

#top-menu > li > a:before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	right: 100%;
	bottom: 0;
	border-bottom: 1px solid #e18673;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#top-menu > li.current-menu-item > a::before,
#top-menu > li.current_page_item > a::before {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
}
#top-menu > li > a:hover:before {
	right: 0;
}

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

/* Blur Effect
--------------------------------------------------- */

body .effect-style {
	overflow: hidden;
}
body .effect-style-top:before {
	content: "";
	background-image: url(images/blur-top.png);
	background-position: top center;
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
body .effect-style-bottom:after {
	content: "";
	background-image: url(images/blur-bottom.png);
	background-position: bottom center;
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* Banner Section
--------------------------------------------------- */

#hero-img-section {
	min-height: 528px;
	display: flex;
	text-shadow: 0 2px 7px rgba(0, 0, 0, 0.45);
	padding-bottom: 100px;
}
#hero-img-section:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	background: -webkit-radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	background: -o-radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	background: -ms-radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	background: -moz-radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
}

/* Stories Section
--------------------------------------------------- */

body .flex-row,
body .reverse-column-row {
	display: flex;
}
body .flex-row .et_pb_column:first-of-type,
body .reverse-column-row .et_pb_column:last-of-type {
	align-self: center;
	z-index: 9;
}
#home-body-area .et_pb_text {
	padding-right: 20px;
	padding-bottom: 20px;
}
#home-body-area .et_pb_text:after {
	content: "";
	background: #a3daf5;
	position: absolute;
	top: 20px;
	bottom: 0;
	left: 20px;
	right: 0;
	z-index: -1;
}
#home-body-area .et_pb_text_inner {
	background-color: #157beb;
	padding: 30px;
}
#main-content .flex-row .et_pb_text {
	margin-right: -20%;
	margin-left: 20%;
}
#main-content .reverse-column-row .et_pb_text {
	margin-right: 20%;
	margin-left: -20%;
}

/* Home CTA 1 Section
--------------------------------------------------- */

#home-cta-area-1 {
	padding-top: 130px;
	padding-bottom: 130px;
}
#home-cta-area-1 .et_pb_button:hover {
	background: #e18673;
}

/* About Section
--------------------------------------------------- */

#about-area h2,
#services-area h2,
#inner-banner1 h1 {
	position: relative;
	margin-bottom: 6px;
}
#about-area h2:before,
#services-area h2:before,
#inner-banner1 h1:before {
	content: "";
	max-width: 370px;
	height: 3px;
	background-color: #a3daf5;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#about-area h2:after,
#services-area h2:after,
#inner-banner1 h1:after {
	content: "";
	max-width: 12px;
	height: 6px;
	background-color: #a3daf5;
	position: absolute;
	bottom: -6px;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}

/* Services Section
--------------------------------------------------- */

body .services-row .et_pb_image .et_pb_image_wrap {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
body .services-row .et_pb_image .et_pb_image_wrap:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
body .services-row .et_pb_image img {
	transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-webkit-transition: all .5s;
}
body .services-row .et_pb_column:hover .et_pb_image img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
#main-content .services-row .et_pb_text {
	z-index: 9;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding: 0 10px;
	text-shadow: 0 0 5px #000;
}
#main-content .services-row h5 {
	font-size: 22px;
	padding-bottom: 0;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
}
body .services-row .et_pb_text a:hover {
	color: #fff;
}
body .services-row + .services-row {
	margin-top: 10px;
}

/* Home CTA 2 Section
--------------------------------------------------- */

#home-cta-area-2 {
	padding-top: 100px;
	padding-bottom: 100px;
}
#home-cta-area-2 .et_pb_column {
	float: right;
	max-width: 570px;
	background-color: rgb(255 255 255 / 80%);
	padding: 30px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* Footer Styling
---------------------------------------------------------------------------------------------------- */

/* footer widget 1 styling
--------------------------------------------------- */

#main-footer #footer-widgets {
	padding: 30px 0;
}
#footer-widgets .footer-widget {
	margin: 0;
	min-height: 180px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
#footer-widgets .footer-widget:first-of-type {
	padding-right: 30px;
	text-align: center;
	width: 31%;
}
#footer-widgets .footer-widget:nth-child(2) {
	border-left: 1px solid rgb(255 255 255 / 50%);
	border-right: 1px solid rgb(255 255 255 / 50%);
	padding-left: 30px;
	padding-right: 20px;
	width: 38%;
}
#footer-widgets .footer-widget:last-of-type {
	padding-left: 20px;
	text-align: right;
	width: 31%;
}
#main-footer #footer-widgets .et_pb_widget {
	float: none;
	margin-bottom: 0 !important;
}
#footer-widgets .widget_media_image {
	padding-bottom: 30px;
}
#footer-widgets .widget_media_image a {
	display: table;
}
#footer-widgets img {
	display: block;
}

/* popup form styling
--------------------------------------------------- */

body .pum.pum-overlay .pum-container.popmake {
	background: #e18673;
	background-image: url(images/1139809691.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 0;
	padding-top: 80px;
	padding-bottom: 80px;
	width: 100%;
}
body .pum.pum-overlay .pum-container.popmake:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 70%);
	position: absolute;
	top: 0;
	left: 0;
}
body .pum.pum-overlay .pum-content.popmake-content {
	text-align: center;
	font-weight: 400;
	background-color: #e18673;
	padding: 30px;
	border-radius: 20px;
	max-width: 500px;
	margin: 0 auto;
}
body .pum.pum-overlay .pum-container.popmake h2 {
	color: #fff;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-container-full {
	margin: 0 auto;
	max-width: 400px;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-field {
	padding: 0 0 10px;
}
body .pum.pum-overlay .pum-container.popmake input,
body .pum.pum-overlay .pum-container.popmake select,
body .pum.pum-overlay .pum-container.popmake textarea {
	background: #fff;
	border-radius: 0;
	border: none;
	font-size: 18px;
	color: #000;
	font-family: inherit;
	padding: 10px 20px;
	height: auto;
}
body .pum.pum-overlay .pum-container.popmake textarea {
	height: 70px;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-container .wpforms-form :-moz-placeholder {
	color: #000;
	opacity: 1;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-container .wpforms-form ::-moz-placeholder {
	color: #000;
	opacity: 1;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-container .wpforms-form :-ms-input-placeholder {
	color: #000;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-container .wpforms-form ::-ms-input-placeholder {
	color: #000;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-container .wpforms-form ::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-container .wpforms-form ::placeholder {
	color: #000;
	opacity: 1;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-field-captcha label,
body .pum.pum-overlay .pum-container.popmake .wpforms-field-captcha .wpforms-captcha-equation {
	font-size: 18px;
	color: #fff;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-field-captcha label,
body .pum.pum-overlay .pum-container.popmake .wpforms-field-captcha .wpforms-captcha-math {
	display: inline-block;
	vertical-align: middle;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-field-captcha label {
	font-weight: normal;
	margin: 0 5px 4px 0;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-field-captcha label .wpforms-required-label {
	display: none;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-field-captcha .wpforms-captcha-math input {
	width: 60px;
	padding: 10px 5px;
	font-size: 16px;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-submit-container {
	margin-top: 0;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-submit-container button {
	display: inline-block;
	padding: 13px 30px;
	line-height: normal;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	box-shadow: none;
	height: auto;
	border: none;
	border-radius: 0;
	background: #157beb;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	position: relative;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-submit-container button:before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	border: 1px solid rgb(255 255 255 / 50%);
	opacity: 1;
	margin: 0 auto;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-submit-container button:hover:before {
	border-color: rgb(0 0 0 / 50%);
}
body .pum.pum-overlay .pum-container.popmake .wpforms-submit-container button:hover {
	background: #a3daf5;
	color: #000;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-container-full em.wpforms-error {
	color: #fff;
	display: inline-block;
	margin-top: 0;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-container-full em.wpforms-error:before {
	background-color: #fff;
}
body .pum.pum-overlay .pum-container.popmake button.pum-close.popmake-close {
	font-family: inherit;
	font-weight: 700;
	background: #e18673;
	font-size: 15px;
}

/* footer widget 2 styling
--------------------------------------------------- */

#footer-widgets .prg-icon strong {
	font-weight: normal;
}
#footer-widgets a[href^="mailto:"] strong {
	text-decoration: underline;
}
#footer-widgets a[href^="tel"] strong:hover,
body .privacy-policy a:hover {
	text-decoration: underline;
}
#footer-widgets .pt-badge {
	overflow: hidden;
}
#footer-widgets .pt-badge a {
	float: right;
}

/* social icons styling
--------------------------------------------------- */

body .social-icons a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	vertical-align: top;
	background: #157beb;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff !important;
	font-size: 20px;
	font-weight: 900;
	text-align: center;
	font-family: Open Sans,Arial,sans-serif;
	text-shadow: none;
	margin-right: 5px;
}
body .social-icons a:last-of-type {
	margin-right: auto;
}
body .social-icons .icon {
	font-weight: 400;
}
body .social-icons a:hover {
	background: #a3daf5;
}

/*
End Home Page styling
---------------------------------------------------------------------------------------------------- */

/* 
Inner Banner 1 Styling
---------------------------------------------------------------------------------------------------- */

#inner-banner1 {
	padding-top: 0;
	padding-bottom: 0;
}
#inner-banner1 .et_pb_row {
	padding: 0;
	width: 100%!important;
	max-width: 100%!important;
}
#inner-banner1 .et_pb_image {
	margin-bottom: 0;
}
#inner-banner1 .et_pb_image_wrap {
	display: block;
}
#inner-banner1 .et_pb_image img {
	width: 100%;
	height: 100%;
	max-height: 450px;
	object-fit: cover;
}
body.blog #inner-banner1 .et_pb_image img {
	display: block;
}
#inner-banner1 .et_pb_text {
	z-index: 9;
	max-width: 1190px;
	margin: 0 auto;
	text-align: center;
	padding: 30px 10px 0;
}
body.blog #inner-banner1 .et_pb_text {
	position: relative;
}
#inner-banner1 h1 ~ * {
	padding: 20px 0 0;
}

/*
Blog page styling
---------------------------------------------------------------------------------------------------- */

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

.inner-banner-section .et_pb_column {
	width: 100%;
}

/*
main content area styling
--------------------------------------------------- */

#main-content.post-custom-style .container {
	padding-top: 0;
	margin-top: 30px;
}
#main-content .container:before {
	display: none;
}

/*
post styling
--------------------------------------------------- */

.post-custom-style article,
.archive article,
.sp-custom-style #left-area article,
.blog article {
	border: 1px solid #d7d7d7;
	padding: 10px;
	margin-bottom: 60px;
	overflow: hidden;
}
body .et_pb_post .post-meta {
	margin-bottom: 0;
}
.post-custom-style .et_pb_post .entry-content,
.archive .et_pb_post .entry-content,
.sp-custom-style .et_pb_post .entry-content {
	padding-top: 0;
}
body .has-post-thumbnail .entry-featured-image-url {
	margin-bottom: 0;
}
.has-post-thumbnail .entry-featured-image-url img {
	width: 45%;
	float: left;
	margin-right: 20px;
}
.entry-title a {
	text-decoration: none;
}
.post-custom-style .post-excerpt .post-more-link {
	display: inline-block;
	margin-top: 12px;
	padding: 0;
}

/*
custom pagination styling
--------------------------------------------------- */

#main-content .custom-pagination ul {
	border-top: 1px solid #ccc;
	padding: 25px 0;
	text-align: center;
}
.custom-pagination li {
	display: inline-block;
}
.custom-pagination li a {
	padding: 3px 10px;
	display: block;
}
.custom-pagination .active a {
	background: #157beb;
	color: #fff;
}

/*
Sidebar styling
--------------------------------------------------- */

#main-content #left-area {
	width: 72%;
}
#main-content #sidebar {
	width: 28%;
	padding-left: 0;
}
#sidebar .et_pb_widget {
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 30px;
}
#sidebar .et_pb_widget:last-child,
#sidebar .widget_archive {
	border-bottom: none;
}
#sidebar .et_pb_widget li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
}
#sidebar .et_pb_widget li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
#sidebar .et_pb_widget a {
	color: #000;
}

/* sidebar archive widget styling
--------------------------------------------------- */

#sidebar .widget_archive select {
	background: url(images/down-arrow.png) no-repeat right 10px center;
	border: none;
	border-bottom: 1px solid #d7d7d7;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer;
	font-size: 16px;
	color: #000;
	height: auto;
	padding: 0 10px 5px;
}
#sidebar .widget_archive select::-ms-expand {
	display: none;
}

/* sidebar about box styling
--------------------------------------------------- */

.about-box {
	position: relative;
	text-align: center;
}
.about-box img {
	border-radius: 50%;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.55);
	margin-bottom: 20px;
}
.about-box a {
	text-decoration: none;
}
.about-box h4 {
	font-size: 18px;
	padding-top: 0;
}
#sidebar .about-box h4 a {
	background: #157beb;
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	padding: 28px 8px 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	bottom: 90px;
}
#sidebar .about-box h4 a:hover {
	background: #a3daf5;
	color: #000;
}
.about-box a .icon {
	display: block;
	font-size: 35px;
	margin-bottom: 5px;
}
#page-container #sidebar .et_pb_button {
	color: #fff;
}

/* sidebar location widget styling
--------------------------------------------------- */

#sidebar iframe,
#sidebar .widget_media_image img {
	border: 5px solid #fff;
	-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 15px rgba(0, 0, 0, 0.40);
	padding-bottom: 0;
}
#sidebar .widget_media_image img {
	display: block;
}

/*
Single page styling
---------------------------------------------------------------------------------------------------- */

/*
main content area styling
--------------------------------------------------- */

.single #main-content .container:before {
	display: none;
}
#main-content .sp-custom-style #sidebar {
	padding-left: 0;
}

/*
End Blog page styling
---------------------------------------------------------------------------------------------------- */

/* 
accordion style 6 styling
---------------------------------------------------------------------------------------------------- */

#main-content .accordion-style6 .et_pb_toggle {
	background: transparent;
	border: none;
	border-left: 4px solid #a3daf5;
	-webkit-box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.5);
	padding: 0;
	margin-bottom: 30px;
}
#main-content .accordion-style6 .et_pb_toggle_title {
	color: #e18673;
	padding: 22px 65px 22px 22px;
}
#main-content .accordion-style6 .et_pb_toggle_title:before {
	content: "\f347";
	font-family: Dashicons !important;
	font-size: 30px;
	color: #a3daf5;
	display: block;
	right: 30px;
}
#main-content .accordion-style6 .et_pb_toggle_open .et_pb_toggle_title:before {
	content: "\f343";
}
#main-content .accordion-style6 .et_pb_toggle_content {
	color: #000;
	padding: 0 65px 40px 22px;
}

.contact-page strong {
	display: block;
}
.contact-page .dashicons-icon  {
	color: #157beb;
	font-size: 30px;
}
.contact-page a {
	color: #000;
}



































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

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

	#inner-banner1 .et_pb_image img,
	#inner-banner2 .et_pb_image img,
	#inner-banner3 .et_pb_image img,
	#inner-banner6 .et_pb_image img,
	#inner-banner7 .et_pb_image img {
		max-height: 525px;
	}

}

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

	body .et_pb_row,
	body .container {
		width: 95%;
	}
	.et_pb_row .outside-right {
		margin-right: auto;
	}
	.et_pb_row .outside-left {
		margin-left: auto;
	}
	.et_pb_svg_logo #logo {
		max-width: 250px;
	}
	body #top-menu > li {
		padding-right: 25px;
	}
	#et-top-navigation #top-menu li a {
		font-size: 14px;
	}
	#main-content .flex-row .et_pb_text {
		margin-left: auto;
	}
	#main-content .reverse-column-row .et_pb_text {
		margin-right: auto;
	}
	#footer-widgets .prg-icon {
		padding-left: 25px;
	}
	#footer-widgets p {
		font-size: 14px;
	}

}

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

	body.et_header_style_left #logo,
	body.et_header_style_centered #logo,
	body.et_header_style_split #logo {
		height: auto;
		max-height: 100%;
		max-width: 100%;
	}
	.entry-content img.alignright,
	.entry-content img.alignleft {
		float: none;
		display: block;
		margin: 0 auto 25px;
	}
	body h1 {
		font-size: 40px;
	}
	body h2 {
		font-size: 36px;
	}
	body h3,
	.blog .entry-title,
	.archive .entry-title,
	body.single .post .entry-title {
		font-size: 27px;
	}
	body h4 {
		font-size: 22px;
	}
	body h5 {
		font-size: 20px;
	}
	body h6 {
		font-size: 18px;
	}
	body .et_pb_section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#main-content .et_pb_image {
		text-align: center;
	}
	body.et_header_style_left .logo_container {
		position: relative;
		text-align: center;
		margin-top: 10px;
	}
	.header-right-area {
		float: none;
		text-align: center;
		padding-bottom: 0;
		padding-top: 20px;
	}
	#main-header #et-top-navigation {
		padding-top: 0;
		margin-top: -25px;
	}
	body.et_header_style_left #main-header #et-top-navigation .mobile_menu_bar {
		padding-bottom: 0;
	}
	#hero-img-section {
		min-height: 100%;
		display: block;
	}
	body .flex-row {
		display: block;
	}
	body .reverse-column-row {
		flex-direction: column-reverse;
		padding: 0;
	}
	body .reverse-column-row .et_pb_column:first-of-type {
		margin-bottom: 0;
		padding-top: 30px;
	}
	#home-body-area .et_pb_text {
		padding-right: 10px;
		padding-bottom: 10px;
	}
	#main-content .flex-row .et_pb_text {
		margin-right: auto;
	}
	#main-content .reverse-column-row .et_pb_text {
		margin-left: auto;
	}
	#home-cta-area-1 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#about-area {
		padding-bottom: 0;
	}
	#about-area .et_pb_row:last-of-type {
		display: flex;
		flex-direction: column-reverse;
		padding-bottom: 0;
	}
	#about-area .et_pb_row:last-of-type .et_pb_column:first-of-type {
		margin-bottom: 0;
		padding-top: 30px;
	}
	body .services-row + .services-row {
		margin-top: 0;
	}
	#main-content .services-row h5 {
		font-size: 20px;
	}
	#home-cta-area-2 {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	#home-cta-area-2 .et_pb_column {
		float: none;
		margin-left: auto;
		margin-right: auto !important;
	}
	#main-footer #footer-widgets {
		text-align: center;
	}
	#footer-widgets .footer-widget:nth-child(n) {
		width: 100% !important;
		margin: 0 !important;
		min-height: 100%;
		display: block;
	}
	#footer-widgets .footer-widget:first-of-type {
		padding-right: 0;
	}
	#footer-widgets .widget_media_image a {
		margin: 0 auto;
	}
	body .pum.pum-overlay .pum-container.popmake {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#footer-widgets .footer-widget:nth-child(2) {
		border-left: none;
		border-right: none;
		padding-left: 0;
		padding-right: 0;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#footer-widgets p {
		font-size: 16px;
	}
	#footer-widgets .et_pb_widget .prg-icon {
		padding-left: 0;
	}
	#footer-widgets .et_pb_widget .prg-icon .icon {
		position: relative;
		top: 3px;
	}
	#footer-widgets .footer-widget:last-of-type {
		padding-left: 0;
		text-align: center;
	}
	#footer-widgets .pt-badge a {
		float: none;
		display: table;
		margin: 0 auto;
	}
	#inner-banner1 br {
		display: none;
	}
	#main-content #sidebar {
		max-width: 350px;
		clear: both;
		margin: 0 auto;
	}
	.has-post-thumbnail .entry-featured-image-url img {
		width: 100%;
		float: none;
		margin: 0 auto 20px;
	}
	#main-content .accordion-style6 .et_pb_toggle_title {
		padding: 18px 45px 18px 22px;
	}
	#main-content .accordion-style6 .et_pb_toggle_title:before {
		font-size: 25px;
		right: 10px;
	}
	#main-content .accordion-style6 .et_pb_toggle_content {
		padding: 0 22px 25px;
	}

}

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

	body h1 {
		font-size: 35px;
	}
	body h2 {
		font-size: 32px;
	}
	body h3,
	.blog .entry-title,
	.archive .entry-title,
	body.single .post .entry-title {
		font-size: 24px;
	}
	.et_pb_button + .et_pb_button {
		margin-left: 0;
	}
	#page-container .et_pb_button,
	#page-container .btn,
	#page-container div.wpforms-container-full .wpforms-form button[type=submit] {
		padding: 11px 25px;
		font-size: 13px;
	}

}

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

	body h1 {
		font-size: 30px;
	}
	body h2 {
		font-size: 28px;
	}
	body div.wpforms-container-full .wpforms-form .wpforms-first {
		width: 100%;
	}
	body div.wpforms-container-full .wpforms-form .wpforms-first ~ div {
		width: 100%;
		margin-left: 0;
		padding-top: 20px;
	}
	body .logo_helper {
		display: none;
	}
	#home-cta-area-2 span.et_parallax_bg.et_pb_parallax_css {
		background-position: 29%;
	}
	#home-cta-area-2 .et_pb_button {
		letter-spacing: 0;
	}
	body .pum.pum-overlay .pum-container.popmake .wpforms-field-captcha label {
		display: none;
	}
	#page-container .one_half,
	#page-container .one_half.et_column_last {
		width: 100%;
	}
	#page-container .one_half {
		margin-right: 0;
	}
	#page-container .one_half.et_column_last {
		margin-top: 25px;
	}
	.blog .et_pb_post .entry-title,
	.archive .et_pb_post .entry-title {
		padding-bottom: 20px;
	}

}
