/*!
Theme Name: sws-theme
Theme URI: https://success-web.site/en
Author: Success-web.site
Author URI: https://success-web.site/en
*/

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body {
    background: var(--tg-grey-5);
    line-height: 1.3;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

* {
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.3;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
}

.sws-testimonial-avatar-placeholder {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.tg-testimonial-avatar-para.expanded p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease;
}

.tg-testimonial-avatar-para:not(.expanded) p {
    -webkit-line-clamp: unset;
}

.read-more-btn {
    color: #33B679;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    margin-top: 8px;
    user-select: none;
}

.tg-testimonial-avatar-para .read-more-btn {
    display: none;
}

.search-box {
    margin: -60px auto 0;
    position: relative;
    z-index: 49;
    /*background: #fff;*/
    /*padding: 20px;*/
    /*border-radius: 16px;*/
    /*box-shadow: 0 4px 10px rgba(0,0,0,0.08);*/
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-end;
    /*max-width: 1000px;*/
    /*margin: auto;*/
    /*position: relative;*/

    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    background: var(--tg-common-white);
    border: 1px solid #e1e1e1;
    border-radius: 15px;
    padding: 20px 40px 25px 40px;
}
.field {
    display: flex;
    flex-direction: column;
    position: relative;
    flex: 1;
    min-width: 160px;
}
.field label, label {
    font-size: 14px;
    color: #555;
    margin-bottom: 4px;
}
.field select, .field input {
    /*border: 1px solid #ccc;*/
    /*border-radius: 6px;*/
    /*padding: 8px 10px 8px 32px;*/
    /*font-size: 15px;*/
    /*width: 100%;*/
}
.field i {
    position: absolute;
    bottom: 13px;
    left: 10px;
    color: #888;
    font-size: 14px;
}
.swap-btn i {
    position: relative;
    bottom: auto;
    left: auto;
}
.swap-btn {
    position: absolute;
    top: 50%;
    /*left: 50%;*/
    right: -21px;
    transform: translateY(-50%);
    background: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s;
    z-index: 22;
}
.swap-btn:hover {
    background: #e0e0e0;
}
.btn-search {
    background: #9cd600;
    border: none;
    color: #000;
    font-weight: bold;
    border-radius: 6px;
    padding: 10px 20px;
    cursor: pointer;
    transition: 0.2s;
}
.btn-search:hover {
    background: #8ac000;
}
.passenger-dropdown {
    position: relative;
}
.passenger-box {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    width: 220px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    display: none;
    z-index: 10;
}
.passenger-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
}
.counter {
    display: flex;
    align-items: center;
    gap: 5px;
}
.counter button {
    border: 1px solid #ccc;
    background: none;
    width: 26px;
    height: 26px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
}
.counter span {
    width: 20px;
    text-align: center;
}

.flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day.selected {
    background-color: var(--tg-theme-primary) !important;
    color: var(--tg-common-white) !important;
}

.logo {
    width: 100%;
    max-width: 200px;
    display: block;
}

header .logo-item {
    position: relative;
    bottom: -30px;
}

header .header-sticky .logo-item {
    position: static;
}

.logo-item img {
    width: 100%;
    height: auto;
    display: block;
}

header .header-sticky .logo-item img {
    width: auto;
    max-height: 50px;
    margin: 0 auto;
}

.first-letter-uppercase::first-letter {
    text-transform: uppercase;
}

.flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day.today {
    border: 1px solid var(--tg-border-2);
    color: var(--tg-common-black);
    background-color: var(--tg-common-white);
}

.dropdown.bootstrap-select {
    width: 100% !important;
}

input, select, textarea {
    width: 100%;
    /*border: none;*/
    /*background: var(--tg-grey-3);*/
    background: #f8f9fa;
    border-radius: 8px;
    padding: 9px 17px;
    /*display: flex;*/
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    transition: .3s;
    border: 1px solid #c6c7c8;
}

input:focus, select:focus, textarea:focus,
input:hover, select:hover, textarea:hover {
    background-color: #c6c7c8;
    transition: .3s;
}

.bootstrap-select .dropdown-menu {
    /*height: 286px !important;*/
    /*max-height: 286px !important;*/
    /*min-height: 286px !important;*/
}

.bootstrap-select .dropdown-menu {
    /*max-height: 200px !important;*/
    /*overflow-y: auto !important;*/
}

.bootstrap-select .dropdown-menu .inner {
    /*max-height: 200px !important;*/
    max-height: 240px !important;
    overflow-y: auto !important;
}

.flag-option {
    padding-left: 34px;
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 18px;
}

.flag-us {
    background-image: url("https://flagcdn.com/w20/us.png");
}

.flag-gb {
    background-image: url("https://flagcdn.com/w20/gb.png");
}

.flag-fr  {
    background-image: url("https://flagcdn.com/w20/fr.png");
}

.flag-de {
    background-image: url("https://flagcdn.com/w20/de.png");
}

.flag-ua   {
    background-image: url("assets/img/flag/ua.svg");
}

.flag-bg {
    background-image: url("assets/img/flag/bg.svg");
}

.flag-ro {
    background-image: url("assets/img/flag/ro.svg");
}

.dropdown-menu {
    /*background: #f5f5f5 !important;*/
}

.tgmobile__menu .tg-header-contact-info, .tgmobile__menu .tg-header-contact-info * {
    color: inherit;
    margin: 0;
    justify-content: center;
    text-align: center;
    gap: 8px;
}

.tgmobile__menu .menu {
    text-align: center;
    margin-top: 20px;
}

.tgmobile__menu .menu li {
    text-align: center;
}

.tgmobile__menu-outer {
    padding: 20px;
}

.menu-item.current-menu-item > a {
    color: var(--tg-theme-primary);
}

.sws-overlay-bg {
    position: relative;
    overflow: hidden;
}

.sws-overlay-bg * {
    position: relative;
    z-index: 1;
}

.sws-overlay-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(150,5,165,0.25);*/
    background: rgba(0,0,0,0.15);
    z-index: 0;
}

.mobile-logo {

}

.tg-hero-2-content {
    /*min-height: 800px;*/
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.sws-content {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 150px 15px;
    /*background: rgba(86, 12, 227, 0.75);*/
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5) 25%, rgba(0,0,0,0.5) 75%, rgba(0,0,0,0));
    /*background: linear-gradient(to bottom, rgba(150,5,165,0), rgba(150,5,165,0.75) 25%, rgba(150,5,165,0.75) 75%, rgba(150,5,165,0));*/
    /*background: linear-gradient(to bottom, rgba(86, 12, 227,0), rgba(86, 12, 227,0.75) 25%, rgba(86, 12, 227,0.75) 75%, rgba(86, 12, 227,0));*/
}

.sws-tip-text {
    font-size: 22px;
    font-style: italic;
    font-weight: 700;
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    background: var(--tg-theme-primary);
    text-align: center;
    margin: 0;
}

:root {
    --main-color: #560ce3;
    --main-light: #7d3ff0;
    --main-bg: #f8f5ff;
    --text-dark: #2a2356;
}

.popular-routes {
    /*background: var(--main-bg);*/
    /*background: rgba(248, 245, 255, 0.5);*/
}

.route-card {
    background: linear-gradient(145deg, #ffffff, #f3ecff);
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(86, 12, 227, 0.15);
    padding: 22px;
    /*width: 300px;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 2px solid #eee;
    transition: all 0.3s ease;
    height: 100%;
}

.route-info {
    margin-bottom: 15px;
}

.route-time {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    font-size: 15px;
    color: var(--text-dark);
}

.route-time span:first-child {
    font-weight: bold;
    color: var(--main-color);
    width: 50px;
}

.route-price {
    font-size: 22px;
    font-weight: bold;
    color: var(--main-light);
    margin-bottom: 12px;
    text-align: center;
}

.route-order, .violet-btn {
    cursor: pointer;
    display: inline-block;
    background: var(--main-color);
    color: white;
    text-decoration: none;
    text-align: center;
    padding: 10px 0;
    border-radius: 8px;
    font-weight: 600;
    transition: background 0.3s, transform 0.2s;
    min-height: 41px;
}

.bootstrap-select>.dropdown-toggle, input, select {
    min-height: 41px;
    border: 1px solid #c6c7c8;
}

.route-order:hover {
    background: var(--main-light);
    transform: scale(1.05);
    color: white;
}

.btn-search.violet-btn {
    min-width: 150px;
}

.violet-btn:hover {
    background: var(--main-light);
    color: white;
}

.route-card-item.with-bg * {
    color: #fff !important;
    position: relative;
    z-index: 1;
}

.route-card-item.with-bg .route-card {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.route-card-item.with-bg .route-card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,.25));
}

.sws-align-between {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
}

.sws-list li {
    padding-left: 26px;
    background: url("assets/img/icons/check_icon_violet.svg") no-repeat left 2px/18px;
}

.transport-images {
    display: none;
}

.sws-status-container {
    width: 100%;
    min-height: 500px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 0 0 150px;
}

.trigger-transport-lightbox {
    position: relative;
}

.trigger-transport-lightbox:before {
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    top: 61%;
    left: 41%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
    background: var(--tg-theme-primary) url("assets/img/icons/play_icon.svg") no-repeat center/40%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.tg-testimonial-item {
    min-height: 235px;
}
.sws-route-container {
    max-width: 1000px;
    margin: 0 auto;
}
.sws-route-card {
    border: 1px solid #b9b2eb;
    border-radius: 10px;
    padding: 15px 20px;
    /*width: 280px;*/
    font-family: Arial, sans-serif;
    position: relative;
    background: #fff;
}
.sws-route-card h4 {
    text-align: center;
    margin-bottom: 15px;
}
.sws-route-wrapper {
    position: relative;
    max-height: 250px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.sws-route-card.sws-expanded .sws-route-wrapper {
    max-height: 800px;
}
.sws-route-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sws-route-list li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.sws-flag-line {
    position: relative;
    width: 24px;
    /*margin-right: 10px;*/
    display: flex;
    justify-content: center;
}
.sws-flag-line img {
    width: 20px;
    height: 20px;
    /*border-radius: 50%;*/
    flex-shrink: 0;
}
.sws-flag-line .sws-line {
    position: absolute;
    top: 22px;
    left: 50%;
    width: 1px;
    height: 10px;
    background: repeating-linear-gradient(
            to bottom,
            purple 0,
            purple 4px,
            transparent 4px,
            transparent 8px
    );
    transform: translateX(-50%);
    display: none;
}
.sws-separator-item {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    background: var(--tg-theme-primary);
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
}
.sws-separator-item:before {
    content: '';
    position: absolute;
    top: 16px;
    left: 50%;
    width: 2px;
    height: 10px;
    background: repeating-linear-gradient(
            to bottom,
            purple 0,
            purple 4px,
            transparent 4px,
            transparent 8px
    );
    transform: translateX(-50%);
}
li:last-child .sws-separator-item:before {
    display: none;
}
.sws-route-list li:last-child .sws-flag-line .sws-line {
    display: none;
}
.sws-route-info {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    font-size: 16px;
}
.sws-route-info span:nth-child(1) {
    width: 180px;
}
.sws-route-info span:nth-child(2),
.sws-route-info span:nth-child(3) {
    text-align: right;
    width: 50px;
}
.sws-route-info span:nth-child(2) {
    width: 80px;
}
.sws-blur-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to top, white 0%, transparent);
    transition: opacity 0.3s ease;
}
.sws-route-card.sws-expanded .sws-blur-overlay {
    opacity: 0;
    pointer-events: none;
}
.sws-show-more {
    width: 100%;
    display: block;
}

.sws-content-block.promo {
    margin-top: 32px;
}

.route-card-item {
    min-height: 195px;
}

footer .tg-header-contact-info {
    margin: 0;
    transition: .3s;
}

footer .tg-header-contact-info:hover, footer .tg-header-contact-info,
footer .tg-header-contact-info:hover *, footer .tg-header-contact-info * {
    transition: .3s;
}

footer .tg-header-contact-info + .tg-header-contact-info {
    margin-top: 20px;
}

.sws-footer-logo {
    padding: 20px;
    max-width: 300px;
    background: #fff;
    border-radius: 40px;
}

#booking-form {
    padding-top: 160px;
    margin-top: -160px;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.flatpickr-current-month {
    padding: 0;
}

.phone_number {
    width: 100%;
    display: block;
}

.intl-tel-input {
    width: 100%;
}

.sws-phone-code-input {
    display: none !important;
}

.sws-phone-number-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.sws-phone-code-select {
    width: 110px;
    flex-shrink: 0;
    /*padding-left: 30px;*/
    /*background: #f8f9fa url("https://odessa-bulgaria-bus.com/wp-content/uploads/2025/10/ukraine.svg") no-repeat 7px center/20px;*/
}

/*.sws-phone-code-select option {*/
/*    padding-left: 30px;*/
/*    background: #f8f9fa url("https://odessa-bulgaria-bus.com/wp-content/uploads/2025/10/ukraine.svg") no-repeat 7px center/20px;*/
/*}*/

/*.sws-phone-code-select.sws-flag-ua {*/
/*    background-image: url("https://odessa-bulgaria-bus.com/wp-content/uploads/2025/10/ukraine.svg");*/
/*}*/

/*.sws-phone-code-select.sws-flag-ro {*/
/*    background-image: url("https://odessa-bulgaria-bus.com/wp-content/uploads/2025/10/romania.svg");*/
/*}*/

/*.sws-phone-code-select.sws-flag-bg {*/
/*    background-image: url("https://odessa-bulgaria-bus.com/wp-content/uploads/2025/10/bulgaria.svg");*/
/*}*/

.sws-phone-number-block .mb-3, .sws-phone-number-block .mb-3 > p {
    margin-bottom: 0 !important;
}

.wpcf7-not-valid-tip {
    font-size: 14px !important;
}

.sws-phone-code {
    width: 80px;
    flex-shrink: 0;
}

.sws-phone-number-wrapper > p {
    margin-bottom: 0;
}

/*mqs*/

@media (min-width: 1200px) {
    .menu-item > a:hover {
        color: var(--tg-theme-primary);
    }

    .tg-header-contact-info:hover, .tg-header-contact-info:hover * {
        color: var(--tg-theme-primary) !important;
    }

    .sws-lang a:hover {
        color: #fff !important;
        background: var(--tg-theme-primary) !important;
    }
}

@media (min-width: 768px) {
    .route-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 20px rgba(86, 12, 227, 0.25);
        border-color: var(--main-light);
    }

    .sws-routes-slider {
        width: calc( 100% + 40px );
        padding: 20px;
        margin-left: -20px;
    }

    .route-cards {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        /*background: var(--main-bg);*/
    }

    .route-card-item {
        width: calc( 25% - 15px );
    }

    .swiper-slide {
        height: auto;
    }
}

@media (max-width: 1499px) {
    .tg-hero-2-title {
        font-size: 68px;
    }
}

@media (max-width: 1399px) {
    .route-card-item {
        width: calc(50% - 15px);
    }

    .tg-hero-2-title {
        font-size: 56px;
    }

    .tg-section-su-title {
        font-size: 32px;
    }
}

@media (max-width: 1250px) {
    header .social-links {
        display: none;
    }
}

@media (max-width: 1199px) {
    header .social-links {
        display: flex;
    }

    header .social-links ul li a {
        margin: 0 !important;
        background: var(--tg-theme-primary) !important;
        color: #fff !important;
        border-radius: 50% !important;
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
        font-size: 14px !important;
    }

    .tg-hero-2-title {
        font-size: 48px;
    }

    .tg-section-su-title {
        font-size: 28px;
    }

    .tgmobile__menu .menu li {
        margin-top: 10px;
    }

    .tgmobile__menu .menu li a {
        font-size: 18px;
    }

    .tgmobile__menu .tg-header-contact-info {
        margin-top: 20px;
    }

    header .logo-item {
        bottom: 0;
    }
}

@media (max-width: 1023px) {
    .sws-route-info span:nth-child(1) {
        width: 80px;
    }

    h3 {
        font-size: 20px;
    }

    .tg-hero-2-title {
        font-size: 22px;
    }

    .tg-hero-2-content {
        min-height: 400px;
    }

    .sws-tip-text {
        font-size: 15px;
        padding: 10px;
        margin-top: 15px;
    }

    .pb-130 + .pt-130 {
        padding-top: 0 !important;
    }

    .tg-section-su-title {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
	.tg-cta-content {
        margin-left: 0;
    }
	
    /*.sws-phone-number-block .mb-3 {*/
    /*    margin-bottom: 1rem !important;*/
    /*}*/

    /*.sws-phone-code-select {*/
    /*    width: 100%;*/
    /*}*/

    /*.sws-phone-number-block {*/
    /*    flex-flow: column;*/
    /*    gap: 0;*/
    /*}*/

    footer {
        text-align: center;
    }

    .sws-footer-logo{
        max-width: 220px;
        margin: 0 auto 20px;
    }

    footer .tg-footer-social {
        justify-content: center;
    }

    footer .tg-header-contact-info {
        justify-content: center;
    }

    footer .tg-footer-top .row > div + div {
        margin-top: 24px;
    }

    .tg-testimonial-item.md-center {
        text-align: center;
    }

    .tg-testimonial-item.md-center img {
        margin: 0 auto 10px;
        display: block;
    }

    .tg-cta-block {
        text-align: center;
    }

    .tg-testimonial-avatar-content h5 {
        font-size: 16px;
    }

    .sws-content-block.promo {
        margin-top: 0;
    }

    .tg-cta-wrap {
        padding: 40px 25px;
    }

    .mb-40 {
        margin-bottom: 20px !important;
    }

    .sws-route-container > div + div {
        margin-top: 24px;
    }

    .sws-route-info {
        font-size: 14px;
    }

    .sws-route-info span:nth-child(1) {
        width: 100px;
    }

    .tg-testimonial-su-2 .tg-testimonial-item {
        padding-left: 25px;
        padding-right: 25px;
    }

    .tg-cta-space {
        margin-top: 0;
    }

    .trigger-transport-lightbox:before {
        width: 80px;
        height: 80px;
    }

    .pt-130 {
        padding-top: 50px !important;
    }

    .pb-130 {
        padding-bottom: 50px !important;
    }

    .swiper-container {
        width: 100vw;
        max-width: 100vw !important;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        padding: 0 20px;
    }

    .sws-routes-wrapper + .sws-routes-wrapper {
        margin-top: 20px;
    }

    .tg-section-su-title {
        font-size: 24px;
    }

    .route-card {
        box-shadow: none;
    }

    .sws-tip-text {
        font-size: 15px;
        padding: 10px;
        margin-top: 15px;
    }

    .tg-hero-2-content {
        min-height: 350px;
    }

    .sws-content {
        padding: 10px 15px 50px 15px;
    }

    .tg-hero-2-content {
        border-radius: 15px;
    }

    body {
        /*padding: 10px;*/
    }
    .search-box {
        flex-direction: column;
        align-items: stretch;
    }
    .swap-btn {
        position: static;
        transform: none;
        align-self: center;
        margin: 5px 0;
    }
    .btn-search {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .sws-flex-nowrap.row > * {
        flex-shrink: 1;
    }

    .sws-flex-nowrap {
        flex-wrap: nowrap;
    }

    .first-block {
        width: 100vw;
        max-width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        z-index: 3;
    }

    .first-block .container-fluid {
        padding: 0;
    }

    .tg-hero-2-content {
        border-radius: 0 0 15px 15px;
    }
}

.select-search {
    position: relative;
}
.select-search input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 8px 10px 8px 32px;
    font-size: 15px;
}
.options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 20;
    display: none;
    max-height: 200px;
    overflow-y: auto;
}
.options div {
    padding: 6px 10px;
    cursor: pointer;
}
.options div:hover {
    background: #f2f2f2;
}

.white-popup-block {
    min-height: 150px;
    min-width: 200px;
    background: #fff;
    padding: 25px 30px;
    text-align: left;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.mfp-bg {
    opacity: 0.85 !important;
}

textarea {
    height: 100px;
    resize: vertical;
}

.hidden {
    display: none;
}

.wpcf7-form br {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tg-cta-content {
        margin: 20px auto 20px 40px;
    }
}

@media (max-width: 767px) {
	.tg-cta-content {
        margin-left: 0;
    }
}