/*
	Theme Name: Therapist child
	Theme URI: 	upthinksolutions.com
	Template: 	Divi
	Version: 	3.11.1
*/

@import url("../Divi/style.css");
@import url('https://fonts.googleapis.com/css?family=ABeeZee:400,400i');
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i');

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

body {
	font-family: 'ABeeZee', sans-serif;
	font-weight: 400 !important;
	font-size:20px;
}

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

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-family: 'Lora', serif;
	font-weight: 400;
	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;
}

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

body p {
	padding-bottom: 25px;
}

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

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

#page-container .et_pb_button {
	display: inline-block;
    padding: 13px 42px !important;
    text-decoration: none;
    background: #3c68a7;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    border-color: #3c68a7;
    border-radius: 0;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
	box-shadow: 2px 3px 25px #4a4646;
}
.et_pb_button + .et_pb_button {
	margin-left: 25px;
	margin-top: 5px;
}
.btn {
	background: #3c68a7;
	color: #fff !important;
	display: inline-block;
	padding: 12px 36px;
	text-decoration: none;
}
.btn:hover,
#page-container .et_pb_button:hover {
	background: #173c71;
	border-color: #3c68a7;
}


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

.entry-content .wpforms-container .wpforms-field-container input,
.entry-content .wpforms-container .wpforms-field-container select,
.entry-content .wpforms-container textarea {
	background: #eee !important;
	border-radius: 0 !important;
	font-family: inherit;
}
::-webkit-input-placeholder {
	color: #000000;
}
:-moz-placeholder {
	color: #000000;
}
::-moz-placeholder {
	color: #000000;
}
:-ms-input-placeholder {
	color: #000000;
}
.entry-content .wpforms-submit-container {
	text-align: right;
}

body div.wpforms-container-full .wpforms-form button[type=submit] {
	background: #3c68a7;
	border: none !important;
	border-radius: 0;
	color: #fff;
	font-size: 20px;
	padding: 20px 36px;
	line-height: 1;
	text-transform: uppercase;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	min-width: 210px;
    box-shadow: 2px 3px 25px #4a4646;
}
body div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background: #173c71;
}

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

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;
}

#main-content .list-style li {
	display: block;
	position: relative;
	padding-left: 15px;
	padding-bottom: 5px;
}
#main-content .list-style li:before {
	content: '\f105';
	font-family: FontAwesome;
	display: inline-block;
	font-size: 18px;
	position: absolute;
	left: 0;
	color: #567426;
	font-weight: 700;
}

/* empty p tag none
--------------------------------------------------- */

p:empty {
	display: none;
}

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

.entry-content a {
	text-decoration: underline;
}
.entry-content a:hover {
	color: red;
}

/* 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: 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-widget 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);
}

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

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

/* Divi section styling
----------------------------------------------- */

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

.heading-section + div {
	padding-top: 0;
}

/* Divi text module inner styling
----------------------------------------------- */

.et_pb_text_inner {
	clear: both;
}

/* 
Header styling
---------------------------------------------------------------------------------------------------- */
.et_header_style_centered #main-header .logo_container {
    height: 70px !important;
    float: left;
    margin-top: 10px;
    margin-bottom: 30px;
}

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

.header-right-area {
	position: relative;
	z-index: 999;
	overflow: hidden;
	float: right;
	padding-top: 20px;
	padding-bottom: 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: 30px;
	margin-top:-20px;
}
.header-right-area a:first-child {
	margin-left: 0;
}
.header-right-area a .icon {
	color: #1c75bc;
	margin-right: 5px;
}
a.appointment-btn {
	width: 253px;
    height: 55px;
    background: #3c68a7;
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    top: -6px;
	line-height: 3.1;
}
.header-right-area .fa {
	color:#3c68a7;
	margin-right: 5px;
}
.lnr.lnr-user,
.lnr.lnr-laptop-phone {
	color:#fff;
	font-size:20px;
	position: relative;
    top: 2px;
}

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

#main-header div#et-top-navigation {
	clear: both;
	padding-top: 0;
}
body #top-menu li {
	padding-right:50px;
}
body #top-menu > li > a {
	font-weight: 500;
	text-transform:uppercase;
}
#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 #top-menu li li a {
	width: 100%;
	padding: 17px 20px 17px 25px;
	border-bottom: 1px dashed #566573;
	font-size: 16px;
	color: #000000 !important;
}
body #top-menu li li:last-child a {
	border-bottom: none;
}
body #top-menu li li a:before {
	content: '\f105';
	font-family: FontAwesome;
	display: inline-block;
	font-size: 18px;
	position: absolute;
	left: 12px;
	color: #495c12;
	font-weight: 700;
	display:none;
}

/*--------------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: #6ee8ab;
	-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
---------------------------------------------------------------------------------------------------- */

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

#main-header {
	padding-bottom: 10px;
}

.home #main-header {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.home #main-header.et-fixed-header {
	background: #fff;
	-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;
}

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

#hero-img-section {
	min-height: 638px;
	padding-top: 200px;
	position: relative;
	overflow: hidden;
}
#hero-img-section h1 {
	font-family: 'Lora', serif;
	font-size:45px;
	font-weight: 700;
	color:#fff;
	padding-bottom: 45px;
}
#hero-img-section .et_pb_row,
#hero-img-section .et_pb_column,
#hero-img-section .et_pb_text_inner {
	position:initial;
}
.banner-text {
	background:url("images/banner-text-area.png") no-repeat;
	background-size:cover;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:179px;
	padding-top: 40px;
}
.banner-text h3 {
	font-size: 30px;
    color: #fff;
    font-style: italic;
    text-shadow: 0.5px 0.5px 0.5px #000;
	margin-bottom:5px;
}
/* Inside Hero banner
--------------------------------------------------- */

.inside-hero-bg {
	min-height:350px;
}
.page-title {
	padding-bottom:0 !important;
}
.page-title .et_pb_row {
	background: #3c68a7;
    max-width: 1240px;
    margin-top: -90px;
    margin-bottom: 0;
}
.page-title h1 {
	color:#fff;
	font-size:50px;
	padding-bottom:0;
	text-align:center;
	text-transform:uppercase;
}


/* footer styling
---------------------------------------------------------------------------------------------------- */
#main-footer {
	background:url("images/footer-back-img.jpg") no-repeat;
	background-size:cover;
}
#footer-copyright-section {
	background: #3c68a7;
    display: table;
    width: 100%;
    padding: 20px 0;
}
.contact-info {
	width:295px;
	float:left;
	margin-right:100px;
}
.contact-info a {
	color:#fff;
}
.social-icons {
	float:left;
	margin-top: 15px;
	margin-right:70px;
}
.copy-right {
	float:left;
	color:#fff;
	margin-top: 22px;
}
span.fontawsome {
	display:none;
}
.social-icons .fa-gt, 
.social-icons .fa-pt {
	font-family: 'ABeeZee', sans-serif;
	font-weight:600;
	font-style:normal;
}

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

#main-footer #footer-widgets {
	padding: 40px 0;
	width:950px;
	margin:0 auto;
}
#footer-widgets .footer-widget {
	margin-bottom: 0;
	border: 1px solid #6ee8ab;
}
#footer-widgets .footer-widget:first-child {
	background:#fff;
	padding: 38px 50px;
}
#footer-widgets .et_pb_widget {
	float: none;
}
#footer-widgets .footer-widget:last-child .et_pb_widget {
	margin-bottom:0;
}
#footer-widgets .footer-widget:last-child .et_pb_widget h5 {
	color: #fff;
    background: #25b9ff;
    text-align: center;
    margin-top: -10px;
    padding: 30px 0;
}
#footer-widgets .footer-widget h2 {
	text-align:center;
	padding-bottom: 20px;
}
body div.wpforms-container-full .wpforms-form input.wpforms-field-medium {
	max-width:100%;
}

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

#main-footer form {
	position: relative;
}
#main-footer .wpforms-field {
	padding: 0 0 6px;
}
#main-footer .left-side-field {
	width: 49.33%;
	float: left;
}
#main-footer .right-side-field {
	position: absolute;
	top: 0;
	padding: 0;
	right: 0;
	width: 49%;
}
#main-footer input,
#main-footer select,
#main-footer textarea {
	background: #fff;
	border-radius: 0;
	border: 1px solid #000;
	font-size: 20px;
	font-family: inherit;
	padding: 12px 15px;
	height: auto;
}
#main-footer textarea {
	height: 130px;
}
#main-footer ::-webkit-input-placeholder {
	color: #000000;
}
#main-footer :-moz-placeholder {
	color: #000000;
}
#main-footer ::-moz-placeholder {
	color: #000000;
}
#main-footer :-ms-input-placeholder {
	color: #000000;
}
#main-footer .wpforms-submit-container {
	text-align: center;
}

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

.social-icons {
	padding-bottom: 12px;
}
#main-footer .social-icons a {
	width: 44px;
	height: 44px;
	line-height: 44px;
	display: inline-block;
	vertical-align: top;
	background: #1c75bc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff !important;
	font-size: 20px;
	font-weight: bold;
	margin-left: 15px;
	text-align: center;
	font-weight: 400;
}
#main-footer .social-icons a:hover {
	background: #1c75bc;
}

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

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

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

/* Inside Hero banner
--------------------------------------------------- */

.inside-hero-bg {
	min-height: 350px;
}

/* Inside Hero img
--------------------------------------------------- */

#main-content .inside-hero-img {
	background: #000;
	max-height: 400px;
	overflow: hidden;
	padding: 0;
}

/* Inside page title
--------------------------------------------------- */

#main-content .heading-section {
	padding: 0;
}
.heading-section .et_pb_text {
	text-align: center;
}
.heading-section h1 {
	font-weight: 300;
	text-transform: uppercase;
	padding-bottom: 0;
}
.heading-section h1 + * {
	padding-top: 20px;
}

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

/*
featured image section styling
--------------------------------------------------- */

#featured-image-section img {
	width: 100%;
	display: block;
}

/*
Page title section styling
--------------------------------------------------- */

#page-title-section {
	padding: 30px 0;
}
#page-title-section h1 {
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
	padding-bottom: 0;
	font-size:50px;
	color:#3c68a7;
}
#page-title-section h1:after {
	content: '';
	display: block;
	width: 66px;
	border-bottom: 3px solid #6ee8ab;
	margin: 5px auto 0;
}

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

.et_pb_post .entry-content {
	padding-top:0;
}

#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 {
	-webkit-box-shadow: 0px 0px 6px #d6d2d2;
	-moz-box-shadow: 0px 0px 6px #d6d2d2;
	box-shadow: 0px 0px 6px #d6d2d2;
	background: #fcfcfc;
	padding: 20px;
	margin-bottom: 60px;
}
.post-thumbnail {
     margin-bottom: 30px;
}
.post-thumbnail img {
	width: 100%;
	display: block;
}
.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: #495c12;
	color: #fff;
}

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

#main-content #left-area {
	width: 72%;
}
#main-content #sidebar {
	width: 28%;
	padding-left: 0;
}
#sidebar .et_pb_widget {
	-webkit-box-shadow: 0px 0px 6px #d6d2d2;
	-moz-box-shadow: 0px 0px 6px #d6d2d2;
	box-shadow: 0px 0px 6px #d6d2d2;
	font-size: 18px;
	padding: 20px;
}
#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 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: 20px;
	color: #000;
	height: auto;
	padding: 0 0 5px;
}
#sidebar .widget_archive select::-ms-expand {
	display: none;
}


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

.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: 16px;
	padding-top: 0;
}
#sidebar .about-box h4 a {
	background: #3c68a7;
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	padding: 19px 8px 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
	position: absolute;
	bottom: 110px;
}
#sidebar .about-box h4 a:hover {
	background: #6a0023;
}
.about-box a .icon {
	display: block;
	font-size: 35px;
	margin-bottom: 5px;
}
#page-container #sidebar .et_pb_button {
	width: 100%;
	color: #fff;
	font-size: 14px;
	padding: 13px 25px !important;
}
#page-container #sidebar .et_pb_button:after {
	font-size: 22px;
}

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

#sidebar .prg-icon {
	padding-bottom: 20px;
    font-size: 17px;
    line-height: 1.5;
}
#sidebar .prg-icon .lnr-map-marker-icon {
	color:#3c68a7;
}
#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);
}

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

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

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

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

.sp-custom-style article {
	-webkit-box-shadow: 0px 0px 6px #d6d2d2;
	-moz-box-shadow: 0px 0px 6px #d6d2d2;
	box-shadow: 0px 0px 6px #d6d2d2;
	background: #fcfcfc;
	padding: 20px;
	margin-bottom: 60px;
}

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

#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;
}

/*
custom css
--------------------------------------------------- */

.help-box {
	width:795px;
	background:rgba(37,185,255, 0.8);
	margin:20px 0;
	text-align:center;
	padding: 40px;
	color:#fff;
}
.help-box a {
	color:#fff;
}
.help-box h2 {
	color: #fff;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 10px;
}
.bio-left-area {
	background: #fff;
    padding: 20px 30px 22px;
    box-shadow: 4px 8px 35px #afacac;
    line-height: 1.4;
    font-size: 18px;
}
.home-bio-area .et_pb_row {
	width:950px;
	margin:0 auto;
}
.home-bio-area .et_pb_image_wrap {
	box-shadow: 4px 8px 35px #afacac;
}
.home-bio-area .et_pb_column {
	border:1px solid #6ee8ab;
}
.home-bio-area .et_pb_column:first-child {
	width: 60%;
    line-height: 1.3;
}
.home-bio-area .et_pb_column:last-child {
	width: 34%;
}
#page-container .bio-left-area .et_pb_button {
	margin-top:10px;
}
.home-bio-img {
	background:#fff;
}
.home-bio-img img {
	width:300px;
	padding-top: 10px;
}
body .bio-left-area p {
	padding-bottom: 15px;
}
.call-to-action-area,
.call-to-action-area a {
	color:#fff;
}
.specialities-row {
	width: 700px !important;
	margin:0 auto;
}
.what-offer-row .et_pb_column,
.specialities-row .et_pb_column {
	border:1px solid #6ee8ab;
    box-shadow: 2px 3px 25px #4a4646;
}
.what-offer-row h3,
.specialities-row h3 {
	background: #3c68a7;
    color: #fff;
    text-align: center;
    padding: 23px 20px;
    font-size: 28px;
}
.entry-content .what-offer-row a:hover,
.entry-content .specialities-row a:hover {
	text-decoration:none;
}
.what-offer-row p,
.specialities-row p {
	padding-bottom:0;
}
.what-offer-row img,
.specialities-row img {
	-moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.what-offer-row img:hover,
.specialities-row img:hover {
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.what-offer-row .et_pb_module,
.specialities-row .et_pb_module {
	overflow: hidden;
}
/* 
Landing Page 3 Styling
---------------------------------------------------------------------------------------------------- */

/* landing3 banner styling
--------------------------------------------------- */

#main-content .landing3-banner-section {
	min-height: 720px;
	padding-top: 0;
	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: 0;
	left: 0;
	z-index: 5;
}
.landing3-banner-section .landing3-top-row {
	padding-top: 0;
}
.landing3-banner-section .landing3-logo-widget {
	padding-top: 12px;
}
.landing3-phone-widget p {
	font-weight: 300;
}
.landing3-phone-widget a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	background: #3c68a7;
	display: inline-block;
	padding: 10px 15px 10px 65px;
	text-align: center;
	position: relative;
	line-height: 1.2;
}
.landing3-phone-widget a .icon {
	font-size: 40px;
	position: absolute;
	left: 15px;
	top: 14px;
}
.landing3-phone-widget strong {
	display: block;
	font-size: 25px;
}
.landing3-phone-widget .fa-icon i {
	font-size: 17px;
	background: #da4100;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 7px;
	color: #fff;
	border-radius: 50%;
}
body .landing3-banner-caption {
	padding-top: 100px;
}
.landing3-banner-caption h1 {
	font-weight: 700;
	text-transform: uppercase;
}
.landing3-banner-caption h1:after {
	content: '';
	display: block;
	margin: 12px auto 0;
	border-top: 5px solid #fff;
	max-width: 172px;
}

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

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

/* sticky column styling
--------------------------------------------------- */

#sticky-column {
	position: static;
}

/* 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;
	width:300px;
}
#landing3-contact-details h3 {
	font-size: 35px;
	font-style: normal;
}
#landing3-contact-details a {
	text-decoration: none;
}
#landing3-contact-details .et_pb_button {
	background: #3c68a7;
	border-color: #3c68a7;
	color:#fff;
}
#landing3-contact-details .et_pb_button:hover {
	background: #3c68a7 ;
	color:#fff;
}
#landing3-contact-details h4 a {
	background: #3c68a7;
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	padding: 16px 8px 0;
	font-size: 16px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	position: absolute;
	bottom: 125px;
}
#landing3-contact-details a .icon {
	display: block;
	font-size: 35px;
	margin-bottom: 0px;
}

/* 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;
	color:#000;
}
#landing3-form-widget h2 {
	font-size: 23px;
	font-weight: 700;
	padding-top: 0;
	text-transform: uppercase;
	color:#000 !important;
}
#landing3-form-widget .wpforms-field {
	padding-bottom: 0;
}
#landing3-form-widget input,
#landing3-form-widget select,
#landing3-form-widget textarea {
	background: #ffff !important;
	border-color: #193b88;
	color: #000;
	font-size: 18px;
	padding: 10px 10px;
}
#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 ::-moz-placeholder {
	color: #000;
}
#landing3-form-widget :-ms-input-placeholder {
	color: #000;
}
#landing3-form-widget .wpforms-submit-container {
	text-align: center;
}
body #landing3-form-widget div.wpforms-container-full .wpforms-form button[type=submit] {
	float:none;
	background: #3c68a7;
    color: #fff;
	box-shadow:none;
}

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

body .landing-page-footer {
	background: #3c68a7;
	color: #fff;
	padding: 20px 0px;
	overflow: hidden;
}
body.page-id-2679 .landing-page-footer {
	background: #1fa7df;
}
.landing-page-footer a {
    color: #fff;
}
.landing-copyright-area {
	float: left;
}
.landing-footer-links {
	float: right;
}
.landing-footer-links a {
	display: inline-block;
	margin-left: 20px;
}
/* 
Landing Page 4 Styling
---------------------------------------------------------------------------------------------------- */

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

#main-content .landing4-banner-section {
	min-height: 720px;
	padding-top: 0;
	padding-bottom: 150px;
	position: relative;
	text-shadow: 0 0 15px #000;
}
.landing4-banner-section .landing4-top-row {
	padding-top: 0;
}
.landing4-banner-section .landing4-logo-widget {
	padding-top: 12px;
}
.landing4-phone-widget p {
	font-weight: 300;
}
.landing4-phone-widget a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	background: #3c68a7;
	display: inline-block;
	padding: 10px 15px 10px 65px;
	text-align: center;
	position: relative;
	line-height: 1.2;
}
.landing4-phone-widget a:hover {
	background: #3c68a7;
	color: #fff;
}
.landing4-phone-widget a .icon {
	font-size: 40px;
	position: absolute;
	left: 15px;
	top: 14px;
}
.landing4-phone-widget strong {
	display: block;
	font-size: 25px;
}
.landing4-phone-widget .fa-icon i {
	font-size: 17px;
	background: #da4100;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 7px;
	color: #fff;
	border-radius: 50%;
}
body .landing4-banner-caption {
	padding-top: 100px;
}
.landing4-banner-caption h1 {
	font-weight: 700;
	text-transform: uppercase;
}
.landing4-banner-caption h1:after {
	content: '';
	display: block;
	margin: 12px 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;
	margin-bottom: 30px;
}
.landing4-contact-section .et_pb_row {
	padding-top: 20px;
	padding-bottom: 15px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#landing4-contact-details .et_pb_text_inner {
	overflow: inherit;
}

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

#landing4-form-widget .wpforms-container {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#landing4-form-widget h3 {
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 20px;
}
#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%;
	float: left;
}
#landing4-form-widget .right-side-field {
	position: absolute;
	top: 0;
	padding: 0;
	right: 0;
	width: 49%;
}
#landing4-form-widget input,
#landing4-form-widget select,
#landing4-form-widget textarea {
	background: #ffffff;
	border-radius: 0;
	border: 1px solid #3c818b;
	color: #fff;
	font-size: 20px;
	font-family: inherit;
	padding: 12px 15px;
	height: auto;
}
#landing4-form-widget textarea {
	height: 108px;
}
#landing4-form-widget ::-webkit-input-placeholder {
	color: #000;
}
#landing4-form-widget :-moz-placeholder {
	color: #000;
}
#landing4-form-widget ::-moz-placeholder {
	color: #000;
}
#landing4-form-widget :-ms-input-placeholder {
	color: #000;
}
#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%;
	color:#fff;
}

/* 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);
	margin-bottom: 7px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#landing4-contact-details a {
	color: #fff;
}
#landing4-contact-details h4 {
	padding-top: 0;
	padding-bottom: 0;
}
#landing4-contact-details h4 a {
	position: absolute;
	top: 68%;
	right: -75px;
	padding: 9px 19px;
	text-decoration: none;
}
#landing4-contact-details a .icon {
	font-size: 40px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

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

.is_stuck.landing4-contact-section .et_pb_row {
	padding-top: 6px;
	padding-bottom: 0px;
}
.is_stuck #landing4-contact-details {
	margin-top: 0;
}
.is_stuck #landing4-form-widget .wpforms-container {
	margin-bottom: 15px;
}
.is_stuck #landing4-contact-details img {
	width: 55%;
}
.is_stuck #landing4-contact-details p a {
	display: none;
}

/* landing4 content section styling
--------------------------------------------------- */

#main-content .landing4-content-section .et_pb_row {
	padding-top: 0;
}


span.address {
    display: block;
}


/* 
accordion style 1 styling
---------------------------------------------------------------------------------------------------- */

#main-content .accordion-style1 .et_pb_toggle {
	background: #fff;
	border: 1px solid #d4d4d4;
	padding: 0;
}
#main-content .accordion-style1 .et_pb_toggle_title {
	color: #0e2c74;
	font-size: 25px;
	padding: 22px 65px 22px 22px;
}
#main-content .accordion-style1 .et_pb_toggle_title:before {
	content: '\e874';
	font-family: Linearicons-Free !important;
	font-size: 25px;
	color: #0e2c74;
	display: block;
	right: 30px;
}
#main-content .accordion-style1 .et_pb_toggle_open .et_pb_toggle_title:before {
	content: '\e873';
}
#main-content .accordion-style1 .et_pb_toggle_content {

	color: #000;
	padding: 0 65px 40px 22px;
}
ol.blog-1 {
    margin-left: 50px;
  }

body ol.blog-1 li {
	margin-bottom:20px;
}
span.image-caption {
	display: block;
    padding: 5px;
    font-size: 16px;
}

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

.page-template-page-template-blank #page-container {
	background: #fff;
}

/* landing3 banner styling
--------------------------------------------------- */

#main-content .landing3-banner-section {
	background-size: cover;
	background-position: center center;
	min-height: 720px;
	padding-top: 0;
	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: 0;
	left: 0;
	z-index: 5;
}
.landing3-banner-section .landing3-top-row {
	padding-top: 0;
}
.landing3-banner-section .landing3-logo-widget {
	padding-top: 12px;
}
.landing3-phone-widget p {
	font-weight: 300;
}
.landing3-phone-widget a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	background: #0d2c73;
	display: inline-block;
	padding: 10px 15px 10px 65px;
	text-align: center;
	position: relative;
	line-height: 1.2;
}
.landing3-phone-widget a .icon {
	font-size: 40px;
	position: absolute;
	left: 15px;
	top: 14px;
}
.landing3-phone-widget strong {
	display: block;
	font-size: 25px;
}
.landing3-phone-widget .fa-icon i {
	font-size: 17px;
	background: #da4100;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 7px;
	color: #fff;
	border-radius: 50%;
}
body .landing3-banner-caption {
	padding-top: 100px;
}
.landing3-banner-caption h1 {
	font-weight: 700;
	text-transform: uppercase;
}
.landing3-banner-caption h1:after {
	content: '';
	display: block;
	margin: 12px auto 0;
	border-top: 5px solid #fff;
	max-width: 172px;
}

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

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

/* sticky column styling
--------------------------------------------------- */

#sticky-column {
	position: static;
}

/* 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 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;
}
#landing3-contact-details h3 {
	font-size: 35px;
	font-style: normal;
}
#landing3-contact-details a {
	text-decoration: none;
}
body #landing3-contact-details .et_pb_button:hover {
	padding: 14px 30px;
}
#landing3-contact-details h4 {
	padding-top: 0;
}
#landing3-contact-details h4 a {
	background: #0d2c73;
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	padding: 19px 8px 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
	position: absolute;
	bottom: 110px;
}
#landing3-contact-details h4 a:hover {
	background: #9cff67;
}
#landing3-contact-details a .icon {
	display: block;
	font-size: 35px;
	margin-bottom: 5px;
}

/* 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;
}
#landing3-form-widget h2 {
	font-size: 26px;
	font-weight: 700;
	padding-top: 0;
	text-transform: uppercase;
}
#landing3-form-widget .wpforms-field {
	padding-bottom: 0;
}
#landing3-form-widget input,
#landing3-form-widget select,
#landing3-form-widget textarea {
	background: #617ab1 !important;
	border-color: #193b88;
	color: #fff;
	font-size: 18px;
	padding: 10px 10px;
	font-family: inherit;
}
#landing3-form-widget input,
#landing3-form-widget select {
    height: auto;
}
#landing3-form-widget ::-webkit-input-placeholder {
	color: #ffffff;
}
#landing3-form-widget :-moz-placeholder {
	color: #ffffff;
}
#landing3-form-widget ::-moz-placeholder {
	color: #ffffff;
}
#landing3-form-widget :-ms-input-placeholder {
	color: #ffffff;
}
#landing3-form-widget .wpforms-submit-container {
	text-align: center;
}

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

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

	.landing3-banner-section:after {
		background-size: 100%;
		background-position: center top;
	}

}

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

	#sticky-column {
		width: 280px;
	}
	
}

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

	#main-content .landing3-banner-section {
		min-height: 100%;
		padding-bottom: 80px;
	}
	body .landing3-banner-section:after {
		background-size: 100%;
	}
	body .landing3-banner-caption {
		padding-top: 30px;
	}
	.landing3-banner-section .et_pb_text_inner {
		text-align: center;
	}
	#main-content .landing3-content-section .landing3-content-area {
		padding-top: 20px;
		margin-top: 0;
	}
	#sticky-column {
		width: 100%;
	}
	#landing3-contact-details {
		margin-top: 0;
	}
	#landing3-contact-details h4 a {
		position: relative;
		bottom: 0;
		margin: 0 auto;
	}
	#landing3-form-widget {
		margin-bottom: 0px;
	}
	
}


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

	#main-content .landing3-banner-section {
		padding-bottom: 40px;
	}
	
}

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

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

#main-content .landing4-banner-section {
	min-height: 600px;
	padding-top: 0;
	padding-bottom: 150px;
	position: relative;
	text-shadow: 0 0 15px #000;
}
.landing4-banner-section .landing4-top-row {
	padding-top: 0;
}
.landing4-banner-section .landing4-logo-widget {
	padding-top: 12px;
}
.landing4-phone-widget p {
	font-weight: 300;
}
.landing4-phone-widget a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	background: #074180;
	display: inline-block;
	padding: 10px 15px 10px 65px;
	text-align: center;
	position: relative;
	line-height: 1.2;
}
.landing4-phone-widget a:hover {
	background: #a9d4ff;
	color: #fff;
}
.landing4-phone-widget a .icon {
	font-size: 40px;
	position: absolute;
	left: 15px;
	top: 14px;
}
.landing4-phone-widget strong {
	display: block;
	font-size: 25px;
}
.landing4-phone-widget .fa-icon i {
	font-size: 17px;
	background: #da4100;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 7px;
	color: #fff;
	border-radius: 50%;
}
body .landing4-banner-caption {
	padding-top: 100px;
}
.landing4-banner-caption h1 {
	font-weight: 700;
	text-transform: uppercase;
}
.landing4-banner-caption h1:after {
	content: '';
	display: block;
	margin: 12px auto 0;
	border-top: 5px solid #074180;
	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: 15px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#landing4-contact-details .et_pb_text_inner {
	overflow: inherit;
}

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

#landing4-form-widget .wpforms-container {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#landing4-form-widget h3 {
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 20px;
}
#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%;
	float: left;
}
#landing4-form-widget .right-side-field {
	position: absolute;
	top: 0;
	padding: 0;
	right: 0;
	width: 49%;
}
#landing4-form-widget input,
#landing4-form-widget select,
#landing4-form-widget textarea {
	background: rgba(255, 255, 255, 0.3) !important;
	color: #fff;
	font-size: 20px;
	font-family: inherit;
	padding: 12px 15px;
	height: auto;
}
#landing4-form-widget textarea {
	height: 108px;
}
#landing4-form-widget ::-webkit-input-placeholder {
	color: #fff;
}
#landing4-form-widget :-moz-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%;
}

/* 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);
	margin-bottom: 7px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#landing4-contact-details a {
	color: #fff;
}
#landing4-contact-details h4 {
	padding-top: 0;
	padding-bottom: 0;
}
#landing4-contact-details h4 a {
	position: absolute;
	top: 68%;
	right: -75px;
	padding: 9px 19px;
	text-decoration: none;
}
#landing4-contact-details a .icon {
	font-size: 40px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

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

.is_stuck.landing4-contact-section .et_pb_row {
	padding-top: 6px;
	padding-bottom: 0px;
}
.is_stuck #landing4-contact-details {
	margin-top: 0;
}
.is_stuck #landing4-form-widget .wpforms-container {
	margin-bottom: 15px;
}
.is_stuck #landing4-contact-details img {
	width: 55%;
}
.is_stuck #landing4-contact-details p a {
	display: none;
}

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

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

	#landing4-contact-details h4 a {
		right: 0;
	}

}

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

	body #main-content .landing4-banner-section {
		min-height: auto;
		padding-bottom: 20px;
	}
	body .landing4-top-row .et_pb_text_inner {
		text-align: center;
	}
	body .landing4-banner-caption {
		padding-top: 40px;
	}
	body #landing4-form-widget .wpforms-container {
		margin-bottom: 0;
	}
	#landing4-contact-details {
		margin-top: 0;
	}
	#landing3-contact-details h4 {
		margin-top:20px;
	}
	#landing4-contact-details h4 a {
		position: relative;
		top: 0;
		margin-top: 20px;
	}
}

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

	#landing4-form-widget h3 {
		text-align: center;
	}
	#landing4-form-widget .left-side-field {
		width: 100%;
		float: none;
	}
	#landing4-form-widget .right-side-field {
		position: relative;
		width: 100%;
	}
	#landing4-form-widget .wpforms-submit-container {
		position: relative;
		width: 80%;
		bottom: 0;
		margin: 15px auto 0px;
	}

}



/* 
Landing Footer Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.landing-copyright-area {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.landing-footer-links {
		float: none;
		text-align: center;
	}

}

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

	.landing-footer-links a {
		display: table;
		margin: 12px auto 0px;
	}
	.landing-footer-links a:first-child {
		margin-top: 0px;
	}
	
}
	

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

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

	body .et_pb_row,
	body .container {
		width: 90%;
	}
	body #top-menu li {
		padding-right: 25px;
	}
	.header-right-area a {
		margin-left: 5px;
		font-size: 18px;
	}
	a.appointment-btn {
    	width: 225px;
	}
	#hero-img-section h1 {
		font-size: 40px;
		line-height: 1.3;
	}
	.what-offer-row h3, 
	.specialities-row h3 {
		font-size: 24px;
	}
	#main-footer #footer-widgets {
		width: 890px;
	}
	#footer-widgets .footer-widget:first-child {
		padding: 38px 50px 8px;
	}
	.contact-info {
    	width: 225px;
	}
	.contact-info a {
		font-size:16px;
	}
	.social-icons {
		margin-right: 20px;
	}
	#main-footer .social-icons a {
		margin-left: 4px;
	}
	.copy-right {
		font-size: 16px;
    	margin-left: 30px;
	}
	#page-container #sidebar .et_pb_button {
		font-size: 12px;
    	padding: 13px 15px !important;
		text-align: center;
	}
	#sidebar .prg-icon {
		font-size: 13px;
	}
}

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

	body.et_header_style_left #logo,
	body.et_header_style_split #logo {
		height: 75%;
		max-height: inherit;
	}
	.entry-content img.alignright,
	.entry-content img.alignleft {
		max-width: 300px;
		margin-top: 30px;
	}
	body h1 {
		font-size: 40px;
	}
	body h2 {
		font-size: 35px;
	}
	body h3 {
		font-size: 30px;
	}
	body h4 {
		font-size: 25px;
	}
	body .et_pb_section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.et_header_style_centered #main-header .logo_container,
	.header-right-area {
		float:none;
	}
	.mobile_menu_bar:before {
		color: #3c68a7;
	}
	.et_mobile_menu {
		border-top: 3px solid #3c68a7;
	}
	#hero-img-section h1 {
    	font-size: 30px;
	}
	.banner-text h3 {
    	font-size: 24px;
	}
	#page-container .et_pb_button {
		padding: 13px 30px !important;
		font-size: 16px;
	}
	#hero-img-section {
    	min-height: 500px;
    	padding-top: 100px;
	}
	.help-box {
    	width: 100%;
	}
	.home-bio-area .et_pb_row {
    	width: 100%;
		padding: 20px;
	}
	.home-bio-img img {
		width: 225px;
	}
	.home-bio-area .et_pb_column:last-child {
    	width: 36%;
    	margin-left: 22px !important;
	}
	.call-to-action-area, .call-to-action-area a {
		font-size: 17px;
	}
	.what-offer-row .et_pb_column, 
	.specialities-row .et_pb_column {
		width: 300px !important;
    	float: none;
    	margin: 0 auto 30px;
	}
	.et_pb_row.what-offer-row .et_pb_column:last-child, 
	.et_pb_row.specialities-row .et_pb_column:last-child {
		margin: 0 auto 30px !important;
	}
	#main-footer #footer-widgets {
    	width: 670px;
	}
	#footer-widgets .footer-widget h2 {
		font-size: 26px;
	}
	#footer-widgets .footer-widget:first-child {
    	padding: 20px 20px 8px;
	}
	.contact-info,
	.social-icons,
	.copy-right {
    	width: auto;
    	float: none;
    	text-align: center;
    	margin: 0 0 0 10px;
	}
	.inside-hero-bg {
    	min-height: 250px;
	}
	.page-title h1 {
		font-size: 40px;
	}
	#main-content #sidebar {
		width: 300px !important;
    	margin: 0 auto;
	}
}

@media only screen and (max-width: 767px) { 
	
	body h1 {
		font-size: 33px;
	}
	body h2 {
		font-size: 29px;
	}
	body h3 {
		font-size: 26px;
	}
	body h4 {
		font-size: 23px;
	}
	#page-container .et_pb_button {
		padding: 12px 25px;
		font-size: 16px;
	}
	.et_pb_button + .et_pb_button {
		margin-left: 0;
	}
	.entry-content img.alignright,
	.entry-content img.alignleft {
		max-width: 200px;
	}
#main-content .accordion-style1 .et_pb_toggle_title {
		font-size: 20px;
	}	
	#main-content .accordion-style1 .et_pb_toggle_content {
		padding: 0 20px 40px;
	}
	.et_header_style_centered #main-header .logo_container {
		margin-bottom: 20px;
	}
	.header-right-area {
		padding-top: 0;
		width: 300px;
    	margin: 0 auto;
	}
	a.appointment-btn {
		top: 27px;
	}
	#hero-img-section br {
		display:none;
	}
	#hero-img-section h1 {
    	font-size: 24px;
	}
	.banner-text h3 {
    	font-size: 22px;
    	padding: 0px 20px 20px;
	}
	.banner-text {
		padding-top: 28px;
	}
	#page-container #hero-img-section .et_pb_button {
		font-size: 12px;
    	padding: 13px 32px 15px !important;
	}
	#hero-img-section .et_pb_button:after {
		font-size: 25px;
    	top: 16px;
	}
	.home-bio-img {
		background:none;
	}
	.help-box {
		padding: 40px 20px;
	}
	.home-bio-area .et_pb_column:last-child {
		margin-left: 0;
		padding: 10px 10px 0px;
	}
	.home-bio-img img {
    	width: 100%;
	}
	.specialities-row {
    	width: 100% !important;
	}
	#main-footer #footer-widgets {
    	width: 100%;
	}
	#footer-widgets .footer-widget,
	#footer-widgets .footer-widget:last-child {
    	margin-bottom: 0;
    	width: 300px !important;
    	margin: 0 auto !important;
    	clear: both;
    	float: none;
    	border: 1px solid #6ee8ab;
	}
	#footer-widgets .footer-widget .fwidget {
		margin-bottom:0 !important;
	}
	.inside-hero-bg {
    	min-height: 200px;
	}
	.page-title h1 {
    	font-size: 30px;
	}
	.page-title .et_pb_row {
		margin-top: -65px;
		padding: 18px 0 !important;
	}
}

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

	body h1 {
		font-size: 28px;
	}
	body h2 {
		font-size: 27px;
	}
	body h3 {
		 font-size: 23px;
	}
	body h4 {
		font-size: 22px;
	}
	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: 20px auto 15px;
	}
	.home-bio-area .et_pb_column:last-child {
		margin-left: 0 !important;
	}
	#footer-widgets .wpforms-submit-container {
		text-align: center;
	}
	#footer-widgets .left-side-field  {
		width: 100%;
	}
	#footer-widgets .right-side-field {
		position: relative;
		width: 100%;
	}
}

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

	

}