/*
Theme Name: Divi Child
Theme URI: everydaymediagroup.com
Description: EMG Divi Child Theme
Author: Everyday Media Group
Template: Divi
Version: 1.0.0
*/

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}

#main-content .container:before {
    display: none;
}


@font-face {
    font-family: 'girl crush';
    src: url('../woff2/girlcrush-regular.woff2') format('woff2'),
        url('../woff/girlcrush-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

body {
    margin: 0;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #000;
}
p {
    line-height: 1.8;
    margin-bottom: 20px;
    padding-bottom: 0;
}

ul, ol {
    padding: 0;
    margin: 0;
}

img {
    border-style: none;
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0 0 10px;
    font-family: 'Poppins';
    font-weight: bold;
}

.h1,
h1 {
    font-size: 50px;
    line-height: 1.3;
}
.h2,
h2 {

    line-height: 1.3;
    font-size: 40px;
}
.h3,
h3 {
    line-height: 1.3;
    font-size: 30px;
}
.h4,
h4 {
    line-height: 1.3;
    font-size: 18px;
}
.h5,
h5 {
    line-height: 1.3;
    font-weight: normal;
}
.h6,
h6 {
    font-size: 16px;
}

.btn {
    display: inline-block;
    padding: 18px 45px;
    font-size: 16px;
    border-radius: 0px;
    background: #6c3996;
    color: #fff;
    border: 0;
    box-shadow: 0px 9px 15px 1.12px rgba(108, 57, 150, 0.23); 
}

.btn.btn-sm {
    padding: 7px 30px;
}
.btn.btn-sm-hr {
    padding: 15px 30px;
}

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}


.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary.focus {
    background: #6c3996;
    outline: none;
    color: #fff;
    box-shadow: 0px 9px 15px 1.12px rgba(108, 57, 150, 0.23); 
}


a:hover,
a {
    text-decoration: none;
}

/* Reusable Classes*/


.txt-light {
    color: #fff !important;
}
.txt-dark {
    color: #3d4852 !important;
}
.txt-brand {
    color: #f57400 !important;
}

.section-title {
    margin-bottom: 0;
}
.section-title h2 {
    font-family: 'girl crush';
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.section-title h6 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #79ced3;
    padding-bottom: 0;
}


/*header*/
body.admin-bar .site-header {
    top: 32px;
}

.avia_textblock {
    display: flex;
    flex-wrap: wrap;
}

.query_box.dallassitters.sitterprofile {
    max-width: 33%;
    padding-right: 1%;
}


/*Home Brand Logo */

.section-brand-logos {
    position: relative;
    box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.1) inset;
    padding: 30px 0;
}

.section-brand-logos .emg-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.emg-container .brand-logos {
    width: 25%;
    text-align: center;
    position: relative;
}
.emg-container .brand-logos:not(:last-child):after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -40px;
    width: 1px;
    height: 80px;
    background: #e4e4e4;
}

/*Home About*/

.section-about-us {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center right;
}

/*Home Service */

.et_pb_blurb.emg-service {
    background: #fff;
    box-shadow: 0px 2px 55px 3px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
}
.et_pb_blurb.emg-service .et_pb_main_blurb_image {
    margin-bottom: 0;
    display: block;
}

.et_pb_blurb.emg-service .et_pb_module_header {
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 0;
    padding: 20px 5px;
    text-align: center;
}

.emg-service span.et_pb_image_wrap img {
    width: 100%;
}

/*How its work*/
.how-it-works {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
}
.how-it-work {
    /*width: 25%;*/
}

.how-it-works .et_pb_column .how-it-work .step-count {
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 30px;
}

.how-it-works .et_pb_column:not(:last-child) .how-it-work .step-count {
    background-image: url(../png/step-arrow.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right 40px;
}

.how-it-works .et_pb_column .how-it-work .step-count:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #f78f1d;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -5px;
    border-radius: 20px;
    box-shadow: 0 0 0 6px rgba(247, 143, 29, 0.2);
}

.how-it-works .et_pb_column .how-it-work .step-count:before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 4px;
    background-image: linear-gradient(to right, #f78f1d 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 6px 2px;
    background-repeat: repeat-x;
}

.how-it-works .et_pb_column:last-child .how-it-work .step-count:before,
.how-it-works .et_pb_column:first-child .how-it-work .step-count:before {
    width: 50%;
}

.how-it-works .et_pb_column:last-child .how-it-work  .step-count:before {
    right: auto;
    left: 0;
}

.how-it-work__thumb {
    width: 135px;
    height: 135px;
    margin: 10px auto 20px;
    display: flex;
    background: #fff;
    box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
}

.how-it-work__thumb img {
    margin: auto;
}

.how-it-work__content {
    padding: 0 25px;
}

.how-it-work__content h5 {
    color: #000000;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 8px;
}

.how-it-work__content p {
    font-size: 14px;
    color: #535353;
    margin-bottom: 0;
}

.testimonial_group .testimonial .rr_title {
    margin: 5px;
    font-family: inherit !important;
    color: #000 !important;
    font-size: 27px !important;
    font-weight: 600 !important; 
}

/*Review Slider*/
.emg-reviews {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.emg-review__inner,
.emg-review,
.emg-reviews .slick-slide > div {
    height: 100%;
}

.emg-review {
    width: 33.33%;
    background: #fff;
    padding: 0 30px;
}
.emg-review__inner {
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 30px 30px 65px;
    transition: .3s;
    position: relative;
}
.emg-review-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.review__thumb {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    display: none;
}

.review__thumb img {
    display: block;
    border-radius: 50px;
}

.review__info h4 {
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 0;
    margin-bottom: 2px;
}

.review__info p {
    font-size: 13px;
    color: #4b4b4b;
    font-weight: 400;
    margin-bottom: 0;
}

.emg-review-body {
    font-size: 14px;
    line-height: 2;
}

.emg-review__rating {
    background-image: url(../png/5star.png);
    background-repeat: no-repeat;
    background-position: 30px 0;
    height: 18px;
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
}

.emg-reviews .slick-arrow {
    top: auto;
    bottom: -50px;
    width: 35px;
    height: 35px;
    z-index: 1;
    transform: translate(0);
}

.emg-reviews .slick-arrow:before {
    color: #6c3996;
    font-size: 35px;
    opacity: 1;
}

.emg-reviews .slick-prev {
    left: 50%;
    margin-left: -40px;
}

.emg-reviews .slick-next {
    right: 50%;
    margin-right: -40px;
}

/*Instagram section*/
.instagram-image {}

.instagram-image a,
.instagram-image .et_pb_image_wrap {
    display: block;
}
.instagram-image .et_pb_image_wrap img {
    width: 100%;
}

.sbi_photo_wrap {}

.sbi_photo_wrap a:after,
.instagram-image .et_pb_image_wrap:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: rgba(247, 143, 29, 0.9);
    background-image: url("../png/instagram-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transform: scale(.8);
    visibility: hidden;
    transition: .3s;
}

.sbi_photo_wrap a:hover:after,
.instagram-image:hover .et_pb_image_wrap:after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

/*Sidebar*/

#left-area .type-post {
    clear: left;
}

#left-area .type-post .entry-featured-image-url {
    float: left;
    width: 350px;
    max-width: 100%;
}

.et_pb_post.type-post:not(.has-post-thumbnail) .emg-post-content {
    padding: 0;
}

.emg-post-content {
    overflow: hidden;
    padding-left: 40px;
    padding-right: 50px;
}

#left-area .post-meta {
    padding-bottom: 5px;
}

#left-area .type-post .btn.btn-primary {
    box-shadow: none;
    padding: 5px 10px;
    margin-top: 13px;
}

.pagination a {
    color: #6c3996;
    font-weight: bold;
}

@media (min-width: 981px){

    #left-area {
        width: 100% !important;
        float: none !important;
        padding-right: 0 !important;
    }

}

.et_right_sidebar #sidebar,
#sidebar {
    display: none !important;
}

#sidebar .widgettitle {
    font-size: 26px;
    font-family: 'girl crush';
    font-weight: 400;
    background: #f79122;
    text-align: center;
    padding: 4px 10px;
    color: #fff;
}

.custom-widget{
    padding: 20px;
    text-align: center;
}

.custom-widget h4 {
    font-family: 'girl crush';
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    margin-bottom: 5px;
    padding-bottom: 0;
}
.custom-widget a {
    color: #fff !important;
}

.custom-widget.need-sitter {
    background: #79cdd3;
}
.custom-widget.ex-client {
    background: #693594;
}
.phone-nos {
    text-align: center;
}
.phone-nos p {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #693594;
}
.phone-nos p a {
    color: #333 !important;
}


/*meet the sitters*/

body:not(.admin-bar) .sitter-list {
    display: none;
}

.sitter-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.sitter-location {
    font-family: 'girl crush';
    font-weight: 400;
    color: #6f3c98;
    font-size: 38px;
}

.sitter-item {
    margin-bottom: 40px;
}

.sitters-thumb img {
    width: 100%;
    height: auto;
}

.sitter-item a {
    display: block;
}

.sitter-item h2 {
    padding-bottom: 0;
    margin-bottom: 20px;
}




@media (min-width: 600px){

    .sitter-item {
        width: 45%;
        margin-right: 5%;
    }

}

@media (min-width: 980px){

    .sitter-item {
        width: 30%;
        margin-right: 3%;
    }

}

@media (min-width: 1024px){

    .sitter-item {
        width: 22%;
        margin-right: 3%;
    }

}


/*Footer CTA*/

.footer-cta {
    background: #f78f1d;
    padding: 70px 0;
}
.footer-cta .et_pb_row {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.footer-cta-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.footer-cta-content h2 {
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-right: 20px;
}

/*Footer*/
.site-footer {
    padding: 60px 0;
}

#main-footer .footer-widget .title {
    font-weight: 500;
    padding-bottom: 0;
    margin-bottom: 30px;
}
#footer-widgets .footer-widget .fwidget {
    width: 100%;
}

#footer-widgets .footer-widget li {
    padding-left: 0;
}

#footer-widgets .footer-widget li:before {
    display: none;
}

.widget_nav_menu .menu li {
    list-style: none;
}

#footer-widgets .footer-widget #nav_menu-3 .menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#nav_menu-3 .menu li {
    width: 50%;
}
@media (min-width: 981px) {

    .et_pb_gutters3 .footer-widget {
        margin-right: 3%;
        margin-bottom: 2.5%;
    }

    .et_pb_gutters3.et_pb_footer_columns4 .footer-widget {
        width: 22.75%;
    }
}

.footer-widget .fwidget {
    margin-bottom: 20px !important;
}

.contact-widget li {
    font-weight: 400;
    color: #525252;
    padding-left: 25px !important;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 15px !important;
}
.contact-widget li.icon-phone {
    background-image: url("../png/phone-icon.png");
}
.contact-widget li.icon-email {
    background-image: url("../png/email-icon.png");
}

.emg-custom-social {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 160px;
    max-width: 100%;
}

.emg-custom-social li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 33.33%;
    margin-bottom: 20px !important;
}
.emg-custom-social li a {
    background: #79ced3;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
.emg-custom-social li img {
    margin: auto;
}

.footer-bottom__top {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    padding: 25px 0;
}

.footer-bottom__top > div {
    width: 50%;
}

.footer-blog-link h3 {
    font-size: 30px;
    font-weight: 700;
    color: #6f3c98;
    padding-bottom: 0;
    margin-bottom: 0;
}

.footer-bottom__top h4 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.email-subscription {
    position: relative;
}

.email-subscription input[type="text"] {
    width: 100%;
    font-size: 15px;
    line-height: 1.9;
    border: 1px solid #dddcdc;
    background: #fbfbfb;
    padding: 10px 130px 10px 15px;
}

.email-subscription input[type="submit"] {
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    background: #6f3c98;
    color: #fff;
    border: 0;
    padding: 10px 35px;
    max-width: 120px;
    position: absolute;
    right: 0;
    top: 1px;
    cursor: pointer;
}

#footer-info {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: center;
    padding: 14px 0;
}

#footer-info,
#footer-info a {
    color: #525252;
    font-weight: 400;
}


/*Sticky Form */
.emg_sticky {
    position: fixed;
    background-color: #FFF;
    z-index: 999;
    box-shadow: rgba(0,0,0,0.25) 0 0px 11px 0;
    transition: right .4s ease-out;
    margin-top: 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0% 50%;

    /*right: -240px;
    width: 240px;
    top: 200px;*/
    /*padding: 35px 30px 30px;*/
}
/*style for infustion form*/
.emg_sticky {
    right: -568px;
    width: 568px;
    top: 130px;
    padding: 15px 10px;
}

.emg_sticky.show-sticky-form {
    right: 0;
}
.emg_sticky iframe {
    height: 500px;
}

.btn.emg_sticky_trigger {
    padding: 13px 25px;
    line-height: 1.5;
    display: inline-block;
}

.emg_sticky_trigger {
    position: absolute;
    left: -107px;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
    transform: rotate(-90deg);
}

/*infusion form*/
.emg-banner-form iframe {
    min-height: 480px;
}
.basic-form.infusion-form label {
    min-width: 110px;
    display: inline-block;
}

.basic-form input[type="submit"],
.infusion-form button[type="submit"] {
    display: inline-block;
    font-size: 17px;
    line-height: 1.4;
    font-weight: bold;
    border: none;
    background-color: #f79122;
    color: #fff;
    padding: 12px 20px;
    border-radius: 3px;
    cursor: pointer;
}
.basic-form .basic-form-field {
    margin-bottom: 10px;
}

.infusion-form input[type="password"],
.infusion-form input[type="email"],
.infusion-form input[type="text"] {
    font-size: 17px;
    color: #000;
    display: inline-block;
    margin-bottom: 10px;
    border: 2px solid #ddd;
    padding: 4px 10px;
    border-radius: 3px;
}

.inf-footer-form.infusion-form  {
    width: 400px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.inf-footer-form.infusion-form input[type="email"],
.inf-footer-form.infusion-form input[type="text"] {
    width: 100%;
}

.inf-footer-form.infusion-form button[type="submit"] {
    width: 100%;
}

h1,
h1.et_pb_contact_main_title,
.et_pb_title_container h1 {
    font-size: 40px;
}

h2,
.product .related h2,
.et_pb_column_1_2 .et_quote_content blockquote p {
    font-size: 30px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 16px;
}

h2,h3,h4,h5,h6 {
    font-weight: 600;
}

/* START GRAVITY FORM STYLE*/
/* General style */
.gform_wrapper.emg-g-form_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}
.gform_wrapper label.gfield_label,
.gform_wrapper legend.gfield_label {
    color: #333;
}

.gform_wrapper.emg-g-form_wrapper .field_description_below .gfield_description {
    padding-top: 0;
}
.gform_wrapper.emg-g-form_wrapper ul li.gfield {
    margin-top: 20px;
    margin-bottom: 0;
}
.gform_wrapper.emg-g-form_wrapper ul li.gfield:first-child {
    margin-top: 0;
}
.gform_wrapper.emg-g-form_wrapper li.hidden_label input {
    margin-top: 0;
}

.gform_wrapper.emg-g-form_wrapper select,
.gform_wrapper.emg-g-form_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: initial !important;
}

.gform_wrapper.emg-g-form_wrapper select,
.gform_wrapper.emg-g-form_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper.emg-g-form_wrapper textarea {
    font-family: inherit;
    letter-spacing: normal;
    font-size: 14px;
    padding: 8px 10px;
    box-shadow:  inset 0px 3px 13px 0px rgba(0, 0, 0, 0.05), 0px 3px 3px 0px rgba(0, 0, 0, 0.03);
    background: #fff!important;
    border-radius: 0;
    color: #333;
    border: 1px solid #eeeeee;
    margin-bottom: 0;
}
.gform_wrapper.emg-g-form_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.gform_wrapper.emg-g-form_wrapper textarea:focus {
    border-color: #ddd;
}

.gform_wrapper.emg-g-form_wrapper select {
    padding: 7px 10px 7px !important;
    height: auto !important;
}
.gform_wrapper.emg-g-form_wrapper .gform_footer {
    padding: 0 0 10px;
}

/* Submit Button*/
.gform_wrapper.emg-g-form_wrapper .gform_footer input.button,
.gform_wrapper.emg-g-form_wrapper .gform_footer input[type=submit],
.gform_wrapper.emg-g-form_wrapper .gform_page_footer input.button,
.gform_wrapper.emg-g-form_wrapper .gform_page_footer input[type=submit] {
    background: #6c3996;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25 !important;
    min-height: auto !important;
    color: #fff;
    box-shadow: none !important;
    padding: 10px 20px;
    border: 0 !important;
    outline: none !important;
    border-radius: 0;
    margin-right: 0 !important;
    cursor: pointer;
    width: 100%;
}
.gform_wrapper.emg-g-form_wrapper .top_label div.ginput_container {
    margin-top: 2px !important;
}
.gform_wrapper.emg-g-form_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper.emg-g-form_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    margin: 5px 0 0;
    line-height: 1.2;
    font-size: 14px;
    color: #333;
}
@media only screen and (min-width: 641px){
    .gform_wrapper.emg-g-form_wrapper ul.gform_fields li.gfield:not(.gf_left_half ) {
        padding-right: 0;
    }
}
@media only screen and (max-width: 1199px) {
    .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 0 ! important;
    }
}

/*Validation*/
.gform_wrapper.emg-g-form_wrapper .validation_message {
    /*color: #e37777;*/
}

.gform_wrapper.emg-g-form_wrapper li.gfield.gfield_error {
    background-color: transparent;
}
.gform_wrapper.emg-g-form_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper.emg-g-form_wrapper li.gfield_error textarea {
    /*border-color: #790000;*/
}

.gform_wrapper.emg-g-form_wrapper div.validation_error {
    display: none;
}
.gform_wrapper.emg-g-form_wrapper li.gfield.gfield_error,
.gform_wrapper.emg-g-form_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding-top: 0;
    border: 0 !important;
}
.gform_wrapper .ginput_container.ginput_container_phone + .gfield_description {
    display: none; 
}
/* ENG GRAVITY FORM STYLE*/






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

    body.home div.et_pb_section.home-cat-section {
        background-image: none !important;
        background-color: #fff;
    }
    .home-cat-section .et_pb_column_1 {
        width: 100%;
    }
}


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


    .brand-logos img {
        max-width: 70%;
    }

    .emg-review {
        padding: 0 10px;
    }

    .footer-cta-content h2 {
        font-size: 32px;
    }

    .footer-cta {
        padding: 50px 0;
    }

    .emg-custom-social {
        margin-right: 0;
    }

}


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

    .how-it-work {
        margin-bottom: 30px !important;
    }

    .how-it-works .et_pb_column:nth-child(2) .how-it-work .step-count {
        background: none;
    }

    .how-it-works .et_pb_column:nth-child(2) .how-it-work .step-count:before {
        right: auto;
        left: 0;
        width: 50%;
    }

    .how-it-works .et_pb_column:nth-child(3) .how-it-work .step-count:before {
        width: 50%;
    }

    #footer-widgets {
        padding: 8% 0 20px;
    }


    #left-area .type-post .entry-featured-image-url {
        float: none;
        width: 600px;
        max-width: 100%;
    }

    .emg-post-content {
        overflow: initial;
        padding-left: 0;
        padding-right: 0;
        width: 600px;
        max-width: 100%;
    }


}


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

    body.admin-bar .site-header {
        top: 46px;
    }

    .emg_sticky {
        display: none;
    }

    .footer-cta-content {
        flex-direction: column;
    }

    .footer-cta-content h2 {
        font-size: 32px;
        margin-bottom: 25px;
        margin-right: 0;
        text-align: center;
    }
}


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


    h2,
    .product .related h2,
    .et_pb_column_1_2 .et_quote_content blockquote p {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }

    .btn {
        padding: 12px 25px;
        font-size: 16px;
    }

    .et_pb_section.section-brand-logos .et_pb_row {
        width: 95%;
    }

    .emg-service-section.et_pb_row .et_pb_column {
        width: 300px !important;
        max-width: 100%;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .emg-service-section.et_pb_row .et_pb_column:not(:last-child) {
        margin-bottom: 30px !important;
    }

    .et_pb_row.how-it-works .et_pb_column {
        width: 300px !important;
        max-width: 100%;
        margin: 0 auto 30px !important;
    }

    .how-it-works .et_pb_column .how-it-work .step-count {
        background: none !important;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .how-it-works .et_pb_column .how-it-work .step-count:after,
    .how-it-works .et_pb_column .how-it-work .step-count:before {
        display: none;
    }

    .footer-bottom__top {
        flex-direction: column;
    }

    .footer-bottom__top > div {
        width: 100%;
    }

    .footer-blog-link {
        margin-bottom: 40px;
    }


    .nn-review-outer-cont {
        font-size: 17px !important;
    }
    .nn-combo-left {
        width:100% !important;
    }
    .nn-combo-right {
        width:100% !important;
    }
    p.nn-review-body,
    p.nn-samap-body {
        padding-left: 0 !important;
        margin-left: 0px!important;
        background-image: none!important;
        font-size: 16px;
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
    div.nn-review-footer {
        margin-left: 3px !important;
        margin-right: 3px !important;
        padding: 1em !important;
    }

    .nn-review-rating-cat {
        font-size: 17px;
    }

    div.nn-review-header h3, div.nn-samap-header h3 {
        display: inline-block;
        font-size: 22px;
        margin-top: 0;
    }

    div.nn-review-header, div.nn-samap-header {
        padding: 30px 0;
    }

    div.nn-review-map-cont,
    div.nn-samap-map-cont {
        float: none;
        margin-left: 0;
        margin-bottom: 0;
    }

    div.nn-review-header,
    div.nn-samap-header {
        padding: 0
    }


    #left-area .type-post .entry-title {
        font-size: 25px;
    }



}


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

/*    .footer-cta-content h2 {
        font-size: 25px;
        margin-bottom: 25px;
        margin-right: 0;
    }*/

}
