/* Default elementor CSS for layout and basic structures START */
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
a,
span{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
}
h1 {
    font-size: 36px;
    line-height: 70px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 0px;
}
h3 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}
h4 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
}
h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
h6 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}
p {
    font-size: 14px;
    line-height: 24px;
}
img {
    width: 100%;
}
a{
    text-decoration: unset;
    text-decoration: none;
    font-weight: 600;
    line-height: initial;
    box-shadow: none;
    cursor: pointer;
}
.void-section-text p,
.void-section-text h1,
.void-section-text h2,
.void-section-text h3,
.void-section-text h4,
.void-section-text h5,
.void-section-text h6 {
    margin: 0px auto;
    display: block; 
    font-family: Arial,Helvetica,sans-serif;
    color: #000;
}
h1:before,
h2:before {
    display: none !important;
}
.elementor *, 
.elementor {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ul li,ol li,ul,ol{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-left: 0px;
    overflow: visible!important;
}
.elementor .elementor-inner, 
.elementor-section,
.elementor-section-wrap{
    max-width: 600px;
    margin: 0 auto;
}
.elementor-widget:not(:last-child) {
    margin: 0px;
}
.elementor-section .elementor-container {
    margin-right: auto;
    margin-left: auto;
    overflow:auto;
}
.elementor-column-wrap {
    width: 100%;
}
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0px;
}
.elementor-column .elementor-element-populated .elementor-widget-wrap,
.elementor-column .elementor-element-populated.elementor-widget-wrap{
    padding: 10px;
}
.elementor-widget-wrap {
    width: 100%;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    width: 100%;
}

.elementor-widget {
    width: 100%;
}
.elementor-widget-wrap>.elementor-element {
    width: 100%;
}
.elementor-col-100 {
    width: 100%;
}
.elementor-col-50 {
    width: 50%;
}
.elementor-col-33{
    width: 33.333%;
}
.elementor-col-25{
    width: 25%;
}
.elementor-col-66{
    width: 66.666%;
}
.elementor-col-20{
    width: 20%;
}
.elementor-column {
    float: left;
    display: inline-block;
}
.elementor-row {
    width: 100%;
    display: block;
    overflow: auto;
}
body,.elemailer-send-template{
    overflow: auto;
}
.elemailer-play-icon{
    height: 100%;
    width: 100%;
}
.void-email-image-box h3,.void-email-image-box p, .ele-footer-text p, .ele-unsubscribe a{
    line-height: initial;
}
.ele-unsubscribe a{
    text-decoration: underline;
}
img.wp-smiley, img.emoji{
    display: inline;
    height: 1em;
    width: 1em;
    margin: 0 0.07em;
    vertical-align: -0.1em;
}

@media screen and (max-width:600px) {
    .elementor-column { 
        display: block !important; 
        width: 100% !important; 
    }
}
/* Default elementor CSS for layout and basic structures END */