/*
	Theme Name:	Lindsay Rosser
	Theme URI: 	upthinksolutions.com
	Template: 	Divi
	Version: 	4.9.10
*/

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

html body {
	font-weight: 400;
	line-height: 1.58;
}

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

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-weight: 600;
	padding-bottom: 22px;
	line-height: normal;
}
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;
}

p + h2,
p + h3,
p + h4 {
	padding-top: 25px;
}

/* paragraph
--------------------------------------------------- */

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

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

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

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

#page-container .et_pb_button {
	display: inline-block;
	padding: 11px 28px;
	line-height: normal !important;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	font-weight: 600;
}
#page-container .et_pb_button:after {
	display: none;
}
#page-container .et_pb_button.white-button {
	background-color: #fff;
	color: #000;
}
#page-container .et_pb_button.white-button:hover{
	background-color: #cae9e9;
	color: #000;
}
#page-container button.et_pb_button {
	background: #9bcbcb;
	color: #000 !important;
	display: inline-block;
	padding: 11px 28px;
	font-weight: 700;
	text-decoration: none;
}
#page-container .et_pb_button.light-btn {
	background: #ffffff;
	border-color: #ffffff;
	color: #000000;
}

.et_pb_button + .et_pb_button {
	margin-left: 25px;
	margin-top: 5px;
}
.btn {
	background: #9bcbcb;
	color: #000 !important;
	display: inline-block;
	padding: 11px 28px;
	font-weight: 700;
	text-decoration: none;
}
.btn:hover {
	background: #cae9e9;
}
.btn .icon {
	color: #fff;
}

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

img.alignright {
	margin-left: 25px;
	margin-bottom: 15px;
	padding-bottom: 0;
}
img.alignleft {
	margin-right: 25px;
	margin-bottom: 15px;
	padding-bottom: 0;
}
.frame-img-module img {
	border: 5px 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);
}
.round-img-module img {
    border-radius: 50%;
    margin-bottom: 20px;
    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 35px rgba(0, 0, 0, 0.40);
}

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

body .entry-content ul,
body .entry-content ol {
	padding-left: 30px;
	line-height: inherit;
}
body .entry-content ul li,
body .entry-content ol li {
	list-style-position: outside;
	margin-bottom: 5px;
}

#main-content .list-style ul {
	padding-left: 20px;
}
#main-content .list-style li {
	display: block;
	position: relative;
	padding-bottom: 5px;
}
#main-content .list-style li:before {
	content: "\f345";
	color: #567426;
	font-family: dashicons;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: -20px;
	margin-right: 14px;
	top: -2px;
}

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

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

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

#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 #000;
	border-radius: 0;
	font-family: inherit;
	padding: 12px 15px;
	height: 45px;
}
#main-content .wpforms-form textarea {
	height: 110px;
}
#main-content ::-webkit-input-placeholder {
	color: #000000;
	opacity: 1;
}
#main-content :-moz-placeholder {
	color: #000000;
	opacity: 1;	
}
#main-content ::-moz-placeholder {
	color: #000000;
	opacity: 1;	
}
#main-content :-ms-input-placeholder {
	color: #000000;
	opacity: 1;	
}
.entry-content .wpforms-submit-container {
	text-align: center;
}
#main-content .wpforms-container .wpforms-field {
    padding: 0 0 10px;
}
#main-content .wpforms-container-full {
    margin: 0px auto;
}
.contact-info .icon.dashicons-icon {
    display: inline-block;
    margin-right: 10px;
}
/* dashicons icon 
--------------------------------------------------- */

.dashicons-icon:before {
	font-family: dashicons;
	font-style: normal;
}
.dashicons-phone:before {
	-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;
	position: relative;
	top: 3px;
}

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

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

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

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

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

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

/* builder top bottom gap none 
----------------------------------------------- */

#main-content .top-gap-none {
	padding-top: 0;
}
#main-content .bottom-gap-none {
	padding-bottom: 0;
}

/* builder testimonial module 
----------------------------------------------- */

.et_pb_testimonial + .et_pb_module {
	padding-top: 20px;
}

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

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

/* flex row 
----------------------------------------------- */

body .flex-row {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
	padding: 40px 0;
}
.middle-col-first .et_pb_column:first-child,
.middle-col-last .et_pb_column:last-child {
	align-self: center;
}
.bottom-col-first .et_pb_column:first-child,
.bottom-col-last .et_pb_column:last-child {
	align-self: flex-end;
}

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

.et_pb_row .outside-right {
	margin-right: -90px;
	text-align: right;
}
.et_pb_row .outside-left {
	margin-left: -90px;
}
/* 
Header styling
---------------------------------------------------------------------------------------------------- */

/* Header right widget area 
--------------------------------------------------- */
.header-right-area {
    position: relative;
    float: right;
    padding: 32px 0 0 25px;
}
.header-right-area .widget {
	display: block;
}
.header-right-area p {
	display: inline-block;
	padding-bottom: 0;
}
.header-right-area a {
	color: #000;
	position: relative;
	margin-left: 12px;
	font-size:16px;
}
.header-right-area a:first-child {
	margin-left: 0;
}
.header-right-area .icon {
	color: #000;
	margin-right: 9px;
}
#page-container .header-right-area .et_pb_button img {
    margin-right: 10px;
}
#page-container .header-right-area .et_pb_button {
    padding: 11px 28px;
    text-transform: uppercase;
    min-width: auto
}
#page-container .header-right-area .et_pb_button:hover{
    background-color: #cae9e9;	
}
.et_pb_svg_logo #logo {
    max-width: 364px;
    margin-top: 10px;
}
.et_header_style_left .logo_container a {
    display: inline-block;
}
/* Header menu styling
--------------------------------------------------- */
#top-menu-nav #top-menu > li > a {
    padding-bottom: 18px;
    text-transform: uppercase;
    font-weight: 400;
}
#main-header div#et-top-navigation {
    clear: none;
    padding-top: 50px;
}
body #top-menu > li {
    padding-right: 18px;
    padding-bottom: 30px;
}
#top-menu li ul {
	border-width: 6px;
    padding-top: 0;
    padding-bottom: 0;
    top: 58px;
}
body #top-menu .menu-item-has-children li {
	line-height: 1.1;
	display: block;
	position: relative;
}
body #top-menu li li a {
	width: 100%;
	padding: 15px 20px 15px;
	font-size: 16px;
	color: #000 !important;
	opacity: 1;
	font-weight:400;
	text-transform: inherit;
}
.et-fixed-header #top-menu li li.current-menu-item>a{
	color: #000 !important;
}
body #top-menu li li a:hover,
.et-fixed-header #top-menu li.current-menu-item>a:hover{
	background: #8FC4C4;
}
.et-fixed-header #top-menu li li a{
	color: #000 !important;
}
body #top-menu li li {
    padding: 0 0;
}

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

#top-menu > li > a:before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	right: 0;
	width: 0;
	bottom: -5px;
	margin: auto;
	border-bottom: 5px solid #000;
	transition-property: all;
	-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,
#top-menu > li > a:hover:before {
	width: 34px;
}

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

/* Home Header 
--------------------------------------------------- */

#page-container #main-header {
	background: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#et-main-area {
    margin-top: 12px;
}
/* banner section
--------------------------------------------------- */

#hero-img-section {
    min-height: 600px;
    padding-top: 76px;
    position: relative;
    overflow: hidden;
}
#hero-img-section .et_pb_row{
	position: relative;
}
#hero-img-section .et_pb_row:before {
    content: '';
    width: 100%;
    height: 437px;
    position: absolute;
    left: 0;
    top: -77px;
	background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}
#hero-img-section:before{
	content:'';
	width: 100%;
	height: 121px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url("images/banner-curve.png") no-repeat;
	background-size: 100% 100%;
}
#hero-img-section .et_pb_text_inner {
    text-align: center;
    max-width: 696px;
    margin: 0 auto;
}

#hero-img-section h1 {
	color: #000;
	text-align: center;
	font-family: "Playfair Display";
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 60px;
    margin-bottom: 0;
}
#hero-img-section h2 {
    color: #000;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 18px;
}
#hero-img-section h3 {
	color: #000;
	text-align: center;
	font-family: "Source Sans Pro";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
    padding-bottom: 18px;
}
#body-quote-area {
    position: relative;
    padding: 50px 0 150px;
}
#body-quote-area .et_pb_text:last-child h3 {
    font-weight: 400;
}
#body-quote-area:after{
	content:'';
	width: 100%;
	height: 98px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url("images/body-Vector.png") no-repeat;
	background-size: 100% 100%;
}
#home-body-area:before{
	content:'';
	width: 252px;
	height: 251px;
	position: absolute;
	left: 0;
	top: 28%;
	background: url("images/body-left-icon.png") no-repeat;
}
#cta-area1 .et_pb_text {
    max-width: 456px;
    margin: 0 auto;
    text-align: center;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    padding: 55px 50px 45px;
}
#cta-area1 {
    padding: 75px 0px;
}
#home-about-area .et_pb_row:last-child {
    display: flex;
}
#home-about-area .et_pb_column:first-child{
	margin-right: 65px;
}
#home-about-area .et_pb_image img{
	border-radius: 30px;
	background: #D9D9D9;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);	
}
#home-about-area h2:after{
	content: '';
	width: 70px;
	height: 5px;
	background: #F0EBE0;
	display: block;
	margin: 10px auto 0;
}
#home-about-area {
    padding: 90px 0 30px;
}

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

#services-area {
    padding: 0 0 40px;
    position: relative;
}
#services-area h2:after{
	content: '';
	width: 70px;
	height: 5px;
	background: #F0EBE0;
	display: block;
	margin: 10px auto 0;
}
#main-content .services-row .et_pb_column {
	max-width: 303px;
	margin: 0 10px !important;
	min-height: 351px;
	overflow: hidden;
	-webkit-box-shadow: 10px 40px 25px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 10px 40px 25px rgba(0, 0, 0, 0.1);
	box-shadow: 10px 40px 25px rgba(0, 0, 0, 0.1);
}
#main-content .services-title {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-webkit-transition: all .5s;
}
#main-content .services-row .et_pb_column:hover .services-title {
	opacity: 0;
}
body .services-title:before {
	content: "";
	background: url(images/services-frame.png) no-repeat;
	width: 108px;
	height: 122px;
	position: absolute;
	top: 22px;
	left: 22px;
}
body .services-title:after {
	content: "";
	background: url(images/services-stars.png) no-repeat;
	width: 83px;
	height: 84px;
	position: absolute;
	bottom: 15px;
	right: 15px;
}
#services-area .services-title h3 {
	color: #000;
	text-align: center;
	font-family: "Source Sans Pro";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 37px;
	padding-bottom: 0;
}
#main-content .services-content {
	position: absolute;
	bottom: 0;
	padding: 25px;
	font-size: 20px;
	line-height: 1.2;
	color: #fff;
	transform: translateY(calc(100% - 0px));
	-ms-transform: translateY(calc(100% - 0px));
	-moz-transform: translateY(calc(100% - 0px));
	-webkit-transform: translateY(calc(100% - 0px));
	-o-transform: translateY(calc(100% - 0px));
	transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-webkit-transition: all .5s;
	height: 100%;
	display: flex;
}
#main-content .services-row .et_pb_column:hover .services-content {
	transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	align-items: center;
}
body .services-content h6 {
	color: #000;
	font-family: "Source Sans Pro";
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px; /* 147.059% */
	letter-spacing: 1.7px;
	text-decoration-line: underline;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 0;
}
#main-content .services-content{
	color: #000;
	font-family: "Source Sans Pro";
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px; /* 147.059% */	
}
body .services-row .services-title a,
#main-content .services-content a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    text-indent: -99999px;
    z-index: 9;
    width: 100%;
}
#main-content .services-title .et_pb_text_inner{
	position: unset;
}
#cta-area2 .et_pb_text{
	width: 486px;
	float:right;
	text-align: center;
}
#cta-area2{
	position: relative;
}
#cta-area2:before {
    content: '';
    width: 100%;
    height: 120px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(images/cta-vector.png) no-repeat;
    background-size: 100% 100%;
    z-index: 9;
}
#cta-area2 {
    position: relative;
    padding: 155px 0 70px;
}

/* 
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_wrap {
	display: block;
}
#inner-banner1 .et_pb_image img {
	width: 100%;
	height: 100%;
	max-height: 450px;
	object-fit: cover;
}
#inner-banner1 .et_pb_image {
	margin-bottom: 0;
}
#inner-banner1 .et_pb_text {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	z-index: 9;
	padding: 30px 20px 0;
	text-align: center;
}
#inner-banner1 h1 {
	font-size: 45px;
	font-weight: 700;
	padding-bottom: 0;
}
#services-area.how-works {
    padding: 40px 0 0;
}
/* 
landing3-banner-section-lp4
---------------------------------------------------------------------------------------------------- */

.landing-header.thin_header .landing-phone-widget {
    padding-top: 0;
}
.landing-header.thin_header .landing-logo-widget h1 {
    text-align: left;
    display: flex;
}
body #main-content .landing3-banner-section-lp4 {
	padding-top: 0;
	min-height: auto;
}
body .landing3-banner-caption-lp4 {
	padding-top: 100px;
}
body .landing3-banner-caption-lp4 h1:after {
	content: '';
	display: block;
	margin: 20px auto 0;
	border-top: 5px solid #fff;
	max-width: 172px;
}

#landing3-contact-details-lp4 {
	margin-top: -105px;
}
#landing3-contact-details-lp4 img {
	border-radius: 50%;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
}
#landing3-contact-details-lp4 h4 {
	padding: 0;
}
#landing3-contact-details-lp4 h4 a {
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	padding: 16px 8px 0;
	position: absolute;
	bottom: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #fff;
	background: #c4815a;
	right: 0;
}
#landing3-contact-details-lp4 a .icon {
	display: block;
	font-size: 35px;
	margin-bottom: 0px;
}
#landing3-contact-details-lp4 h4 a:hover {
	color: #fff;
	text-decoration: none;
	background: #b17300;
}
body .landing-header .landing-logo-widget a {
    font-size: 28px;
}
body .landing-header .et_pb_row {
    display: flex;
    align-items: center;
}
body .landing-header .et_pb_row h1 {
    padding-bottom: 0;
    line-height: 0.7;
}
body .landing-header .et_pb_row {
    padding: 5px 0;
    display: flex;
    align-items: center;
}


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

/* popup form styling
--------------------------------------------------- */
#main-footer{
	position: relative;
}

#main-footer:after{
    content: '';
    width: 484px;
    height: 251px;
    position: absolute;
    right: 0;
    top: 106px;
	background: url("images/footer-icon.png") no-repeat;
    background-size: 100% 100%;
    z-index: 9;	
	background: url("images/footer-icon.png") no-repeat;	
}
.pum-theme-default-theme-2 {
    background-color: rgba( 0, 0, 0, 0.5) !important;
}
#footer-popup_form {
    padding: 0 50px;
    position: relative;
	border-radius: 0;
	background: url("images/popup-bg.png") no-repeat;
	border: 0px solid #8FC4C4;
	background-size: 100% 100%;
	overflow: hidden;
}
#footer-popup_form .et_pb_text_inner {
    max-width: 497px;
    padding: 38px 0 38px;
    float: right;
}
#footer-popup_form .et_pb_text_inner h2 {
    color: #000;
    font-family: "Playfair Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: url(images/heading-bg.png) no-repeat;
    display: inline-block;
    padding: 8px 19px;
}
#footer-popup_form img {
    position: absolute;
    border-radius: 100%;
    left: -268px;
    top: 12px;
}
#footer-popup_form .wpforms-container label.wpforms-error,#footer-popup_form .wpforms-container em.wpforms-error{
	color: #fff !important;
}
body .pum.pum-overlay .pum-container.popmake {
    background: transparent;
    padding: 0;
    border: none;
    box-shadow: 0 0 0 0px rgba( 2, 2, 2, 0.23 );
}
body .pum.pum-overlay .pum-content.popmake-content {
	text-align: center;
	font-weight: 400;
}
body .pum.pum-overlay .pum-container.popmake h2 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 12px;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-container-full {
	margin: 0 auto;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-field {
    padding: 10px 0 0;
	text-align: center;
}
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: 1px solid #000;
	font-size: 18px;
	color: #000;
	font-family: inherit;
	padding: 11px 20px;
	height: 49px;
}
body .pum.pum-overlay .pum-container.popmake textarea {
	height: 81px;
}
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;
	opacity: 1;	
}
body .pum.pum-overlay .pum-container.popmake .wpforms-container .wpforms-form ::-ms-input-placeholder {
	color: #000;
	opacity: 1;	
}
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: 19px;
	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: 400;
    margin: 0 5px 4px 0;
    font-size: 19px;
	color: #fff;
}
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: 75px;
	padding: 10px 5px;
	font-size: 19px;
	display: inline-block;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-submit-container {
	padding-top: 5px;
	margin-top: 0;
	text-align: center;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-submit-container button {
    height: auto;
	background: #fff;
    padding: 11px 28px;
	color: #000;
	font-family: "Source Sans Pro";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;	
}
div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column-50:last-child {
    padding-left: 0;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-submit-container button:after{
	display: none;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-submit-container button:hover {
	background: #cae9e9;
}
body .pum.pum-overlay .pum-container.popmake button.pum-close.popmake-close {
    font-family: inherit;
    background: transparent;
    font-size: 0 !important;
    box-shadow: 0 0 0 #000;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    padding: 0;
    font-weight: 500;
    line-height: 1;
    right: 10px;
    color: transparent;
    top: 10px;
    font-size: 35px;
	background: url("images/close.png") no-repeat;
}
.pum-theme-default-theme {
    background: rgba(0, 0, 0, 0.60) !important;
}

#footer-widgets .prg-icon strong {
	font-weight: normal;
}
.footer-widget a[href^="mail"] strong:hover,
#footer-widgets a[href^="tel"] strong:hover,
body .privacy-policy a:hover {
	   text-decoration: underline;
text-underline-position: under;
}
.social-icons a:last-child {
    margin-left: 8px;
}
#footer-widgets .prg-icon {
    color: #fff;
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
    padding-bottom: 24px;
}
#footer-widgets .prg-icon a {
    color: #000;
}
#footer-widgets .prg-icon .icon {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    top: 2px;
}
.social-icons,
.copyright-text{
    padding-left: 0;
	color: #000;
}
p.social-icons {
    margin-left: -15px;
}
#footer-widgets .social-icons,
body .pt-badge,
body .privacy-policy {
	display: inline-block;
	vertical-align: middle;
}
body .pt-badge img {
    display: block;
    width: 124px;
}
.dashicons-icon i {
    font-family: dashicons;
    font-style: normal;
    font-weight: 400;
}

.footer-widget .dashicons-icon i {
    top: 0;
    color: #fff;
}
#footer-widgets .footer-widget a.et_pb_button {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
#footer-widgets .footer-widget:first-child .textwidget {
    text-align: center;
}
.footer-widget .social-icons .dashicons-icon i {
    font-size: 25px;
}
#footer-widgets .footer-widget a .dashicons-icon {
    color: #000;
}
#footer-widgets .footer-widget:first-child {
    position: relative;
    margin-right: 0;
    width: 42.2%;
    padding-top: 73px;
    text-align: center;
}
#footer-widgets a[href^="mail"]:link{
	text-decoration: underline;
}
#footer-widgets .footer-widget:nth-child(2) {
    width: 500px;
    margin-left: 125px;
    position: relative;
    margin-right: 0;
    padding-top: 8px;
}
#footer-widgets {
    padding: 95px 0 100px;
    display: flex;
}
#footer-widgets .footer-widget {
    margin-bottom: 0 !important;
}
.footer-widget .social-icons .dashicons-icon i {
    color: #fff;
    font-size: 20px;
    position: relative;
    top: 2px;
}
.social-icons .dashicons-icon:before {
    font-size: 26px;
}
.social-icons  .dashicons-facebook-alt:before {
    font-size: 26px;
}
.social-icons {
    margin-right: 10px;
}
.copyright-text {
    padding-top: 10px;
}
.footer-widget .social-icons a {
    width: auto;
    height: auto;
    display: inline-block;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#footer-widgets h2 {
    color: #000;
    font-family: "Playfair Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 27px;
}
.copyright-text {
    padding-top: 0;
    font-size: 19px;
}
#footer-widgets h2 span{
	color: #FFF;
	font-family: Lora;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;	
}
#footer-widgets .social-icons {
    display: inline-flex;
    padding: 0 0 0 10px !important;
}
#footer-widgets .social-icons {
    display: inline-flex;
}
#footer-widgets .footer-widget a {
    color: #000;
    font-size: 19px;
    font-weight: 400;
}
body .pt-badge {
    display: inline-flex;
    padding-bottom: 0;
}
body .pt-badge.den img{
	width: 52px;
}
#footer-widgets .footer-widget:first-child:after {
    content: '';
    width: 1px;
    height: 252px;
    position: absolute;
    right: -36px;
    top: 8px;
    background: rgba(0, 0, 0, 0.30);
}
#footer-widgets .prg-icon a, #footer-widgets .prg-icon {
    font-size: 19px;
    z-index: 99;
}
p.privacy-policy {
    margin: 18px 0 0;
    font-size: 19px;
}
/* footer contact 
--------------------------------------------------- */

.prg-icon {
	position: relative;
	padding-left: 30px;
	padding-bottom: 15px;
}
.prg-icon .icon {
	position: absolute;
	left: 0;
}

/*
Blog Page Styling
---------------------------------------------------------------------------------------------------- */

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

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

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

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

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

.post-custom-style article,
.blog article,
.archive article,
.single-post 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,
.single-post .et_pb_post .entry-content {
	padding-top: 0;
}
.post .entry-title {
	padding-bottom: 10px;
}
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;
	margin-bottom: 13px;
}
.post h2.entry-title {
	font-size: 28px;
}
.entry-title a {
	text-decoration: none;
}
.post-custom-style .post-excerpt .post-more-link {
	display: inline-block;
	margin-top: 12px;
	padding: 0;
}

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

#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: #567426;
	color: #fff;
}

/*
Sidebar setyling
---------------------------------------------------------------------------------------------------- */

#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 .widget_archive {
	border-bottom: none;
}
#sidebar .widgettitle {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
}
#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
--------------------------------------------------- */

#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: 20px;
	color: #000;
	height: auto;
	padding: 0 10px 5px;
}
#sidebar .widget_archive select::-ms-expand {
	display: none;
}


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

.about-box {
	position: relative;
}
.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: #9bcbcb;
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 50%;
    padding: 19px 8px 0;
    text-align: center;
    color: #000;
    text-decoration: none;
    position: absolute;
    bottom: 110px;
    font-size: 18px;
}
.about-box a .icon {
	display: block;
	font-size: 25px;
	margin-bottom: 5px;
}
#page-container #sidebar .et_pb_button {
	width: 100%;
	color: #000;
}

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

#sidebar .prg-icon {
	padding-bottom: 20px;
	padding-left: 25px;
}
#sidebar iframe,
#sidebar .widget_media_image {
	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 Post styling
---------------------------------------------------------------------------------------------------- */

#left-area h1.entry-title {
	font-size: 40px;
}

/*
single post comments
--------------------------------------------------- */

#comment-wrap {
	padding-top: 30px;
}
#comments {
	border-top: 1px solid #e2e2e2ee;
	padding-top: 20px;
}
#comment-wrap article {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: transparent;
	padding: 0;
	margin-bottom: 40px;
}
#comment-wrap article:after {
	content: '';
	display: block;
	max-width: 300px;
	border-bottom: 1px solid #d8d8d8;
	margin: 30px auto 0;
	visibility: visible;
}
#comment-wrap .comment_avatar {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	max-width: 80px;
	margin-right: 15px;
}
#comment-wrap .comment_avatar img {
	max-width: 100%;
}
#comment-wrap .comment_postinfo {
	line-height: 1.2;
}

div#popmake-3807 {
	background: #fff;
	padding: 31px;
}

#popmake-3807 .pum-content.popmake-content {
	text-align: left;
}
#popmake-3807 ul {
	list-style: disc;
}



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

#main-content .accordion-style6 .et_pb_toggle {
	background: transparent;
	border: none;
	border-left: 4px solid #000;
	-webkit-box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.5);
	padding: 0;
	margin-bottom: 15px;
}
#main-content .accordion-style6 .et_pb_toggle_title {
	font-size: 23px;
	font-weight: 400;
	color: #000;
	padding: 22px 65px 22px 22px;
}
#main-content .accordion-style6 .et_pb_toggle_title:before {
	content: "\f347";
	font-family: Dashicons !important;
	font-size: 30px;
	color: #000;
	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;
}

/* 
Landing Page 3 Styling
---------------------------------------------------------------------------------------------------- */

body .landing-header {
	padding: 0;
}
body .landing-header .et_pb_row {
	padding: 5px 0;
}

body .landing-logo-widget img {
	display: block;
}
.landing-phone-widget a {
	color: #000;
	font-size: 16px;
	background: #9bcbcb;
	display: inline-block;
    padding: 10px 15px 10px 41px;
	text-align: center;
	position: relative;
	line-height: 1.2;
	-webkit-transition: all .2s;
	transition: all .2s;

}
.landing-phone-widget a .icon {
	font-size: 30px;
	position: absolute;
	left: 22px;
	top: 12px;
}

.landing-phone-widget strong {
	display: block;
	font-size: 20px;
}
.landing-phone-widget a:hover {
	color: #000;
	text-decoration: none;
	background: #cae9e9;
}
#landing3-contact-details .dashicons-phone:before {
	display: block;
}
#landing3-contact-details span.icon-text {
    display: block;
    padding-top: 14px;
}
/* landing3 banner styling
--------------------------------------------------- */


#main-content .landing3-banner-section {
	min-height: 720px;
	padding-top: 200px;
	padding-bottom: 150px;
	position: relative;
	text-shadow: 0 0 15px #000;
}
body .landing3-banner-section:after {
	content: '';
	background: url(images/curve-bg.png) repeat-x center bottom;
	display: block;
	width: 100%;
	height: 110px;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 5;
}
.landing4-banner-caption h1,
.landing3-banner-caption h1 {
	font-size: 50px;
}
.landing3-banner-caption h1:after {
	content: '';
	display: block;
	margin: 20px auto 0;
	border-top: 5px solid #fff;
	max-width: 172px;
}
.landing-phone-widget {
	padding-top: 10px;
}
.landing-phone-widget .dashicons-phone:before {
	left: -17px;
	top: 1px;
	font-size: 29px;
}

/* landing3 content section styling
--------------------------------------------------- */

#main-content .landing3-content-section {
	background: transparent;
	padding-top: 0;
	position: relative;
	z-index: 99;
}
#main-content .landing3-content-area {
	padding-top: 150px;
	margin-top: -150px;
}

/* landing3 contact details styling
--------------------------------------------------- */

#landing3-contact-details {
	margin-top: -150px;
}
#landing3-contact-details img {
	border-radius: 50%;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
	margin-bottom: 20px;
}
#landing3-contact-details h3 {
	font-size: 35px;
	font-style: normal;
}
#landing3-contact-details a {
	text-decoration: none;
}
#landing3-contact-details h4 a {
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	padding: 16px 8px 0;
	position: absolute;
	bottom: 170px;
	color: #000;
	background: #9bcbcb;
}
#landing3-contact-details a .icon {
	display: block;
	font-size: 35px;
	margin-bottom: 0px;
}
#landing3-contact-details h4 a:hover {
	color: #000;
	text-decoration: none;
	background: #cae9e9;
}
#landing3-contact-details .dashicons-phone:before {
	font-size: 30px;
}
#landing3-contact-details span.icon-text {
	font-size: 15px;
}
/* landing3 form widget styling
--------------------------------------------------- */

#landing3-form-widget {
	-webkit-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.15);
	padding: 20px 30px;
	margin-top: 0;
	margin-bottom: 30px;
}
#landing3-form-widget p {
	font-style: italic;
	padding-bottom: 5px;
}
body #landing3-form-widget h2 {
    font-size: 25px;
    padding-top: 0;
}
#landing3-form-widget .wpforms-field {
	padding-bottom: 0;
}
#landing3-form-widget input,
#landing3-form-widget select,
#landing3-form-widget textarea {
	color: #000;
	font-size: 18px;
}
#landing3-form-widget input,
#landing3-form-widget select {
	height: auto;
}
#landing3-form-widget ::-webkit-input-placeholder {
	color: #000;
}
#landing3-form-widget ::-moz-placeholder {
	color: #000;
}
#landing3-form-widget ::-ms-input-placeholder {
	color: #000;
}
#landing3-form-widget .wpforms-submit-container {
	text-align: center;
}

/* 
Landing Page 4 Styling
---------------------------------------------------------------------------------------------------- */

/* landing4 banner styling
--------------------------------------------------- */

#main-content .landing4-banner-section {
	min-height: 720px;
	padding-top: 200px;
	padding-bottom: 100px;
	position: relative;
	text-shadow: 0 0 15px #000;
}
.landing4-banner-caption h1:after {
	content: '';
	display: block;
	margin: 20px auto 0;
	border-top: 5px solid #fff;
	max-width: 172px;
}

/* landing4 contact section styling
--------------------------------------------------- */

#main-content .landing4-contact-section {
	padding-top: 0;
	padding-bottom: 0;
	z-index: 99;
}
.landing4-contact-section .et_pb_row {
	padding-top: 20px;
	padding-bottom: 20px;
}
#landing4-contact-details .et_pb_text_inner {
	overflow: inherit;
}
#landing3-form-widget h3,
#landing4-form-widget h3 {
	text-transform: capitalize;
}

/* landing4 form widget styling
--------------------------------------------------- */

#landing4-form-widget form {
	position: relative;
	overflow: hidden;
}
#landing4-form-widget .wpforms-field {
	padding: 0 0 4px;
}
#landing4-form-widget .left-side-field {
	width: 49.33%;
	
}
#landing4-form-widget .right-side-field {
	position: absolute;
	top: 0;
	padding: 0;
	right: 0;
	width: 49%;
}
#main-content #landing4-form-widget input,
#main-content #landing4-form-widget select,
#main-content #landing4-form-widget textarea {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-size: 20px;
}
#landing4-form-widget textarea {
	height: 108px;
}
#landing4-form-widget ::-webkit-input-placeholder {
	color: #fff;
}
#landing4-form-widget ::-moz-placeholder {
	color: #fff;
}
#landing4-form-widget ::-ms-input-placeholder {
	color: #fff;
}
#landing4-form-widget .wpforms-submit-container {
	position: absolute;
	width: 49%;
	bottom: 4px;
	right: 0;
	padding: 0;
}
#landing4-form-widget button {
	font-family: inherit;
	padding: 12px 15px;
	width: 100%;
	max-width: 304px;
}



/* landing4 contact details styling
--------------------------------------------------- */

#landing4-contact-details {
	margin-top: -120px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#landing4-contact-details img {
	border-radius: 50%;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#landing4-contact-details h4 {
	padding-top: 0;
	padding-bottom: 0;
}
#landing4-contact-details .btn {
	position: absolute;
	right: 0;
	padding: 8px 34px 12px !important;
	background: #9bcbcb;
	color: #000 !important;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif;
}
#landing4-contact-details .btn .icon {
	position: relative;
	top: 3px;
	color: #000;
}
#landing4-contact-details .btn:hover {
	background: #cae9e9;
	color: #000;
}
#landing4-contact-details .btn:hover a {
	color: #000;
}
.landing-phone-widget span.icon-text {
	display: inline-block;
	font-weight: 700;
}
/* landing4 contact details stuck styling
--------------------------------------------------- */

.et_pb_sticky.landing4-contact-section .et_pb_row {
	padding-top: 6px;
	padding-bottom: 0px;
}
.et_pb_sticky #landing4-contact-details {
	margin-top: 0;
}
.et_pb_sticky #landing4-form-widget .wpforms-container {
	margin-bottom: 15px;
}
.et_pb_sticky #landing4-contact-details img {
	width: 52%;
	margin-left: 0;
}
.et_pb_sticky #landing4-contact-details h4 a {
	top: 26%;
}
.et_pb_sticky #landing4-contact-details .et_pb_button {
	position: absolute;
	top: 54%;
	right: 0;
}
#landing4-contact-details .et_pb_button {
	min-width: 195px;
}
.et_pb_sticky #landing4-contact-details .btn {
	position: absolute;
	right: 0;
	top: 68px;

}
/* landing4 footer styling
--------------------------------------------------- */

body .landing-page-footer {
	background:#fff;
	color: #000;
	border: 1px solid #eee;
	padding: 20px 0px;
	overflow: hidden;
}
.landing-page-footer a {
	color: #000;
}
.landing-copyright-area {
	float: left;
}
.landing-footer-links {
	float: right;
}
.landing-footer-links a {
	display: inline-block;
	margin-left: 20px;
}
#landing4-form-widget .wpforms-container-full .wpforms-form button[type=submit],
#landing3-form-widget .wpforms-container-full .wpforms-form button[type=submit] {
	color: #000;
	background: #9bcbcb;
}
#landing4-form-widget .wpforms-container-full .wpforms-form button[type=submit]:hover,
#landing3-form-widget .wpforms-container-full .wpforms-form button[type=submit]:hover {
	color: #000;
	background: #cae9e9;
}





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

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

	body #page-container {
		padding-top: 100px !important;
		margin-top: 0 !important;
	}
	
}

@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: 1200px) { 

	body .et_pb_row,
	body .container {
		width: 94%;
	}
	body #top-menu > li {
		padding-right: 8px;
	}
	.et_pb_row .outside-right,
	.et_pb_row .outside-left {
		margin-right: 0;
		margin-left: 0;
		text-align: center;
	}
	body #top-menu li a {
		font-size: 15px;
	}
	#sticky-column{
		width:289px;
	}
	.et_pb_sticky #landing4-contact-details img {
		width: 43%;
	}
	.et_pb_sticky #landing4-contact-details .et_pb_button {
		top: 68%;
	}
	
}

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

	body.et_header_style_left #logo,
	body.et_header_style_split #logo {
		height: auto;
		max-height: 70%;
	}
	.entry-content img.alignright,
	.entry-content img.alignleft {
		max-width: 45%;
	}
	body h1 {
		font-size: 40px;
	}
	body h2 {
		font-size: 35px;
	}
	body .et_pb_section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	body .flex-row,
	.mobile-col-reverse {
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.mobile-col-reverse .et_pb_column:first-child {
		order: 2;
		margin-bottom: 0;
		margin-top: 30px;
	}
	.flex-row .et_pb_image {
		text-align: center;
	}
	#main-content #sidebar {
		max-width: 350px;
		clear: both;
		margin: 20px auto 0;
	}
		body .mobile_menu_bar:before {
		color: #96B6C0;
		z-index: 999;
		font-size: 40px;
	}
	body .et_mobile_menu {
		border-color: #96B6C0;
	}
	body .et_mobile_menu li a{
		font-size: 18px;
	}	
	.mobile_nav.opened .mobile_menu_bar:before{
		content: "M";
	}
	#main-footer .footer-widget .wpforms-field-label {
		display: none;
	}
	#top-menu-nav #top-menu > li > a {
		font-size: 16px;
	}
	#main-footer .footer-widget .wpforms-field-label {
		display: none;
	}
	#top-menu-nav #top-menu > li > a {
		font-size: 16px;
	}	
	.home #et-main-area {
		margin-top: 0;
	}
	#main-footer .footer-widget .wpforms-field-label {
		display: none;
	}
	#main-header div#et-top-navigation {
        clear: both;
        padding-top: 10px;
    }
	#landing3-contact-details {
		max-width: 350px;
		margin: 0 auto;
	}

	#inner-banner1 h1 {
		font-size: 35px;
	}
	.header-right-area {
		padding: 10px 0 0;
	}
	.home .et_header_style_left #et-top-navigation .mobile_menu_bar {
		padding-bottom: 10px;
	}	
	.et_header_style_left #et-top-navigation .mobile_menu_bar {
		padding-bottom: 0px;
	}		
	.et_header_style_left #logo {
        max-width: 100%;
    }
	#body-quote-area {
		position: relative;
		padding: 0px 0 60px;
	}	
	#home-about-area .et_pb_row:last-child {
		display: block;
	}	
	.home .et_pb_image {
		text-align: center;
	}
	#home-about-area {
		padding: 50px 0 0px;
	}
	#main-content .services-row .et_pb_column {
		width: 49%;
		margin: 0 1% 10px 0 !important;
		padding: 0 10px;
		max-width: 100%;
	}
	#services-area {
		padding: 0 0 15px;
		position: relative;
	}	
	#footer-widgets {
		padding: 55px 0 50px;
		flex-direction: column;
	}	
	#footer-widgets .footer-widget:nth-child(2), #footer-widgets .footer-widget:first-child {
		width: 100% !important;
		margin: 0 0 0 !important;
		text-align: center;
		z-index: 99;
	}	
	#footer-widgets .footer-widget:first-child {
		padding: 0 0 15px;
	}
	#footer-widgets  .et_pb_widget {
		width: 100%;
	}	
	#footer-widgets .prg-icon {
		justify-content: center;
	}	
	#footer-popup_form .et_pb_text_inner {
		max-width: 100%;
		padding: 38px 70px 38px;
		float: none;
		margin: 0 auto;
	}	
	body .pum-container {
		min-width: 97.5% !important;
		left: 10px !important;
	}	
	#hero-img-section {
		min-height: auto;
		padding: 50px 0 100px;
	}	
	#cta-area1 {
		padding: 36px 0;
	}	
	#home-about-area h2 {
		padding-bottom: 0;
	}
	#main-content #services-area.how-works .services-row .et_pb_column {
		width: 320px !important;
		margin: 0 auto 20px !important;
		float: none;
	}
	#main-content #services-area.how-works .services-row  .services-title {
		height: 351px;
	}
	#main-content .landing4-banner-section .et_pb_text_inner, #main-content .landing3-banner-section .et_pb_text_inner {
		text-align: center;
	}
	body .landing4-banner-caption,body .landing3-banner-caption{
		padding-top: 50px;
	}
	#main-content .landing4-banner-section {
		min-height: auto;
		padding-top: 0;
		padding-bottom: 50px;
	}
	#main-content .landing3-banner-section {
		min-height: auto;
		padding-top: 0;
		padding-bottom: 120px;
	}
	#landing3-contact-details,#landing4-contact-details {
		margin-top: 0;
	}
	#landing3-contact-details h4 a{
		left:-170px;
	}
	.landing-copyright-area, .landing-footer-links {
		text-align: center;
		float: none;
	}
	#landing4-contact-details h4 a{
		right:105px;
	}
	div#landing4-contact-details .et_pb_text_inner {
		text-align: center;
	}
	#sticky-column {
		width: 100%;
	}
	.landing3-top-row .et_pb_text_inner,
	.landing4-top-row .et_pb_text_inner {
		text-align: center;
	}
	.landing3-top-row .et_pb_column:first-child,
	.landing4-top-row .et_pb_column:first-child{
		margin-bottom:0;
	}	
	#landing4-contact-details h4 a {
		right: 0;
		position: relative;
		margin: 5px 0;
	}
	.landing4-top-row .et_pb_column .et_pb_text_inner,
	.landing3-top-row .et_pb_column .et_pb_text_inner{
		text-align: center;
	}
	.landing4-top-row .et_pb_column,
	.landing3-top-row .et_pb_column {
		margin: 0;
	}
	.landing-header .et_pb_text_inner {
    		text-align: center;
	}
	#landing4-contact-details .btn {
    		position: relative;
	}
	body .landing-logo-widget img {
    		display: inline-block;
	}
	.landing-header .et_pb_text_inner {
    		text-align: center;
	}
	#landing3-contact-details h4 a {
    		left: 0%;
	}
	.landing-header .et_pb_column:first-child {
		margin-bottom: 0;
	}
	body .landing-logo-widget {
    		max-width: 100%;
    		margin: 0 auto;	
	}
	.landing-header .et_pb_text_inner {
		text-align: center;
	}
	body .landing-logo-widget img {
		display: inline-block;
	}
	.landing-header .et_pb_column {
		margin-bottom: 0;
	}
	#landing4-contact-details .btn {
		margin-bottom: 5px;
	}
	body .landing-header .et_pb_row {
		display: flex;
		align-items: center;
	}
	body .landing-logo-widget img {
        display: block;
    }	
	.landing-phone-widget .et_pb_text_inner {
		text-align: right;
	}	
	.remove_br br{
		display: none;
	}	
	.landing4-banner-caption br {
		display: none;
	}	
	body #landing4-contact-details .et_pb_button {
		min-width: 195px;
	}
	#et-main-area {
		margin-top: 0;
	}	
	.landing-phone-widget a strong {
		font-size: 20px;
	}
	.landing-phone-widget a {
		padding: 5px 7px;
		font-size: 15px;
	}
	.landing-phone-widget a .icon {
		display: none;
	}
	.landing-header .et_pb_text_inner {
			text-align: right;
	}
	#landing3-contact-details-lp4 {
		margin: 0;
		width: 290px;
		margin: 0 auto;
	}
	.landing-header.thin_header .landing-phone-widget a {
		padding: 8px 11px;
		font-size: 16px;
	}
	body #main-content .landing3-banner-section-lp4 {
		padding: 60px 0 65px;
	}
	body .landing-header.thin_header {
		padding: 0;
	}
	
}

@media only screen and (max-width: 767px) { 
	#inner-banner1 .et_pb_text {
		margin-top: 0;
	}
	#inner-banner1 .et_pb_text_inner {
		max-width: 100%;
	}
	#inner-banner1 h1 {
		font-size: 30px;
	}	
	html body {
		font-size: 18px;
	}
	body h1,
	#left-area h1.entry-title {
		font-size: 33px;
	}
	body h2 {
		font-size: 30px;
	}
	body h3 {
		font-size: 26px;
	}
	body h4 {
		font-size: 23px;
	}
	#page-container .et_pb_button {
		padding: 15px 25px;
		font-size: 16px;
		min-width: 175px;
	}
	.et_pb_button + .et_pb_button {
		margin-left: 0;
	}
	#main-footer .footer-widget .wpforms-field-label,
	#main-footer .wpforms-field-label {
		display: inline-block;
	}
	#main-content .services-row .et_pb_column {
		width: 320px !important;
		margin: 0 auto 21px !important;
		float: none;
	}
	#cta-area2:before,#body-quote-area:after,#hero-img-section:before{
		height: 70px;
	}	
	#cta-area2 {
		position: relative;
		padding: 100px 0 20px;
	}

}

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

	body h1,
	#left-area h1.entry-title {
		font-size: 28px;
	}
	body h2 {
		font-size: 27px;
	}
	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;
	}
	.entry-content img.alignright,
	.entry-content img.alignleft {
		float: none;
		display: block;
		max-width: 100%;
		margin: 0 auto 15px;
	}
	#main-footer .left-side-field  {
		width: 100%;
	}
	#main-footer .right-side-field {
		position: relative;
		width: 100%;
	}
	#main-footer .wpforms-field-captcha {
		position: relative;
		padding-top: 14px;
		text-align: center;
	}
	#main-footer .wpforms-submit-container {
		text-align: center;
	}
	#et_mobile_nav_menu {
		display: block;
		margin-top: -37px;
	}
	#footer-widgets .wpforms-field-layout .wpforms-layout-column:first-child {
		margin-bottom: 9px;
		padding: 0;
	}
	#main-footer .wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column-50:last-child {
		padding-left: 0;
	}
	#main-footer  div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-field-layout-columns {
		flex-direction: column;
		margin: 0;
	}	
	#landing4-form-widget .right-side-field,#landing4-form-widget .left-side-field{
		position:relative;
		width:100%;
		float:none;
	}	
	#main-footer .wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column:first-child {
		padding: 0 0 5px;
	}
	#landing4-form-widget .right-side-field,#landing4-form-widget .left-side-field{
		position:relative;
		width:100%;
		float:none;
	}
	#cta-area2 .et_pb_text {
		width: 100%;
		float: none;
		text-align: center;
	}	
	#main-header div#et-top-navigation {
        clear: both;
        padding: 50px 0 0;
    }	
	#hero-img-section h1,
	#hero-img-section h2,
	#hero-img-section h3{
		line-height: normal;
	}
	#hero-img-section h1 {
		font-size: 35px;
	}
	#footer-popup_form .et_pb_text_inner {
		padding: 38px 0px 38px;
	}	
	#footer-popup_form .et_pb_text_inner h2 {
		font-size: 19px;
	}	
	#footer-popup_form .wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column-50:last-child {
		padding-left: 10px;
	}
	.et_header_style_left #logo {
		max-width: 115px !important;
	}
	#cta-area1 .et_pb_text {
		max-width: 100%;
		padding: 30px;
	}	
	#landing4-form-widget .right-side-field,#landing4-form-widget .left-side-field{
		position:relative;
		width:100%;
		float:none;
	}
	#landing4-form-widget .wpforms-submit-container {
		position: relative;
		width: 100%;
		bottom: 0;
	}
	.landing-phone-widget .dashicons-phone:before{
		display: none;
	}
	.landing-phone-widget a {
		padding: 10px 20px;
		font-size: 15px;
	}
	#main-content .landing3-banner-section {
		padding: 36% 0 77px;
		background-position: 17% -13px;
	}
	#main-content .landing4-banner-section {
        padding: 60% 0 20px;
        background-position: 83% 0;
    }
	body .pum-container {
        left: 5px !important;
    }	
	#footer-popup_form .et_pb_text_inner h2{
		background-size: contain;
	}
	body .landing3-banner-section:after {
		background-size: 100% 100%;
		height: 60px;
	}
	body .landing3-banner-caption-lp4 {
		padding: 0;
	}
	.landing-header.thin_header .landing-phone-widget strong {
		display: block;
		font-size: 20px;
	}
	body .landing3-banner-section-lp4 h1 {
		font-size: 30px;
	}
	body .landing3-banner-section-lp4 h2 {
		font-size: 25px;
	}
	body .landing3-banner-section-lp4 h3 {
		font-size: 22px;
	}
	.landing3-banner-section-lp4 h1,
	.landing3-banner-section-lp4 h2,
	.landing3-banner-section-lp4 h3{
		line-height: normal;
	}
	body .landing-header .landing-logo-widget a {
		font-size: 22px;
	}
	body #main-content .landing3-banner-section-lp4 {
        padding: 225px 0 65px;
        background-position: 18% 0;
    }
}

@media only screen and (max-width: 415px) { 
	#landing4-contact-details h4 a {
		right: 0;
	}
	#landing3-contact-details h4 a {
		left: 0;
	}	
	body .landing-header .landing-logo-widget a {
		font-size: 20px;
	}
}
