/*
Theme Name: DissertationProposal
Theme URI: https://www.dissertationproposal.co.uk/
Author: Benjamin
Author URI: https://www.dissertationproposal.co.uk/
Description: Any design, any layout. No coding required.
Version: 8.7.0

Tags: multipurpose, responsive, retina ready, SEO ready, mobile friendly, iOS, material design, clean, minimal, business, corporate, portfolio, creative, photography, one page site, micro site
Text Domain: the7mk2
*/
.header-full-banner{
    display:flex;
    flex-wrap:wrap;
}

.header-full-banner a, 
.header-full-banner img{
    width:100%;
    height:auto; 
    display:block;
}

.writer-score span.elementor-icon-list-text small {
    display: block;
    text-align: center;
}
.writer-score span.elementor-icon-list-text {
    text-align: center;
    line-height: 1.2em;
}
.writer-review .elementor-testimonial:before {
    content: "";
    background-image: url(https://www.dissertationproposal.co.uk/wp-content/uploads/2023/11/quote.png);
    width: 60px;
    height: 69px;
    display: block;
    position: absolute;
    top: 0;
    left: 5%;
}
.writer-review .elementor-testimonial {
    display: flex;
    flex-direction: column-reverse;
    align-items: end;
}
.writer-review .elementor-testimonial__content {
    margin-top: 2em;
    padding-bottom: 0;
    margin-left: 1em;
}
.writer-review .elementor-testimonial__header {
    display: flex;
    align-items: center;
}
.image-box figure.elementor-image-box-img {
    margin-top: -1em !important;
}
.discount-list-item span.elementor-icon-list-text {
    margin-left: .2em;
}
.discount-list-item span.elementor-icon-list-text del {
    font-size: 16px;
    color: #686363;
    font-weight: 400;
    margin-left: .5em;
}
form.wpcf7-form.submitting #header-lead-form input.wpcf7-submit {
    cursor: not-allowed;
    pointer-events: none;
    background-color: #ccc;
    color: #666;
    opacity: .5;
}
.calculator_right {
    padding-top: 1em;
}
.discount-badge {
    margin-left: 1em;
}
.discount-badge p {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.discount-badge p .badge {
    margin: 0 .5em;
    font-size: 16px;
    animation: blink 2s linear infinite;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
div#header-lead-form {
    border-radius: 20px;
    border: 2px solid #ffe900;
    background-color: white;
    box-shadow: 0px 7px 33px 3px rgba(27 70 69 / 10%);
    padding-bottom: 2em;
}
div#header-lead-form h3 {
    margin-top: 1em;
    margin-left: 15px;
    margin-bottom: 1em;
    font-size: 20px;
}
/*div#header-lead-form h3:after {*/
/*    content: "";*/
/*    border-bottom: 2px solid #FFC100;*/
/*    display: inherit;*/
/*    height: 2px;*/
/*    width: 20%;*/
/*    margin: auto;*/
/*    margin: 1em auto;*/
/*}*/
#header-lead-form .form-control, #header-lead-form .wpcf7-form-control {
    border-radius: 5px;
    background-color: #fff;
    border-color: #000;
}
.submit-btn-wrap {
    background-color: #ffd117;
    border-radius: 0 0 30px 30px;
}
.submit-btn-wrap p {
    margin: 0;
}
#header-lead-form .submit-btn-wrap .wpcf7-submit {
    width: 100%;
    background-color: #ffd117;
    text-transform: uppercase;
    font-size: 20px;
    /* margin-top: 1em; */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: .3em 0;
    color: #000;
}
#header-lead-form .iti.iti--allow-dropdown {
    width:100%;
}
div#home_side_lead_form br {
    display: none;
}
.submit-btn-wrap span.wpcf7-spinner {
    display:none;
}

.pay-now-bar {
    background-color: black;
    color: #fff;
    padding: .5em 1em;
    font-weight: 600;
    text-transform: uppercase;
}
section#headerleadform div.cf7wpay_stripe {
    margin-top: 60px;
}
.pay-now-bar p {
    margin: 0;
}
.pay-now-bar .discounted-price p {
    font-size: 33px;
    font-weight: 600;
}

@keyframes blinker1 {
    50% {
        background: rgba(46 202 139 / 20%);
    }
}


div#home_side_lead_form {
    padding: 30px 15px;
    background: linear-gradient(to bottom,  #ffe900 0%,#ffd117 99%);
    border-radius: 30px;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 21%);
}
div#home_side_lead_form h3 {
    font-size: 26px;
    margin-bottom: 0;
    color: #fff;
    line-height: 1.1;
}
div#home_side_lead_form h3, div#home_side_lead_form p {
    text-align: center;
}
div#home_side_lead_form p {
    color: #000;
    font-size: 12px;
    margin: 1em 0;
    font-weight: bold;
}
div#home_side_lead_form input.wpcf7-form-control.wpcf7-submit {
    background-color: #000;
    width: 100%;
    text-transform: uppercase;
    border: none;
}
div#home_side_lead_form ::placeholder {
    color: #000;
}
div#home_side_lead_form .iti.iti--allow-dropdown {
    margin-bottom: 1em;
}
div#home_side_lead_form input[type="email"], div#home_side_lead_form input[type="tel"], div#home_side_lead_form select, div#home_side_lead_form textarea, div#home_side_lead_form input[type="text"] {
    border-radius: 20px;
}
#whatsapp {
    position:fixed;
    left: 20px;
    z-index: 9;
    bottom: 5%;
    animation: bounce2 2s ease infinite;
    top: auto;
    width: 60px;
    height: 60px;
}

@keyframes bounce2 {
    0%,20%,50%,80%,100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

li.cat-item ul.children {
    margin: .5em 0 0 .5em;
}
li.cat-item ul.children li:before {
    content: "-";
    margin-right: .5em;
}

.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.main-page {}

.mini-widgets .first {
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
} 
.elementor-toc__list-item-text-wrapper:before {
    visibility: hidden;
}
li ol.elementor-toc__list-wrapper {
    margin-left: 2em !important;
}