/*
Theme Name: Lahai Clinic 2019
Author: Timothy Hendershot
Description: A custom theme for your site by Bizmktg.com.
Version: 1.0
Author URI: https://bizmktg.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
html {
    display: block!important;
}

img, iframe {
    max-width: 100%;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 18px;
    padding: 0;
    margin: 0;
}

input:focus,textarea,select:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.full-width {
    width: calc(100vw);
    position: relative;
    left: 50%;
    margin-left: calc(-50vw);
}

.no-padding {
    margin-left: -16px;
    margin-right: -16px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background-color: white;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #0A2F3C;
    border: 1px solid white;
}

blockquote {
    border: none;
    quotes: "\201C""\201D""\2018""\2019";
    margin: 0;
}

blockquote>*:first-child:before {
    content: open-quote;
    display: inline-block;
    vertical-align: bottom;
    font-size: 40px;
    line-height: 8px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: bold;
    margin-right: 4px;
}

blockquote>*:last-child:after {
    content: close-quote;
    display: inline-block;
    vertical-align: bottom;
    font-size: 40px;
    line-height: 8px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: bold;
    margin-left: 4px;
}

#searchform>div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#searchform>div>label {
    display: none;
}

#s {
    background-color: #fff;
    color: #0A2F3C;
    margin: 0px;
    padding: 5px;
    width: 175px;
}

#searchsubmit {
    background-color: #0A2F3C;
    border: 1px solid #0A2F3C!important;
    color: #fff !important;
    cursor: pointer;
    font-weight: normal;
    padding: 4px 8px;
    margin: 0px 4px;
    text-decoration: none;
}

.widget_media_image {
    text-align: center;
}

img {
    height: auto;
}

button:active, button:focus {
    border: inherit;
    outline: inherit;
}

a, a:visited, a:hover, a:active, a:focus {
    color: inherit;
    text-decoration: none;
}

.wp-caption {
    width: 100%;
}

.wp-caption-text {
    font-size: 16px;
    margin: 0;
    padding: 8px;
    text-align: left;
    font-weight: bold;
}

.aligncenter, .wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 16px;
    text-align: center;
}
.aligncenter figcaption, .wp-block-image .aligncenter figcaption {
    display:block;
}
.alignleft, .wp-block-image .alignleft {
    float: left;
    display: block;
    margin: 0px 16px 16px 0px;
}

.alignright, .wp-block-image .alignright {
    float: right;
    display: block;
    margin: 0px 0px 16px 16px;
}

@media all and (max-width: 600px) {
    .aligncenter, .alignleft, .alignright, .wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright {
        float: none;
        display: block;
        margin: auto;
        text-align: center;
    }
}

/*Object Fit*/
.object-fit {
    object-fit: cover;
    object-position: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
}

.object-fit.contain {
    object-fit: contain;
    margin: 0 auto;
    background-size: contain;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.object-fit.left-top {
    object-position: left top;
    background-position: left top;
}

.object-fit.center-top {
    object-position: center top;
    background-position: center top;
}

.object-fit.right-top {
    object-position: right top;
    background-position: right top;
}

.object-fit.left-center {
    object-position: left center;
    background-position: left center;
}

.object-fit.center-center {
    object-position: center center;
    background-position: center center;
}

.object-fit.right-center {
    object-position: right center;
    background-position: right center;
}

.object-fit.left-bottom {
    object-position: left bottom;
    background-position: left bottom;
}

.object-fit.center-bottom {
    object-position: center bottom;
    background-position: center bottom;
}

.object-fit.right-bottom {
    object-position: right bottom;
    background-position: right bottom;
}

.fa-phone {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

/*Transitions*/
.fade_in {
    -webkit-animation: fade_in 0.25s 1;
    -moz-animation: fade_in 0.25s 1;
    -o-animation: fade_in 0.25s 1;
    animation: fade_in 0.25s 1;
    opacity: 1
}

@keyframes fade_in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

/********
* Theme
*********/
/*fonts*/
body {
    font-size: 18px;
    background-color: #0B2E3C;
    color: white;
    font-weight: 500;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    padding: 0px;
}

.phone-link {
    font-weight: normal;
}

.phone-link i {
    margin-right: 0.5em;
    font-size: 0.8em;
}

.biz_button>a {
    color: #0a2f3c;
    padding: 12px 20px;
    border-radius: 8px;
    border-width: 0px;
    border-color: #4FC0B3;
    border-style: solid;
    font-weight: bold;
    background-color: #4FC0B3;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.2s;
    text-align: center;
}

.biz_button>a:hover {
    color: #0A2F3C;
    background-color: white;
}

#content-wrapper h1 {
    color: #0A2F3C;
    text-transform: uppercase;
}

#content-wrapper h2 {
    color: #0A2F3C;
}

#content-wrapper {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    background-color: #F8F8F6;
    color: rgba(71,71,71,.9);
}

#content-wrapper>.container {
    display: flex;
    flex-wrap: wrap;
}

#content-wrapper>.container>.main {
    flex-basis: 600px;
    flex-grow: 99;
    padding: 16px;
    max-width: 100%;
}

#content-wrapper>.container>.main>article>*:first-child {
    margin-top: 0px;
}

#content-wrapper>.container>.main>article>*:last-child {
    margin-bottom: 0px;
}

#content-wrapper>.container>.main>article>*[class^="wp-block"]:first-child {
    margin-top: -16px;
}

#content-wrapper>.container>.main>article>*[class^="wp-block"]:last-child {
    margin-bottom: -16px;
}

#content-wrapper>.container>.sidebar {
    flex-basis: 350px;
    flex-grow: 1;
    padding: 16px;
    background-color: #e5e5e5;
}

#content-wrapper>.container>.sidebar>.widget:first-of-type>h2:first-child {
    margin-top: 0px;
}

#content-wrapper>.container>.sidebar>.widget>h2:first-child {
    text-align: center;
}

#content-wrapper:after {
    content: '';
    clear: both;
    display: block;
}

#content-wrapper hr {
    border-color: #0A2F3C;
    border-width: 0px 0px 2px 0px;
    margin: 30px auto 30px auto;
}

#content-wrapper a {
    color: #0c2e3c;
    font-weight: bold;
	word-break: break-word;
}

#content-wrapper .phone-link {
    color: #0A2F3C;
    font-weight: bold;
}

#content-wrapper .phone-link:hover {
    color: #0A2F3C;
}

ul {
    margin: 0.5em 0em;
}

ul li {
    margin-bottom: 0.5em;
    padding-left: 0.5em;
}

/*Header*/
#header-wrapper {
    background-color: #0A2F3C;
}

#header {
    position: relative;
}

#header .logo {
    max-width: 100%;
    position: relative;
    z-index: 11;
    height: 100px;
    width: auto;
    padding: 16px;
    vertical-align: middle;
}

#header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2em;
}

body.page-template-front-page #header .wrapper {
    margin-bottom: 0px;
}

#header .block:nth-of-type(1) {
    flex-grow: 1;
    padding: 0px;
}

#header .block:nth-of-type(2) {
    text-align: right;
    flex-basis: 200px;
}

#header .block:nth-of-type(2)>* {
    padding: 8px;
}

#header .biz_button a {
    display: block;
    width: 100%;
}

#header .block p {
    margin: 4px 0px;
}

.biz_head_phone {
    margin-bottom: 8px
}

.biz_head_phone a {
    text-align: left;
    display: block;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0px;
    color: #EFCA46;
    font-weight: normal;
    text-align: center;
}

.biz_head_right {
    clear: both;
}

/*Head Menu*/
.head_menu {
    text-transform: uppercase;
    text-align: center;
    color: white;
    background-color: rgba(11, 46, 60, 0.5);
}

#header .head_menu {
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    right: 0;
}

.head_menu .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.head_menu .menu>li {
    margin: 0px;
    position: relative;
    display: inline-block;
    padding: 0px;
    text-align: center;
}

.head_menu .menu>li>a {
    display: block;
    padding: 8px;
    cursor: pointer;
    font-size: 16px;
}

.head_menu .sub-menu {
    position: absolute;
    top: 100%;
    padding: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    min-width: 100%;
    width: 250px;
    text-align: center;
    list-style: none;
    color: #444444;
    z-index: 10;
    background-color: white;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
    font-size: 16px;
    margin: 0px;
}

.head_menu .sub-menu>li {
    margin: 0;
    padding: 0;
}

.head_menu .sub-menu>li>a {
    display: block;
    padding: 8px 16px;
}

.head_menu .menu>li:hover>a, .head_menu .menu>li.current-menu-item>a, .head_menu .menu>li.current-menu-parent>a {
    color: #4FC0B3;
}

.head_menu .sub-menu>li>a:hover, .head_menu .sub-menu>li.current-menu-item>a, .head_menu .sub-menu>li.current-menu-parent>a {
    background-color: #0A2F3C;
    color: white;
}

.head_menu .menu>li:hover .sub-menu {
    display: block;
}

/*Header Fixed*/
#header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    display: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    color: white;
    background-color: #0A2F3C;
    border-bottom: 2px solid #4FC0B3;
}

#header-fixed .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px;
}

#header-fixed .phone-link {
    white-space: nowrap;
    margin-right: 8px;
}

#header-fixed .block:nth-of-type(2) {
    display: flex;
    align-items: center;
    flex-grow: 1;
    align-self: center;
}

#header-fixed .head_menu {
    background-color: transparent;
    font-weight: normal;
    width: 100%;
}

#header-fixed .logo {
    width: 110px;
}

#header-fixed .phone-link {
    color: white;
}

#header-fixed .sub-menu {
    background-color: white;
}

#header-fixed .biz_button>a {
    padding: 8px 16px;
}

#header-fixed.show {
    display: block;
}

/*Mobile Header*/
#header-mobile {
    display: none;
}

#header-mobile .biz_head_phone a {
    text-align: center;
    display: block;
    font-size: 20px;
    margin: 8px 0px;
}

#header-mobile .phone_icon {
    display: none;
}

#header-mobile .logo {
    height: 50px;
    width: auto;
}

#header-mobile>.text {
    position: fixed;
    left: 0;
    right: 0;
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    border-bottom: 2px solid #4FC0B3;
    background-color: #0A2F3C;
}

#header-mobile .left {
    padding: 4px 8px;
    display: flex;
    align-items: center;
}

#header-mobile .right {
}

.head_menu_mobile .button .fa {
    padding: 8px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    margin: 0px;
}

.head_menu_mobile .button .fa-times {
    display: none;
}

.head_menu_mobile .button .fa-bars {
    display: block;
}

.head_menu_mobile .button.open .fa-times {
    display: block;
}

.head_menu_mobile .button.open .fa-bars {
    display: none;
}

.head_menu_mobile .content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #0A2F3C;
    color: white;
    max-height: calc(100vh - 100px);
    overflow: auto;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}

.head_menu_mobile .fa {
    margin-right: 0.5em;
}

.head_menu_mobile .menu {
    list-style: none;
    padding: 0;
    font-weight: bold;
    margin: 0;
}

.head_menu_mobile .menu>li {
    margin: 0;
    padding: 0;
}

.head_menu_mobile .menu>li>a {
    padding: 8px;
    display: block;
    cursor: pointer;
}

.head_menu_mobile .sub-menu {
    display: none;
    list-style: none;
    padding: 0;
}

.head_menu_mobile .sub-menu>li {
    margin: 0;
    padding: 0;
}

.head_menu_mobile .sub-menu>li>a {
    padding: 8px 28px;
    display: block;
    font-weight: normal;
}

.head_menu_mobile a:hover, .head_menu_mobile .current-menu-item>a, .head_menu_mobile .current-menu-parent>a {
    color: #0A2F3C;
    background-color: white;
}

/*Blog*/
.biz_post {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.biz_post .title {
    font-size: 2em;
}

.biz_post .meta {
    margin-bottom: 8px;
    font-style: italic;
}

.biz_post>.left {
    flex-basis: 300px;
    flex-grow: 1;
    text-align: center;
    padding: 16px;
}

.biz_post>.right {
    flex-basis: 600px;
    flex-grow: 999;
    padding: 16px;
}

.biz_blog_nav {
    text-align: center;
    clear: both;
}

.biz_blog_nav i {
    padding: 8px;
    font-size: 1.25em;
    background-color: #0A2F3C;
    color: white;
    border-radius: 8px;
    width: 1.75em;
    text-align: center;
    margin: 8px;
}

.biz_social_links i {
    font-size: 40px;
    color: #c72032;
    position: relative;
}

.biz_social_links i.fa-facebook-square:after {
    position: absolute;
    left: 4px;
    right: 4px;
    top: 4px;
    bottom: 3px;
    background-color: white;
    height: auto;
    width: auto;
    content: '';
    z-index: -1;
}

.biz_social_links i.fa-facebook-square:hover:after {
    background-color: #0A2F3C;
}

/*Footer*/
#footer {
}

#footer a:hover {
    color: white;
}

#footer>.top {
    color: white;
    padding: 16px;
}

#footer>.top .container {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
}

#footer .block {
    padding: 16px;
    flex-basis: 300px;
    flex-grow: 1;
}

#footer .block h2 {
    text-align: center;
    color: white;
    margin: 8px 0px;
    text-transform: capitalize;
    font-size: 30px;
}
#footer>.top .block.top {
    flex-basis:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;
    padding:0px;
}

#footer>.top .block.top>* {
    flex-grow:1;
    flex-basis:300px;
}
#footer>.top .block.top>*:nth-child(2){
    flex-basis:600px;
    flex-grow:3;
}
#footer>.top .block.top .widget {
    padding:16px;
}
#footer>.bottom {
    text-align: center;
    margin: 0px;
    padding: 16px;
    color: #A6A6A6;
}

/*Floating Footer*/
#floating-footer {
    display: none;
}

#floating-footer .text {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    z-index: 20;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    background-color: #0A2F3C;
    border-top: 2px solid white;
}

#floating-footer i {
    margin-right: 0.5em;
}

#floating-footer .text a {
    padding: 8px;
    flex-grow: 1;
    text-align: center;
    border-width: 0px 2px 2px 2px;
    border-style: solid;
    border-color: white;
    color: white;
    display: block;
}

.bi_hero {
    position: relative;
    background-color: #e5e5e5;
}

.bi_hero .featured-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bi_hero h1 {
    margin: 0px;
    padding: .2em;
    z-index: 3;
    position: relative;
    font-weight: normal;
    text-align: left;
    max-width: 1170px;
    margin: auto;
    text-transform: uppercase;
    font-size: 2em;
    color: #0A2F3C;
}

/*Gravity Forms*/
#content-wrapper .gform_wrapper .no-labels label {
    display: none;
}

#content-wrapper .gform_wrapper .no-labels .gfield_checkbox label,.gform_wrapper .gfield_radio label {
    display: inline-block;
    vertical-align: middle
}

#content-wrapper .gform_wrapper .no-labels .gfield_checkbox input,.gform_wrapper .gfield_radio input {
    display: inline-block;
    vertical-align: middle;
    width: auto
}

#content-wrapper .gform_wrapper .no-labels textarea,.gform_wrapper .no-labels input {
    border-radius: 8px;
    border: none;
    background-color: #D9D9D9;
    padding: 8px 16px;
    display: block;
    max-width: 100%;
    width: 100%!important;
    color: #383938;
}

#content-wrapper .gform_wrapper .no-labels textarea {
    padding: 8px;
    resize: auto;
}

#content-wrapper .no-labels ul.gform_fields {
    list-style: none;
    padding: 0;
    margin: 0
}

#content-wrapper .no-labels ul.gform_fields>li {
    flex-grow: 1;
    padding: 0!important;
    flex-basis: 400px;
    margin: 16px 0px 0px 0px!important;
    position: relative;
}

#content-wrapper .no-labels .ginput_container>* {
    margin: 0px!important;
    padding: 8px;
}

#content-wrapper .gform_wrapper .no-labels .ginput_complex {
    display: flex;
    flex-wrap: wrap;
    margin: 16px 0px;
    align-items: center;
    width: 100%!important;
}

#content-wrapper .gform_wrapper .no-labels .ginput_complex>* {
    flex-basis: 400px;
    flex-grow: 1;
    margin: 0px 0px 16px 0px!important;
    padding: 0px;
    display: block;
    max-width: 100%;
}

#content-wrapper .gform_wrapper .no-labels .ginput_complex>*:last-child {
    margin-bottom: 0px!important;
}

#content-wrapper .no-labels .gf_clear {
    margin: 0px!important;
    clear: both;
}

#content-wrapper .no-labels .ginput_complex input {
    width: 100%;
    padding: 8px;
}

#content-wrapper .no-labels .gform_footer {
    text-align: Center;
    margin: 16px
}

#content-wrapper .gform_wrapper .no-labels input[type=submit] {
    display: inline-block;
    width: auto;
    color: #fff;
    font-size: 20px
}

#content-wrapper .gform_wrapper .no-labels .gform_title {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    margin: 8px;
}
#content-wrapper .gform_footer {
    text-align: center;
}
#content-wrapper .gform_wrapper input[type=submit] {
    color: white;
    padding: 5px 30px;
    border-radius: 8px;
    border-width: 2px;
    border-color: #4ec0b3;
    border-style: solid;
    font-weight: bold;
    background-color: #4ec0b3;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.2s;
    text-align: center;
    cursor: pointer;
    margin: 0px!important;
    width: auto!important;
}

#content-wrapper .gform_wrapper input[type=submit]:hover {
    color: white;
    background-color: #0A2F3C;
}

#content-wrapper .no-labels .gfield_visibility_hidden {
    display: none;
}

::-webkit-input-placeholder {
    color: #383938;
    font-size: 1.2em;
    font-weight: bold;
}

::-moz-placeholder {
    color: #383938;
    font-size: 1.2em;
    font-weight: bold;
}

:-ms-input-placeholder {
    color: #383938;
    font-size: 1.2em;
    font-weight: bold;
}

:-moz-placeholder {
    color: #383938;
    font-size: 1.2em;
    font-weight: bold;
}

@media all and (max-width: 1170px) {
    #header,#header-fixed.show {
        display:none
    }

    #header-mobile {
        display: block
    }

    .bi_hero {
        padding-top: 0px;
    }
}

@media all and (max-width: 768px) {
    #floating-footer {
        display: block;
    }

    h1 {
        font-size: 2em;
    }

    .has-small-font-size {
        font-size: 13px
    }

    .has-normal-font-size,.has-regular-font-size {
        font-size: 16px
    }

    .has-medium-font-size {
        font-size: 20px
    }

    .has-large-font-size {
        font-size: 30px
    }

    .has-huge-font-size,.has-larger-font-size {
        font-size: 32px
    }
}

@media all and (max-width: 500px) {
    #header-mobile .text {
        display:block;
        position: absolute
    }

    #header-mobile .text>* {
        text-align: center;
        display: block;
    }

    #header-mobile .text .left>a {
        display: inline-block;
        margin: auto
    }

    #header-mobile .logo {
        height: 100px;
        max-width: 100%;
        padding-top: 16px;
    }

    .bi_hero h1 {
        text-align: center;
        font-size: 2em;
    }
}

.heading-lines {
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
}

.heading-lines:after, .heading-lines:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: calc(50vw - 585px);
    min-width: 50px;
    border-radius: 2px;
    height: 5px;
    background-color: white;
}

.heading-lines:before {
    left: 0;
    right: auto;
}

.heading-lines:after {
    right: 0;
    left: auto;
}

.wp-block-bi-blocks-image-text.home-testimonial {
    max-width: 100%;
    width: 700px;
    margin: auto;
}

.wp-block-bi-blocks-image-text.home-testimonial>.container>.text {
    border-radius: 8px;
}

.biz_former {
    font-size: 16px;
    padding: 8px;
	display:none;
}

#header .biz_former {
    margin-top: -16px
}

.biz_former>span:nth-of-type(1) {
    color: #4fc0b3;
}

.biz_former>span:nth-of-type(2) {
    color: #EFCA46;
}
#VirtuousDonation {
    width:300px;
    display:block;
    max-width:100%;
    margin:auto;
}
#VirtuousDonation .form-group:after {
    content:'';
    clear:both;
    display:block;
}
#VirtuousDonation .form-group select {
	width:100%;
	border:2px solid grey;
	border-radius:8px;
	margin:4px;
}
#VirtuousDonation .form-group input {
	width:100%;
	border:2px solid grey;
	padding:8px;
	margin:4px;
	border-radius:8px;
}
#VirtuousDonation .form-group .control-label {
	display:none;
}
#VirtuousDonation .form-group .col-md-offset-3 {
	margin:0px;
}
#VirtuousDonation legend{
	font-weight:bold;
	font-size:22px;
	margin:4px 16px;
}
/*Elementor Fixes*/
.elementor-widget-text-editor h1:first-child, .elementor-widget-text-editor h2:first-child, .elementor-widget-text-editor h3:first-child, .elementor-widget-text-editor h4:first-child, .elementor-widget-text-editor h5:first-child, .elementor-widget-text-editor h6:first-child, .elementor-widget-text-editor p:first-child {
    margin-top: 0px;
}

.elementor-widget-text-editor h1:last-child, .elementor-widget-text-editor h2:last-child, .elementor-widget-text-editor h3:last-child, .elementor-widget-text-editor h4:last-child, .elementor-widget-text-editor h5:last-child, .elementor-widget-text-editor h6:last-child, .elementor-widget-text-editor p:last-child {
    margin-bottom: 0px;
}