#panel11.section .blog-post .post-title {
    min-height: 80px;
}

#panel11.section .blog-post .post-teaser {
    min-height: 220px;
}
.iti.iti--allow-dropdown {
    display: block;
}

.iti__country-container .iti__selected-country {
    border: unset !important;
    box-shadow: unset !important;
    color: #333;
    padding: 0 0 0 12px;
}

.iti__country-container .iti__selected-country:hover {
    background: unset !important;
    color: #333 !important;
}

.link-drop .input-group:after {
    z-index: -1;
}

.contact7__custom-form .input-group .phone .wpcf7-tel {
    padding-left: 95px !important;
}

.phone .iti__selected-country .iti__selected-dial-code {
    display: none;
}
.link-drop .input-group .form-control.wpcf7-tel{
	padding-left:95px !important;
}
.wpcf7-form .wpcf7-textarea {
    resize: none;
}
.sticky-popup.open .popup-wrap .popup-content {
    height: 550px !important;
}
.sticky-popup.open .popup-wrap .popup-content p>br {
    display: none;
}
.sticky-popup.open .popup-wrap .popup-content .wpcf7-form-control-wrap {
    margin-bottom: 20px !important;
    display: block;
}
.sticky-popup.open .popup-wrap .popup-content .wpcf7-not-valid-tip,
.sticky-popup.open .popup-wrap .popup-content .wpcf7-response-output {
    font-size: 12px !important;
    margin-top: 5px !important;
}
@media(max-width:1024px) {
    .single-post .page-content .site-content-contain .content-area.aside {
        padding: 0 25px;
    }
    .sticky-popup.open .popup-wrap .popup-content .popup-content input,
    .sticky-popup.open .popup-wrap .popup-content textarea,
    .sticky-popup.open .popup-wrap .popup-content select {
        margin-bottom: 0 !important;
    }
}
@media (max-width: 767px) {
    #panel11.section .blog-post .post-title {
        min-height: auto;
    }
    #panel11.section .blog-post .post-teaser {
        min-height: auto;
    }
    .sticky-popup.open .popup-wrap .popup-content {
        height: 500px !important;
    }
    .sticky-popup.open .popup-wrap .popup-content input,
    .sticky-popup.open .popup-wrap .popup-content textarea,
    .sticky-popup.open .popup-wrap .popup-content select {
        margin-bottom: 0 !important;
    }
}