/** Global settings **/

body .nectar-button.medium{
    font-size: 16px;
}

.btn-default.btn-secondary {
    border: 2px solid #FFF;
    max-height: 55px;
    max-width: 150px;
    align-items: center;
    display: inline-flex !important;
    justify-content: center;
}

.btn-default.btn-secondary:before {
    background: #f05483 !important;
}

.full-width-section .light .nectar-button:hover, .nectar-button:hover {
    opacity: 1;
}

html body.material #header-outer #top nav ul li.primary-btn a {
    color: #ffffff !important;
    background-color: #F05483;
    padding: 15px 45px !important;
    border-radius: 5px;
}

html body.material #header-outer #top nav ul li.primary-btn.current_page_item span::after ,
html body.material #header-outer #top nav ul li.primary-btn span::after{
    display: none;
}

body[data-button-style="slightly_rounded_shadow"] .wp-block-button > .wp-block-button__link:hover, body[data-button-style="slightly_rounded_shadow"] .nectar-button:hover, body[data-button-style="slightly_rounded_shadow"] .nectar-button:focus, body[data-button-style="slightly_rounded_shadow"].ascend .nectar-button.see-through:hover, body[data-button-style="slightly_rounded_shadow"] input[type="submit"]:hover, body[data-button-style="slightly_rounded_shadow"] input[type="submit"]:focus, body[data-button-style*="slightly_rounded"].single .heading-title[data-header-style="default_minimal"] .meta-category a:hover, body[data-button-style*="slightly_rounded"] #page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a:hover, body[data-button-style="slightly_rounded_shadow"].woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, body[data-button-style="slightly_rounded_shadow"] .swiper-slide .button a:hover, body[data-button-style="slightly_rounded_shadow"].ascend .nectar-button.see-through-2:hover, body[data-button-style="slightly_rounded_shadow"].ascend .nectar-button:hover, body[data-button-style="slightly_rounded_shadow"].woocommerce-page .woocommerce p.return-to-shop a.wc-backward:hover, body[data-button-style="slightly_rounded_shadow"] .sharing-default-minimal .nectar-love:hover, body[data-button-style="slightly_rounded_shadow"] .sharing-default-minimal .nectar-social-inner > a:hover, body[data-button-style="slightly_rounded_shadow"] .woocommerce.add_to_cart_inline a.button.add_to_cart_button:hover, body[data-button-style="slightly_rounded_shadow"] .container-wrap input[type="submit"]:hover, body[data-button-style="slightly_rounded_shadow"] .container-wrap button[type="submit"]:hover, body[data-button-style="slightly_rounded_shadow"] .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    transform: none;
    -webkit-transform: none;
}

/** Button **/

/** submit button 1 */

#gform_submit_button_1, #gform_submit_button_2, #gform_submit_button_3, #gform_submit_button_4  {
    background: #F05483 !important;
    padding: 15px 30px !important;
    border-radius: 8px;
    font-size: 16px !important;
    min-width: 150px !important;
    min-height: 55px !important;
    border: none;
    position: relative;
    overflow: hidden;
}

#gform_submit_button_1:hover,
#gform_submit_button_1:focus,
#gform_submit_button_2:hover,
#gform_submit_button_2:focus,
#gform_submit_button_3:hover,
#gform_submit_button_3:focus,
#gform_submit_button_4:hover,
#gform_submit_button_4:focus   {
    box-shadow: none !important;
    transform: none !important;
}

#gform_submit_button_1 span,
#gform_submit_button_2 span,
#gform_submit_button_3 span,
#gform_submit_button_4 span {
    z-index: 10;
}

#gform_submit_button_1, 
#gform_submit_button_2, 
#gform_submit_button_3, 
#gform_submit_button_4  {
    /* display: inline-block; */
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background-color: #F05483 !important;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
}

#gform_submit_button_1:before,
#gform_submit_button_2:before,
#gform_submit_button_3:before,
#gform_submit_button_4:before {
    content: "";
    position: absolute;
    /* z-index: -1; */
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #930341;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#gform_submit_button_1:hover, #gform_submit_button_1:focus, #gform_submit_button_1:active,
#gform_submit_button_2:hover, #gform_submit_button_2:focus, #gform_submit_button_2:active,
#gform_submit_button_3:hover, #gform_submit_button_3:focus, #gform_submit_button_3:active,
#gform_submit_button_4:hover, #gform_submit_button_4:focus, #gform_submit_button_4:active {
    color: white;
}

#gform_submit_button_1:hover:before, #gform_submit_button_1:focus:before, #gform_submit_button_1:active:before,
#gform_submit_button_2:hover:before, #gform_submit_button_2:focus:before, #gform_submit_button_2:active:before,
#gform_submit_button_3:hover:before, #gform_submit_button_3:focus:before, #gform_submit_button_3:active:before,
#gform_submit_button_4:hover:before, #gform_submit_button_4:focus:before, #gform_submit_button_4:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/** general button **/

body a.nectar-button.btn-default,
li.primary-btn a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background-color: #F05483;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
}

body a.nectar-button.btn-default:before,
li.primary-btn a:before {
    content: "";
    position: absolute;
    /* z-index: -1; */
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #930341;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

body a.nectar-button.btn-default:hover, body a.nectar-button.btn-default:focus, body a.nectar-button.btn-default:active,
li.primary-btn a:hover, li.primary-btn a:focus, li.primary-btn a:active {
    color: white;
}

body a.nectar-button.btn-default:hover:before, body a.nectar-button.btn-default:focus:before, body a.nectar-button.btn-default:active:before,
li.primary-btn a:hover:before, li.primary-btn a:focus:before, li.primary-btn a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/** Footer **/

#footer .img-with-aniamtion-wrap {
    display: inline-flex;
    padding-right: 30px;
}

/* #footer .logo-badge {
    max-width: 4em;
} */

#footer .vc_wp_custommenu h2,
#footer .vc_wp_custommenu {
    font-family: 'Open Sans';
}

#footer .vc_wp_custommenu h2 {
    font-size: 18px;
    font-weight: 400;
}

#footer .vc_wp_custommenu h2::after {
    content: '';
    width: 2.5em;
    height: 2px;
    background: #F05483;
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
}

#footer .vc_wp_custommenu ul {
    margin-left: 0;
    margin-top: 15px;
}

#footer .vc_wp_custommenu ul li {
    list-style: none;
    margin-bottom: 15px;
}

/** Custom form **/
.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input {
    width: 100%;
}

.client-area-form_wrapper {
    max-width: 600px;
    margin: auto;
}

.client-area-form_wrapper form {
    padding-top: 15px;
}

.gform-theme--foundation .gfield input::placeholder,
.gform-theme--foundation .gfield textarea::placeholder {
    opacity: .5;
}

.checkbox-container .ginput_container.ginput_container_consent {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.checkbox-container .gform-field-label--type-inline {
    margin-left: 0;
    opacity: .5;
}

.checkbox-container input[type="checkbox"]::before {
    color: #F05483 !important;
}

.gform_drop_area.gform-theme-field-control {
    background: #E7E8E2;
}

.gform_button_select_files {
    /* display: none !important; */
    visibility: hidden;
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.gform_fileupload_multifile {
    cursor: pointer;
}

.gform_drop_area span.gform_drop_instructions::after {
    content: 'click to choose your files.';
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area::before {
    content: url('http://apttranscriptions.wtdevsite.com/wp-content/uploads/2024/09/arrow-circle-top.svg');
}


.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar_progress {
    background-color: #F05483 !important;
}

.default-form .gform_fields {
    row-gap: 20px !important;
}

.nectar-drag-indicator[data-type="tooltip_text"] {
    min-width: 7em;
    min-height: 3em;
    justify-content: center;
    align-items: center;
    display: flex;
    opacity: 0.7;
}

#global-section2 .nectar-flickity .cell {
    box-shadow: 0px 3px 20px #00000014;
}

#home-section1 .iwithtext .iwt-icon img {
    width: 25px;
    margin: auto;
    position: relative;
    top: 5px;
}

#home-section3 > .row-bg-wrap::before {
    content: '';
    background: #FFF;
    opacity: .85;
    display: block;
    padding: 0;
    margin: auto;   
    width: calc(100vw - 120px);
    height: calc(100% - 180px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

#home-section3 .iwithtext .iwt-icon {
    position: relative;
}

#home-section3 .iwithtext .iwt-icon img {
    width: 70px;
}

#home-section3 .iwithtext h6 {
    font-family: 'Open Sans';
    padding-bottom: 10px;
}

#home-section3 .iwt-text{
    position: relative;
    padding-left: 0;
}

#hero a.nectar-button:before {
    background: #f05483;
}

#ourservices-section1 .tabbed[data-style*="material"] .wpb_tabs_nav {
    margin-bottom: 45px;
}

#aboutus-section1 .content-left img {
    border-radius: 16px;
    height: 100% !important;
    min-height: 500px;
    object-fit: cover;
    object-position: right;
}

@media screen and (min-width: 770px) and (max-width: 1000px) {
    #home-section3 > .row-bg-wrap::before {
        width: calc(100vw - 60px);
    }

    #home-section1 .img-with-aniamtion-wrap img {
        margin-left: 0;
    }

    #home-section5 .vc_col-sm-4 {
        text-align: left !important;
    }

    #contact-with-us-section .img-with-aniamtion-wrap.right {
        overflow: hidden;
        border-radius: 10px;
        /* max-width: 769px; */
        margin-left: 0;
        max-width: 500px;
        max-height: 20em;
    }

    #contact-with-us-section .vc_column-inner {
        padding-left: 0;
    }
}

@media only screen and (max-width: 769px) {
    img.main-logo {
        max-width: 150px !important;
    }

    #footer .logo-badge {
        max-width: 55px;
    }

    #footer .img-with-aniamtion-wrap {
        padding-right: 15px;
    }

    .default-form .gform_fields {
        row-gap: 10px !important;
    }

    #hero > div, #hero h1, #hero .wpb_text_column .wpb_wrapper p {
        text-align: left !important;
    }

    #home-section3 > .row-bg-wrap::before {
        width: 100%;
        height: 100%;
    }

    #home-section3 h2, #home-section3 p {
        text-align: left !important;
    }

    #home-section3 .iwithtext {
        margin-bottom: 1.5em;
    }

    #home-section3 .iwt-icon img {
        max-width: 45px;
        width: auto;
    }

    #home-section5 .vc_col-sm-4 {
        text-align: left !important;
    }

    #contact-with-us-section .img-with-aniamtion-wrap.right {
        overflow: hidden;
        border-radius: 10px;
        max-height: 20em;
    }

    #aboutus-section1 .content-left img {
        min-height: 300px;
    }

    #hero a.nectar-button {
        display: block;
        max-width: 210px;
    }
}