/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

/*=====================================*/
/*  Add your Custom Styles Here   */
/*=====================================*/
/*
** Base Color: #3f05f5 , #4dff00
*/


/*--- Animate CSS ---*/

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/*
** General Styling
*/
body.md {
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 1px;
}

.md_h1 {
    font-size: 3em;
}

.md_h2 {
    font-size: 2.75em;
}

.md_h3 {
    font-size: 2.25em;
}

.md_h4 {
    font-size: 2em;
}

.md_h5 {
    font-size: 1.25em;
}

.md_h6 {
    font-size: 1.1em;
}

body.md .default_btn.et_pb_button,
body.md .default_btn.et_pb_button:hover {
    color: #fff !important;
    max-width: 350px;
    width: 220px;
    min-width: 150px;
    padding-top: .6em;
    padding-bottom: .6em;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    background-color: #58b948;
    border-color: #58b948;
}

body.md .default_btn.et_pb_button:hover {
    background-color: #68d80f;
}

body.md .default_btn.et_pb_button::after {
    font-size: 16px;
}

.md_btnsmall {
    font-size: 1.1em !important;
    width: 180px !important;
}

.md_btnsmall::after {
    font-size: 1.1em !important;
}

.md_emailform .et_pb_newsletter_button,
.md_emailform .et_pb_newsletter_button:hover {
    width: 90% !important;
    font-size: 1.1em;
    margin: 0 auto;
    background-color: transparent;
    border-radius: 0;
    border-color: #fff !important;
}

.md_secpad0 {
    padding: 0 !important;
}

.md_pad_bot_0 {
    padding-bottom: 0 !important;
}

.md_pad_top_0 {
    padding-top: 0 !important;
}

.md_row_flex .md_col_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.et_pb_scroll_top.et-pb-icon {
    right: 10px;
    border-radius: 0;
    background-color: rgba(114, 48, 145, 0.6);
}

.et_pb_scroll_top.et-pb-icon:hover {
    background-color: rgba(114, 48, 145, 1);
    -webkit-box-shadow: 0px 7px 7px -4px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 7px 7px -4px rgba(0, 0, 0, 0.8);
}

.et_vertical_nav #main-header #top-menu li ul.md_submenu li {
    padding: 0px 7px;
}

.et_vertical_nav #main-header #top-menu li ul.md_submenu {
    border-left: 0;
    border-top: 2px solid #58b948;
    left: 245px;
    padding: 14px 0;
}

.et_vertical_nav #main-header #top-menu li ul.md_submenu a {
    line-height: 1.4;
    width: auto;
    font-weight: normal;
}

.et_vertical_nav #main-header #top-menu>li>a.menu_link:after {
    top: 19px;
}

.md #main-header .logo_container {
    margin: 0 auto;
}

#main-header::-webkit-scrollbar {
    width: 10px;
}

#main-header::-webkit-scrollbar-track {
    background: #f0f0f0;
}

#main-header::-webkit-scrollbar-thumb {
    background-color: #58b948;
}

.md_header .md_img {
    max-width: 100% !important;
}

/*
** Global Footer Style
*/

#md_secfooter {
    background-color: #65308c;
}

#md_secfooter .md_blurb.location {
    margin-bottom: 10px;
}

#md_secfooter .md_blurb.location .et_pb_blurb_description,
#md_secfooter .md_text.hloc p,
#md_secfooter .md_text.hloc,
#md_secfooter .md_text {
    line-height: 1.4;
    color: #e0e0e0 !important;
}

#md_secfooter .et_pb_blurb_position_left .et-pb-icon,
#md_secfooter .et_pb_blurb_position_right .et-pb-icon {
    font-size: 24px;
}

#md_secfooter .md_text.hloc {
    margin-bottom: 10px;
}

#md_secfooter .et_pb_row .et_pb_row_inner {
    padding-bottom: 0;
    padding-top: 20px;
}

#md_secfooter .et_pb_social_media_follow li a {
    margin-right: 14px;
    color: #e0e0e0;
}

#md_secfooter .et_pb_social_media_follow li a.icon::before {
    font-size: 24px;
}

#md_secfooter .md_text.hfoot h4 {
    color: #58b948;
    font-size: 1.75em;
}

#md_secfooter .md_text.opening h5 {
    font-size: 1.25em;
}

#md_secfooter .md_cf .et_pb_contact .et_pb_contact_field_half {
    width: 100%;
}

#md_secfooter .md_cf .et_pb_contact_captcha_question,
#md_secfooter .md_cf .et_pb_contact_right {
    color: #e0e0e0;
}

body.md #md_secfooter .et_pb_contact_submit {
    width: 150px;
    border-radius: 4px;
    margin-top: 14px;
    letter-spacing: 1px;
}

#md_secfooter .et_pb_row>.et_pb_column {
    margin-right: 2.5%
}

#md_secfooter .et_pb_row>.et_pb_column:first-of-type {
    width: 45.25%;
}

#md_secfooter .et_pb_row>.et_pb_column:nth-of-type(2),
#md_secfooter .et_pb_row>.et_pb_column:nth-of-type(3) {
    width: 24.375%;
}

#main-footer #footer-bottom {
    background-color: #393939;
    padding: 30px;
}

#main-footer #footer-info {
    font-size: .85em;
    font-weight: 600;
    float: none;
    text-align: center;
    padding-bottom: 0;
    text-transform: capitalize;
}

#main-footer #footer-info a {
    color: #58b948;
    font-weight: 600;
    text-transform: capitalize;
}


/*
** Home Page Styling
*/
.md_secpad0.headline .et_pb_row {
    padding: 0 !important;
}

.md_slider.headline .et_pb_slide_image {
    text-align: left;
    margin-top: 0 !important;
}

.md_slider.headline.et_pb_slider .et_pb_slide .et_pb_slide_description {
    margin: 14px auto;
    padding: 0;
}

.md_slider.headline.et_pb_slider .et_pb_slide .et_pb_slider_container_inner {
    min-height: 520px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.md_slider.headline.et_pb_slider .et_pb_slides {
    -webkit-box-shadow: -25px 25px 0px -7px rgba(0, 0, 0, 0.25);
    box-shadow: -25px 25px 0px -7px rgba(0, 0, 0, 0.25);
    margin-left: 10px;
    border: 6px solid rgba(252, 252, 252, 0.85);
    border-right: 0;
}

.md_slider.headline.et_pb_slider .et_pb_slide .et_pb_more_button.default_btn {
    background-color: #58b948;
    border-color: #58b948;
    border-radius: 4px;
    width: 200px;
}

.md_slider.headline.et_pb_slider .et_pb_slide_content {
    font-size: 3.25em;
    line-height: 1;
    text-transform: capitalize;
}

.md_slider.headline.et_pb_slider .et_pb_slide_title.md_h2 {
    text-transform: uppercase;
}

.md_slider .et_pb_slide img.md_stamp {
    position: absolute;
    max-width: 180px;
    -o-object-fit: contain;
    object-fit: contain;
    top: 20px;
    left: 0;
    z-index: 99;
}

.md_slider .et-pb-active-slide img.md_stamp {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


.md_text.bhi .mb-bhi-display {
    font-size: 1.5em;
    line-height: 1.2;
    max-width: 600px;
    width: 100%;
    display: block;
    margin: 0 auto;
    font-weight: 700;
    padding: 20px;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: 0px 10px 30px -10px #000;
    box-shadow: 0px 10px 30px -10px #000;
}

.md_text.bhi .mb-bhi-display.mb-bhi-open {
    background-color: #58b948;
}

.md_text.bhi .mb-bhi-display.mb-bhi-closed {
    background-color: #58b948;
}

.md_text.bhi h4 {
    margin-top: 28px;
    padding-bottom: 14px;
}

.md_text.bhi .mabel-bhi-businesshours .mbhi-is-current {
    background-color: #58b948;
}

.md_text.bhi .mabel-bhi-businesshours tr td {
    color: #fff;
}

.md_text.bhi .mabel-bhi-businesshours tr {
    background-color: #aaa;
}

.md_text.bhi .et_pb_text_inner {
    position: relative;
    top: -35px;
}

.md_seclocations .et_pb_row:nth-of-type(2) .et_pb_column {
    padding: 30px 50px;
}

.md_seclocations .md_blurb {
    color: #fff;
    padding-bottom: 10px;
}

.md_seclocations .et_pb_blurb_position_left .et-pb-icon,
.md_seclocations .et_pb_blurb_position_right .et-pb-icon {
    font-size: 24px;
}

.md_seclocations .et_pb_column:nth-of-type(2) .et-pb-icon {
    color: #65308b !important;
}

.md_seclocations .md_text.hlocation h2 {
    color: #fff;
    font-size: 2.75em;
    padding-bottom: 20px;
}

.md_seclocations .et_pb_row {
    padding: 0;
}

.md_text.head h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-text-stroke: 2px #fff;
    font-size: 4.25em;
}

.md_social.et_pb_social_media_follow li a.icon {
    border-radius: 50% !important;
}

.md_text h2 span:first-of-type,
.md_text h4 span:first-of-type {
    color: #65308b;
}

.md_text h2 span:nth-of-type(2),
.md_text h4 span:nth-of-type(2) {
    color: #58b948;
}

.md_family {
    margin-bottom: 0px !important;
}



/*
** Calendar Page Styling 
*/
.md_text p.embed_download {
    max-width: 200px;
    margin: 20px auto 0;
}

.md_text p.embed_download a {
    background-color: #58b948;
    padding: 8px 12px;
    color: #fff;
}

.md_text .ead-preview {
    padding: 20px;
    background: #efefef;
    border: 1px solid #dadada;
}

.md_text .ead-preview .ead-document * {
    font-size: .8em;
}

.md_text .ead-preview .ead-document .ewr-sheetcontainer {
    width: 1280px !important;
}

/*
** Ebay Affiliate Listing Styles
*/
.md_ebayanp #auction-nudge-items #an-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.md_ebayanp #an-page-bot+div {
    display: none;
}

.md_ebayanp #auction-nudge-items ul.an-page-wrap {
    background-color: transparent;
    padding: 8px 0 !important;
}

.md_ebayanp #auction-nudge-items #an-cats-wrap {
    margin-bottom: -48px;
    margin-left: 150px;
    z-index: 99;
}

.md_ebayanp #auction-nudge-profile {
    margin-right: 150px;
    margin-left: auto;
    margin-bottom: -45px;
}

.md_ebayanp #auction-nudge-items #an-controls-top {
    position: relative;
    z-index: 99;
    opacity: 1;
    overflow: visible;
    width: 50%;
}

.md_ebayanp #auction-nudge-items div.an-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #e6e6e6;
    padding: 20px;
    background-color: #f0f0f0;
    -webkit-box-shadow: 0px 7px 7px -7px #000;
    box-shadow: 0px 7px 7px -7px #000;
    margin-bottom: 10px;
    width: 23.66% !important;
    margin-right: 1.67%;
}

.md_ebayanp #auction-nudge-items div.an-item:nth-of-type(4n+0) {
    margin-right: 0;
}

.md_ebayanp #auction-nudge-items div.an-item div.an-image {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100% !important;
}

.md_ebayanp #auction-nudge-items .an-view a {
    background-color: #58b948;
    padding: .6em 1em;
    font-size: 1em;
    color: #fff;
    line-height: 1.4;
    overflow: hidden;
    display: block;
    border-radius: 4px;
    margin: 5px auto 0;
    max-width: 180px;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    border: 1px solid #fefefe;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.md_ebayanp #auction-nudge-items .an-view a:hover {
    background-color: #68d80f;
}

.md_ebayanp #auction-nudge-items div.an-item div.an-title {
    margin-bottom: 10px;
    line-height: 1.2;
    font-weight: 600;
}

.md_ebayanp div#auction-nudge-items div#an-cats-nav .an-cat-selected {
    font-weight: bold;
    text-decoration: underline;
}

.md_ebayanp #an-cats-nav,
.md_ebayanp2 #an-cats-nav {
    padding: 10px;
    width: 100%;
}

.md_ebayanp #an-cats-nav *,
.md_ebayanp2 #an-cats-nav * {
    cursor: pointer;
}

.md_ebayanp #auction-nudge-items ul.an-page-wrap li,
.md_ebayanp #auction-nudge-items ul.an-page-wrap li:hover {
    background-color: #65308b;
    padding: .5em;
    max-width: 120px;
    width: 100%;
    text-align: center;
    color: #f0f0f0;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
}


.md_ebayanp #auction-nudge-items div.an-item div.an-title a {
    color: #101010;
}

/*
** Pages Styles
*/

#md_pages.md_secheader {
    min-height: calc(100vh - 60vh);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#md_pages.md_secheader.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
    margin: 0;
    padding: 0;
}

#md_pages.md_secheader .header-content-container .header-content {
    text-align: center;
}

#md_pages.md_secheader .header-content-container .header-content .md_h1 {
    font-size: 4.25em;
}

.md_secpages .md_text.pages h4 {
    font-size: 2em;
}

.md_secpages .et_pb_row:nth-of-type(2n+0) .et_pb_column:nth-of-type(2) {
    padding: 24px 30px;
    border: 3px solid #58b948;
    border-radius: 4px;
    background-color: #fcfcfc;
}

.md_secpages .et_pb_row:nth-of-type(2n+0) .et_pb_column:first-of-type {
    border-bottom: 3px solid #58b948;
}

.md_secpages .et_pb_row:nth-of-type(2n+1):nth-child(n+2) .et_pb_column:first-of-type {
    padding: 24px 30px;
    border: 3px solid #58b948;
    border-radius: 10px;
    background-color: #fcfcfc;
}

.md_secpages .et_pb_row:nth-of-type(2n+1):nth-child(n+2) .et_pb_column:nth-of-type(2) {
    border-bottom: 3px solid #58b948;
}

.md_secpages .md_text.pages.v1 {
    margin-right: 14px;
    margin-left: 14px;
}

.md_secpages .md_text.pages.v1 .et_pb_text_inner {
    text-align: center;
}

.md_secpages .md_text.pages.v0 {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
}

.md_text.paragraph {
    max-width: 900px;
    width: 95%;
    margin: 0 auto;
}

.md_text.paragraph .md_h4 {
    position: relative;
    margin-bottom: 14px;
    padding-bottom: 18px;
    color: #65308b;
}

.md_text.paragraph .md_h4::before {
    content: "";
    position: absolute;
    height: 6px;
    width: 150px;
    bottom: 0;
    left: 0;
    background-image: -o-linear-gradient(315deg, #65308a 50%, #54ae4f 50%);
    background-image: linear-gradient(135deg, #65308a 50%, #54ae4f 50%);
}

/*--- Shop Online Page and Jewelry Page ---*/
.md_ebayanp2 #an-item-wrap td.image,
.md_ebayanp2 #an-item-wrap td.title,
.md_ebayanp2 #an-item-wrap td.price,
.md_ebayanp2 #an-item-wrap td.ends,
.md_ebayanp2 #an-item-wrap td.bids {
    width: 20%;
}

.md_ebayanp2 #an-item-wrap .columns>tbody tr:first-child {
    height: auto;
    background-color: #58b947;
}

.md_ebayanp2 #an-item-wrap .columns>tbody tr:first-child th {
    color: #fff;
    padding: 10px;
}

.md_ebayanp2 #an-item-wrap .columns>tbody tr {
    height: 150px;
}

.md_ebayanp2 #an-item-wrap .columns>tbody tr td {
    color: #202020;
    line-height: 1.2;
    font-size: 15px;
}

.md_ebayanp2 #an-item-wrap .columns>tbody tr td a {
    color: #202020;
}

.md_ebayanp2 #an-item-wrap .columns>tbody tr td a:hover {
    color: #24d702;
}

.md_ebayanp2 #auction-nudge-items table.columns th {
    text-align: center;
}

.md_ebayanp2 #auction-nudge-items ul.an-page-wrap {
    background: transparent;
    padding: 8px 0 !important;
}

.md_ebayanp2 #auction-nudge-items li.an-page-next,
.md_ebayanp2 #auction-nudge-items li.an-page-prev {
    background-color: #65308b;
    padding: .5em;
    max-width: 120px;
    width: 100%;
    text-align: center;
    color: #f0f0f0;
    border-radius: 4px;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
}

.md_ebayanp2 #an-page-bot+div {
    display: none;
}

.md .md_ebayanp2 {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
}

.md_ebayanp2 #auction-nudge-profile {
    margin-right: 150px;
    margin-left: auto;
    margin-bottom: -45px;
    display: block;
}

.md_ebayanp2 #auction-nudge-profile a.badge_s ul#profile {
    padding-top: 35px !important;
}

.md_ebayanp2 #auction-nudge-items #an-controls-top {
    position: relative;
    z-index: 99;
    opacity: 1;
    overflow: visible;
    width: 50%;
}

.md_ebayanp2 #auction-nudge-items #an-cats-wrap {
    margin-bottom: -48px;
    margin-left: 150px;
    z-index: 99;
}



/*--- Contact Form Options ---*/
.md_code .dropdown {
    position: relative;
    display: block;
    margin-top: 0.5em;
    padding: 0;
}

.md_code .button {
    -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
    background: #f3f3f3;
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    /* W3C */
}

.md_code .dropdown select {
    width: 100%;
    margin: 0;
    background: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    font-size: 1.1em;
    color: #444;
    padding: .4em .6em;
    line-height: 1.6;
    cursor: pointer;
}

.md_code .dropdown::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 8px;
    top: 50%;
    right: 1em;
    margin-top: -4px;
    z-index: 2;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpolygon fill='rgb(102,102,102)' points='8,12 0,0 16,0'/%3E%3C/svg%3E") 0 0 no-repeat;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .md_code .dropdown select::-ms-expand {
        display: none;
    }

    .md_code select:focus::-ms-value {
        background: transparent;
        color: #222;
    }
}

.md_code .dropdown::after,
.md_code x:-moz-any-link {
    display: none;
}

.md_code .dropdown select,
.md_code x:-moz-any-link {
    padding-right: .8em;
}

.md_code _::-moz-progress-bar,
.md_code .dropdown {
    overflow: hidden;
}

.md_code _::-moz-progress-bar,
.md_code .dropdown:after {
    display: block;
}

.md_code _::-moz-progress-bar,
.md_code .dropdown select {
    padding-right: 1.9em;
    -moz-appearance: window;
    text-indent: 0.01px;
    text-overflow: "";
    width: 110%;
}

.md_code _::-moz-progress-bar,
.md_code .dropdown select:focus {
    outline: 2px solid rgba(180, 222, 250, .7);
}

.md_code x:-o-prefocus,
.md_code .dropdown::after {
    display: none;
}

.md_code select:focus {
    border: 1px solid #aaa;
}

.md_code select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.md_code option {
    font-weight: normal;
    cursor: pointer;
}

.colors {
    background: #f9f9f9;
    border: 1px solid #ccc;
    padding: 1.75em 1.5em 1.5em;
    color: #fff;
    margin-bottom: 30px !important;
    display: none;
}

.md_cfv2 .et_pb_contact p input {
    padding: 12px;
}

.md_cfv2 .et_pb_contact p input:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 14px;
    color: red;
}

.md_cfv2 .et_pb_contact p input::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 14px;
    color: red;
}

.md_cfv2 .et_pb_contact p input::placeholder,
.md_cfv2 .et_pb_contact p input::-ms-input-placeholder,
.md_cfv2 .et_pb_contact p input::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 14px;
    color: red;
}

.md .nf_code .nf-before-form-content {
    display: none;
}

.md .nf_code nf-fields-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.md .nf_code nf-fields-wrap .nf-field-1,
.md .nf_code nf-fields-wrap .email {
    width: 100%;
    -ms-flex-preferred-size: 48.33%;
    flex-basis: 48.33%;
}

.md .nf_code nf-fields-wrap .nf-field-5,
.md .nf_code nf-fields-wrap .nf-field-3,
.md .nf_code nf-fields-wrap .nf-field-10,
.md .nf_code nf-fields-wrap .nf-field-8,
.md .nf_code nf-fields-wrap .nf-field-13,
.md .nf_code nf-fields-wrap .nf-field-15 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.md .nf_code nf-field>div {
    margin-bottom: 15px;
}

.md .nf_code nf-field:last-of-type {
    text-align: right;
    width: 100%;
}

.md .nf_code nf-field:last-of-type>div {
    margin-bottom: 10px;
}

.md .nf_code input[type=button],
.md .nf_code input[type=button]:hover {
    border-radius: 8px;
    cursor: pointer;
    color: #fff !important;
    max-width: 350px;
    width: 220px;
    min-width: 150px;
    padding-top: .6em;
    padding-bottom: .6em;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.md .nf_code input[type=button] {
    background-color: #58b948;
    border-color: #58b948;
}

.md .nf_code input[type=button]:hover {
    background-color: #68d80f;
    border-color: #68d80f;
}

.md .nf_code .nf-form-title h3 {
    font-size: 26px;
}

.google_docs .et_pb_code_inner iframe {
    width: 100% !important;
    height: 900px;
}

.md_sec_gumtree {
    background-color: #f9f9f9;
}

.gumtree img {
    border: 3px solid #f9f9f9;
    border-radius: 10px;
    width: 320px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.gumtree.v2 img:hover {
    border: 3px solid #489929;
}

.gumtree.v1 img:hover,
.gumtree.v3 img:hover {
    border: 3px solid #66308e;
}

.gumtree .et_pb_image_wrap {
    position: relative;
}

.gumtree .et_pb_image_wrap::before {
    content: ' ';
    background-color: rgba(0, 0, 0, .75);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    z-index: 98;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.gumtree .et_pb_image_wrap::after {
    content: url(/wp-content/uploads/2018/08/Gumtree-Icon.png);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 30px;
    opacity: 0;
    z-index: 99;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.gumtree .et_pb_image_wrap:hover::before,
.gumtree .et_pb_image_wrap:hover::after {
    opacity: 1;
}