/*-------------------------------------------------------------
[Master Stylesheet]

Project: TransX Wordpress Theme
[Table of contents]

1.  General
2.  Icons
3.  OWL Carousel
4.  Menu Mobile
5.  Tag Line
6.  Header
7.  Footer
8.  Prefooter
9.  Widgets
10. Typography
11. Page Title
12. Single Post
13. Sidebar Widgets
14. Single Donation
15. Blog Listing
16. 404 Error Page
17. Standard Blog Listings
18. Elementor Main Styles
19. Responsive
--------------------------------------------------------------*/

/* ----------------------------- */
/* ---------- General ---------- */
/* ----------------------------- */
html,
body {
    padding: 0;
    margin: 0;
}

body {
    min-height: 100vh;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    letter-spacing: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

body.body--static {
    height: 100%;
    overflow: hidden;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a:hover {
    text-decoration: none;
}

p a,
body .elementor p a {
    text-decoration: underline;
}

p a:hover,
body .elementor p a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 1.7rem;
}

p:last-of-type {
    margin-bottom: 0;
}

::selection {
    color: #696e76;
    background-color: #99d6cb
}

.transx_page-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden
}

img {
    max-width: 100%;
    display: block;
}

button,
button:active,
button:focus {
    outline: none;
}

main.transx_main {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px
    }
}

.transx_align-container {
    display: table;
    width: 100%
}

.transx_align-container__item {
    display: table-cell;
    vertical-align: middle
}

.transx_img--bg,
.elementor img.transx_img--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    font-family: "object-fit: cover; object-position: top center";
    z-index: -1
}

.transx_img--contain,
.elementor img.transx_img--contain {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    font-family: "object-fit: contain; object-position: center center";
    z-index: -1
}

.transx_img--layout {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none
}

.transx_button {
    display: inline-block;
    text-align: center;
    padding: 13px 40px 14px;
    border: solid 2px;
    border-radius: 0 0 15px 0;
    letter-spacing: 0;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.transx_button:hover {
    -webkit-box-shadow: 0 20px 38px rgba(0, 0, 0, .16);
    box-shadow: 0 20px 38px rgba(0, 0, 0, .16)
}

.transx_button--primary {
    border: 2px solid;
    background: transparent;
}

.transx_button--squared {
    border-radius: 0;
    width: 260px;
    padding: 0 30px 0 30px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.transx_button--squared:hover {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-box-shadow: none;
    box-shadow: none
}

.transx_button--squared span {
    display: inline-block;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.transx_button--squared:hover span {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

form input,
form textarea {
    -webkit-appearance: none
}

.form__field,
body #give_checkout_user_info p input,
body form[id*=give-form] .give-donation-levels-wrap + fieldset + div p input[type="text"],
body form[id*=give-form] .give-donation-levels-wrap + fieldset + div p input[type="email"],
.wp-block-search input[type="search"],
input[type="password"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="date"] {
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    border: 1px solid;
    padding: 0 20px;
    margin-bottom: 20px;
    box-shadow: none;
    border-radius: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    outline: 0
}

.form__field::placeholder,
body #give_checkout_user_info p input::placeholder,
body form[id*=give-form] .give-donation-levels-wrap + fieldset + div p input[type="text"]::placeholder,
body form[id*=give-form] .give-donation-levels-wrap + fieldset + div p input[type="email"]::placeholder,
.wp-block-search input[type="search"]::placeholder,
input[type="password"]::placeholder,
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="date"]::placeholder {
    color: #767f7f;
}

body #give_checkout_user_info p input,
body form[id*=give-form] .give-donation-levels-wrap + fieldset + div p input[type="text"],
body form[id*=give-form] .give-donation-levels-wrap + fieldset + div p input[type="email"] {
    margin-bottom: 0;
}

textarea,
.form__message {
    width: 100%;
    height: 195px;
    padding: 9px 20px;
    border: 1px solid;
    font-size: 14px;
    line-height: 30px;
}

.transx_bg_color_alt textarea,
.transx_bg_color_alt .form__message {
    border: none;
}

.transx_member_form textarea {
    height: 150px;
}

input[type="submit"],
.wp-block-search button[type="submit"] {
    display: inline-flex;
    align-items: center;
    height: 50px;
    font-size: 13px;
    line-height: 46px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    background: transparent;
    padding: 0 32px;
    letter-spacing: 0;
    text-decoration: none;
    border: 2px solid;
    border-radius: 0 0 15px 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

input[type="submit"]:hover,
.wp-block-search button[type="submit"]:hover {
    -webkit-box-shadow: 0 20px 38px rgba(0, 0, 0, .16);
    box-shadow: 0 20px 38px rgba(0, 0, 0, .16)
}

input[type="submit"]:focus,
input[type="submit"]:active,
input[type="password"]:focus,
input[type="password"]:active,
textarea:focus,
textarea:active {
    outline: none;
}

input[type="password"]:focus,
input[type="password"]:active {
    background: transparent;
}

.elementor-widget-html input[type="text"],
.elementor-widget-html input[type="email"],
.elementor-widget-html input[type="tel"] {
    margin-bottom: 0;
}

.elementor-widget-html .transx_home_request_quote input[type="text"],
.elementor-widget-html .transx_home_request_quote input[type="email"],
.elementor-widget-html .transx_home_request_quote input[type="tel"],
.elementor-widget-html .transx_home_request_quote .transx_truckload_type_select,
.elementor-widget-shortcode .transx_home_request_quote input[type="text"],
.elementor-widget-shortcode .transx_home_request_quote input[type="email"],
.elementor-widget-shortcode .transx_home_request_quote input[type="tel"],
.elementor-widget-shortcode .transx_home_request_quote .transx_truckload_type_select {
    margin-bottom: 20px;
}

.transx_home_request_quote input[type="submit"] {
    width: 100%;
    height: 55px;
    display: block;
    text-align: center;
}

.transx_home_request_quote .ajax-loader,
.transx_alt_quote_form .ajax-loader {
    display: none !important;
}

.transx_checkbox_block {
    margin-top: 6px;
    margin-bottom: 17px;
}

.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
    margin: 0;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0 1em;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
    line-height: 1.7;
}

.wpcf7-checkbox label,
.wpcf7-radio label {
    margin: 0 30px 20px 0;
}

.transx_checkbox_label {
    cursor: pointer;
    padding-left: 30px;
    margin: 0 30px 20px 0;
    position: relative;
}

.wpcf7-checkbox label span,
.wpcf7-radio label span {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    padding-left: 30px;
    position: relative;
}

.transx_checkbox_label .transx_checkbox_text {
    font-size: 14px;
    font-weight: 500;
}

.transx_checkbox_label input[type="checkbox"],
.transx_checkbox_label input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 6px;
    left: 0;
    z-index: -1;
}

.transx_checkbox_label .transx_checkbox_mask,
.wpcf7-checkbox label span:before {
    height: 20px;
    width: 20px;
    border: 2px solid #e2e2e2;
    position: absolute;
    top: 5px;
    left: 0;
    -webkit-transition: background .3s;
    transition: background .3s;
}

.wpcf7-checkbox label span:before {
    content: '';
    top: -1px;
}

.transx_checkbox_label .transx_checkbox_mask:after,
.wpcf7-checkbox label span:after {
    content: '';
    width: 6px;
    height: 10px;
    display: block;
    border-top: solid 2px;
    border-left: solid 2px;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    top: 2px;
    left: 5px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    z-index: 5;
}

.wpcf7-checkbox label span:after {
    left: 7px;
}

.wpcf7-checkbox label input[type="checkbox"]:checked + span:before,
.transx_checkbox_label input[type="checkbox"]:checked + .transx_checkbox_mask {
    border-color: #00997d;
}

.wpcf7-checkbox label input[type="checkbox"]:checked + span:after,
.transx_checkbox_label input[type="checkbox"]:checked + .transx_checkbox_mask:after {
    opacity: 1;
}

.transx_checkbox_label .transx_radio_mask,
.wpcf7-radio label span:before {
    height: 20px;
    width: 20px;
    border: 2px solid #e2e2e2;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    -webkit-transition: background .3s;
    transition: background .3s;
}

.wpcf7-radio label span:before {
    content: '';
}

.wpcf7-radio label span:after,
.transx_checkbox_label .transx_radio_mask:after {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    background: #00997d;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) scale(0);
    -ms-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
    opacity: 0;
}

.wpcf7-radio label span:after {
    left: 5px;
    -webkit-transform: translate(0,-50%) scale(0);
    -ms-transform: translate(0,-50%) scale(0);
    transform: translate(0,-50%) scale(0);
}

.wpcf7-radio label input[type="radio"]:checked + span:before,
.transx_checkbox_label input[type="radio"]:checked + .transx_radio_mask {
    border: 2px solid #00997d;
}

.wpcf7-radio label input[type="radio"]:checked + span:after,
.transx_checkbox_label input[type="radio"]:checked + .transx_radio_mask:after {
    -webkit-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
}

.wpcf7-radio label input[type="radio"]:checked + span:after {
    -webkit-transform: translate(0,-50%) scale(1);
    -ms-transform: translate(0,-50%) scale(1);
    transform: translate(0,-50%) scale(1);
}

.comment-form-cookies-consent label {
    display: inline-block;
}

#wp-comment-cookies-consent {
    display: inline-block;
    margin-right: 10px;
}

.comment-form-cookies-consent {
    overflow: hidden;
    margin: 0 0 22px;
    position: relative;
}

.comment-form-cookies-consent input[type="checkbox"]:checked,
.comment-form-cookies-consent input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.comment-form-cookies-consent label {
    display: inline-block;
    font-size: 16px;
    line-height: 19px;
}

.comment-form-cookies-consent input[type="checkbox"]:checked + label:before,
.comment-form-cookies-consent input[type="checkbox"]:not(:checked) + label:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    border: solid 2px #e2e2e2;
    margin-top: 1px;
    margin-right: 13px;
    cursor: pointer;
    vertical-align: text-top;
    position: static;
}

.comment-form-cookies-consent input[type="checkbox"]:checked + label:before {
    content: '\f00c';
    font-family: FontAwesome, sans-serif;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}

.transx_hidden_container {
    display: none;
}

.elementor-editor-active .elementor-section:hover,
.elementor-editor-active .elementor-column:hover {
    z-index: 30010;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

img.alignnone {
    margin: 29px 0 0 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    clear: both;
}

.alignfull,
div.alignfull,
.alignwide,
div.alignwide,
.aligncenter,
div.aligncenter {
    margin: 5px auto 1em auto;
}

.wp-block-image figcaption {
    margin-top: 1em;
}

.wp-block-cover, .wp-block-cover-image {
    margin-bottom: 15px;
}

p.has-drop-cap:not(:focus):first-letter {
    float:left;
    font-size: 3em;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 15px 0;
    text-transform:uppercase;
    font-style:normal;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.dn {
    display: none !important;
}

.wp-caption {
    max-width: 100% !important;
    text-align: center;
}

.sticky, .gallery-caption, .bypostauthor {

}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 10px 4px;
}

.wp-block-cover p:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) strong,
.wp-block-cover-text {
    color: #ffffff;
}

mark {
    padding: 2px 3px 3px 1px;
    background: #99d6cb;
}

.list--reset {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.wp-block-button__link {
    padding: 14px 40px;
    margin-bottom: 25px;
}

.wp-block-button__link:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, .16);
}

.transx_blog_content_wrapper ul.wp-block-gallery,
.transx_blog_content_wrapper ul.wp-block-gallery li,
.transx_page_content_wrapper ul.wp-block-gallery,
.transx_page_content_wrapper ul.wp-block-gallery li {
    padding: 0;
}

.wp-block-gallery.alignleft {
    margin-right: 20px;
}

.wp-block-gallery.alignright {
    margin-left: 20px;
}

.wp-block-spacer {
    clear: both;
}

.transx_blog_content_wrapper ul.wp-block-categories-list,
.transx_blog_content_wrapper ul.wp-block-latest-posts,
.transx_blog_content_wrapper ol.wp-block-latest-comments,
.transx_page_content_wrapper ul.wp-block-categories-list,
.transx_page_content_wrapper ul.wp-block-latest-posts,
.transx_page_content_wrapper ol.wp-block-latest-comments {
    padding-left: 0;
}

.transx_blog_content_wrapper ul.wp-block-categories-list li,
.transx_blog_content_wrapper ul.wp-block-latest-posts li,
.transx_page_content_wrapper ul.wp-block-categories-list li,
.transx_page_content_wrapper ul.wp-block-latest-posts li {
    list-style: none;
}

body .transx_blog_content_wrapper ul.wp-block-latest-posts li {
    margin-bottom: 23px;
}

.transx_blog_content_wrapper ul.wp-block-latest-posts li a,
.transx_page_content_wrapper ul.wp-block-latest-posts li a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .2px;
    font-weight: 500;
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    display: block;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #003d90;
    margin-top: 13px;
}

.wp-block-separator {
    width: 50%;
}

.wp-block-separator.is-style-wide,
.wp-block-separator.is-style-dots {
    width: 100%;
}

.gallery .gallery-item img {
    margin: 0 auto;
}

.transx_sticky_post {
    position: relative;
}

.transx_sticky_post:after {
    content: '\f08d';
    width: 50px;
    height: 50px;
    /*background: #ffffff;*/
    /*border: solid 1px #e2e2e2;*/
    /*border-radius: 50%;*/
    font-family: FontAwesome, sans-serif;
    font-size: 26px;
    line-height: 50px;
    text-align: center;
    /*margin: -25px -25px 0 0;*/
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10;
}

.transx_page_content_container table th,
.transx_page_content_container table td,
.transx_blog_content_container table th,
.transx_blog_content_container table td {
    border: solid 1px;
    padding: 5px;
}

.transx_page_content_container table td,
.transx_blog_content_container table td {
    padding: 8px;
}

.transx_page_content_container table td a {
    font-weight: 700;
}

.page-link:hover {
    background: none;
}

table {
    width: 100%;
    margin: 1.5rem 0;
}

.transx_blog_content_wrapper figure iframe,
.transx_page_content_container figure iframe {
    max-width: 100%;
}

figcaption {
    margin-bottom: 1rem;
}

.blocks-gallery-item figcaption {
    margin-bottom: 0;
}

.wp-block-quote,
blockquote {
    font-size: 20px;
    font-style: normal;
    padding-left: 70px !important;
    position: relative;
}

.wp-block-quote:before,
blockquote:before {
    content: '“';
    font-size: 100px;
    line-height: 80px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 30px;
}

.wp-block-quote.has-text-align-right {
    padding: 0 70px 0 0 !important;
}

.wp-block-quote.has-text-align-right:before {
    left: auto;
    right: 0;
}

.wp-block-pullquote {
    position: relative;
    margin-top: 30px;
}

.wp-block-pullquote blockquote {
    padding: 0 !important;
}

.wp-block-pullquote blockquote:before {
    display: none;
}

.wp-block-pullquote:before {
    content: '“';
    font-size: 100px;
    line-height: 80px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wp-block-pullquote.has-background {
    padding-top: 5em;
}

.wp-block-pullquote.has-background:before {
    top: 30px;
}

.wp-block-latest-posts.is-grid li {
    margin: 0 20px 10px 0;
}

.wp-block-latest-posts.is-grid.has-dates li {
    margin: 0 20px 20px 0;
}

.wp-block-group.has-background {
    padding: 30px;
    margin-bottom: 40px;
}

.wp-block-button.is-style-squared .wp-block-button__link,
.wp-block-button__link.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
}

body .wp-block-file .wp-block-file__button {
    border-radius: 0;
    position: relative;
    top: -2px;
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
    height: auto;
}

ol li ul,
ul li ol,
ul li ul,
ol li ol {
    margin-top: 10px;
}

.transx_no_result_search_form {
    position: relative;
}

.transx_no_result_search_form input {
    padding: 0 20px 0 48px;
    margin-bottom: 0;
}

.transx_no_result_search_form .transx_icon_search {
    line-height: 1;
    cursor: pointer;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    left: 23px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.nojq {
    position: fixed;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    padding-top: 0;
}

.gallery .gallery-item img,
.wp-block-image img,
p img {
    height: auto;
}

.wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item {
    margin-bottom: 16px;
}

#gallery-1 .gallery-caption {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
}

code {
    display: block;
    white-space: pre;
    color: inherit;
    overflow: auto;
}

.transx_z_index_10 {
    z-index: 10;
}

/* --------------------------- */
/* ---------- Icons ---------- */
/* --------------------------- */
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor
}

.icon-bag {
    font-size: 1.6rem;
    width: .8em
}

.icon-blood {
    font-size: 51.2rem;
    width: 1em
}

.icon-bootstrap {
    font-size: 3.2rem;
    width: 5.4375em
}

.icon-bread {
    font-size: 51.2rem;
    width: 1em
}

.icon-charity {
    font-size: 51.2rem;
    width: 1em
}

.icon-check {
    font-size: 48.888rem;
    width: 1em
}

.icon-church {
    font-size: 51.2rem;
    width: 1em
}

.icon-clock {
    font-size: 2.4rem;
    width: 1em
}

.icon-close {
    font-size: 4.797rem;
    width: 1em
}

.icon-comment {
    font-size: 51rem;
    width: 1em
}

.icon-donate-1 {
    font-size: 51.2rem;
    width: 1em
}

.icon-donation {
    font-size: 51.2rem;
    width: 1em
}

.icon-envelope {
    font-size: 48.33rem;
    width: 1em
}

.icon-gulp {
    font-size: 4.6rem;
    width: 1.65217em
}

.icon-jquery {
    font-size: 3.8rem;
    width: 3.52632em
}

.icon-location-pin {
    font-size: 47.7rem;
    width: 1em
}

.icon-logo {
    font-size: 64.1rem;
    width: .83619em
}

.icon-man {
    font-size: 51.2rem;
    width: 1em
}

.icon-node {
    font-size: 4.4rem;
    width: 3.43182em
}

.icon-phone-call {
    font-size: 47.381rem;
    width: 1em
}

.icon-placeholder {
    font-size: 2.4rem;
    width: 1em
}

.icon-previous {
    font-size: 1.6rem;
    width: 1em
}

.icon-question {
    font-size: 3.1357rem;
    width: 1em
}

.icon-remove {
    font-size: 34.8334rem;
    width: 1em
}

.icon-share {
    font-size: 48.16rem;
    width: 1em
}

.icon-shirt {
    font-size: 51.2rem;
    width: 1em
}

.icon-warning {
    font-size: 48.942rem;
    width: 1em
}

/* ---------------------------------- */
/* ---------- OWL Carousel ---------- */
/* ---------------------------------- */
.transx_owlCarousel {
    opacity: 0;
    position: relative;
}

.transx_owlCarousel.owl-theme .owl-nav {
    width: 100%;
    height: 19px;
    margin-top: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.transx_owlCarousel.owl-theme .owl-nav [class*="owl-"] {
    width: 20px;
    height: 19px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.transx_owlCarousel.owl-theme .owl-nav [class*="owl-"]:hover {
    opacity: .5;
}

.transx_owlCarousel .owl-prev {
    background: url("../img/arrow_left.png") no-repeat center !important;
    background-size: 20px 19px !important;
    left: 40px;
}

.transx_owlCarousel .owl-next {
    background: url("../img/arrow_right.png") no-repeat center !important;
    background-size: 20px 19px !important;
    right: 40px;
}

body .owl-carousel {
    display: block;
}

/* ------------------------------- */
/* ---------- Preloader ---------- */
/* ------------------------------- */
.transx_preloader_container {
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 50000;
}

.transx_preloader_container.invisible {
    opacity: 0;
}

.transx_preloader_logo {
    animation: pulsation 1s infinite;
    position: absolute;
    top: 50%;
    left: 50%;
}

body.admin-bar .transx_preloader_logo {
    margin-top: 32px;
}

@keyframes pulsation {
    0% {
        transform: translate(-50%, -50%) scale(1);
        animation-timing-function: ease-in-out;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.2);
        animation-timing-function: ease-in-out;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        animation-timing-function: ease-in-out;
    }
}

/* --------------------------------- */
/* ---------- Menu Mobile ---------- */
/* --------------------------------- */
.transx_menu_dropdown {
    display: initial;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 500;
    background: rgba(0, 0, 0, .3);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media only screen and (min-width: 992px) {
    .menu-dropdown {
        display: none
    }
}

.menu-dropdown--active {
    visibility: visible;
    opacity: 1
}

.transx_menu_dropdown_inner {
    position: fixed;
    width: auto;
    height: 100%;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.menu-dropdown--active .transx_menu_dropdown_inner {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@media only screen and (min-width: 1024px) {
    .menu-dropdown--active .transx_menu_dropdown_inner {
        display: none;
    }
}

.transx_screen {
    position: relative;
    width: 320px;
    min-height: 100%;
    padding: 100px 15px 50px 15px;
    background-color: #1e252b
}

.transx_mobile_menu_container .quadmenu-navbar-nav > li,
.transx_mobile_menu_container .transx_main-menu > li {
    margin-bottom: 0;
}

.transx_mobile_menu_container .quadmenu-navbar-nav > li > a,
.transx_mobile_menu_container .transx_main-menu > li > a,
body .transx_mobile_menu_container .quadmenu-navbar-nav > li .quadmenu-dropdown-menu ul > li > a,
.transx_mobile_menu_container .transx_main-menu .sub-menu > li > a {
    color: #FFFFFF;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}

.transx_mobile_menu_container .quadmenu-navbar-nav > li.current-menu-ancestor > a,
.transx_mobile_menu_container .transx_main-menu > li.current-menu-ancestor > a,
body .transx_mobile_menu_container .quadmenu-navbar-nav > li .quadmenu-dropdown-menu ul > li.current-menu-item > a,
.transx_mobile_menu_container .transx_main-menu .sub-menu > li.current-menu-item > a {
    color: #a3a3a3;
    position: relative;
}

body .transx_mobile_menu_container .quadmenu-navbar-nav > li.quadmenu-item-type-mega .quadmenu-dropdown-menu {
    padding: 0;
}

body .transx_mobile_menu_container .quadmenu-navbar-nav > li .quadmenu-dropdown-menu ul > li.current-menu-item > a:after,
.transx_mobile_menu_container .transx_main-menu .sub-menu > li.current-menu-item > a:after {
    width: 30px;
}

.transx_screen .transx_screen_socials {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.transx_screen .transx_screen_socials a {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: rgba(255, 255, 255, .87);
}

.transx_screen .transx_header_button {
    display: block;
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    padding: 26px 50px;
    margin: 16px 0 0;
}

/* -------------------------------- */
/* ---------- Side Panel ---------- */
/* -------------------------------- */
.transx_aside-dropdown {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 40000;
    background-color: rgba(0, 0, 0, .4);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

body.admin-bar .transx_aside-dropdown {
    top: 32px;
}

.transx_aside-dropdown__close {
    cursor: pointer;
    position: absolute;
    left: 25px;
    top: 12px;
    padding: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media only screen and (min-width: 1200px) {
    .transx_aside-dropdown__close {
        left: 36px;
    }
}

@media only screen and (min-width: 1367px) {
    .transx_aside-dropdown__close {
        top: 32px;
    }
}

.transx_aside-dropdown__close:hover {
    opacity: .7;
}

.transx_aside-dropdown__inner {
    position: relative;
    width: 320px;
    min-height: 100%;
    -webkit-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    transform: translateX(-320px);
    padding: 110px 0 120px;
    background-color: #f9f7f6;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .3);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.transx_aside-dropdown__item:first-of-type,
.transx_aside-dropdown__item:nth-of-type(2) {
    padding: 0 60px;
}

.transx_aside-dropdown__item:nth-of-type(2) {
    margin-top: 35px;
}

.transx_aside-dropdown__item:nth-of-type(3) {
    padding: 0 60px;
    margin-top: 50px;
}

.transx_aside-dropdown__inner .transx_aside-menu a {
    display: inline-block;
    position: relative;
}

.transx_aside-dropdown__inner .transx_aside-menu a:after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -6px;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.transx_aside-dropdown__inner .transx_aside-menu a:hover:after {
    width: 30px;
}

.transx_aside-dropdown .transx_header_button {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    padding: 25px 30px;
}

.transx_aside-dropdown--active,
.transx_aside_dropdown_open {
    opacity: 1;
    visibility: visible;
}

.transx_aside-dropdown--active .transx_aside-dropdown__inner,
.transx_aside_dropdown_open .transx_aside-dropdown__inner {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.transx_aside-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.transx_aside-menu li:not(:last-of-type) {
    margin-bottom: 20px;
}

.transx_aside-menu li a:hover {
    text-decoration: none;
}

.transx_aside-inner {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.transx_aside-inner__title {
    font-size: 11px;
    line-height: 25px;
    font-weight: 400;
    text-transform: uppercase;
    color: #a9aeb3;
    margin-bottom: 3px;
}

.transx_aside-inner:first-of-type {
    margin-top: 50px;
}

.transx_aside-inner:not(:last-of-type) {
    margin-bottom: 17px;
}

.transx_aside-inner a {
    margin-bottom: 5px;
}

.transx_aside-socials,
.transx_top-bar .transx_header_socials {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
    margin: 0;
    margin-top: 45px;
    list-style: none;
}

.transx_top-bar .transx_header_socials li:not(:last-of-type),
.transx_aside-socials li:not(:last-of-type) {
    margin-right: 8px
}

.transx_aside-dropdown__inner .transx_aside-socials a {
    width: 39px;
    height: 39px;
    display: inline-block;
    border: solid 1px #646a71;
    border-radius: 50%;
    line-height: 37px;
    text-align: center;
}

.transx_aside-dropdown__inner .transx_aside-socials a .fa {
    font-family: 'FontAwesome', sans-serif !important;
}

.transx_aside-dropdown .transx_button {
    padding: 31px 30px 32px 30px;
    font-size: 14px;
}

.transx_side_panel_button {
    width: 24px;
    height: 24px;
    margin-right: 62px;
    cursor: pointer;
    position: relative;
}

.transx_side_panel_button .transx_side_panel_button_point {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #3f3f3f;
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.transx_transparent_header_on .transx_side_panel_button .transx_side_panel_button_point {
    background: #ffffff;
}

.transx_transparent_header_on.transx_visible_transparent_on_scroll .transx_side_panel_button .transx_side_panel_button_point {
    background: #3f3f3f;
}

.transx_side_panel_button .transx_side_panel_button_point.transx_point_1,
.transx_side_panel_button .transx_side_panel_button_point.transx_point_2,
.transx_side_panel_button .transx_side_panel_button_point.transx_point_3 {
    top: 0;
}

.transx_side_panel_button .transx_side_panel_button_point.transx_point_4,
.transx_side_panel_button .transx_side_panel_button_point.transx_point_6 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.transx_side_panel_button .transx_side_panel_button_point.transx_point_7,
.transx_side_panel_button .transx_side_panel_button_point.transx_point_8,
.transx_side_panel_button .transx_side_panel_button_point.transx_point_9 {
    bottom: 0;
}

.transx_side_panel_button .transx_side_panel_button_point.transx_point_1,
.transx_side_panel_button .transx_side_panel_button_point.transx_point_4,
.transx_side_panel_button .transx_side_panel_button_point.transx_point_7 {
    left: 0;
    z-index: 2;
}

.transx_side_panel_button .transx_side_panel_button_point.transx_point_2,
.transx_side_panel_button .transx_side_panel_button_point.transx_point_8 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.transx_side_panel_button .transx_side_panel_button_point.transx_point_3,
.transx_side_panel_button .transx_side_panel_button_point.transx_point_6,
.transx_side_panel_button .transx_side_panel_button_point.transx_point_9 {
    right: 0;
    z-index: 1;
}

.transx_side_panel_button .transx_side_panel_button_point.transx_point_5 {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.transx_side_panel_off > .transx_dropdown-trigger {
    display: none !important;
}

.transx_hamburger {
    margin-right: 80px;
    position: relative;
    top: 2px;
    display: inline-block;
    height: 16px;
    width: 30px;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.transx_hamburger:hover {
    opacity: .7
}

.transx_hamburger-inner {
    display: block;
    top: 9px;
    margin-top: -2px;
    width: 24px
}

.transx_hamburger-inner::before {
    width: 30px
}

.transx_hamburger-inner::after {
    width: 19px;
    right: -4px
}

.transx_hamburger-inner,
.transx_hamburger-inner::after,
.transx_hamburger-inner::before {
    height: 2px;
    background-color: #333;
    position: absolute;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.transx_hamburger-inner::after,
.transx_hamburger-inner::before {
    content: "";
    display: block
}

.transx_hamburger-inner::before {
    top: -6px
}

.transx_hamburger-inner::after {
    bottom: -6px
}

.transx_hamburger.is-active .transx_hamburger-inner {
    width: 30px
}

.transx_hamburger.is-active .transx_hamburger-inner::after {
    right: 0;
    width: 30px
}

.transx_transparent_header_on .transx_hamburger-inner,
.transx_transparent_header_on .transx_hamburger-inner::after,
.transx_transparent_header_on .transx_hamburger-inner::before {
    background: #fff
}

.transx_transparent_header_on.transx_visible_transparent_on_scroll .transx_hamburger-inner,
.transx_transparent_header_on.transx_visible_transparent_on_scroll .transx_hamburger-inner::after,
.transx_transparent_header_on.transx_visible_transparent_on_scroll .transx_hamburger-inner::before {
    background: #333;
}

.transx_aside-dropdown__inner .transx_aside_insta_container {
    padding: 0 5px;
    margin-top: 50px;
}

.transx_aside-dropdown__inner .transx_aside_insta_container a h3,
.transx_aside-dropdown__inner .transx_aside_insta_container h4 {
    color: #ffffff;
}

.transx_aside-dropdown__inner .transx_aside_insta_container h4 {
    font-size: 22px;
    margin: 0 10px 20px;
    position: relative;
}

.transx_aside-dropdown__inner .transx_aside_insta_container h4:after {
    content: '\f16d';
    font-family: FontAwesome, sans-serif;
    font-size: 22px;
    position: absolute;
    top: 3px;
    right: 0;
}

.transx_aside-dropdown__inner .transx_aside_insta_container #sb_instagram .sbi_photo:after,
.transx_aside-dropdown__inner .transx_aside_insta_container .sb_instagram .sbi_photo:after,
.transx_aside-dropdown__inner .transx_aside_insta_container #sb_instagram .sbi_photo_wrap:before,
.transx_aside-dropdown__inner .transx_aside_insta_container .sb_instagram .sbi_photo_wrap:before {
    display: none !important;
}

/* ------------------------------ */
/* ---------- Tag Line ---------- */
/* ------------------------------ */
.transx_tagline_socials {
    display: inline-flex;
    font-size: 20px;
}

.transx_tagline_socials li:not(:last-of-type) {
    margin-right: 15px;
}

.transx_lower-menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.transx_lower-menu li:not(:last-of-type) {
    margin-right: 36px;
}

.transx_lower-menu li {
    position: relative;
}

.transx_lower-menu li:after {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    position: absolute;
    top: -8px;
    left: 0;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

.transx_lower-menu li:hover:after {
    width: 100%;
}

/*.transx_lower-menu li:not(:first-of-type):before {*/
    /*content: '';*/
    /*width: 20px;*/
    /*height: 1px;*/
    /*background: #ffffff;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: -37px;*/
/*}*/

/* ---------------------------- */
/* ---------- Header ---------- */
/* ---------------------------- */
.transx_page-header.transx_page-header--fixed {
    top: 0;
    padding: 17px 0;
    -webkit-box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .04);
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .04)
}

@media only screen and (min-width: 768px) {
    .transx_page-header.transx_page-header--fixed {
        padding: 6px 0
    }
}

@media only screen and (min-width: 1366px) {
    .transx_page-header.transx_page-header--fixed {
        padding: 6px 0 6px 25px
    }
}

body.admin-bar .transx_header,
body.admin-bar .transx_page-header.transx_page-header--fixed {
    top: 32px;
}

.transx_header.transx_side_panel_off:before {
    display: none;
}

.transx_header.transx_transparent_header_on:before {
    opacity: 0;
}

.transx_header.transx_transparent_header_on.transx_visible_transparent_on_scroll:before {
    opacity: 1;
}

/* --------------------- */
/* --- Header Type 1 --- */
/* --------------------- */
.transx_page-header {
    position: fixed;
    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;
    top: 0;
    left: 0;
    min-height: 70px;
    width: 100%;
    z-index: 30000;
    padding: 17px 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.single-product .transx_page-header {
    z-index: 1000;
}

.transx_page-header.transx_sticky_header_off {
    position: absolute;
}

@media only screen and (min-width: 768px) {
    .transx_page-header {
        padding: 10px 0
    }
}

@media only screen and (min-width: 1200px) {
    .transx_page-header {
        width: calc(100% - 20px);
        top: 10px;
        left: 10px
    }

    body.admin-bar .transx_page-header {
        top: 55px;
    }
}

@media only screen and (min-width: 1366px) {
    .transx_page-header {
        padding: 10px 5px 10px 25px
    }
}

@media only screen and (min-width: 1600px) {
    .transx_page-header {
        max-width: 1680px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.transx_page-header .transx_button--filled {
    display: none;
    height: 60px;
    line-height: 60px;
    min-width: 190px;
    margin-right: -5px
}

@media only screen and (min-width: 768px) {
    .transx_page-header .transx_button--filled {
        display: inline-block
    }
}

@media only screen and (min-width: 992px) {
    .transx_page-header .transx_button--filled {
        margin-right: 0
    }
}

@media only screen and (min-width: 1200px) {
    .transx_page-header .transx_button--filled {
        height: 70px;
        line-height: 70px;
        min-width: 210px
    }
}

/* --------------------- */
/* --- Header Type 2 --- */
/* --------------------- */
.transx_page-header_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1350px;
    z-index: 30000;
    min-height: 70px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.transx_header.transx_page-header_2 .transx_hamburger,
.transx_header.transx_page-header_3 .transx_hamburger,
.transx_header.transx_page-header_6 .transx_hamburger {
    margin-right: 50px;
    -webkit-transition: margin-right .3s;
    transition: margin-right .3s;
}

.transx_page-header_2.transx_sticky_header_off {
    position: absolute;
}

@media only screen and (min-width: 1366px) {
    .transx_page-header_2 {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.transx_page-header_2 .transx_logo--dark {
    display: none
}

.transx_header_logo_text {
    font-size: 40px;
    font-weight: 700;
    color: #414a53;
}

.transx_header_logo_text:hover {
    color: #414a53;
    opacity: .6;
}

.transx_transparent_header_with_color .transx_header_logo_text {
    color: #ffffff;
}

.transx_page-header_2 .transx_page-header__top {
    position: relative;
    padding: 9px 0 8px 0;
    color: #fff;
    font-size: 14px;
    min-height: 42px;
    width: 100%
}

.transx_page-header_2 .transx_page-header__top a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.transx_page-header_2 .transx_page-header__top a:hover {
    opacity: .7
}

.transx_page-header_2 .transx_page-header__top span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.transx_page-header_2 .transx_page-header__top span a:not(:last-of-type),
.transx_page-header_2 .transx_page-header__top span:not(:last-of-type) {
    margin-right: 20px
}

.transx_page-header_2 .transx_page-header__top span .icon {
    font-size: 15px;
    margin-right: 8px
}

.transx_page-header_2 .transx_page-header__top::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, .2);
}

.transx_page-header_2.transx_transparent_header_on .transx_page-header__top::after {
    width: calc(100% - 30px);
    left: 15px;
}

.transx_page-header_2.transx_transparent_header_on .transx_page-header__top {
    background: transparent;
}

.transx_page-header_2 .transx_socials__link {
    font-size: 15px
}

.transx_page-header_2 .transx_page-header__lower {
    padding: 8px 0;
    width: 100%
}

@media only screen and (min-width: 1366px) {
    .transx_page-header_2 .transx_page-header__lower {
        padding: 0
    }
}

.transx_page-header_2 .transx_button--filled {
    display: none;
    height: 60px;
    line-height: 60px;
    min-width: 190px;
    margin-right: -5px
}

@media only screen and (min-width: 768px) {
    .transx_page-header_2 .transx_button--filled {
        display: inline-block
    }
}

@media only screen and (min-width: 992px) {
    .transx_page-header_2 .transx_button--filled {
        margin-right: 0
    }
}

@media only screen and (min-width: 1200px) {
    .transx_page-header_2 .transx_button--filled {
        height: 70px;
        line-height: 70px;
        min-width: 210px
    }
}

.transx_page-header_2.transx_page-header--fixed {
    background: #fff;
    -webkit-box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .04);
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .04);
    z-index: 30000
}

@media only screen and (min-width: 1200px) {
    .transx_page-header_2.transx_page-header--fixed {
        top: -42px;
    }

    .transx_page-header_2.transx_page-header--fixed.transx_tagline_off {
        top: 0;
    }

    body.admin-bar .transx_page-header_2.transx_page-header--fixed {
        top: -16px;
    }

    body.admin-bar .transx_page-header_2.transx_page-header--fixed.transx_tagline_off {
        top: 32px;
    }
}

@media only screen and (min-width: 1366px) {
    .transx_page-header_2.transx_page-header--fixed {
        padding: 6px 0 6px 25px
    }
}

.transx_page-header_2.transx_page-header--fixed .transx_logo--white {
    display: none
}

.transx_page-header_2.transx_page-header--fixed .transx_logo--dark {
    display: initial
}

/* --------------------- */
/* --- Header Type 3 --- */
/* --------------------- */
.transx_page-header_3 {
    position: fixed;
    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;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1400px;
    z-index: 30000;
    min-height: 70px;
    padding: 8px 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.transx_page-header_3.transx_sticky_header_off {
    position: absolute;
}

@media only screen and (min-width: 1366px) {
    .transx_page-header_3 {
        padding: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.transx_page-header_3 .transx_logo--dark {
    display: none
}

.transx_page-header_3 .transx_button--filled {
    display: none;
    height: 60px;
    line-height: 60px;
    min-width: 190px;
    margin-right: -5px
}

@media only screen and (min-width: 768px) {
    .transx_page-header_3 .transx_button--filled {
        display: inline-block
    }
}

@media only screen and (min-width: 992px) {
    .transx_page-header_3 .transx_button--filled {
        margin-right: 0
    }
}

@media only screen and (min-width: 1200px) {
    .transx_page-header_3 .transx_button--filled {
        height: 70px;
        line-height: 70px;
        min-width: 210px
    }
}

.transx_page-header_3.transx_page-header--fixed {
    background: #fff;
    -webkit-box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .04);
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .04);
    z-index: 30000
}

@media only screen and (min-width: 1366px) {
    .transx_page-header_3.transx_page-header--fixed {
        padding: 6px 0 6px 25px
    }
}

.transx_page-header_3.transx_page-header--fixed .transx_logo--white {
    display: none
}

.transx_page-header_3.transx_page-header--fixed .transx_logo--dark {
    display: initial
}

/* --------------------- */
/* --- Header Type 4 --- */
/* --------------------- */
.transx_page-header_4 {
    position: fixed;
    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;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30000;
    min-height: 70px;
    background: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.transx_page-header_4.transx_sticky_header_off {
    position: absolute;
}

@media only screen and (min-width: 1200px) {
    .transx_page-header_4 {
        padding: 7px 0 7px 25px
    }
}

.transx_page-header_4 .transx_button--filled {
    display: none;
    height: 60px;
    line-height: 60px;
    min-width: 190px;
    margin-right: -5px
}

@media only screen and (min-width: 768px) {
    .transx_page-header_4 .transx_button--filled {
        display: inline-block
    }
}

@media only screen and (min-width: 992px) {
    .transx_page-header_4 .transx_button--filled {
        margin-right: 0
    }
}

@media only screen and (min-width: 1200px) {
    .transx_page-header_4 .transx_button--filled {
        height: 70px;
        line-height: 70px;
        min-width: 210px
    }
}

.transx_page-header_4.transx_page-header--fixed {
    -webkit-box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .04);
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .04);
    z-index: 30000
}

@media only screen and (min-width: 1366px) {
    .transx_page-header_4.transx_page-header--fixed {
        padding: 0 0 0 25px
    }
}

.transx_page-header_4 .transx_tagline_phones_container {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.transx_page-header_4 .transx_tagline_phone_marker {
    width: 31px;
    height: 31px;
    display: inline-block;
    border: solid 1px #c6c6c4;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    color: #c6c6c4;
    margin-right: 14px;
    position: relative;
    top: -3px;
}

.transx_page-header_4 .transx_tagline_phone_marker:before,
.transx_page-header_4 .transx_tagline_phone_marker:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #ffffff;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    position: absolute;
    bottom: -1px;
    left: -1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.transx_page-header_4 .transx_tagline_phone_marker:before {
    z-index: 2;
}

.transx_page-header_4 .transx_tagline_phone_marker:after {
    background: #c6c6c4;
    bottom: -3px;
    left: -3px;
    z-index: 1;
}


.transx_page-header_4 .transx_tagline_phones_container .transx_tagline_phone_title {
    display: block;
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    color: #8a8e95;
}

.transx_page-header_4 .transx_tagline_phones_container a {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
}

.transx_page-header_4 .transx_tagline_phones_container a:last-of-type {
    margin-right: 175px;
}

.transx_page-header_4 .transx_tagline_phones_container:before {
    display: none;
}

.transx_page-header_4.transx_header_button_off .transx_tagline_phones_container {
    margin-right: 0;
}

.transx_page-header_4 .transx_tagline_phones_container .icon {
    font-size: 16px;
    margin-left: 1px;
}

.transx_page-header_4 .transx_tagline_phones_container a:not(:first-of-type) {
    margin-left: 10px;
}

/* --------------------- */
/* --- Header Type 5 --- */
/* --------------------- */
.transx_shop-header {
    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;
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 30000;
    top: 0;
    left: 0;
    min-height: 70px;
    padding: 12px 0 12px 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.transx_shop-header.transx_sticky_header_off {
    position: absolute;
}

body.admin-bar .transx_shop-header.transx_page-header--fixed {
    top: 32px;
}

@media only screen and (min-width: 768px) {
    .transx_shop-header {
        padding: 10px 0
    }
}

@media only screen and (min-width: 1200px) {
    .transx_shop-header {
        width: calc(100% - 20px);
        top: 10px;
        left: 10px
    }

    body.admin-bar .transx_shop-header {
        top: 42px;
    }
}

@media only screen and (min-width: 1366px) {
    .transx_shop-header {
        max-width: 1740px;
        padding: 12px 5px 12px 25px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.transx_shop-header .transx_button--filled {
    display: none;
    height: 60px;
    line-height: 60px;
    min-width: 190px;
    margin-right: -5px
}

@media only screen and (min-width: 768px) {
    .transx_shop-header .transx_button--filled {
        display: inline-block
    }
}

@media only screen and (min-width: 992px) {
    .transx_shop-header .transx_button--filled {
        margin-right: 0
    }
}

@media only screen and (min-width: 1200px) {
    .transx_shop-header .transx_button--filled {
        height: 70px;
        line-height: 70px;
        min-width: 210px
    }
}

.transx_cart-trigger {
    display: inline-block;
    position: relative;
    margin-right: 30px
}

.transx_header_view_type_1 .transx_cart-trigger {
    margin-right: 65px
}

@media only screen and (min-width: 1200px) {
    .transx_cart-trigger {
        margin-right: 45px
    }

    .transx_header_view_type_1 .transx_cart-trigger {
        margin-right: 85px;
    }
}

.transx_cart-trigger .icon {
    color: #414a53;
    font-size: 24px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.transx_cart-trigger__count {
    position: absolute;
    bottom: -8px;
    left: -8px;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    font-weight: 700;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    text-align: center
}

.transx_shop-header.transx_page-header--fixed {
    top: 0;
    padding: 17px 0;
    -webkit-box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .04);
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .04)
}

@media only screen and (min-width: 768px) {
    .transx_shop-header.transx_page-header--fixed {
        padding: 6px 0
    }
}

@media only screen and (min-width: 1366px) {
    .transx_shop-header.transx_page-header--fixed {
        padding: 7px 0 7px 25px
    }
}

/* --------------------- */
/* --- Header Type 6 --- */
/* --------------------- */
.transx_page-header_6 {
    position: fixed;
    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;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1685px;
    background: #fff;
    min-height: 70px;
    z-index: 30000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.transx_page-header_6.transx_sticky_header_off {
    position: absolute;
}

.transx_page-header_6 .transx_page-header__lower {
    padding: 17px 0
}

@media only screen and (min-width: 768px) {
    .transx_page-header_6 .transx_page-header__lower {
        padding: 10px 0
    }
}

@media only screen and (min-width: 1200px) {
    .transx_page-header_6,
    .transx_page-header_2 {
        width: calc(100% - 20px);
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media only screen and (min-width: 1200px) {
    .transx_page-header_6 .transx_page-header__lower {
        padding: 5px 0 5px 25px
    }

    .transx_page-header_6.transx_tagline_on .transx_page-header__lower {
        padding: 5px 14px 5px 25px
    }
}

@media only screen and (min-width: 1600px) {
    .transx_page-header_6 {
        max-width: 1680px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.transx_page-header_6 .transx_page-header__top {
    background: #323639
}

.transx_page-header_6 .transx_page-header__top {
    position: relative;
    padding: 9px 22px 8px 22px;
    color: #fff;
    font-size: 14px;
    min-height: 42px;
    width: 100%
}

.transx_page-header_6 .transx_page-header__top a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.transx_page-header_6 .transx_page-header__top a:hover {
    opacity: .7
}

.transx_page-header_6 .transx_page-header__top span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.transx_page-header_6 .transx_page-header__top span a:not(:last-of-type),
.transx_page-header_6 .transx_page-header__top span:not(:last-of-type) {
    margin-right: 15px
}

.transx_page-header_6 .transx_page-header__top span .icon {
    font-size: 15px;
    margin-right: 8px
}

.transx_page-header_6 .transx_button--filled {
    display: none;
    height: 60px;
    line-height: 60px;
    min-width: 190px;
    margin-right: -5px
}

@media only screen and (min-width: 768px) {
    .transx_page-header_6 .transx_button--filled {
        display: inline-block
    }
}

@media only screen and (min-width: 992px) {
    .transx_page-header_6 .transx_button--filled {
        margin-right: 0
    }
}

@media only screen and (min-width: 1200px) {
    .transx_page-header_6 .transx_button--filled {
        height: 70px;
        line-height: 70px;
        min-width: 210px
    }
}

.transx_tagline_info_cont {
    padding-left: 50px;
    position: relative;
}

.transx_tagline_info_cont:first-of-type {
    padding-left: 0;
}

.transx_tagline_info_cont:not(:first-of-type):before {
    content: '';
    width: 32px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
}

.transx_tagline_info_title,
.transx_tagline_socials_title {
    color: #a6a7a9;
    margin-right: 8px;
}

.transx_transparent_header_on .transx_tagline_info_title,
.transx_transparent_header_on .transx_tagline_socials_title {
    color: #91b7d3;
}

.transx_tagline_socials_title {
    margin-right: 70px;
    position: relative;
    top: -3px;
}

.transx_tagline_socials_title:after {
    content: '';
    width: 32px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: -52px;
}

.transx_page-header_6.transx_page-header--fixed {
    -webkit-box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .04);
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .04);
    z-index: 30000
}

@media only screen and (min-width: 1200px) {
    .transx_page-header_6.transx_page-header--fixed {
        top: -42px;
    }

    .transx_page-header_6.transx_page-header--fixed.transx_tagline_off {
        top: 0;
    }

    body.admin-bar .transx_page-header_6.transx_page-header--fixed {
        top: -10px;
    }

    body.admin-bar .transx_page-header_6.transx_page-header--fixed.transx_tagline_off {
        top: 32px;
    }
}

/*!* ------------------- *!*/
/*!* --- Header Menu --- *!*/
/*!* ------------------- *!*/
.transx_main-menu,
body .quadmenu-navbar-nav {
    padding: 0;
    margin: 0;
    display: none
}

@media only screen and (min-width: 992px) {
    .transx_main-menu,
    body .quadmenu-navbar-nav {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.transx_main-menu li,
body .quadmenu-navbar-nav li{
    list-style: none;
    position: relative
}

.transx_main-menu li:not(:last-of-type),
body .quadmenu-navbar-nav li:not(:last-of-type){
    margin-right: 30px
}

@media only screen and (min-width: 1200px) {
    .transx_main-menu li:not(:last-of-type),
    body .quadmenu-navbar-nav li:not(:last-of-type) {
        margin-right: 58px
    }
}

.transx_main-menu > li,
body .quadmenu-navbar-nav > li {
    padding: 32px 0 29px;
    line-height: 1.5;
}

.transx_main-menu > li > a,
body .quadmenu-navbar-nav > li > a {
    position: relative;
    display: inline-block;
}

.transx_main-menu > li.menu-item-has-children > a:before,
.transx_main-menu > li.menu-item-has-children > a:after,
.transx_mobile_menu_container .transx_mobile_menu > li.menu-item-has-children > a:before,
.transx_mobile_menu_container .transx_mobile_menu > li.menu-item-has-children > a:after,
body .quadmenu-navbar-nav > li.quadmenu-item-has-children > a:before,
body .quadmenu-navbar-nav > li.quadmenu-item-has-children > a:after {
    content: '';
    width: 6px;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.transx_main-menu > li.menu-item-has-children > a:before,
body .quadmenu-navbar-nav > li.quadmenu-item-has-children > a:before {
    right: -16px;
    top: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.transx_main-menu > li.menu-item-has-children:hover > a:before,
body .quadmenu-navbar-nav > li.quadmenu-item-has-children:hover > a:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.transx_main-menu > li.menu-item-has-children > a:after,
body .quadmenu-navbar-nav > li.quadmenu-item-has-children > a:after {
    right: -19px;
    top: 9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.transx_main-menu > li.menu-item-has-children:hover > a:after,
body .quadmenu-navbar-nav > li.quadmenu-item-has-children:hover > a:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (min-width: 1367px) {
    .transx_header--inner .transx_main-menu > li,
    body .transx_header--inner .quadmenu-navbar-nav > li {
        padding: 32px 0 24px 0
    }
}

.transx_main-menu > li:before,
body .quadmenu-navbar-nav > li:before {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 3px;
    left: 0;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s
}

.transx_main-menu > li.current-menu-item:before,
.transx_main-menu > li.current-menu-ancestor:before,
.transx_main-menu > li:hover:before,
body .quadmenu-navbar-nav > li.current-menu-item:before,
body .quadmenu-navbar-nav > li.current-menu-ancestor:before,
body .quadmenu-navbar-nav > li:hover:before {
    width: 100%
}

/* --- Sub Menu --- */
.transx_main-menu > li ul.sub-menu,
body .quadmenu-navbar-nav .quadmenu-dropdown-menu {
    margin: 0;
    position: absolute;
    top: 100%;
    left: -60px;
    width: 235px;
    padding: 30px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.transx_main-menu > li ul.sub-menu > li > ul.sub-menu,
body .quadmenu-navbar-nav .quadmenu-dropdown-menu > li > .quadmenu-dropdown-menu {
    top: 0;
    left: 100%;
}

body .quadmenu-navbar-nav > li.quadmenu-item-type-mega .quadmenu-dropdown-menu {
    width: 600px;
    padding: 37px 35px;
}

body .quadmenu-navbar-nav > li.quadmenu-item-type-mega .quadmenu-dropdown-menu ul.quadmenu-row > li {
    display: inline-block;
    padding: 0 0 0 15px;
    margin: 0;
    vertical-align: top;
}

.transx_main-menu > li > ul.sub-menu > li > ul.sub-menu,
body .quadmenu-navbar-nav > li > .quadmenu-dropdown-menu li > .quadmenu-dropdown-menu {
    opacity: 0;
    visibility: hidden;
}

.transx_main-menu > li:hover > ul.sub-menu,
.transx_main-menu > li > ul.sub-menu > li:hover > ul.sub-menu,
body .quadmenu-navbar-nav > li:hover > .quadmenu-dropdown-menu,
body .quadmenu-navbar-nav > li > .quadmenu-dropdown-menu li:hover > .quadmenu-dropdown-menu {
    opacity: 1;
    visibility: visible
}

.quadmenu-navbar-nav > li .quadmenu-dropdown-menu ul {
    height: auto !important;
    padding: 0;
    margin: 0;
}

.transx_main-menu > li ul.sub-menu > li,
body .quadmenu-navbar-nav > li .quadmenu-dropdown-menu ul > li a {
    position: relative;
    list-style: none;
    padding: 0 35px;
    margin: 0;
}

body .quadmenu-navbar-nav > li .quadmenu-dropdown-menu ul li {
    margin-right: 0;
}

body .quadmenu-navbar-nav > li .quadmenu-dropdown-menu ul.quadmenu-row > li a {
    padding: 0;
}

.transx_main-menu > li ul.sub-menu > li:not(:last-of-type),
body .quadmenu-navbar-nav > li .quadmenu-dropdown-menu ul > li:not(:last-of-type) {
    margin-bottom: 10px;
}

.transx_main-menu > li ul.sub-menu > li > a,
body .quadmenu-navbar-nav > li .quadmenu-dropdown-menu ul > li > a {
    display: inline-block;
}

.transx_main-menu > li ul.sub-menu > li > a::after,
.transx_mobile_menu > li ul.sub-menu > li > a::after,
body .quadmenu-navbar-nav > li .quadmenu-dropdown-menu ul > li > a:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    margin-top: 4px;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s
}

body .quadmenu-navbar-nav > li .quadmenu-dropdown-menu ul > li:hover > a:after,
body .quadmenu-navbar-nav > li .quadmenu-dropdown-menu ul > li.current-menu-item > a:after {
    width: 100%
}

.transx_main-menu > li ul.sub-menu > li:hover > a:after,
.transx_main-menu > li ul.sub-menu > li.current-menu-item > a:after,
.transx_mobile_menu > li ul.sub-menu > li:hover > a:after,
.transx_mobile_menu > li ul.sub-menu > li.current-menu-item > a:after {
    width: 40px;
}

/* --- Header Button --- */
.transx_header_button {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 0 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.transx_alt_header_button {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    /*line-height: 105px;*/
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 90px;
    position: absolute;
    top: 0;
    right: 0;
}

.transx_header_button_mobile {
    display: none;
}

.transx_alt_header_button.transx_header_button_desktop {
    /*line-height: 105px;*/
}

.transx_page-header.transx_page-header--fixed .transx_alt_header_button.transx_header_button_desktop {
    /*line-height: 97px;*/
}

.transx_header.transx_header_view_type_4 .transx_alt_header_button.transx_header_button_desktop {
    /*line-height: 99px;*/
}

.transx_header.transx_header_view_type_4.transx_page-header--fixed .transx_alt_header_button.transx_header_button_desktop {
    /*line-height: 85px;*/
}

.transx_header_view_type_6 .transx_alt_header_button.transx_header_button_desktop {
    padding: 0 75px;
    /*line-height: 95px;*/
}

/* --------------------- */
/* --- Header Search --- */
/* --------------------- */
.transx_header_search_overlay {
    background: #000000;
    pointer-events: none;
    cursor: pointer;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 49999;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.transx_header_search_overlay.visible {
    opacity: .5;
    pointer-events: auto;
}

.transx_header_search_container {
    width: 100%;
    background: #ffffff;
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .04);
    padding: 30px;
    position: fixed;
    top: -110px;
    left: 0;
    z-index: 50000;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.transx_header_search_container.active {
    top: 0;
}

body.admin-bar .transx_header_search_container.active {
    top: 32px;
}

.transx_header_search_container .form__field {
    padding: 0 48px 0 20px;
    margin-bottom: 0;
    border: none;
}

.transx_header_search_container .transx_icon_search {
    line-height: 1;
    cursor: pointer;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    right: 49px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.transx_header_search_container .transx_icon_search:hover {
    opacity: .75;
}

.transx_header_search_button {
    width: 50px;
    height: 50px;
    background: #ffffff;
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .1);
    line-height: 48px;
    text-align: center;
    color: #000;
    cursor: pointer;
    position: absolute;
    bottom: -50px;
    right: 0;
}

.transx_header_search_button .icon {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.transx_header_search_button:hover .icon {
    opacity: .75;
}

/* ---------------------------- */
/* ---------- Footer ---------- */
/* ---------------------------- */
footer.transx_footer {
    font-size: 14px;
}

.transx_block_have_bg_image {
    background-position: center right !important;
    background-size: cover !important;
}

.transx_footer_menu_container {
    text-align: right;
}

.transx_footer_menu,
.transx_footer_menu ul,
.transx_footer_menu_2 {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
}

.transx_footer_menu li:after {
    content: '|';
    display: inline-block;
    padding: 0 8px;
}

.transx_footer_menu li:last-child:after {
    display: none;
}

.transx_footer_menu li a:hover {
    text-decoration: underline;
}

.transx_footer_link,
.transx_footer_link img {
    display: inline-block;
}

.footer_type_1 {
    padding: 36px 0;
}

.footer_type_1 .transx_footer_link img {
    width: auto;
    height: 30px;
}

/* --------------------- */
/* --- Footer Type 2 --- */
/* --------------------- */
.footer_type_2 {
    padding: 46px 0;
}

.footer_type_2 .transx_footer_details p {
    margin-bottom: 0;
    color: #ffffff;
}

.footer_type_2 .transx_footer_details p:last-of-type {
    margin-top: 5px;
}

.footer_type_2 .transx_footer_details p a {
    color: #ffffff;
    text-decoration: none;
}

.footer_type_2 .transx_footer_details p a:last-of-type {
    margin-left: 8px;
}

.footer_type_2 .transx_footer_link img {
    height: 50px;
}

.footer_type_2 .transx_footer_menu,
.footer_type_2 .transx_footer_menu ul {
    justify-content: center;
}

/* ---------------- */
/* --- Footer 3 --- */
/* ---------------- */
.transx_footer_3_wrapper {
    border-top: solid 1px #4c4f54;
    padding: 32px 0 49px;
}

.transx_footer_menu_2 {
    font-size: 16px;
}

.transx_footer_menu_2 li:not(:last-of-type) {
    margin-right: 63px;
}

body .transx_footer_menu_2 li a {
    display: inline-block;
    color: #ffffff;
    position: relative;
}

.transx_footer_menu_2 li a:after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.transx_footer_menu_2 li a:hover:after,
.transx_footer_menu_2 li.current-menu-item a:after {
    width: 100%;
}

.footer_type_3 .transx_footer_menu {
    justify-content: flex-end;
}

.transx_back_to_top_button {
    width: 50px;
    height: 70px;
    font-size: 90px;
    line-height: 70px;
    text-align: center;
    border: solid 2px;
    border-radius: 0 0 15px 0;
    cursor: pointer;
    overflow: hidden;
    position: fixed;
    bottom: -100px;
    right: 50px;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 9999;
}

.transx_back_to_top_button.show {
    bottom: 50px;
}

.transx_back_to_top_button:hover {
    color: #ffffff;
    box-shadow: 0 20px 38px rgba(0, 0, 0, .16);
}

.transx_back_to_top_button .icon {
    position: relative;
    bottom: 37px;
    right: 57px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* -------------------- */
/* --- Bottom Image --- */
/* -------------------- */
.bottom-background__img {
    text-align: center;
}

.bottom-background__img img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

/* ----------------- */
/* --- Prefooter --- */
/* ----------------- */
.transx_prefooter_wrapper {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 0;
    line-height: 0;
    padding: 87px 0 40px;
}

.footer_widget {
    width: 25%;
    display: inline-block;
    padding: 0 15px;
    vertical-align: top;
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
}

.footer_widget:first-of-type,
.footer_widget:nth-of-type(2),
.footer_widget:nth-of-type(3),
.footer_widget:nth-of-type(4) {
    margin-top: 0;
}

.footer_widget:nth-of-type(n+4) {
    width: 25%;
}

/* ------------------------ */
/* --- Prefooter Type 2 --- */
/* ------------------------ */
.transx_prefooter_type_2 .footer_widget {
    width: 33.333333%;
}

.transx_prefooter_type_2 .footer_widget:nth-of-type(2) {
    width: 39%;
}

.transx_prefooter_type_2 .footer_widget:nth-of-type(3) {
    width: 27.666666%;
}

/* ------------------------ */
/* --- Prefooter Type 3 --- */
/* ------------------------ */
.transx_prefooter_wrapper.transx_prefooter_type_3,
.transx_prefooter_wrapper.transx_prefooter_type_4 {
    padding: 126px 0 19px;
}

.transx_prefooter_wrapper.transx_prefooter_type_3 .footer_widget,
.transx_prefooter_wrapper.transx_prefooter_type_4 .footer_widget {
    width: 33.333333%;
}

/* ----------------------------- */
/* ---------- Widgets ---------- */
/* ----------------------------- */
.transx_footer_widget_title {
    margin: 10px 0 17px;
}

.footer_widget.widget_custom_html img {
    display: inline-block;
}

.footer_widget.widget_custom_html img:first-of-type {
    margin-right: 10px;
}

.footer_widget.widget_custom_html .transx_footer_menu {
    margin-top: 144px;
}

/* ---######################--- */
/* ---### Socials Widget ###--- */
/* ---######################--- */
.transx_socials_widget_wrapper.content_align_right {
    text-align: right;
}

.transx_socials_widget_wrapper.content_align_center {
    text-align: center;
}

.transx_socials_widget_wrapper.content_align_right .transx_footer-socials {
    justify-content: flex-end;
}

.transx_socials_widget_wrapper.content_align_center .transx_footer-socials {
    justify-content: center;
}

.transx_socials_widget_logo {
    margin-top: 7px;
}

.transx_prefooter_type_2 .footer_widget:nth-of-type(3) .transx_socials_widget_logo {
    margin-top: 13px;
}

.transx_socials_widget_logo a {
    display: inline-block;
}

.transx_socials_widget_logo a:hover {
    opacity: .7;
}

.transx_footer-socials,
.transx_footer_socials {
    padding: 0;
    margin: 27px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff
}

.transx_footer_socials {
    margin: 0;
}

@media only screen and (min-width: 576px) {
    .transx_footer-socials {
        margin: 17px 0 0;
    }

    .transx_prefooter_type_1 .transx_footer-socials {
        margin: 28px 0 0;
    }
}

.transx_footer-socials li,
.transx_footer_socials li {
    list-style: none;
    font-size: 16px;
    line-height: 1;
}

.transx_footer-socials li:not(:last-of-type),
.transx_footer_socials li:not(:last-of-type) {
    margin-right: 8px
}

.transx_footer-socials li a,
.transx_footer_socials li a {
    width: 39px;
    height: 39px;
    display: inline-block;
    border: solid 1px #646a71;
    border-radius: 50%;
    line-height: 37px;
    text-align: center;
}

.transx_footer-socials li a .fa,
.transx_footer_socials li a .fa {
    font-family: FontAwesome, sans-serif !important;
    font-weight: 400 !important;
}

.widget_transx_socials_widget .transx_additional_info {
    margin: 15px 0 0;
}

.widget_transx_socials_widget .transx_additional_info p {
    margin: 0 0 13px;
}

.widget_transx_socials_widget .transx_additional_info a,
.widget_transx_address_widget .transx_contacts_widget_phone a {
    text-decoration: none;
    margin-right: 8px;
}

.widget_transx_socials_widget .transx_additional_info a:hover {
    opacity: .5;
}

.widget_transx_socials_widget .transx_additional_info p.transx_contacts_info {
    line-height: 2.2;
    margin: 0;
}

/* ---############################--- */
/* ---### Working Hours Widget ###--- */
/* ---############################--- */
.transx_footer_schedule {
    list-style: none;
    padding: 0;
    margin: 0;
}

.transx_footer_schedule li {
    margin-bottom: 8px;
}

.transx_footer_schedule li span {
    display: inline-block;
}

.transx_footer_schedule li span:first-of-type {
    width: 40%;
}

.transx_footer_schedule li span:last-of-type {
    width: 60%;
}

/* ---#######################--- */
/* ---### Contacts Widget ###--- */
/* ---#######################--- */
.widget_transx_address_widget p,
.widget_transx_socials_widget p {
    margin-bottom: 13px;
}

.widget_transx_address_widget p .icon,
.widget_transx_socials_widget p .icon {
    font-size: 14px;
    margin-right: 20px;
}

.widget_transx_address_widget p.transx_contacts_widget_time .icon,
.widget_transx_socials_widget p.transx_contacts_widget_time .icon {
    color: transparent;
    stroke: #ffffff;
}

.widget_transx_address_widget p a {
    text-decoration: none;
}

.widget_transx_address_widget p a:hover {
    opacity: .5;
}

/* ---#######################--- */
/* ---### Nav Menu Widget ###--- */
/* ---#######################--- */
.footer_widget.widget_nav_menu ul.menu {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
}

.footer_widget.widget_nav_menu ul.menu li {
    width: 33.333333%;
    margin-bottom: 13px;
}

.transx_prefooter_type_3 .footer_widget.widget_nav_menu ul.menu li {
    width: 50%;
}

.footer_widget.widget_nav_menu ul.menu li a {
    display: inline-block;
    position: relative;
}

.footer_widget.widget_nav_menu ul.menu li a:hover,
.footer_widget.widget_nav_menu ul.menu li.current-menu-item a {
    opacity: .5;
}

.footer_widget.widget_nav_menu ul.menu li a:after {
    content: '';
    width: 0;
    height: 2px;
    display: inline-block;
    position: absolute;
    bottom: -3px;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.footer_widget.widget_nav_menu ul.menu li.current-menu-item a:after,
.footer_widget.widget_nav_menu ul.menu li a:hover:after {
    width: 22px;
}

/* ---#####################--- */
/* ---### Donate Widget ###--- */
/* ---#####################--- */
.widget_transx_donation_widget a {
    width: 100%;
    margin-top: 4px;
}

/* ----------------- */
/* --- Mailchimp --- */
/* ----------------- */
.footer_widget .mc4wp-form {
    margin-top: 24px;
}

.footer_widget .mc4wp-form p:first-of-type {
    margin-top: 20px;
    margin-bottom: 16px;
}

.footer_widget .mc4wp-form p:last-of-type {
    margin: 0;
}

.footer_widget .mc4wp-form input[type="text"],
.footer_widget .mc4wp-form input[type="email"] {
    width: calc(100% - 80px);
    vertical-align: top;
}

.footer_widget .mc4wp-form input[type="text"]::placeholder,
.footer_widget .mc4wp-form input[type="email"]::placeholder {
    color: #999999;
}

.footer_widget .mc4wp-form .transx_footer_submit_container {
    display: inline-block;
    margin-left: 10px;
    position: relative;
}

.footer_widget .mc4wp-form .transx_footer_submit_container .icon {
    font-size: 18px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer_widget .mc4wp-form input[type="submit"] {
    width: 70px;
    min-width: 70px;
}

.footer_widget .mc4wp-form input[type="submit"]:hover {
    box-shadow: none;
}

.transx_mailchimp_info_container {
    color: #95999e;
}

/* -------------------------------- */
/* ---------- Typography ---------- */
/* -------------------------------- */
h1, h2, h3, h4, h5, h6,
body .elementor-widget-heading h1,
body .elementor-widget-heading h2,
body .elementor-widget-heading h3,
body .elementor-widget-heading h4,
body .elementor-widget-heading h5,
body .elementor-widget-heading h6 {
    letter-spacing: -.03em;
    font-weight: 700;
    word-wrap: break-word;
    margin: 0 0 .5rem;
}

h5, h6,
body .elementor-widget-heading h5,
body .elementor-widget-heading h6 {
    letter-spacing: 0;
}

body .elementor-widget-heading h1,
body .elementor-widget-heading h2,
body .elementor-widget-heading h3,
body .elementor-widget-heading h4,
body .elementor-widget-heading h5,
body .elementor-widget-heading h6 {
    margin-bottom: 0;
}

/* -------------------------------- */
/* ---------- Page Title ---------- */
/* -------------------------------- */
@font-face {
    font-family: "Storytella";
    src:  url('../fonts/storytella.eot?tnmptw');
    src:  url('../fonts/storytella.eot?tnmptw#iefix') format('embedded-opentype'),
    url('../fonts/storytella.ttf?tnmptw') format('truetype'),
    url('../fonts/storytella.woff?tnmptw') format('woff'),
    url('../fonts/storytella.svg?tnmptw#elementory') format('svg');
    font-weight: normal;
    font-style: normal;
}

.transx_page_title_container {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    position: relative;
    background-position: center !important;
    background-size: cover !important;
    margin-bottom: 25px;
}

.transx_page_title_container.transx_page_without_top_padding {
    margin-bottom: 0;
}

.transx_title_overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,61,144,.2) 0, rgba(0,61,144,.2) 23%, rgba(0,153,125,0) 75%, rgba(0,153,125,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.transx_page_title_container .container {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
}

.transx_page_title_wrapper {
    width: 100%;
    position: relative;
}

.transx_site_title_container {
    font-weight: 700;
    letter-spacing: -.05em;
    -webkit-text-stroke-width: 1px;
    color: transparent;
    position: absolute;
    top: 50%;
    left: -3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.transx_page_title {
    line-height: 1.6;
    font-weight: 700;
    letter-spacing: -.03em;
    margin: 0;
    position: relative;
    z-index: 5;
}

/* --------------------------------- */
/* ---------- Single Post ---------- */
/* --------------------------------- */
.transx_page_content_container,
.transx_blog_content_container {
    position: relative;
}

.transx_content_bg_image {
    position: absolute;
    z-index: 1;
}

.transx_blog_content_wrapper,
.transx_page_content_wrapper {
    padding: 55px 0 80px;
    position: relative;
    z-index: 5;
}

.transx_page_content_wrapper.transx_bg_color_alt {
    background: #f3f6f5;
}

@media (min-width: 1200px) {
    .transx_page_content_wrapper.transx_bg_color_alt .col-xl-3 {
        max-width: 33.33333%;
    }
}

.transx_blog_content_wrapper {
    padding: 55px 0 80px;
}

@media only screen and (min-width: 768px) {
    .transx_page_content_wrapper {
        padding: 75px 0 100px;
    }

    .transx_blog_content_wrapper {
        padding: 75px 0 100px;
    }
}

@media only screen and (min-width: 992px) {
    .transx_page_content_wrapper {
        padding: 75px 0 100px;
    }

    .transx_blog_content_wrapper {
        padding: 75px 0 100px;
    }
}

@media only screen and (min-width: 1200px) {
    .transx_page_content_wrapper {
        padding: 125px 0 150px;
    }

    .transx_blog_content_wrapper {
        padding: 125px 0 150px;
    }
}

.transx_top_padding_off .transx_blog_content_wrapper,
.transx_page_content_wrapper.transx_page_without_top_padding {
    padding-top: 0;
}

.transx_bottom_padding_off .transx_blog_content_wrapper,
.transx_page_content_wrapper.transx_page_without_bottom_padding {
    padding-bottom: 0;
}

.transx_blog_content_container .row.transx_sidebar_left,
.transx_page_content_wrapper .row.transx_sidebar_left {
    flex-direction: row-reverse;
}

.transx_media_output_container {
    position: relative;
    z-index: 5;
}

.transx_post_cat_cont {
    width: 100%;
    padding: 0 46px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.transx_post_cat_wrapper {
    display: inline-block;
    color: #ffffff;
    padding: 9px 22px;
}

.transx_post_cat_wrapper a {
    font-size: 16px;
    font-weight: 500;
    color: inherit;
}

.transx_media_output_wrapper {
    margin-bottom: 42px;
    -webkit-clip-path: polygon(91.1% 0, 100% 16.7%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(91.1% 0, 100% 16.7%, 100% 100%, 0 100%, 0 0);
}

.transx_bg_color_alt .transx_media_output_wrapper {
    margin-bottom: 0;
}

.transx_media_output_container iframe {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.transx_color_bg_container {
    background: #ffffff;
    padding: 41px 50px 39px;
}

.single-post .transx_content_wrapper {
    margin-bottom: 40px;
}

.transx_content_wrapper.transx_empty_content_cont {
    margin-bottom: 0;
}

.transx_post_meta_container {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 25px;
}

.transx_post_meta_container a {
    display: inline-block;
}

.transx_post_date_and_comments_container {
    text-align: right;
}

.transx_post_date_and_comments_container .transx_post_date {
    margin-right: 30px;
}

.transx_post_date_and_comments_container .icon {
    margin-right: 8px;
}

.transx_post_details_container {
    font-size: 16px;
    padding: 20px 0 22px;
    margin: 42px 0 0;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    clear: both;
}

.transx_bg_color_alt .transx_post_details_container {
    padding: 31px 0 0;
    border-bottom: none;
}

.transx_post_details_container .transx_post_details_author_cont img {
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

.transx_post_details_container .transx_post_details_author_cont span,
.transx_standard_blog_listing .transx_blog_listing_tags a {
    display: inline-block;
    font-weight: 700;
    color: #414a53;
    position: relative;
}

.transx_post_details_container .row {
    align-items: center;
}

.transx_post_details_tag_cont ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
}

.transx_post_details_tag_cont ul li {
    display: inline-block;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 700;
    color: #414a53;
    margin-right: 20px;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.transx_post_details_tag_cont ul li:last-of-type {
    margin-right: 0;
}

.transx_post_details_tag_cont ul li a {
    display: inline-block;
    line-height: inherit;
    color: #333333;
}

.transx_blog-post__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 3px;
}

@media only screen and (min-width: 992px) {
    .transx_blog-post__socials {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.transx_blog-post__socials li:not(:last-of-type) {
    margin-right: 8px
}

.transx_blog-post__socials a {
    width: 39px;
    height: 39px;
    display: inline-block;
    border: solid 1px #b7b9bb;
    border-radius: 50%;
    font-size: 16px;
    line-height: 37px;
    text-align: center;
}

/* --------------------- */
/* --- Post Comments --- */
/* --------------------- */
.transx_comments_cont,
.transx_content_paging_wrapper {
    clear: both;
}

.transx_comments_cont {
    margin-top: 74px;
}

.transx_content_paging_wrapper .page-link {
    padding: 0;
    border: none;
    margin-top: 20px;
}

.blog-post__title {
    margin-bottom: 20px;
}

.transx_comments {
    margin: 33px 0 0;
}

.comment-respond {
    margin-top: 61px;
}

.transx_comments .comment-respond {
    margin: 50px 0 60px;
}

.transx_comments .transx_comments__item .comment-respond {
    margin-bottom: 0;
}

#cancel-comment-reply-link {
    display: inline-block;
    font-size: 16px;
    letter-spacing: -.02em;
    font-weight: 700;
    text-align: center;
    padding: 5px 15px;
    margin-left: 10px;
    border: solid 2px;
}

ol.wp-block-latest-comments li {
    line-height: 1.6;
    letter-spacing: .05px;
    padding-left: 22px;
    position: relative;
}

ol.wp-block-latest-comments li:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #414a53;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}

ol.wp-block-latest-comments.has-avatars li {
    padding: 0;
}

ol.wp-block-latest-comments.has-avatars li:before {
    display: none;
}

.transx_comments__item,
.wp-block-latest-comments__comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.wp-block-latest-comments__comment {
    position: relative;
}

.wp-block-latest-comments__comment:not(:first-of-type) {
    margin-top: 17px;
}

.transx_comments__item:not(:first-of-type),
.has-avatars .wp-block-latest-comments__comment:not(:first-of-type) {
    margin-top: 31px
}

body ol.wp-block-latest-comments:not(.has-avatars) .wp-block-latest-comments__comment-author {
    color: #a9aeb3;
}

.transx_comments__item .transx_comments__item {
    width: 100%;
    padding-left: 30px
}

@media only screen and (min-width: 576px) {
    .transx_comments__item .transx_comments__item {
        padding-left: 50px
    }
}

@media only screen and (min-width: 992px) {
    .transx_comments__item .transx_comments__item {
        padding-left: 70px
    }
}

@media only screen and (min-width: 1200px) {
    .transx_comments__item .transx_comments__item {
        padding-left: 100px
    }
}

.transx_comments__item-img,
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    display: none;
    position: relative;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 9px;
}

.transx_comments__item.trackback .transx_comments__item-img,
.transx_comments__item.pingback .transx_comments__item-img {
    display: none;
}

@media only screen and (min-width: 576px) {
    .transx_comments__item-img,
    .wp-block-latest-comments .avatar,
    .wp-block-latest-comments__comment-avatar {
        display: initial
    }
}

.transx_comments__item-description,
.wp-block-latest-comments__comment article {
    width: 100%;
}

@media only screen and (min-width: 576px) {
    .transx_comments__item-description,
    .wp-block-latest-comments__comment article {
        width: calc(100% - 86px);
    }
}

.transx_comments__item.trackback .transx_comments__item-description,
.transx_comments__item.pingback .transx_comments__item-description {
    width: 100%;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin: 0;
}

.transx_comment_meta {
    position: relative;
    margin-bottom: 2px;
}

.transx_comments__item-name,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a,
.wp-block-latest-comments .wp-block-latest-comments__comment a {
    font-weight: 500;
    letter-spacing: 0;
    margin-right: 13px
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a,
.wp-block-latest-comments .wp-block-latest-comments__comment a {
    margin-right: 0;
}

.transx_comments__item-date,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta time {
    font-size: 14px;
    font-weight: 600;
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

.transx_comment_reply_cont {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.transx_comments__item-action {
    margin-right: 8px;
}

.transx_comments__item-action a {
    position: relative;
}

.transx_comments__item-action a .icon {
    position: relative;
    top: -3px;
}

.transx_comments__item-text {
    line-height: 30px;
    margin-bottom: 4px;
}

.transx_comments__item-text p:last-of-type {
    margin-bottom: 0
}

.comment-respond {
    width: 100%;
}

.comment-respond .form__field {
    margin-bottom: 20px;
}

.comment-respond .form__field.form__message {
    margin-bottom: 13px;
}

.comment-respond input[type="submit"] {
    margin-top: 6px;
}

.comment-respond .logged-in-as {
    font-size: 16px;
}

.comment-notes {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 36px;
}

.transx_comments__item-action a,
.transx_comment_reply_cont a.comment-edit-link {
    color: #a6aaad;
}

/* ----------------------- */
/* --- Post Navigation --- */
/* ----------------------- */
.transx_post_navigation_container .transx_action_block {
    height: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0s;
    transition: all 0s;
}

.transx_post_navigation_container .transx_action_block.transx_without_thumb {
    background: rgba(0, 0, 0, .7);
}

.transx_post_navigation_container .transx_action_block  .transx_img--bg {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}

.transx_post_navigation_container .transx_action_block:hover .transx_img--bg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.transx_post_navigation_container .transx_action_block:before {
    content: "";
    display: block;
    padding-top: 30.49422%
}

.transx_post_navigation_container .transx_action_block_inner {
    color: #fff;
    padding: 80px 15px;
    width: 100%;
    max-width: 500px
}

.transx_post_navigation_container .transx_action_block_title span:first-of-type {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -.05em;
    font-weight: 300;
    color: #ffffff;
}

.transx_post_navigation_container .transx_action_block_title span:last-of-type {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -.05em;
    color: #ffffff;
}

@media only screen and (min-width: 992px) {
    .transx_post_navigation_container .transx_action_block_title span:last-of-type {
        font-size: 60px;
        line-height: 60px;
    }
}

/* -------------------- */
/* --- Recent Posts --- */
/* -------------------- */
.transx_recent_posts_container {
    padding: 60px 0 0;
}

@media only screen and (min-width: 768px) {
    .transx_recent_posts_container {
        padding: 80px 0 0;
    }
}

@media only screen and (min-width: 992px) {
    .transx_recent_posts_container {
        padding: 110px 0 0;
    }
}

@media only screen and (min-width: 1200px) {
    .transx_recent_posts_container {
        padding: 130px 0 0;
    }
}

.transx_recent_posts_title_container {
    text-align: center;
}

.transx_recent_posts_subtitle {
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
    color: #848484;
    margin-bottom: 3px;
}

.transx_recent_posts_container_title {
    letter-spacing: -.05em;
    text-transform: uppercase;
    margin-bottom: 54px;
}

.transx_recent_posts_container_title span {
    font-weight: 300;
}

.transx_recent_posts_wrapper {
    margin-left: -30px;
    font-size: 0;
    line-height: 0;
}

.transx_columns_2 .transx_recent_post {
    width: 50%;
}

.transx_columns_3 .transx_recent_post {
    width: 33.333333%;
}

.transx_columns_4 .transx_recent_post {
    width: 25%;
}

.transx_recent_post {
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    padding-bottom: 30px;
}

.transx_recent_posts_container .transx_recent_post {
    padding-bottom: 0;
}

.transx_recent_post_wrapper {
    background: #000000;
    font-size: 16px;
    line-height: 1.9;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}

.transx_tours_item_img {
    position: relative;
    z-index: 2;
}

.transx_tours_item_img:before {
    content: "";
    display: block;
    padding-top: 145.94595%;
}

.transx_tours_item_details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px 20px 45px 20px;
    -webkit-transform: translateY(63px);
    -ms-transform: translateY(63px);
    transform: translateY(63px);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    z-index: 5;
}

.transx_tours_item_title {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 34px;
    margin-left: -3px;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .transx_tours_item_details {
        padding: 50px 55px 45px 50px
    }

    .transx_tours_item_title {
        font-size: 30px;
        line-height: 40px
    }
}

.transx_tours_item_title span {
    display: block;
    font-weight: 300;
}

.transx_tours_item_price {
    font-size: 18px;
    font-weight: 700;
    margin: 21px 0 1px 0;
}

.transx_tours_item_info {
    line-height: 1;
    text-transform: uppercase;
}

.transx_tours_item_link {
    position: relative;
    display: inline-block;
    font-weight: 700;
    margin-top: 35px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.transx_tours_item_link:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0%;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

.transx_tours_item_link:hover:after {
    width: 100%;
}

.transx_recent_post_wrapper:hover .transx_tours_item_details {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.transx_recent_post_wrapper:hover .transx_tours_item_link {
    opacity: 1;
    visibility: visible
}

/* ------------------------------------- */
/* ---------- Sidebar Widgets ---------- */
/* ------------------------------------- */
.transx_sidebar .widget {
    margin-bottom: 47px;
}

body .transx_sidebar .widget:last-of-type {
    margin-bottom: 0;
}

.transx_sidebar .widget_title {
    line-height: 27px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 26px;
    position: relative;
}

.transx_sidebar .widget_title:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #d5dad8;
    position: absolute;
    bottom: -6px;
    left: 0;
}

.transx_bg_color_alt .transx_sidebar .widget {
    background: #ffffff;
    padding: 32px 40px 40px;
    margin-bottom: 30px !important;
}

.transx_bg_color_alt .transx_sidebar .widget:last-of-type {
    margin-bottom: 0!important;
}

.transx_bg_color_alt .transx_sidebar .widget.widget_custom_html,
.transx_bg_color_alt .transx_sidebar .widget_transx_promo_text_widget {
    padding: 0;
    background: none;
}

/* ----------------------------- */
/* --- Featured Posts Widget --- */
/* ----------------------------- */
.transx_sidebar .widget.widget_transx_featured_posts_widget {
    margin-bottom: 58px;
}

.widget_transx_featured_posts_widget .widget_title {
    margin-bottom: 25px;
}

.transx_sidebar .recent-posts__item {
    min-height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.transx_sidebar .recent-posts__item:not(:last-of-type) {
    margin-bottom: 13px
}

.transx_sidebar .recent-posts__item-img {
    width: 70px;
    height: 70px;
    position: relative;
    top: 7px;
}

.transx_sidebar .recent-posts__item-img img {
    z-index: 1
}

.transx_sidebar .recent-posts__item-description {
    width: calc(100% - 90px);
    line-height: 20px
}

.transx_sidebar .recent-posts__item-link {
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 500;
    text-decoration: none;
}

.recent_posts_post_meta {
    margin-top: 11px;
}

.recent_posts_post_meta span {
    font-size: 14px;
    font-weight: 600;
}

.recent_posts_post_meta .recent-posts__item-value {
    float: left;
}

.recent_posts_post_meta .recent_posts_comments {
    float: right;
}

.recent_posts_post_meta .recent_posts_comments svg {
    font-size: 10px;
    margin: -3px 4px 0 0;
}

/* ----------------------- */
/* --- Listing Widgets --- */
/* ----------------------- */
.transx_sidebar .widget.widget_categories ul,
.transx_sidebar .widget.widget_transx_categories_widget ul,
.transx_sidebar .widget.widget_recent_entries ul,
.transx_sidebar .widget.widget_archive ul,
.transx_sidebar .widget.widget_pages ul,
.transx_sidebar .widget.widget_meta ul,
.transx_sidebar .widget.widget_recent_comments ul,
.transx_sidebar .widget.widget_rss ul,
.transx_sidebar .widget.widget_nav_menu ul,
.transx_sidebar .widget.widget_product_categories ul,
.transx_sidebar .widget.widget_layered_nav ul,
.transx_sidebar .widget.widget_rating_filter ul,
.footer_widget.widget_categories ul,
.footer_widget.widget_transx_categories_widget ul,
.footer_widget.widget_recent_entries ul,
.footer_widget.widget_archive ul,
.footer_widget.widget_pages ul,
.footer_widget.widget_meta ul,
.footer_widget.widget_recent_comments ul,
.footer_widget.widget_rss ul,
.footer_widget.widget_nav_menu ul,
.footer_widget.widget_product_categories ul,
.footer_widget.widget_layered_nav ul,
.footer_widget.widget_rating_filter ul,
.wp-block-archives-list,
.wp-block-rss {
    list-style: none;
    padding: 0;
    margin: 0;
}

.transx_sidebar .widget.widget_nav_menu ul li .sub-menu {
    padding-left: 25px;
}

.footer_widget.widget_nav_menu ul li .sub-menu {
    padding-left: 0;
}

.transx_sidebar .widget.widget_categories,
.transx_sidebar .widget.widget_transx_categories_widget {
    margin-bottom: 55px;
}

.transx_sidebar .widget.widget_archive {
    margin-bottom: 57px;
}

.transx_sidebar .widget.widget_categories ul li,
.transx_sidebar .widget.widget_transx_categories_widget ul li,
.transx_sidebar .widget.widget_recent_entries ul li,
.transx_sidebar .widget.widget_archive ul li,
.transx_sidebar .widget.widget_pages ul li,
.transx_sidebar .widget.widget_meta ul li,
.transx_sidebar .widget.widget_recent_comments ul li,
.transx_sidebar .widget.widget_product_categories ul li,
.transx_sidebar .widget.widget_layered_nav ul li,
.transx_sidebar .widget.widget_rating_filter ul li,
.footer_widget.widget_categories ul li,
.footer_widget.widget_transx_categories_widget ul li,
.footer_widget.widget_recent_entries ul li,
.footer_widget.widget_archive ul li,
.footer_widget.widget_pages ul li,
.footer_widget.widget_meta ul li,
.footer_widget.widget_recent_comments ul li,
.footer_widget.widget_product_categories ul li,
.footer_widget.widget_layered_nav ul li,
.footer_widget.widget_rating_filter ul li,
.wp-block-archives-list li,
.wp-block-latest-posts li,
.wp-block-rss li {
    line-height: 1.5;
    letter-spacing: .2px;
    font-weight: 500;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.transx_sidebar .widget.widget_categories ul li,
.transx_sidebar .widget.widget_archive ul li,
.transx_sidebar .widget.widget_transx_categories_widget ul li,
.transx_sidebar .widget_layered_nav ul li,
.transx_sidebar .widget.widget_rating_filter ul li {
    text-align: right;
    position: relative;
}

.transx_sidebar .widget.widget_rating_filter ul li a {
    display: block;
}

.transx_sidebar .widget.widget_categories ul li,
.transx_sidebar .widget.widget_archive ul li,
.transx_sidebar .widget.widget_transx_categories_widget ul li,
.transx_sidebar .widget_layered_nav ul li,
.transx_sidebar .widget.widget_recent_comments ul li {
    min-height: 24px;
    clear: both;
}

.transx_sidebar .widget.widget_categories ul li a,
.transx_sidebar .widget.widget_archive ul li a,
.transx_sidebar .widget.widget_transx_categories_widget ul li a,
.transx_sidebar .widget_layered_nav ul li a,
.transx_sidebar .widget.widget_rating_filter ul li a .star-rating {
    float: left;
}

.transx_sidebar .widget.widget_categories ul li,
.transx_sidebar .widget.widget_transx_categories_widget ul li,
.transx_sidebar .widget.widget_recent_entries ul li,
.transx_sidebar .widget.widget_archive ul li,
.transx_sidebar .widget.widget_pages ul li,
.transx_sidebar .widget.widget_meta ul li,
.transx_sidebar .widget.widget_recent_comments ul li,
.transx_sidebar .widget.widget_product_categories ul li,
.transx_sidebar .widget.widget_layered_nav ul li,
.transx_sidebar .widget.widget_rating_filter ul li,
.wp-block-archives-list li,
.wp-block-latest-posts li,
.wp-block-rss li {
    margin-bottom: 16px;
}

.transx_sidebar .widget.widget_categories ul li:last-of-type,
.transx_sidebar .widget.widget_transx_categories_widget ul li:last-of-type,
.transx_sidebar .widget.widget_recent_entries ul li:last-of-type,
.transx_sidebar .widget.widget_archive ul li:last-of-type,
.transx_sidebar .widget.widget_pages ul li:last-of-type,
.transx_sidebar .widget.widget_meta ul li:last-of-type,
.transx_sidebar .widget.widget_recent_comments ul li:last-of-type,
.transx_sidebar .widget.widget_product_categories ul li:last-of-type,
.transx_sidebar .widget.widget_layered_nav ul li:last-of-type,
.transx_sidebar .widget.widget_rating_filter ul li:last-of-type,
.wp-block-archives-list li:last-of-type,
.wp-block-latest-posts li:last-of-type,
.wp-block-rss li:last-of-type {
    margin-bottom: 0;
}

.transx_sidebar .widget.widget_categories ul li ul.children,
.transx_sidebar .widget.widget_transx_categories_widget ul li ul.children,
.transx_sidebar .widget.widget_recent_entries ul li ul.children,
.transx_sidebar .widget.widget_archive ul li ul.children,
.transx_sidebar .widget.widget_pages ul li ul.children,
.transx_sidebar .widget.widget_meta ul li ul.children,
.transx_sidebar .widget.widget_recent_comments ul li ul.children,
.transx_sidebar .widget.widget_product_categories ul li ul.children,
.transx_sidebar .widget.widget_layered_nav ul li ul.children,
.transx_sidebar .widget.widget_rating_filter ul li ul.children,
.wp-block-archives-list li ul.children,
.wp-block-latest-posts li ul.children,
.wp-block-rss li ul.children {
    margin-top: 16px;
    margin-left: 5px;
}

.footer_widget.widget_categories ul li,
.footer_widget.widget_transx_categories_widget ul li,
.footer_widget.widget_recent_entries ul li,
.footer_widget.widget_archive ul li,
.footer_widget.widget_pages ul li,
.footer_widget.widget_meta ul li,
.footer_widget.widget_recent_comments ul li,
.footer_widget.widget_product_categories ul li,
.footer_widget.widget_layered_nav ul li,
.footer_widget.widget_rating_filter ul li {
    margin-bottom: 8px;
}

.footer_widget.widget_categories ul li ul.children,
.footer_widget.widget_transx_categories_widget ul li ul.children,
.footer_widget.widget_recent_entries ul li ul.children,
.footer_widget.widget_archive ul li ul.children,
.footer_widget.widget_pages ul li ul.children,
.footer_widget.widget_meta ul li ul.children,
.footer_widget.widget_recent_comments ul li ul.children,
.footer_widget.widget_product_categories ul li ul.children,
.footer_widget.widget_layered_nav ul li ul.children,
.footer_widget.widget_rating_filter ul li ul.children {
    margin-top: 8px;
    margin-left: 10px;
}

.transx_sidebar .widget.widget_rss ul li,
.transx_sidebar .widget.widget_nav_menu ul li a,
.wp-block-archives-list li a,
.wp-block-rss li a {
    margin-bottom: 16px;
}

.transx_sidebar .widget.widget_rss ul li,
.wp-block-rss li a {
    margin-bottom: 30px;
}

.transx_sidebar .widget.widget_rss ul li a,
.transx_sidebar .widget.widget_nav_menu ul li a,
.footer_widget.widget_rss ul li a,
.wp-block-rss li a {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}

.transx_sidebar .widget.widget_nav_menu ul li a,
.footer_widget.widget_nav_menu a {
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
}

.widget_rss .rsswidget img {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.footer_widget.widget_rss .rsswidget img {
    top: 0;
}

.widget_rss .rss-date {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #999999;
    margin-bottom: 10px;
}

.widget_rss cite {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.footer_widget.widget_rss .rss-date,
.footer_widget.widget_rss cite {
    color: #ffffff;
}

.footer_widget.widget_rss ul li {
    margin-bottom: 17px;
}

.transx_sidebar .widget.widget_categories ul li a:hover,
.transx_sidebar .widget.widget_recent_entries ul li a:hover,
.transx_sidebar .widget.widget_archive ul li a:hover,
.transx_sidebar .widget.widget_pages ul li a:hover,
.transx_sidebar .widget.widget_meta ul li a:hover,
.transx_sidebar .widget.widget_recent_comments ul li a:hover,
.transx_sidebar .widget.widget_rss .widget_title a:hover,
.transx_sidebar .widget.widget_rss ul li a:hover,
.transx_sidebar .widget.widget_nav_menu ul li a:hover,
.transx_sidebar .widget.widget_layered_nav ul li a:hover,
.transx_sidebar .widget.widget_rating_filter ul li a:hover,
.transx_sidebar .widget_calendar table a:hover,
.wp-block-archives-list li a:hover,
.wp-block-latest-posts li a:hover,
.wp-block-rss li a:hover {

}

.transx_widget_select_wrapper,
.wp-block-archives.wp-block-archives-dropdown,
.wp-block-archives-dropdown,
.wp-block-categories.wp-block-categories-dropdown {
    position: relative;
}

.transx_sidebar .transx_widget_select_wrapper,
.footer_widget .transx_widget_select_wrapper {
    margin-top: 21px;
}

.transx_widget_select_wrapper:after,
.wp-block-archives-dropdown:after,
.wp-block-archives.wp-block-archives-dropdown:after,
.wp-block-categories.wp-block-categories-dropdown:after {
    content: '\f107';
    font-family: FontAwesome, sans-serif;
    font-size: 14px;
    line-height: 60px;
    color: #999999;
    position: absolute;
    top: 0;
    right: 19px;
}

.transx_sidebar .widget select,
.footer_widget select,
.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
    width: 100%;
    height: 60px;
    border-radius: 0;
    color: #999999;
    border: solid 2px #e1e1e1;
    background: transparent;
    padding: 0 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.footer_widget select {
    color: #FFFFFF;
}

.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
    background: transparent;
}

.transx_sidebar .widget select:active,
.transx_sidebar .widget select:focus,
.footer_widget select:active,
.footer_widget select:focus,
.wp-block-archives-dropdown select:focus,
.wp-block-archives-dropdown select:active,
.wp-block-categories-dropdown select:focus,
.wp-block-categories-dropdown select:active {
    outline: none;
}

.wp-block-archives-list,
.wp-block-archives-dropdown select,
.wp-block-calendar,
.wp-block-categories-dropdown,
.wp-block-latest-comments,
.wp-block-latest-posts,
.wp-block-search,
.wp-block-tag-cloud,
.wp-block-rss {
    margin-bottom: 50px;
}

.transx_sidebar .widget_nav_menu ul li {
    margin-bottom: 16px;
}

.transx_sidebar .widget_nav_menu ul li.menu-item-has-children > a,
.footer_widget.widget_nav_menu:nth-of-type(n+4) ul li.menu-item-has-children > a {
    position: relative;
}

.transx_sidebar .widget_nav_menu ul li.menu-item-has-children > a:after,
.footer_widget.widget_nav_menu:nth-of-type(n+4) ul li.menu-item-has-children > a:after {
    content: '\f107';
    font-family: FontAwesome, sans-serif;
    cursor: pointer;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.transx_sidebar .widget_nav_menu ul li.menu-item-has-children.open > a:after,
.footer_widget.widget_nav_menu:nth-of-type(n+4) ul li.menu-item-has-children.open > a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.transx_sidebar .widget_nav_menu ul li.menu-item-has-children ul.sub-menu,
.footer_widget.widget_nav_menu:nth-of-type(n+4) ul li.menu-item-has-children ul.sub-menu {
    display: none;
}

.transx_sidebar .widget.widget_nav_menu ul li .sub-menu {
    margin-top: 16px;
    padding-left: 15px;
}

.footer_widget.widget_nav_menu:nth-of-type(n+4) ul li .sub-menu {
    margin-top: 8px;
    margin-left: 10px;
}

.footer_widget.widget_search .form__field {
    background: transparent;
    color: #FFFFFF;
}

.footer_widget.widget_search .form__field::placeholder {
    background: transparent;
    color: #FFFFFF;
}

.footer_widget.widget_search .form__field:-moz-placeholder {
    background: transparent;
    color: #FFFFFF;
}

.footer_widget.widget_nav_menu:nth-of-type(n+4) ul.menu li {
    width: 100%;
}

.transx_sidebar .widget.widget_categories ul li,
.transx_sidebar .widget.widget_pages ul li,
.transx_sidebar .widget.widget_meta ul li,
.transx_sidebar .widget_product_categories ul li,
.transx_sidebar .widget_archive ul li {
    padding-left: 23px;
    position: relative;
}

.transx_sidebar .widget.widget_categories ul li:before,
.transx_sidebar .widget.widget_pages ul li:before,
.transx_sidebar .widget.widget_meta ul li:before,
.transx_sidebar .widget.widget_recent_comments ul li:before,
.transx_sidebar .widget_product_categories ul li:before,
.transx_sidebar .widget_archive ul li:before,
.transx_sidebar .widget.widget_recent_comments ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #ffffff;
    border-radius: 50%;
    border: solid 1px #4a535b;
    position: absolute;
    top: 10px;
    left: 2px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* --------------------------- */
/* --- Recent Posts Widget --- */
/* --------------------------- */
.transx_sidebar .widget.widget_recent_entries {
    margin-bottom: 62px;
}

.transx_sidebar .widget.widget_recent_entries ul li:not(:last-of-type),
.footer_widget.widget_recent_entries ul li:not(:last-of-type) {
    margin-bottom: 23px;
}

.widget.widget_recent_entries .post-date {
    display: block;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    margin-top: 13px;
}

/* ------------------------------ */
/* --- Recent Comments Widget --- */
/* ------------------------------ */
.transx_sidebar .widget.widget_recent_comments {
    margin-bottom: 61px;
}

.transx_sidebar .widget.widget_recent_comments ul li {
    line-height: 1.6;
    letter-spacing: .05px;
    margin-bottom: 17px;
    padding-left: 23px;
    position: relative;
}

.transx_sidebar .widget.widget_recent_comments ul li:last-of-type {
    margin-bottom: 0;
}

.transx_sidebar .widget.widget_recent_comments ul li .comment-author-link,
.transx_sidebar .widget.widget_recent_comments ul li .comment-author-link a {
    color: #a9aeb3;
}

/* ------------------- */
/* --- Tags Widget --- */
/* ------------------- */
.transx_sidebar .widget.widget_tag_cloud {
    margin-bottom: 67px;
}

.transx_sidebar .widget.widget_tag_cloud .widget_title {
    margin-bottom: 35px;
}

.transx_sidebar .widget.widget_tag_cloud .tagcloud,
.footer_widget.widget_tag_cloud .tagcloud,
.transx_sidebar .widget.widget_product_tag_cloud .tagcloud,
.wp-block-tag-cloud {
    font-size: 0;
    line-height: 0;
}

.transx_sidebar .widget.widget_tag_cloud .tagcloud a,
.footer_widget.widget_tag_cloud .tagcloud a,
.transx_sidebar .widget.widget_product_tag_cloud .tagcloud a,
.wp-block-tag-cloud a,
.transx_standard_blog_listing .transx_blog_listing_categories a {
    display: inline-block;
    font-size: 14px !important;
    line-height: 24px;
    letter-spacing: 0.1px;
    font-weight: 400;
    padding: 2px 11px;
    margin: 0 7px 6px 0;
    border: solid 1px;
    border-radius: 0;
}

.wp-block-tag-cloud a {
    text-decoration: none;
}

/* --------------------- */
/* --- Search Widget --- */
/* --------------------- */
.transx_bg_color_alt .transx_sidebar .widget.widget_search {
    padding: 0;
}

.transx_sidebar .widget.widget_search form,
.footer_widget.widget_search form,
.transx_sidebar .widget_product_search form {
    position: relative;
}

.transx_sidebar .widget.widget_search .form__field,
.footer_widget.widget_search .form__field,
.wp-block-search input[type="search"],
.transx_sidebar .widget_product_search input[type="search"] {
    padding: 0 48px 0 20px;
    margin: 0;
}

.transx_bg_color_alt .transx_sidebar .widget.widget_search .form__field {
    border: none;
}

.wp-block-search input[type="search"] {
    width: auto;
}

.wp-block-search input[type="search"]:focus,
.wp-block-search input[type="search"]:active {
    background: transparent;
}

.transx_sidebar .widget.widget_search .transx_icon_search,
.footer_widget.widget_search .transx_icon_search {
    line-height: 1;
    cursor: pointer;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    right: 19px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.transx_sidebar .widget.widget_search .transx_icon_search:hover,
.footer_widget.widget_search .transx_icon_search:hover {
    opacity: .75;
}

/* ----------------------- */
/* --- Calendar Widget --- */
/* ----------------------- */
.transx_sidebar .widget_calendar,
.wp-block-calendar {
    margin-bottom: 39px;
    background: #f3f6f5;
    -webkit-clip-path: polygon(88.5% 0,100% 7.5%,100% 100%,0 100%,0 0);
    clip-path: polygon(88.5% 0,100% 7.5%,100% 100%,0 100%,0 0);
    padding: 35px 15px;
}

.transx_bg_color_alt .transx_sidebar .widget_calendar {
    -webkit-clip-path: polygon(91.8% 0,100% 6.9%,100% 100%,0 100%,0 0);
    clip-path: polygon(91.8% 0,100% 6.9%,100% 100%,0 100%,0 0);
}

.wp-block-calendar {
    -webkit-clip-path: polygon(96.5% 0,100% 7.5%,100% 100%,0 100%,0 0);
    clip-path: polygon(96.5% 0,100% 7.5%,100% 100%,0 100%,0 0);
}

.transx_sidebar .widget_calendar .widget_title {
    margin-bottom: 24px;
    padding: 0;
}

.wp-block-calendar table,
.transx_sidebar .widget_calendar table,
.footer_widget.widget_calendar table {
    width: 100%;
}

.wp-block-calendar caption,
.transx_sidebar .widget_calendar caption,
.footer_widget.widget_calendar caption {
    caption-side: top;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    font-weight: 400;
    padding: 0 0 10px;
}

.footer_widget.widget_calendar caption {
    color: #ffffff;
}

.wp-block-calendar table,
.transx_sidebar .widget_calendar table,
.footer_widget.widget_calendar table,
.wp-block-calendar table,
.transx_sidebar .widget_calendar nav {
    font-size: 14px;
    font-weight: 400;
}


.transx_sidebar .widget_calendar table th,
.footer_widget.widget_calendar table th,
.footer_widget.widget_calendar table td,
.wp-block-calendar table th,
.transx_sidebar .widget_calendar table td,
.wp-block-calendar table td {
    border: none;
    line-height: 1.3;
    text-align: center;
    position: relative;
}

.transx_sidebar .widget_calendar table th,
.footer_widget.widget_calendar table th,
.wp-block-calendar table th {
    font-size: 12px;
    color: #a9aeb3;
    font-weight: 600;
}

.wp-block-calendar table th {
    background: transparent;
    font-weight: 400;
}

.footer_widget.widget_calendar table td,
.transx_sidebar .widget_calendar table td,
.wp-block-calendar table td {
    font-size: 13px;
    color: #414a53;
}

.transx_sidebar .widget_calendar table td a,
.wp-block-calendar table td a,
.footer_widget.widget_calendar table td a {
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 5;
    -webkit-transition: all 0s;
    transition: all 0s;
}

.transx_sidebar .widget_calendar table td#today:after,
.wp-block-calendar table td#today:after,
.footer_widget.widget_calendar table td#today:after,
.transx_sidebar .widget_calendar table td a:after,
.wp-block-calendar table td a:after,
.footer_widget.widget_calendar table td a:after {
    content: '';
    width: 32px;
    height: 32px;
    border: solid 2px;
    border-radius: 0;
    margin: -16px 0 0 -16px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.transx_sidebar .widget_calendar table td a,
.wp-block-calendar table td a {
    font-weight: 700;
    color: #FFFFFF;
}

.transx_sidebar .widget_calendar table td a:hover:after,
.wp-block-calendar table td a:hover:after {
    background: transparent;
}

.footer_widget.widget_calendar table td a:hover:after {
    background: transparent;
}

.wp-block-calendar .wp-calendar-nav a {
    color: #333333;
    font-weight: 700;
    text-decoration: none;
}

.transx_sidebar .widget_calendar .wp-calendar-nav,
.footer_widget.widget_calendar .wp-calendar-nav,
.wp-block-calendar .wp-calendar-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.transx_sidebar .widget_calendar .wp-calendar-nav span:not(.pad),
.wp-block-calendar .wp-calendar-nav span:not(.pad),
.footer_widget.widget_calendar .wp-calendar-nav span:not(.pad) {
    position: relative;
}

.transx_sidebar .widget_calendar .wp-calendar-nav span.wp-calendar-nav-prev a:before,
.transx_sidebar .widget_calendar .wp-calendar-nav span.wp-calendar-nav-next a:after,
.wp-block-calendar .wp-calendar-nav span.wp-calendar-nav-prev a:before,
.wp-block-calendar .wp-calendar-nav span.wp-calendar-nav-next a:after {
    width: 15px;
    height: 100%;
    font-size: 13px;
    line-height: 30px;
    font-family: FontAwesome, sans-serif;
    color: #a9aeb3;
    background: #f3f6f5;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.transx_bg_color_alt .transx_sidebar .widget_calendar .wp-calendar-nav span.wp-calendar-nav-prev a:before,
.transx_bg_color_alt .transx_sidebar .widget_calendar .wp-calendar-nav span.wp-calendar-nav-next a:after {
    background: #ffffff;
}

.wp-block-calendar .wp-calendar-nav span.wp-calendar-nav-prev a:before,
.wp-block-calendar .wp-calendar-nav span.wp-calendar-nav-next a:after {
    width: 20px;
}

.transx_sidebar .widget_calendar .wp-calendar-nav span.wp-calendar-nav-prev,
.wp-block-calendar .wp-calendar-nav span.wp-calendar-nav-prev,
.footer_widget.widget_calendar .wp-calendar-nav span.wp-calendar-nav-prev {
    padding-left: 7px;
    margin-left: 11px;
}

.transx_sidebar .widget_calendar .wp-calendar-nav span.wp-calendar-nav-next,
.wp-block-calendar .wp-calendar-nav span.wp-calendar-nav-next,
.footer_widget.widget_calendar .wp-calendar-nav span.wp-calendar-nav-next {
    padding-right: 7px;
    margin-right: 11px;
}

.transx_sidebar .widget_calendar .wp-calendar-nav span.wp-calendar-nav-prev a:before,
.wp-block-calendar .wp-calendar-nav span.wp-calendar-nav-prev a:before {
    content: '\f104';
    left: 0;
}

.transx_sidebar .widget_calendar .wp-calendar-nav span.wp-calendar-nav-next a:after,
.wp-block-calendar .wp-calendar-nav span.wp-calendar-nav-next a:after {
    content: '\f105';
    text-align: right;
    right: 0;
}

.footer_widget.widget_calendar table {
    position: relative;
    z-index: 1;
}

.footer_widget.widget_calendar table td {
    line-height: 2;
}

.footer_widget.widget_calendar table td#today,
.footer_widget.widget_calendar table td a {
    color: #000000;
}

/* ------------------------ */
/* --- Instagram Widget --- */
/* ------------------------ */
.transx_sidebar .widget_instagram-feed-widget {
    margin-bottom: 60px;
}

.transx_sidebar .widget_instagram-feed-widget .widget_title {
    margin-bottom: 33px;
    position: relative;
}

.transx_sidebar .widget_instagram-feed-widget .widget_title:before {
    content: '\f16d';
    font-family: FontAwesome, sans-serif;
    font-size: 22px;
    position: absolute;
    top: -2px;
    right: 0;
}

.transx_sidebar .widget_instagram-feed-widget #sb_instagram.sbi_fixed_height,
.transx_sidebar .widget_instagram-feed-widget .sb_instagram.sbi_fixed_height {
    height: auto !important;
}

.transx_sidebar .widget_instagram-feed-widget #sbi_images,
.transx_sidebar .widget_instagram-feed-widget .sbi_images {
    padding: 0 !important;
    margin-left: -5px;
}

.transx_sidebar .widget_instagram-feed-widget #sb_instagram #sbi_images .sbi_item {
    padding: 0 !important;
}

.sb_instagram.sbi_col_6 .sbi_images .sbi_item {
    width: 16.66%;
}

body .transx_sidebar .widget_instagram-feed-widget .sbi_item,
.footer_widget.widget_instagram-feed-widget .sbi_item,
body .transx_sidebar .widget_instagram-feed-widget .sb_instagram.sbi_col_6 .sbi_images .sbi_item,
.footer_widget.widget_instagram-feed-widget .sb_instagram.sbi_col_6 .sbi_images .sbi_item {
    width: 33.333333% !important;
}

.transx_sidebar .widget_instagram-feed-widget .sbi_photo_wrap {
    padding: 0 0 5px 5px;
}

.footer_widget.widget_instagram-feed-widget #sb_instagram.sbi_fixed_height,
.footer_widget.widget_instagram-feed-widget .sb_instagram.sbi_fixed_height {
    height: auto !important;
}

.footer_widget .sb_instagram {
    margin-left: -8px;
}

.sb_instagram {
    line-height: 0;
}

.sb_instagram .sbi_images,
.sb_instagram .sbi_item .sbi_photo_wrap a {
    height: 100% !important;
}

.sb_instagram .sbi_item {
    height: 100%;
}

.sb_instagram .sbi_item {
    display: inline-block;
}

.sb_instagram .sbi_item .sbi_photo_wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.sb_instagram .sbi_item .sbi_photo_wrap a {
    display: block;
}

body .footer_widget .sb_instagram .sbi_images .sbi_item {
    padding: 0 0 8px 8px !important;
}

/* --------------------- */
/* --- Banner Widget --- */
/* --------------------- */
.transx_sidebar .widget_custom_html {
    margin-bottom: 64px;
}

.transx_contact-trigger {
    position: relative;
    color: #fff;
    background: #005bac;
    padding: 32px 29px 43px 29px;
    width: 100%;
    max-width: 370px;
    -webkit-clip-path: polygon(90% 0, 100% 18%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(90% 0, 100% 18%, 100% 100%, 0 100%, 0 0)
}

.transx_bg_color_alt .transx_contact-trigger {
    padding: 42px 38px 50px;
    -webkit-clip-path: polygon(92.3% 0, 100% 8.4%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(92.3% 0, 100% 8.4%, 100% 100%, 0 100%, 0 0);
}

.transx_contact-trigger--style-2 {
    -webkit-clip-path: polygon(88.5% 0, 100% 9.5%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(88.5% 0, 100% 9.5%, 100% 100%, 0 100%, 0 0)
}

.transx_contact-trigger__img,
.elementor img.transx_contact-trigger__img,
.woocommerce img.transx_contact-trigger__img,
.woocommerce-page img.transx_contact-trigger__img {
    height: 100px;
    width: auto;
    position: absolute;
    bottom: 0;
    right: 2px
}

.transx_contact-trigger__title {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 14px;
}

.transx_contact-trigger__text {
    margin-top: 11px;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.transx_contact-trigger .transx_button {
    font-size: 13px;
    letter-spacing: .1px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    background: transparent;
    border-color: #ffffff;
    padding: 14px 25px 13px 19px;
    margin-top: 28px;
    position: relative;
    z-index: 2;
}

.transx_contact-trigger .transx_button:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #005bac;
}

.transx_contact-trigger .transx_button span {
    min-width: 95px;
    display: inline-block;
}

.transx_contact-trigger .transx_button .icon {
    font-size: 20px;
    margin-top: -4px;
    margin-left: 6px;
}

/* ------------------------- */
/* ------ Woo Widgets ------ */
/* ------------------------- */
.transx_sidebar .widget_product_categories li {
    text-align: right;
}

.transx_sidebar .widget_product_categories a {
    display: inline-block;
    float: left;
    position: relative;
}

/* ----------------------------- */
/* --- Product Search Widget --- */
/* ----------------------------- */
.transx_sidebar .widget_product_search {
    margin-bottom: 56px;
}

.transx_sidebar .widget_product_search form {
    position: relative;
}

.transx_sidebar .widget_product_search input[type="search"] {
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    width: 100%;
    border-radius: 0;
    border: 1px solid;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    outline: 0;
}

.transx_sidebar .widget_product_search button {
    width: 16px;
    height: 16px;
    background: transparent;
    border: none;
    font-size: 0;
    line-height: 0;
    color: #000000;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.transx_sidebar .widget_product_search button:hover {
    opacity: .75;
}

.transx_sidebar .widget_product_search button:after {
    content: '\f002';
    font-family: FontAwesome, sans-serif;
    font-size: 16px;
    line-height: 16px;
}

/* --------------------------- */
/* --- Price Filter Widget --- */
/* --------------------------- */
.woocommerce .widget_price_filter {
    margin-bottom: 50px;
}

.woocommerce .widget_price_filter .widget_title {
    margin-bottom: 32px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 2px;
    margin-bottom: 25px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #f1f1f1;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: #00997d;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    border: solid 2px #e3e3e3;
    background: #ffffff;
    top: -9px;
}

.woocommerce .widget_price_filter .price_slider_amount {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    position: relative;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
    display: inline-block;
    margin-top: 4px;
    position: absolute;
    left: 0;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    display: inline-block;
    letter-spacing: 0;
    text-align: center;
    padding: 17px 27px;
    border-radius: 0 0 15px 0;
    border: 2px solid;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover {
    box-shadow: 0 20px 38px rgba(0,0,0,.16);
}

/* ------------------------ */
/* --- Products Widgets --- */
/* ------------------------ */
.widget_recently_viewed_products .widget_title,
.widget_recent_reviews .widget_title,
.widget_top_rated_products .widget_title,
.widget_products .widget_title {
    margin-bottom: 22px;
}

.woocommerce ul.product_list_widget li {
    min-height: 81px;
}

.woocommerce ul.product_list_widget li:not(:last-of-type) {
    padding: 0;
    margin-bottom: 9px;
    position: relative;
}

.woocommerce ul.product_list_widget li a {
    line-height: 15px;
}

.woocommerce ul.product_list_widget li a:hover span.product-title {
    opacity: .75;
}

.woocommerce ul.product_list_widget li img {
    width: 76px;
    height: auto;
    background: #ffffff;
    margin: 0;
    float: left;
}

.woocommerce ul.product_list_widget li span.product-title,
.woocommerce ul.product_list_widget li span.amount:first-of-type {
    margin-left: 25px;
    font-weight: 500;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.woocommerce ul.product_list_widget li span.amount {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #003d90;
    margin-top: 13px;
}

.woocommerce ul.product_list_widget li del span.amount {
    text-decoration: line-through;
    opacity: 1;
    color: #a9aeb3;
}

.woocommerce ul.product_list_widget li ins span.amount {
    margin-left: 0 !important;
}

.woocommerce ul.product_list_widget li .star-rating {
    display: block;
    margin-top: 14px;
    margin-left: 100px;
}

.woocommerce ul.product_list_widget li .star-rating span {
    color: #ffa800;
}

.woocommerce ul.product_list_widget li span.reviewer {
    margin-left: 25px;
}

/* ------------------- */
/* --- Cart Widget --- */
/* ------------------- */
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 0;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    left: auto;
    right: 0;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove:hover,
.woocommerce.widget_shopping_cart .cart_list li a.remove:hover {
    opacity: .75;
    background: transparent;
}

.woocommerce .widget_shopping_cart ul.product_list_widget li img,
.woocommerce.widget_shopping_cart ul.product_list_widget li img {
    margin-right: 18px;
}

.woocommerce .widget_shopping_cart ul.product_list_widget li span.amount,
.woocommerce.widget_shopping_cart ul.product_list_widget li span.amount {
    margin-left: 0;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    font-size: 14px;
    border: none;
    padding-top: 10px;
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
    display: inline-block;
    letter-spacing: 0;
    text-align: center;
    padding: 17px 27px;
    border: 2px solid;
    border-radius: 0 0 15px 0;
    margin-right: 10px;
    margin-bottom: 10px;
}

.woocommerce .widget_shopping_cart .buttons a:hover,
.woocommerce.widget_shopping_cart .buttons a:hover {
    box-shadow: 0 20px 38px rgba(0,0,0,.16);
}

/* ------------------------------------- */
/* ---------- Single Donation ---------- */
/* ------------------------------------- */
.transx-donations .transx_media_output_container {
    margin-bottom: 34px;
}

.transx_single_post_donation_form_container {
    position: relative;
    z-index: 5;
}

body .give-form-title {
    font-size: 40px;
    letter-spacing: -.05em;
    text-transform: uppercase;
    margin-bottom: 16px !important;
}

body .give-form-title span {
    font-weight: 300;
}

.transx_donation_excerpt_container {
    margin-bottom: 65px;
}

.give-goal-progress {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}

.give-progress-bar {
    width: 100%;
    height: 13px;
    border-radius: 20px;
    overflow: visible;
    position: relative;
}

.give-progress-bar > span {
    overflow: visible;
}

.give-progress-bar .transx_progress_bar_marker {
    font-weight: 700;
    color: #333333;
    border-radius: 0;
    background: transparent;
    position: absolute;
    top: -35px;
    right: -20px;
}

.give-goal-progress .raised {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    font-size: 0;
    margin: 27px 0 0;
}

.give-goal-progress .raised span {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0;
    font-weight: 700;
    color: #333333;
    margin-right: 30px;
    position: relative;
}

.give-goal-progress .raised span:first-of-type:before {
    content: 'Pledged: ';
}

.give-goal-progress .raised span:last-of-type:before {
    content: 'Goal: ';
}

.give-goal-progress .raised span:before {
    margin-right: 1px;
    letter-spacing: 0;
    font-weight: 700;
}

.give-progress-bar span {
    border-radius: 20px;
    background: -moz-linear-gradient(left, #48dad5 0%, #46e26b 100%);
    background: -webkit-linear-gradient(left, #48dad5 0%, #46e26b 100%);
    background: linear-gradient(to right, #48dad5 0%, #46e26b 100%);
}

.set-price.give-donation-amount,
.give-total-wrap {
    display: inline-block;
    vertical-align: top;
}

body form[id*=give-form] {
    margin-bottom: 0;
}

body form[id*=give-form] .give-donation-amount {
    position: relative;
}

body form[id*=give-form] .give-donation-amount #give-amount-text,
body form[id*=give-form] .give-donation-amount .give-text-input,
form[id*=give-form] .give-donation-amount #give-amount,
form[id*=give-form] .give-donation-amount #give-amount-text {
    height: 60px;
    display: inline-block;
    font-size: 16px;
    line-height: 58px;
    letter-spacing: -.05em;
    font-weight: 400;
    color: #333333;
    text-align: center;
    padding: 0 65px;
    border: solid 2px #e1e1e1;
    border-radius: 0;
    position: relative;
}

form[id*=give-form] .give-donation-amount #give-amount,
form[id*=give-form] .give-donation-amount #give-amount-text {
    width: auto;
    max-width: 210px;
}

.give_warning {
    font-size: 14px;
    line-height: 1.5;
}

body form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before {
    width: 44px;
    height: 44px;
    font-size: 16px;
    line-height: 42px;
    font-weight: 700;
    color: #333333;
    text-align: center;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 5;
}

body form[id*=give-form] #give-donation-level-radio-list,
body form[id*=give-form] .give-donation-levels-wrap,
body form[id*=give-form] .give-donation-levels-wrap + fieldset ul {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 17px 0 0;
    vertical-align: top;
    clear: both;
}

body form[id*=give-form] .give-donation-levels-wrap input[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
    opacity: 0;
}

body form[id*=give-form] .give-donation-levels-wrap + fieldset + div p input[type="text"],
body form[id*=give-form] .give-donation-levels-wrap + fieldset + div p input[type="email"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

body form[id*=give-form] #give-donation-level-radio-list li,
body form[id*=give-form] .give-donation-levels-wrap li,
body form[id*=give-form] #give-gateway-radio-list li,
body form[id*=give-form] .give-donation-levels-wrap + fieldset ul li {
    display: inline-block;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: -.05em;
    font-weight: 700;
    color: #333333;
    padding-left: 17px;
    margin-left: 40px;
}

body form[id*=give-form] .give-donation-levels-wrap + fieldset ul {
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
}

body form[id*=give-form] #give-gateway-radio-list li,
body form[id*=give-form] .give-donation-levels-wrap + fieldset ul li {
    margin-left: 0;
    margin-right: 40px;
}

body form[id*=give-form] #give-donation-level-radio-list li input[type="radio"] + label,
body form[id*=give-form] #give-gateway-radio-list li input[type="radio"] + label,
body form[id*=give-form] .give-donation-levels-wrap li input[type="radio"] + label,
body form[id*=give-form] .give-donation-levels-wrap + fieldset ul li input[type="radio"] + label {
    position: relative;
}

body form[id*=give-form] #give-donation-level-radio-list li input[type="radio"]:checked + label:before,
body form[id*=give-form] #give-donation-level-radio-list li input[type="radio"]:not(:checked) + label:before,
body form[id*=give-form] #give-gateway-radio-list li input[type="radio"]:checked + label:before,
body form[id*=give-form] #give-gateway-radio-list li input[type="radio"]:not(:checked) + label:before,
body form[id*=give-form] .give-donation-levels-wrap li input[type="radio"]:checked + label:before,
body form[id*=give-form] .give-donation-levels-wrap + fieldset ul li input[type="radio"]:checked + label:before,
body form[id*=give-form] .give-donation-levels-wrap li input[type="radio"]:not(:checked) + label:before,
body form[id*=give-form] .give-donation-levels-wrap + fieldset ul li input[type="radio"]:not(:checked) + label:before {
    content: '';
    width: 14px;
    height: 14px;
    background: none;
    border: solid 2px #999999;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: -24px;
}

body form[id*=give-form] #give-gateway-radio-list li input[type="radio"]:checked + label:before,
body form[id*=give-form] #give-gateway-radio-list li input[type="radio"]:not(:checked) + label:before,
body form[id*=give-form] .give-donation-levels-wrap + fieldset ul li input[type="radio"]:checked + label:before,
body form[id*=give-form] .give-donation-levels-wrap + fieldset ul li input[type="radio"]:not(:checked) + label:before {
    top: 4px;
}

body form[id*=give-form] #give-donation-level-radio-list li input[type="radio"]:checked + label:after,
body form[id*=give-form] #give-gateway-radio-list li input[type="radio"]:checked + label:after,
body form[id*=give-form] .give-donation-levels-wrap li input[type="radio"]:checked + label:after,
body form[id*=give-form] .give-donation-levels-wrap + fieldset ul li input[type="radio"]:checked + label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #4e4e4e;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: -20px;
}

body form[id*=give-form] #give-gateway-radio-list li input[type="radio"]:checked + label:after,
body form[id*=give-form] .give-donation-levels-wrap + fieldset ul li input[type="radio"]:checked + label:after {
    top: 8px;
}

body form[id*=give-form] #give-gateway-radio-list,
body form[id*=give-form] .give-donation-levels-wrap + fieldset {
    margin-left: 4px;
}

#give-payment-mode-select,
body form[id*=give-form] .give-donation-levels-wrap + fieldset {
    clear: both;
    position: relative;
    top: 45px;
}

#give-payment-mode-select .give-payment-mode-label,
body form[id*=give-form] .give-donation-levels-wrap + fieldset .give-payment-mode-label,
form.give-form .give-hidden, form[id*=give-form] .give-hidden {
    display: block;
    letter-spacing: 0;
    margin-bottom: 9px;
    border: none;
    color: #333333;
}

form.give-form .give-hidden,
form[id*=give-form] .give-hidden {
    font-size: 1.15em;
    font-weight: 700;
    margin: 10px 0 14px;
    padding: 0 0 5px;
}

form.give-form .give-hidden:after,
form[id*=give-form] .give-hidden:after,
#give-payment-mode-select .give-payment-mode-label:after {
    content: '*';
    position: relative;
    top: -4px;
    left: 2px;
}

body form[id*=give-form] .give-donation-levels-wrap + fieldset + div {
    margin-top: 83px;
}

#give_purchase_form_wrap {
    margin-top: 88px;
}

#give_purchase_form_wrap #give_checkout_user_info > legend,
body form[id*=give-form] .give-donation-levels-wrap + fieldset + div legend {
    border: none;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -.9px;
    color: #333333;
    margin-bottom: 21px;
}

body #give_checkout_user_info,
body form[id*=give-form] .give-donation-levels-wrap + fieldset + div {
    font-size: 0;
    line-height: 0;
}

body #give_checkout_user_info p,
body form[id*=give-form] .give-donation-levels-wrap + fieldset + div p {
    display: inline-block;
    width: 33.333333%;
    margin: 0;
    float: none;
}

body #give_checkout_user_info p:first-of-type,
body form[id*=give-form] .give-donation-levels-wrap + fieldset + div p:first-of-type {
    padding-right: 20px;
}

body #give_checkout_user_info p:nth-of-type(2),
body form[id*=give-form] .give-donation-levels-wrap + fieldset + div p:nth-of-type(2) {
    padding: 0 10px;
}

body #give_checkout_user_info p:last-of-type,
body form[id*=give-form] .give-donation-levels-wrap + fieldset + div p:last-of-type {
    padding-left: 20px;
}

body #give_checkout_user_info p label,
body form[id*=give-form] .give-donation-levels-wrap + fieldset + div p label {
    display: none;
}

.give-donation-submit #give-final-total-wrap,
.give-donation-submit p.form-wrap {
    display: none;
}

.give-submit-button-wrap {
    margin-top: 70px;
}

.give-submit-button-wrap input[type="submit"] {
    padding: 20px 63px 17px;
}

/* ---------------------------------- */
/* ---------- Blog Listing ---------- */
/* ---------------------------------- */
.transx_pagination,
.woocommerce-pagination {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.transx_pagination nav.pagination,
.woocommerce-pagination nav.pagination {
    width: 100%;
    border-radius: 0;
    padding-top: 74px;
    justify-content: center;
}

.transx_content_paging_wrapper .page-link span,
.transx_content_paging_wrapper .page-link a,
.transx_pagination nav.pagination span,
.transx_pagination nav.pagination a,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li span.current {
    min-width: 50px;
    height: 50px;
    display: inline-block;
    font-size: 12px;
    line-height: 48px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    padding: 0;
    margin: 0 3px;
    border: solid 2px;
    border-radius: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li span.current {
    line-height: 34px;
}

.transx_content_paging_wrapper .page-link span,
.transx_content_paging_wrapper .page-link a:hover,
.transx_pagination nav.pagination a:hover,
.transx_pagination nav.pagination span.current,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
    color: #ffffff;
}

.transx_pagination nav.pagination .prev,
.transx_pagination nav.pagination .next,
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
    padding: 0 45px;
}

.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
    padding: 6px 45px;
}

.transx_pagination nav.pagination .prev,
.woocommerce nav.woocommerce-pagination ul li a.prev {
    margin-left: 0;
    margin-right: 21px;
    border-radius: 0 0 0 15px;
}

.transx_pagination nav.pagination .next,
.woocommerce nav.woocommerce-pagination ul li a.next {
    margin-left: 21px;
    margin-right: 0;
    border-radius: 0 0 15px 0;
}

.transx_pagination nav.pagination .prev i {
    margin-right: 10px;
}

.transx_pagination nav.pagination .next i {
    margin-left: 10px;
}

/* ------------------------------------ */
/* ---------- 404 Error Page ---------- */
/* ------------------------------------ */
body.error404.admin-bar,
body.error404.admin-bar .transx_page-wrapper {
    min-height: calc(100vh - 32px);
}

.transx_404_error_container {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    z-index: 0;
}

.transx_404_error_inner {
    width: 100%;
    height: 550px;
    display: table;
}

@media only screen and (min-width: 576px) {
    .transx_404_error_inner {
        height: 650px;
    }
}

@media only screen and (min-width: 768px) {
    .transx_404_error_inner {
        height: 700px;
    }
}

@media only screen and (min-width: 992px) {
    .transx_404_error_inner {
        height: 800px;
    }
}

@media only screen and (min-width: 1200px) {
    .transx_404_error_inner {
        height: 900px;
    }
}

.transx_404_error_align_container {
    display: table-cell;
    vertical-align: middle;
}

.transx_404_content {
    position: relative;
}

.transx_404_error_title {
    font-size: 140px;
    line-height: .71;
    letter-spacing: -.05em;
    font-weight: 700;
    color: #FFFFFF;
    margin: -8px 0 0;
}

@media only screen and (min-width: 768px) {
    .transx_404_error_title {
        font-size: 165px;
    }
}

@media only screen and (min-width: 992px) {
    .transx_404_error_title {
        font-size: 250px;
    }
}

@media only screen and (min-width: 1200px) {
    .transx_404_error_title {
        font-size: 340px;
    }
}

.transx_404_error_subtitle,
.transx_404_error_info_text,
.transx_404_home_button.transx_button.transx_button--primary {
    color: #ffffff;
    position: relative;
    z-index: 3;
}

.transx_404_error_subtitle {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
    .transx_404_error_subtitle {
        font-size: 40px;
        line-height: 60px;
    }
}

.transx_404_error_info_text {
    display: inline-block;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: .15em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 17px;
}

.transx_404_error_text {
    margin-top: 20px;
    color: #ffffff;
}

.transx_404_home_button.transx_button.transx_button--primary {
    padding: 12px 40px;
    margin-top: 55px;
    letter-spacing: .8px;
    border-color: #ffffff;
}

.transx_404_home_button.transx_button.transx_button--primary:hover {
    color: #414a53;
    background: #ffffff;
}

/* -------------------------------------------- */
/* ---------- Standard Blog Listings ---------- */
/* -------------------------------------------- */
.transx_standard_blog_listing .transx_blog_listing_item:not(:last-of-type) {
    margin-bottom: 30px;
}

.transx_standard_blog_listing .transx_blog_listing_image_container {
    position: relative;
    -webkit-clip-path: polygon(92.2% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(92.2% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
    overflow: hidden;
}

.transx_standard_blog_listing .transx_blog_listing_image_container img {
    margin: 0 auto;
}

.transx_search_page_listing .transx_blog_listing_image_container:before {
    display: none;
}

.transx_standard_blog_listing .transx_blog_listing_content_wrapper {
    background: #ffffff;
    padding: 39px 50px 42px;
}

.transx_standard_blog_listing .transx_blog_listing_meta,
.transx_standard_blog_listing .transx_blog_listing_meta a {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: .9px;
    font-weight: 500;
    color: #003d90;
    margin-bottom: 11px;
}

.transx_standard_blog_listing .transx_blog_listing_meta .transx_separator {
    margin: 0 2px;
}

.transx_standard_blog_listing .transx_blog_listing_title {
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 18px;
}

.transx_standard_blog_listing .transx_blog_listing_title a {
    line-height: inherit;
}

.transx_standard_blog_listing .transx_blog_listing_title a:hover {
    opacity: .75;
}

body .transx_standard_blog_listing .transx_blog_listing_excerpt {
    margin-bottom: 12px;
}

.transx_standard_blog_listing .transx_blog_listing_item .transx_button {
    padding: 12px 32px;
}

.transx_standard_blog_listing .transx_blog_listing_tags a {
    margin-right: 20px;
    margin-bottom: 10px;
}

.transx_standard_blog_listing .transx_blog_listing_tags a:before {
    content: '#';
}

.transx_standard_blog_listing .transx_button {
    margin-top: 15px;
}

/* ------------------------------------------- */
/* ---------- Elementor Main Styles ---------- */
/* ------------------------------------------- */
body .elementor-section:first-of-type {
    margin-top: -10px;
}

body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1230px;
}

body .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-narrow {
    margin-left: -5px;
    margin-right: -5px;
}

body .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default {
    margin-left: -10px;
    margin-right: -10px;
}

body .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
    margin-left: -15px;
    margin-right: -15px;
}

body .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-wide {
    margin-left: -20px;
    margin-right: -20px;
}

body .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-wider {
    margin-left: -30px;
    margin-right: -30px;
}

body .elementor-section.elementor-section-boxed.elementor-inner-section > .elementor-container.elementor-column-gap-narrow {
    width: calc(100% + 10px);
}

body .elementor-section.elementor-section-boxed.elementor-inner-section > .elementor-container.elementor-column-gap-default {
    width: calc(100% + 20px);
}

body .elementor-section.elementor-section-boxed.elementor-inner-section > .elementor-container.elementor-column-gap-extended {
    width: calc(100% + 30px);
}

body .elementor-section.elementor-section-boxed.elementor-inner-section > .elementor-container.elementor-column-gap-wide {
    width: calc(100% + 40px);
}

body .elementor-section.elementor-section-boxed.elementor-inner-section > .elementor-container.elementor-column-gap-wider {
    width: calc(100% + 60px);
}

body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-no,
body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-narrow,
body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-default,
body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-extended,
body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-wide,
body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-wider {
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 1200px) {
    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-no {
        max-width: 1170px;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-default {
        max-width: 1190px;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-narrow {
        max-width: 1180px;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-extended {
        max-width: 1200px;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-wide {
        max-width: 1210px;
    }
}

body .elementor-section.elementor-section-boxed.elementor-inner-section > .elementor-container {
    width: 100%;
}

@media only screen and (min-width: 1600px) {
    body .elementor-section.elementor-section-boxed.elementor-section-stretched.transx_container_wide > .elementor-container.elementor-column-gap-narrow {
        max-width: 1510px;
    }
}

body .transx_content_wrapper .elementor-widget-text-editor ul,
body .transx_content_wrapper .elementor-widget-text-editor ol,
body .transx_content_wrapper .elementor-tab-content ul,
body .transx_content_wrapper .elementor-tab-content ol,
body .transx_content_wrapper .transx_location_item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

body .transx_content_wrapper .elementor-widget-text-editor ul li,
body .transx_content_wrapper .transx_location_item ul li,
body .transx_content_wrapper .elementor-widget-text-editor ol li,
body .transx_content_wrapper .elementor-tab-content ul li,
body .transx_content_wrapper .elementor-tab-content ol li {
    display: block;
    line-height: 32px;
    padding-left: 30px;
    position: relative;
}

body .transx_content_wrapper .elementor-widget-text-editor ul li:not(:last-of-type),
body .transx_content_wrapper .elementor-tab-content ul li:not(:last-of-type),
body .transx_content_wrapper .transx_location_item ul li:not(:last-of-type),
body .transx_content_wrapper ol li:not(:last-of-type),
body .transx_content_wrapper ul li:not(:last-of-type) {
    margin-bottom: 16px;
}

body .transx_blog_content_wrapper ul.wp-block-latest-posts li {
    margin-bottom: 23px;
}

body .transx_content_wrapper .elementor-widget-text-editor ul li:before,
body .transx_content_wrapper .transx_location_item ul li:before,
body .transx_content_wrapper .elementor-tab-content ul li:before {
    content: '';
    width: 6px;
    height: 10px;
    display: block;
    border-top: solid 2px;
    border-left: solid 2px;
    position: absolute;
    top: 10px;
    left: 7px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    z-index: 1;
}

body .transx_content_wrapper .elementor-widget-text-editor ul li:after,
body .transx_content_wrapper .transx_location_item ul li:after,
body .transx_content_wrapper .elementor-tab-content ul li:after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    background: #f3f6f5;
    position: absolute;
    top: 6px;
    left: 0;
}

body .transx_content_wrapper .elementor-widget-text-editor ol,
body .transx_content_wrapper .elementor-tab-content ol {
    counter-reset: item;
}

body .transx_content_wrapper .elementor-widget-text-editor ol > li:before,
body .transx_content_wrapper .elementor-tab-content ol > li:before {
    content: counter(item) ".";
    counter-increment: item;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
}

body .transx_content_wrapper .elementor-tab-content ul {
    font-size: 0;
    line-height: 0;
    margin-bottom: 40px;
}

body .transx_content_wrapper .elementor-tab-content ul li,
body .transx_content_wrapper .transx_location_item ul li {
    width: 50%;
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
}

body .elementor-widget-text-editor .elementor-drop-cap {
    font-size: 50px;
    line-height: 1.7;
    font-weight: 700;
    margin: 2px 15px 0;
}

body .elementor-widget-heading .elementor-heading-title > a:hover {
    opacity: .75;
}

body .elementor-widget-shortcode .form__field {
    margin-bottom: 30px;
}

body .elementor-widget-shortcode .form__field.transx_contacts_form {
    margin-bottom: 20px;
}

body .elementor-widget-shortcode .form__message {
    height: 370px;
}

body .elementor-widget-shortcode .form__message.transx_contacts_form {
    height: 190px;
}

body .elementor-widget-shortcode .form__submit {
    margin-top: 18px;
}

body .elementor-widget-shortcode .form__submit.transx_contacts_form {
    margin-top: 0;
}

.transx_contact_form {
    font-size: 0;
    line-height: 0;
}

.transx_contact_form_field {
    width: 50%;
    display: inline-block;
    padding-left: 11px;
}

.transx_contact_form_field:first-of-type {
    padding-right: 11px;
    padding-left: 0;
}

.transx_contact_form textarea {
    height: 188px;
    margin-bottom: 26px;
}

.contacts-wrapper__map {
    height: 470px;
    margin: 0;
}

.transx_location_map {
    height: 650px;
    margin: 0;
}

body .transx_content_wrapper .elementor-widget-text-editor a strong {
    color: #333333;
    -webkit-transition: color .3s;
    transition: color .3s;
}

body .elementor-widget-accordion .elementor-accordion .elementor-tab-content,
body .elementor-widget-toggle .elementor-toggle .elementor-tab-content {
    border-top: none;
    border-bottom: none;
    line-height: 1.7;
    letter-spacing: .45px;
    color: #414a53;
    padding: 0 75px 33px 0;
    margin-top: -2px;
}

body .elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
    border-top: none;
}

body .elementor-accordion .elementor-accordion-item,
body .elementor-toggle .elementor-toggle-item {
    border-radius: 0;
    border-top: solid 1px #d9e2e0;
    border-left: none;
    border-right: none;
}

body .elementor-accordion .elementor-accordion-item:last-of-type,
body .elementor-toggle .elementor-toggle-item:last-of-type {
    border-bottom: solid 1px #d9e2e0;
}

body .elementor-widget-accordion .elementor-accordion .elementor-tab-title,
body .elementor-widget-toggle .elementor-toggle .elementor-tab-title {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: .1px;
    font-weight: 700;
    padding: 23px 0;
    border: none;
    cursor: default;
    position: relative;
}

body .elementor-widget-accordion .elementor-accordion .elementor-tab-title a,
body .elementor-widget-toggle .elementor-toggle .elementor-tab-title a {
    cursor: default;
    font-family: inherit;
}

body .elementor-widget-accordion .elementor-accordion .elementor-tab-content {
    padding: 8px 0 40px;
    border-top: none;
}

body .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right,
body .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left,
body .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right,
body .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
    width: 30px;
    height: 52px;
    cursor: pointer;
    position: relative;
}

body .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right,
body .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
    margin: -14px 1px 0 0;
}

body .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left,
body .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
    margin: -14px 10px 0 -15px;
}

body .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed,
body .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened,
body .elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed,
body .elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
    width: 1em;
    height: 1em;
    font-size: 17px;
    line-height: 1;
    margin: -8px 0 0 -9px;
    position: absolute;
    top: 50%;
    left: 50%;
}

body .transx_view_type_2 .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed,
body .transx_view_type_2 .elementor-accordion .elementor-tab-title.elementor-active span.elementor-accordion-icon-opened,
body .transx_view_type_2 .elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed,
body .transx_view_type_2 .elementor-toggle .elementor-tab-title.elementor-active span.elementor-toggle-icon-opened {
    width: 30px;
    height: 30px;
    border: 2px solid;
    border-radius: 50%;
    line-height: 27px;
    text-align: center;
    margin: -13px 0 0 -13px;
}

body .transx_view_type_2 .elementor-accordion .elementor-tab-title.elementor-active span.elementor-accordion-icon-opened i,
body .transx_view_type_2 .elementor-toggle .elementor-tab-title.elementor-active span.elementor-toggle-icon-opened i {
    color: #ffffff;
}

body .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left .elementor-accordion-icon-closed,
body .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left .elementor-accordion-icon-opened,
body .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left .elementor-accordion-icon-closed,
body .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left .elementor-accordion-icon-opened {
    margin: -6px 0 0 -5px;
}

body .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed i,
body .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened i,
body .elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed i,
body .elementor-toggle .elementor-tab-title.toggle-active .elementor-toggle-icon-opened i {
    font-weight: 400;
}

body .elementor-widget-accordion.transx_accordion .elementor-accordion .elementor-tab-content {
    border-top: solid 2px #FFFFFF !important;
}

body .elementor-widget-progress .elementor-title {
    display: inline-block;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -.05em;
    font-weight: 700;
    color: #777777;
    margin-bottom: 20px;
}

body .elementor-progress-wrapper,
body .elementor-progress-bar {
    height: 13px;
    border-radius: 50px;
}

body .elementor-progress-wrapper {
    background: #f9f7f6;
}

body .elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
    background: #37e18c;
}

body .elementor-progress-bar {
    position: relative;
}

body .elementor-progress-percentage {
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
    color: #333333;
    padding: 0;
    position: absolute;
    top: -27px;
    right: 0;
}

body .elementor-social-icon:hover {
    opacity: .75;
}

body .elementor .mc4wp-form-fields {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media only screen and (min-width: 576px) {
    body .elementor .mc4wp-form-fields {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        padding-bottom: 10px;
    }
}

body .elementor .mc4wp-form-fields input[type="email"] {
    width: 100%;
    height: 58px;
    max-width: 470px;
    background: transparent;
    outline: none;
    border: solid 2px #333333;
    color: #333333;
    padding: 15px 20px;
    margin: 0 30px 0 0;
}

body .elementor .mc4wp-form-fields input[type="email"]:active,
body .elementor .mc4wp-form-fields input[type="email"]:focus {
    background: transparent;
}

body .elementor .mc4wp-form-fields input[type="email"]::placeholder {
    color: #333333;
    opacity: 1;
}

body .elementor .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
    color: #333333;
    opacity: 1;
}

body .elementor .mc4wp-form-fields input[type="email"]:-moz-placeholder {
    color: #333333;
    opacity: 1;
}

body .elementor .mc4wp-form-fields input[type="submit"] {
    height: 58px;
    min-width: auto;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 700;
    color: #ffffff;
    background: #333333;
    border-color: #333333;
    padding: 18px 50px;
    margin-top: 0;
}

@media only screen and (min-width: 576px) {
    body .elementor .mc4wp-form-fields input[type="submit"] {
        margin-top: 0;
    }
}

body .elementor .mc4wp-form-fields input[type="submit"]:hover {
    color: #333333;
    background: #FFFFFF;
    border-color: #FFFFFF;
    box-shadow: none;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

body .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
    font-weight: 700;
    margin-bottom: 9px;
}

#sb_instagram .sbi_photo_wrap:before,
.sb_instagram .sbi_photo_wrap:before {
    content: '\f16d';
    width: 16px;
    height: 18px;
    font-family: FontAwesome, sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    opacity: 1;
    position: absolute;
    bottom: 20px;
    left: 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 10;
}

.transx_sidebar #sb_instagram .sbi_photo_wrap:before,
.footer_widget_wrapper #sb_instagram .sbi_photo_wrap:before,
.transx_sidebar .sb_instagram .sbi_photo_wrap:before,
.footer_widget_wrapper .sb_instagram .sbi_photo_wrap:before {
    display: none;
}

#sb_instagram .sbi_photo_wrap:hover:before,
.sb_instagram .sbi_photo_wrap:hover:before {
    opacity: 0;
}

.footer_widget #sb_instagram #sbi_images,
.footer_widget .sb_instagram #sbi_images {
    margin-left: -8px;
}

body .footer_widget #sb_instagram #sbi_images .sbi_item,
body .footer_widget .sb_instagram #sbi_images .sbi_item {
    width: 33.333333% !important;
    padding: 0 0 8px 8px !important;
    position: relative;
}

#sb_instagram .sbi_photo,
.sb_instagram .sbi_photo {
    opacity: 1 !important;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0s;
    transition: all 0s;
}

#sb_instagram .sbi_photo:hover,
.sb_instagram .sbi_photo:hover {
    opacity: 1 !important;
}

#sb_instagram .sbi_photo:before,
.sb_instagram .sbi_photo:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0,61,144);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 3;
}

#sb_instagram .sbi_photo:hover:before,
.sb_instagram .sbi_photo:hover:before {
    opacity: .3;
}

.footer_widget.widget_instagram-feed-widget .transx_footer_widget_title {
    position: relative;
}

.footer_widget.widget_instagram-feed-widget .transx_footer_widget_title:after {
    content: '\f16d';
    font-family: FontAwesome, sans-serif;
    position: absolute;
    right: 8px;
}

#sb_instagram .sbi_photo:after,
.sb_instagram .sbi_photo:after {
    content: '\f16d';
    width: 24px;
    height: 24px;
    font-family: FontAwesome, sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    opacity: 0;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 5;
}

#sb_instagram .sbi_photo:hover:before,
.sb_instagram .sbi_photo:hover:before {
    opacity: .4;
}

#sb_instagram .sbi_photo:hover:after,
.sb_instagram .sbi_photo:hover:after {
    opacity: 1;
}

.transx_sidebar #sb_instagram .sbi_photo:after,
.footer_widget_wrapper #sb_instagram .sbi_photo:after,
.transx_sidebar .sb_instagram .sbi_photo:after,
.footer_widget_wrapper .sb_instagram .sbi_photo:after {
    display: none;
}

body .wdi_feed_thumbnail_1 .wdi_photo_wrap_inner {
    border: none;
}

body .transx_view_type_1 .elementor-alert,
body .transx_view_type_2 .elementor-alert {
    font-size: 16px;
    line-height: 1.6;
    padding: 25px 70px;
    margin-bottom: 10px;
    border: none;
    position: relative;
}

body .transx_view_type_1 .elementor-alert span,
body .transx_view_type_2 .elementor-alert span {
    display: inline-block;
}

body .transx_view_type_2 .elementor-alert {
    border: solid 2px;
    background: none;
}

body .transx_view_type_1 .elementor-alert .elementor-alert-title,
body .transx_view_type_2 .elementor-alert .elementor-alert-title {
    margin-right: 2px;
}

body .transx_view_type_1 .elementor-alert .elementor-alert-description,
body .transx_view_type_2 .elementor-alert .elementor-alert-description {
    font-size: 16px;
    letter-spacing: .4px;
}

body .transx_view_type_1 .elementor-alert .elementor-alert-title,
body .transx_view_type_1 .elementor-alert .elementor-alert-description {
    color: #ffffff;
}

body .transx_view_type_1 .elementor-alert.elementor-alert-success {
    background: #00997d;
}


body .transx_view_type_1 .elementor-alert.elementor-alert-info {
    background: #003d90;
}

body .transx_view_type_1 .elementor-alert.elementor-alert-warning {
    background: #f3c62a;
}

body .transx_view_type_1 .elementor-alert.elementor-alert-danger {
    background: #d0192f;
}

body .transx_view_type_2 .elementor-alert.elementor-alert-success {
    color: #00997d;
    border-color: #00997d;
}

body .transx_view_type_2 .elementor-alert.elementor-alert-info {
    color: #003d90;
    border-color: #003d90;
}

body .transx_view_type_2 .elementor-alert.elementor-alert-warning {
    color: #f3c62a;
    border-color: #f3c62a;
}

body .transx_view_type_2 .elementor-alert.elementor-alert-danger {
    color: #d0192f;
    border-color: #d0192f;
}

body .transx_view_type_1 .transx_alert_icon,
body .transx_view_type_2 .transx_alert_icon {
    font-size: 14px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

body .transx_view_type_1 .elementor-alert button.elementor-alert-dismiss,
body .transx_view_type_2 .elementor-alert button.elementor-alert-dismiss {
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 27px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

body .transx_view_type_1 .transx_alert_icon,
body .transx_view_type_1 .elementor-alert button.elementor-alert-dismiss {
    color: #ffffff;
}

body .transx_view_type_1 .elementor-alert button.elementor-alert-dismiss,
body .transx_view_type_2 .elementor-alert button.elementor-alert-dismiss {
    opacity: .5;
}

body .transx_view_type_1 .elementor-alert button.elementor-alert-dismiss:hover,
body .transx_view_type_2 .elementor-alert button.elementor-alert-dismiss:hover {
    opacity: 1;
}

body .transx_view_type_2 .elementor-alert.elementor-alert-success .transx_alert_icon,
body .transx_view_type_2 .elementor-alert.elementor-alert-success button.elementor-alert-dismiss {
    color: #00997d;
}

body .transx_view_type_2 .elementor-alert.elementor-alert-info .transx_alert_icon,
body .transx_view_type_2 .elementor-alert.elementor-alert-info button.elementor-alert-dismiss {
    color: #003d90;
}

body .transx_view_type_2 .elementor-alert.elementor-alert-warning .transx_alert_icon,
body .transx_view_type_2 .elementor-alert.elementor-alert-warning button.elementor-alert-dismiss {
    color: #f3c62a;
}

body .transx_view_type_2 .elementor-alert.elementor-alert-danger .transx_alert_icon,
body .transx_view_type_2 .elementor-alert.elementor-alert-danger button.elementor-alert-dismiss {
    color: #d0192f;
}

.transx_contacts_page_form textarea {
    width: 100%;
    height: 110px;
}

.transx_contacts_page_form input[type="submit"] {
    min-width: 180px;
    margin-top: 27px;
}

.transx_contacts_banner {
    -webkit-transform: translate(-150%, -50%);
    transform: translate(-150%, -50%);
}

.transx_contacts_banner p,
.transx_contacts_banner_mobile p {
    margin-bottom: 5px;
}

.transx_contacts_banner p .icon,
.transx_contacts_banner_mobile p .icon {
    margin-right: 6px;
}

.transx_contacts_banner p a,
.transx_contacts_banner_mobile p a {
    color: inherit;
    margin-right: 6px;
}

.elementor-widget-shortcode #sb_instagram #sbi_images,
.elementor-widget-shortcode #sb_instagram #sbi_images .sbi_item,
.elementor-widget-shortcode #sb_instagram .sbi_photo_wrap,
.elementor-widget-shortcode #sb_instagram .sbi_photo {
    height: 100% !important;
}

.transx_safari_first:before {
    content: '';
    width: 75px;
    height: 205px;
    background: url("https://demo.artureanec.com/themes/transx/wp-content/uploads/2020/11/about-safari_left.png");
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.transx_home_1_slider .transx_additional_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.transx_home_1_slider .transx_additional_info .icon {
    font-size: 20px;
}

.transx_front_about {
    width: 1660px;
    max-width: 1660px;
    margin: 0 auto;
    color: #fff;
    z-index: 2;
}

body .elementor-section.elementor-section-boxed.transx_front_about > .elementor-container.elementor-column-gap-extended.elementor-container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

body .transx_demo_forms {
    pointer-events: none;
}

body .transx_demo_forms .transx_checkbox_label {
    margin-bottom: 15px;
}

body .transx_demo_input_focus input {
    border-color: #333333;
}

body .transx_demo_input_error input {
    border-color: #d0192f;
}

body .transx_demo_input_error input::placeholder {
    color: #d0192f;
}

body .transx_demo_textarea textarea {
    height: 100px;
}

body .transx_demo_radio_disabled_n_checked .transx_radio_mask,
body .transx_demo_radio_disabled .transx_radio_mask,
body .transx_demo_checkbox_disabled .transx_checkbox_mask {
    opacity: .5;
}

body .transx_demo_radio_disabled_n_checked .transx_radio_mask {
    border: 2px solid #00997d;
}

body .transx_demo_radio_disabled_n_checked .transx_radio_mask:after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.transx_app_link:hover {
    opacity: .7;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.transx_offices_list p {
    margin-bottom: .5rem;
}

.transx_offices_list .transx_footer_widget_title {
    margin: 24px 0 12px;
}

.footer_widget.widget_custom_html .transx_offices_list p a {
    color: #ededed;
    text-decoration: none;
}

.footer_widget.widget_custom_html .transx_offices_list p a:hover {
    opacity: .5;
}

.footer_widget.widget_custom_html .transx_offices_list p a.transx_services_link {
    text-decoration: underline;
}

.footer_widget.widget_custom_html .transx_offices_list p a.transx_services_link:hover {
    opacity: 1;
    text-decoration: none;
}

.transx_header_promo_block {
    position: relative;
}

.transx_header_promo_block:after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,rgba(0,61,144,.9) 0,rgba(0,153,125,.6) 50%,rgba(0,0,0,.15) 60%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.transx_header_promo_block > div.elementor-container {
    z-index: 3;
}

body .transx_about_video {
    margin: 0 !important;
    position: absolute;
    bottom: 0;
    z-index: 10;
}

.transx_about_counter {
    max-width: 370px;
}

.transx_form_button {
    text-align: center;
}

.elementor .transx_form_button a {
    font-size: 12px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #ffffff;
}

.elementor .transx_form_button a:hover {
    text-decoration: none;
}

.transx_shipping_form {
    padding: 0 23px;
}

.transx_shipping_form h4 {
    letter-spacing: 0;
}

.transx_shipping_form p {
    margin-bottom: 26px;
}

.transx_heading_form {
    -webkit-clip-path: polygon(84% 0,100% 12.8%,100% 100%,0 100%,0 0);
    clip-path: polygon(84% 0,100% 12.8%,100% 100%,0 100%,0 0);
}

.transx_heading_form input[type="text"],
.transx_heading_form input[type="email"] {
    margin-bottom: 10px;
}

.transx_headeer_form_input {
    position: relative;
}

.transx_headeer_form_input input {
    padding-left: 40px;
}

.transx_headeer_form_input .icon {
    font-size: 18px;
    color: #858b90;
    position: absolute;
    top: 16px;
    left: 15px;
    z-index: 5;
}

.transx_shipping_form_container input[type="submit"] {
    width: 100%;
    height: auto;
    display: block;
    letter-spacing: .5px;
    text-align: center;
    color: #ffffff;
    padding: 8px 0 6px;
    margin-top: 41px;
}

.transx_shipping_form_container input[type="submit"]:hover {
    background: #005BAC;
    border-color: #005BAC;
}

.transx_shipping_form_container .ajax-loader,
.transx_shipping_form_container .wpcf7-spinner {
    display: none;
}

.transx_quote_form_container h6 {
    margin-bottom: 24px;
}

.transx_personal_data_container {
    margin-bottom: 22px;
}

.transx_quote_form_container .transx_truckload_type_select {
    margin-bottom: 20px;
}

.transx_quote_form_container .transx_checkbox_block {
    margin: 19px 0;
}

.transx_quote_form_container input[type="submit"] {
    width: 100%;
    display: block;
    text-align: center;
}

.transx_home_get_in_touch textarea {
    height: 125px;
}

.transx_home_get_in_touch input[type="submit"] {
    height: auto;
    padding: 2px 32px 3px;
    margin-top: 32px;
}

.transx_alt_quote_form h6 {
    margin-bottom: 23px;
}

.transx_alt_quote_form .transx_personal_data_container {
    margin-bottom: 26px;
}

.transx_alt_quote_form .transx_truckload_type_select {
    margin-bottom: 20px;
}

.transx_alt_quote_form .transx_checkbox_block {
    margin-top: 16px;
}

.transx_alt_quote_form input[type="submit"] {
    width: 100%;
    height: auto;
    display: block;
    padding: 2px 32px 3px;
}

body .transx_home_about_counters {
    max-width: 317px;
    -webkit-clip-path: polygon(90% 0,100% 7%,100% 100%,0 100%,0 0);
    clip-path: polygon(90% 0,100% 7%,100% 100%,0 100%,0 0);
    position: absolute;
    bottom: -15px;
    right: -49px;
}

body .transx_home_about_counters .elementor-widget-counter .elementor-counter-number-wrapper .elementor-counter-number {
    font-size: 60px;
}

body .transx_home_about_counters .elementor-widget-counter .elementor-counter-title {
    margin-top: 5px;
}

.transx_neon_counter .elementor-counter-number-wrapper .elementor-counter-number-suffix {
    font-family: Arial, sans-serif;
}

body #sbi_mod_error {
    float: none;
}

.transx_iconbox_with_bg .transx_icon_box_item {
    background: #ffffff;
    -webkit-clip-path: polygon(91% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(91% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
}

.transx_gallery_slider_item img {
    width: 100%;
}

/* -------------------------------- */
/* ---------- Responsive ---------- */
/* -------------------------------- */
@media only screen and (max-width: 1700px) {
    .elementor-26 .elementor-element.elementor-element-839ee2a > .elementor-background-overlay {
        background-position: -80px 150px !important;
    }
}

@media only screen and (max-width: 1500px) {
    .elementor-26 .elementor-element.elementor-element-839ee2a > .elementor-background-overlay {
        background-position: -160px 150px !important;
    }
}

@media only screen and (min-width: 1024px) {
    .elementor-hidden-desktop {
        display: none;
    }
}

@media only screen and (max-width: 1367px) {
    body .transx_front_about {
        width: 100vw;
        background-size: auto 100%;
        background-position: top 0 left -120px !important;
    }

    body .transx_about_video {
        top: 0;
        bottom: auto;
    }

    .transx_header_button_mobile {
        display: block;
    }

    .transx_header_button_desktop {
        display: none;
    }

    .transx_header_view_type_4 .transx_alt_header_button {
        width: 100%;
        height: 60px;
        padding: 0;
        line-height: 60px;
        position: static;
    }

    .transx_page-header_4 .transx_tagline_phones_container a:last-of-type {
        margin-right: 35px;
    }

    .transx_header_view_type_4 .transx_main-menu li:not(:last-of-type),
    body .transx_header_view_type_4 .quadmenu-navbar-nav li:not(:last-of-type) {
        margin-right: 38px;
    }
}

@media only screen and (max-width: 1300px) {
    .elementor-26 .elementor-element.elementor-element-839ee2a > .elementor-background-overlay {
        background-position: -300px 150px !important;
    }

    .transx_hamburger {
        margin-left: 25px;
    }
}

@media only screen and (max-width: 1280px) {
    body .transx_front_about {
        background-position: top 0 left -160px !important;
    }

    .transx_side_panel_button {
        margin-right: 22px;
        margin-left: 10px;
    }

    .transx_page-header_4 .transx_tagline_phones_container .transx_tagline_phone_marker_cont {
        display: none;
    }

    .transx_page-header_4 .transx_tagline_phones_container a:last-of-type {
        margin-right: 25px;
    }
}

@media only screen and (max-width: 1025px) {
    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-no {
        max-width: 930px;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-default {
        max-width: 950px;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-narrow {
        max-width: 940px;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-extended {
        max-width: 960px;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-wide {
        max-width: 970px;
    }

    .transx_hamburger {
        margin-right: 20px;
        margin-left: 0;
    }

    .transx_main_donation_popup {
        width: 80%;
        min-width: auto;
    }

    body .transx_page_title_container {
        min-height: 550px;
    }

    .transx_main-menu > li, body .quadmenu-navbar-nav > li {
        padding: 21px 0;
    }

    body .transx_page_title {
        font-size: 50px;
    }

    body .transx_site_title_container {
        font-size: 150px;
    }

    body .quadmenu-navbar-nav .quadmenu-item-has-children.open .quadmenu-dropdown-menu {
        visibility: visible;
        opacity: 1;
    }

    .transx_main-menu > li.menu-item-has-children > a:before,
    body .quadmenu-navbar-nav > li.quadmenu-item-has-children > a:before {
        right: -10px;
        -webkit-transform: rotate(45deg) translateY(-2px);
        transform: rotate(45deg) translateY(-2px);
    }

    .transx_main-menu > li.menu-item-has-children > a:after,
    body .quadmenu-navbar-nav > li.quadmenu-item-has-children > a:after {
        right: -16px;
        -webkit-transform: rotate(-45deg) translateY(-2px);
        transform: rotate(-45deg) translateY(-2px);
    }

    .transx_main-menu > li.menu-item-has-children.open > a:before,
    body .quadmenu-navbar-nav > li.quadmenu-item-has-children.open > a:before {
        right: -13px;
        -webkit-transform: rotate(-45deg) translateY(-2px);
        transform: rotate(-45deg) translateY(-2px);
    }

    .transx_main-menu > li.menu-item-has-children.open > a:after,
    body .quadmenu-navbar-nav > li.quadmenu-item-has-children.open > a:after {
        right: -13px;
        -webkit-transform: rotate(45deg) translateY(-2px);
        transform: rotate(45deg) translateY(-2px);
    }

    .contacts-wrapper__map,
    .transx_location_map {
        height: 450px;
    }

    body .give-form-title {
        font-size: 37px;
    }

    .terrarium-slider .transx_causes_slider_title_cont {
        padding-left: 28px;
    }

    .terrarium-slider .transx_causes_slider_navigation_container {
        padding-right: 28px;
    }

    .terrarium-slider .transx_button {
        margin-left: 28px;
    }

    .footer_widget.widget_custom_html img:first-of-type {
        margin-bottom: 20px;
    }

    .transx_header:before {
        display: none;
    }

    body .transx_home_about_counters {
        position: static;
    }

    .transx_page-header_4 .transx_tagline_phones_container {
        display: none;
    }

    .transx_title_overlay,
    .transx_header_promo_block:after {
        background: linear-gradient(to right,rgba(0,61,144,.9) 0,rgba(0,153,125,.6) 50%,rgba(0,0,0,.15) 100%);
    }

    .transx_prefooter_wrapper.transx_prefooter_type_3,
    .transx_prefooter_wrapper.transx_prefooter_type_4 {
        padding: 86px 0 0;
    }

    .footer_type_2 {
        padding: 26px 0 46px;
    }

    .transx_heading {
        font-size: 37px;
    }

    .transx_item_type_2 .transx_blog_listing_title {
        font-size: 26px;
    }

    .transx_footer_menu_2 li:not(:last-of-type) {
        margin-right: 30px;
    }

    .transx_404_error_title {
        font-size: 200px;
    }

    .transx_404_home_button.transx_button.transx_button--primary {
        margin-top: 45px;
    }

    .transx_media_output_wrapper {
        margin-bottom: 22px;
    }

    .transx_comments {
        margin: 28px 0 0;
    }

    .comment-form-cookies-consent label {
        line-height: 30px;
    }

    .comment-form-cookies-consent input[type="checkbox"]:checked + label:before,
    .comment-form-cookies-consent input[type="checkbox"]:not(:checked) + label:before {
        margin-top: 0;
    }

    .single-post .transx_content_wrapper {
        margin-bottom: 30px;
    }

    .transx_post_details_container {
        margin-top: 38px;
    }

    .transx_main-menu > li.menu-item-has-children > a:before,
    body .quadmenu-navbar-nav > li.quadmenu-item-has-children > a:before,
    .transx_main-menu > li.menu-item-has-children > a:after,
    body .quadmenu-navbar-nav > li.quadmenu-item-has-children > a:after {
        top: 11px;
    }

    .transx_page-header_4 .transx_button--filled {
        margin-right: -10px;
    }

    .transx_comments__item-name,
    .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a,
    .wp-block-latest-comments .wp-block-latest-comments__comment a {
        font-weight: 700;
    }

    .transx_post_meta_container a {
        margin-top: 0;
    }

    .transx_alt_header_button,
    .transx_header_view_type_6 .transx_alt_header_button {
        width: 100%;
        height: 60px;
        padding: 0;
        line-height: 60px;
        position: static;
    }

    .transx_header_view_type_1 .transx_cart-trigger {
        margin-right: 45px;
    }

    .transx_content_slider_wrapper.transx_view_type_6 .transx_additional_info_container {
        display: none;
    }

    .transx_gallery_slider_wrapper .transx_slider_arrows .slick-dots {
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 1023px) {
    .transx_mobile_menu_container .transx_main-menu,
    .transx_mobile_menu_container .quadmenu-navbar-nav {
        display: block;
    }

    .transx_hamburger.transx_side_panel_off {
        display: block !important;
        margin-left: 35px;
    }

    .transx_main_menu_container {
        display: none;
    }

    .transx_mobile_menu_container .transx_main-menu > li ul.sub-menu:before,
    body .transx_mobile_menu_container  .quadmenu-navbar-nav .quadmenu-dropdown-menu:before,
    .transx_mobile_menu_container .transx_main-menu > li:before,
    body .transx_mobile_menu_container  .quadmenu-navbar-nav > li:before {
        display: none;
    }

    .transx_mobile_menu_container .transx_main-menu > li ul.sub-menu,
    body .transx_mobile_menu_container .quadmenu-navbar-nav .quadmenu-dropdown-menu {
        display: none;
        visibility: visible;
        background: none;
        opacity: 1;
        position: static;
        padding: 0 0 0 17px;
        margin: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .transx_mobile_menu_container .transx_main-menu > li.open > .sub-menu,
    body .transx_mobile_menu_container .quadmenu-navbar-nav .open > .quadmenu-dropdown-menu {
        display: block;
    }

    body .transx_mobile_menu_container .transx_main-menu > li ul.sub-menu > li > a,
    .transx_mobile_menu_container .quadmenu-navbar-nav > li .quadmenu-dropdown-menu ul > li > a {
        color: #ffffff;
    }

    .transx_mobile_menu_container .transx_main-menu > li,
    body .transx_mobile_menu_container .quadmenu-navbar-nav > li {
        padding: 0;
        margin: 0;
    }

    .transx_mobile_menu_container .transx_main-menu > li > a,
    body .transx_mobile_menu_container .quadmenu-navbar-nav > li > a {
        display: block;
        margin-bottom: 20px;
        text-transform: none;
        font-weight: 500;
    }

    .transx_mobile_menu_container .transx_main-menu > li ul.sub-menu > li:not(:last-of-type),
    body .transx_mobile_menu_container .quadmenu-navbar-nav > li .quadmenu-dropdown-menu ul > li:not(:last-of-type) {
        margin-bottom: 0;
    }

    .transx_mobile_menu_container .transx_main-menu > li ul.sub-menu > li a,
    body .transx_mobile_menu_container .quadmenu-navbar-nav > li .quadmenu-dropdown-menu ul > li a {
        margin-bottom: 15px;
        text-transform: none;
    }

    .transx_mobile_menu_container .transx_main-menu > li ul.sub-menu > li > a::after,
    body .transx_mobile_menu_container .quadmenu-navbar-nav > li .quadmenu-dropdown-menu ul > li > a:after {
        margin-top: 1px;
    }

    body .transx_mobile_menu_container .quadmenu-navbar-nav > li.quadmenu-item-type-mega .quadmenu-dropdown-menu ul.quadmenu-row > li {
        display: block;
    }

    .transx_mobile_menu_container .transx_main-menu > li.menu-item-has-children > a:before,
    body .quadmenu-navbar-nav > li.quadmenu-item-has-children > a:before {
        content: '\f107';
        width: auto;
        height: auto;
        font-family: FontAwesome, sans-serif;
        font-size: 14px;
        line-height: 1;
        background: none !important;
        top: 4px;
        right: 0;
        -webkit-transform: rotate(0) translateY(0);
        transform: rotate(0) translateY(0);

    }

    .transx_mobile_menu_container .transx_main-menu > li.menu-item-has-children:hover > a:before,
    body .quadmenu-navbar-nav > li.quadmenu-item-has-children:hover > a:before {
        right: 0;
        -webkit-transform: rotate(0) translateY(0);
        transform: rotate(0) translateY(0);
    }

    .transx_mobile_menu_container .transx_main-menu > li.menu-item-has-children.open > a:before,
    body .quadmenu-navbar-nav > li.quadmenu-item-has-children.open > a:before {
        right: 0;
        -webkit-transform: rotate(180deg) translateY(0);
        transform: rotate(180deg) translateY(0);
    }

    .transx_mobile_menu_container .transx_main-menu > li.menu-item-has-children > a:after,
    body .quadmenu-navbar-nav > li.quadmenu-item-has-children > a:after {
        display: none;
    }

    .transx_mobile_menu_container .transx_main-menu > li.current-menu-ancestor > a:after,
    body .transx_mobile_menu_container .quadmenu-navbar-nav > li.current-menu-ancestor > a:after {
        content: '';
        width: 30px;
        height: 2px;
        display: block;
        margin-top: 1px;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform: none;
        transform: none;
    }

    .transx_mobile_menu_container ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    body .transx_main-menu > li.menu-item-has-children:hover > a:before,
    body .transx_main-menu > li.menu-item-has-children:hover > a:after {
        background: transparent;
    }
}

@media only screen and (max-width: 769px) {
    body .nojq.mobile {
        position: fixed;
    }

    .transx_sidebar {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin-left: 0;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-no {
        max-width: 690px;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-default {
        max-width: 710px;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-narrow {
        max-width: 700px;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-extended {
        max-width: 720px;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-wide {
        max-width: 730px;
    }

    body .give-form-title {
        font-size: 32px;
    }

    #give-payment-mode-wrap {
        padding-left: 15px;
    }

    .give-submit-button-wrap {
        margin-top: 30px;
    }

    .transx_header_view_type_3 .transx_header__top .transx_hamburger-inner,
    .transx_header_view_type_3 .transx_header__top .transx_hamburger-inner::after,
    .transx_header_view_type_3 .transx_header__top .transx_hamburger-inner::before {
        background-color: #FFFFFF;
    }

    .transx_header_view_type_3 .transx_header__top .transx_hamburger.is-active .transx_hamburger-inner {
        background-color: transparent;
    }

    .transx_header_view_type_3 .transx_header__top {
        padding: 5px 30px 5px 55px;
    }

    body.admin-bar header.transx_header {
        top: 46px;
    }

    .transx_dropdown-trigger.d-sm-block {
        display: block !important;
    }

    .transx_header-logo {
        padding: 15px 0 5px;
    }

    body .elementor .sbi_fixed_height {
        height: 126px !important;
    }

    .footer_widget {
        width: 50%;
        margin-bottom: 30px;
    }

    .footer_widget #sb_instagram.sbi_fixed_height {
        height: auto !important;
    }

    .transx_prefooter_type_1 .footer_widget,
    .transx_prefooter_type_5 .footer_widget:first-of-type {
        width: 50%;
    }

    .transx_prefooter_type_5 .footer_widget:nth-of-type(2) {
        width: 58.333333%;
    }

    .transx_prefooter_type_5 .footer_widget:nth-of-type(3) {
        width: 100%;
    }

    .footer_widget.widget_custom_html .transx_footer_menu {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 65px;
    }

    body .footer_widget #sb_instagram #sbi_images .sbi_item {
        width: 16.666666% !important;
    }

    body .transx_page_title_container {
        min-height: 400px;
    }

    body .transx_page_title {
        font-size: 42px;
    }

    body .transx_site_title_container {
        font-size: 110px;
    }

    .transx_post_details_container > .row {
        flex-direction: column;
    }

    .transx_post_details_container .transx_post_details_author_cont,
    .transx_post_details_container  .transx_post_details_tag_cont,
    .transx_post_details_container .transx_post_details_tag_cont {
        max-width: 100%;
    }

    .transx_post_details_container .transx_post_details_author_cont {
        text-align: center;
        margin-bottom: 10px;
    }

    .transx_post_details_container  .transx_post_details_tag_cont {
        margin-bottom: 15px;
    }

    .transx_post_details_container {
        margin-bottom: 45px;
    }

    .transx_comments_cont .comment-form > .row {
        flex-direction: column;
    }

    .transx_comments_cont .comment-form .row .col-6 {
        max-width: 100%;
    }

    .transx_columns_3 .transx_recent_post,
    .transx_columns_4 .transx_recent_post {
        width: 50%;
    }

    body .transx_view_type_1 .elementor-alert,
    body .transx_view_type_2 .elementor-alert {
        padding: 15px 60px;
    }

    body .transx_view_type_1 .elementor-alert .elementor-alert-title,
    body .transx_view_type_2 .elementor-alert .elementor-alert-title {
        font-size: 16px;
    }

    .transx_volunteer_form .col-6 {
        width: 100%;
        max-width: 100%;
        flex: auto;
    }

    .transx_prefooter_wrapper.transx_prefooter_type_2 .footer_widget:not(:first-of-type) .footer_widget_wrapper {
        padding-left: 0;
    }

    .transx_prefooter_wrapper.transx_prefooter_type_2 .footer_widget {
        width: 50%;
    }

    .transx_prefooter_wrapper.transx_prefooter_type_2 .footer_widget:last-of-type {
        width: 100%;
        margin-bottom: 0;
    }

    .transx_prefooter_wrapper.transx_prefooter_type_3 .footer_widget:nth-of-type(odd),
    .transx_prefooter_wrapper.transx_prefooter_type_3 .footer_widget:nth-of-type(even) {
        width: 50%;
    }

    .transx_prefooter_wrapper.transx_prefooter_type_3 .footer_widget:nth-of-type(even) .footer_widget_wrapper {
        padding-top: 0;
    }

    body form[id*=give-form] #give-donation-level-radio-list li,
    body form[id*=give-form] .give-donation-levels-wrap li,
    body form[id*=give-form] #give-gateway-radio-list li,
    body form[id*=give-form] .give-donation-levels-wrap + fieldset ul li {
        padding-left: 5px;
        margin-left: 0;
        margin-right: 40px;
        position: relative;
    }

    body form[id*=give-form] #give-donation-level-radio-list li input[type="radio"],
    body form[id*=give-form] .give-donation-levels-wrap li input[type="radio"],
    body form[id*=give-form] #give-gateway-radio-list li input[type="radio"],
    body form[id*=give-form] .give-donation-levels-wrap + fieldset ul li input[type="radio"] {
        position: absolute;
        left: -999px;
    }

    body form[id*=give-form] #give-donation-level-radio-list,
    body form[id*=give-form] .give-donation-levels-wrap,
    body form[id*=give-form] .give-donation-levels-wrap + fieldset ul {
        margin-left: 20px;
    }

    .transx_prefooter_wrapper.transx_prefooter_type_2 {
        padding: 70px 0 0;
    }

    .footer_type_2 .transx_footer_menu {
        margin: 20px 0 15px;
    }

    .transx_prefooter_wrapper.transx_prefooter_type_2 .footer_widget {
        margin-bottom: 50px;
    }

    .transx_prefooter_type_2 .transx_footer-socials {
        margin: 40px 0 36px;
    }

    .transx_sidebar {
        margin-top: 100px;
    }

    .transx_blog_content_container .row.transx_sidebar_left,
    .transx_page_content_wrapper .row.transx_sidebar_left {
        flex-direction: row;
    }

    .transx_member_form textarea {
        width: 100%;
        margin-bottom: 20px;
    }

    .single-transx-tours .transx_recent_post {
        margin-bottom: 30px;
    }

    .single-transx-tours .transx_recent_post:last-of-type {
        margin-bottom: 0;
    }

    .transx_header_f2.transx_header {
        box-shadow: 0 3px 10px 5px rgba(0, 0, 0, .06);
    }

    .transx_socials_widget_wrapper.content_align_right,
    .transx_socials_widget_wrapper.content_align_left {
        text-align: center;
    }

    .transx_socials_widget_wrapper.content_align_right .transx_footer-socials,
    .transx_socials_widget_wrapper.content_align_left .transx_footer-socials {
        justify-content: center;
        margin-bottom: 0;
    }

    .transx_prefooter_type_1 .transx_socials_widget_wrapper.content_align_left,
    .transx_prefooter_type_3 .transx_socials_widget_wrapper.content_align_left {
        text-align: left;
    }

    .transx_prefooter_type_1 .transx_socials_widget_wrapper.content_align_right,
    .transx_prefooter_type_3 .transx_socials_widget_wrapper.content_align_right {
        text-align: right;
    }

    .transx_prefooter_type_1 .transx_socials_widget_wrapper.content_align_left .transx_footer-socials,
    .transx_prefooter_type_3 .transx_socials_widget_wrapper.content_align_left .transx_footer-socials {
        justify-content: flex-start;
    }

    .transx_prefooter_type_1 .transx_socials_widget_wrapper.content_align_right .transx_footer-socials,
    .transx_prefooter_type_3 .transx_socials_widget_wrapper.content_align_right .transx_footer-socials {
        justify-content: flex-end;
    }

    .transx_footer_menu,
    .transx_footer_menu ul,
    .transx_footer_menu_2 {
        justify-content: center;
        margin-bottom: 20px;
    }

    .transx_footer_menu_2 {
        margin-bottom: 30px;
    }

    .transx_404_error_subtitle {
        line-height: 60px;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-extended {
        max-width: 720px;
    }

    .footer_type_3 .transx_footer_menu {
        justify-content: center;
        margin-bottom: 0;
    }

    .transx_heading {
        font-size: 32px;
    }

    .transx_404_error_title {
        font-size: 165px;
    }

    .transx_promo_box_item.transx_view_type_2 {
        padding: 55px 30px 58px;
    }
}

@media only screen and (max-width: 737px) {
    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-no {
        max-width: 510px;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-default {
        max-width: 530px;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-narrow {
        max-width: 520px;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-extended {
        max-width: 540px;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-wide {
        max-width: 550px;
    }

    .transx_back_to_top_button {
        display: none;
    }

    .transx_page-header_2 {
        flex-direction: row;
        align-items: center;
    }

    .transx_hamburger,
    .transx_header.transx_page-header_2 .transx_hamburger,
    .transx_header.transx_page-header_3 .transx_hamburger,
    .transx_header.transx_page-header_6 .transx_hamburger {
        margin-right: 0;
    }

    .transx_header_view_type_3 .transx_header__top {
        padding: 10px 15px 5px;
    }

    .transx_sidebar_left > .col-sm-8,
    .transx_sidebar_right > .col-sm-8,
    .transx_sidebar_left > .transx_sidebar,
    .transx_sidebar_right > .transx_sidebar {
        max-width: 100%;
        flex: auto;
    }

    .transx_sidebar_left > .transx_sidebar,
    .transx_sidebar_right > .transx_sidebar {
        padding-top: 15px;
    }

    .transx_main_donation_popup {
        z-index: 150005;
    }

    body form[id*=give-form] .give-donation-amount,
    body form[id*=give-form] #give-donation-level-radio-list {
        float: none;
    }

    .give-goal-progress {
        margin-bottom: 30px;
    }

    #give-payment-mode-select,
    body form[id*=give-form] .give-donation-levels-wrap + fieldset {
        top: 35px;
    }

    #give_purchase_form_wrap {
        margin-top: 60px;
    }

    body form[id*=give-form] #give-donation-level-radio-list {
        margin: 0;
    }

    body form[id*=give-form] .give-donation-amount #give-amount-text {
        width: 100%;
    }

    body form[id*=give-form] #give-donation-level-radio-list li {
        margin: 0 20px 5px;
    }

    body #give_checkout_user_info p,
    body form[id*=give-form] .give-donation-levels-wrap + fieldset + div p {
        width: 100%;
        margin-bottom: 30px;
    }

    body #give_checkout_user_info p:first-of-type,
    body form[id*=give-form] .give-donation-levels-wrap + fieldset + div p:first-of-type,
    body #give_checkout_user_info p:nth-of-type(2),
    body form[id*=give-form] .give-donation-levels-wrap + fieldset + div p:nth-of-type(2),
    body #give_checkout_user_info p:last-of-type,
    body form[id*=give-form] .give-donation-levels-wrap + fieldset + div p:last-of-type {
        padding: 0;
    }

    .give-submit-button-wrap {
        margin-top: 0;
    }

    .transx_columns_2 .transx_recent_post,
    .transx_columns_3 .transx_recent_post,
    .transx_columns_4 .transx_recent_post {
        width: 100%;
    }

    .transx_recent_post_wrapper .transx_recent_post_image_cont img {
        width: 100%;
    }

    .transx_aside-dropdown__item .transx_button {
        font-size: 18px;
    }

    .transx_prefooter_type_3 .footer_widget.widget_nav_menu ul.menu li {
        width: 33.333333%;
    }

    footer.transx_footer.footer_type_2 .transx_footer_wrapper {
        padding-top: 20px;
    }

    footer.transx_footer.footer_type_2 .transx_copyright_container {
        text-align: center;
        margin-bottom: 0;
    }

    .transx_footer_form input[type="submit"] {
        margin-top: 15px;
    }

    .footer_widget {
        width: 100% !important;
    }

    .transx_footer-socials {
        margin: 27px 0 10px;
    }

    .transx_recent_posts_container_title {
        margin-bottom: 44px;
    }

    .single-post .transx_content_wrapper {
        margin-bottom: 20px;
    }

    .transx_post_details_container {
        margin-top: 40px;
    }

    .transx_post_meta_container a {
        margin-top: 0;
    }

    .transx_comments {
        margin-top: 18px;
    }

    .transx_comments_cont {
        margin-top: 30px;
    }

    .comment-respond {
        margin-top: 46px;
    }

    .transx_comments__item:not(:first-of-type),
    .wp-block-latest-comments__comment:not(:first-of-type) {
        margin-top: 22px;
    }

    .transx_sidebar {
        margin-top: 67px;
    }

    body form[id*=give-form] #give-donation-level-radio-list li,
    body form[id*=give-form] .give-donation-levels-wrap li,
    body form[id*=give-form] #give-gateway-radio-list li,
    body form[id*=give-form] .give-donation-levels-wrap + fieldset ul li {
        margin-bottom: 5px;
    }

    form.give-form .give-hidden,
    form[id*=give-form] .give-hidden {
        margin: 10px 0 6px;
    }

    #give-payment-mode-select .give-payment-mode-label,
    body form[id*=give-form] .give-donation-levels-wrap + fieldset .give-payment-mode-label {
        margin-bottom: -4px;
    }

    #give_purchase_form_wrap #give_checkout_user_info > legend,
    body form[id*=give-form] .give-donation-levels-wrap + fieldset + div legend {
        margin-bottom: 12px;
    }

    body .transx_home_about_counters {
        max-width: 100%;
    }

    .transx_footer_menu_2 li a:after {
        bottom: 0;
    }

    body .transx_footer_menu_2 li:not(:last-of-type),
    body .transx_footer_menu_2 li:last-of-type {
        margin: 0 15px;
    }

    body .transx_block_have_bg_image {
        background-image: none;
    }

    .transx_prefooter_wrapper.transx_prefooter_type_3,
    .transx_prefooter_wrapper.transx_prefooter_type_4 {
        padding: 76px 0 19px;
    }

    .transx_offices_list .transx_footer_widget_title {
        margin: 50px 0 12px;
    }

    .transx_404_error_inner {
        height: 650px;
    }

    .transx_404_error_subtitle {
        line-height: 45px;
    }

    .transx_media_output_wrapper {
        margin-bottom: 22px;
    }

    .comment-notes {
        line-height: 26px;
        margin-bottom: 26px;
    }

    body .elementor-18 .elementor-element.elementor-element-2a11c57 > .elementor-widget-container {
        margin: 0 -6px 0 -10px;
    }

    body .elementor-widget-accordion .elementor-accordion .elementor-tab-content,
    body .elementor-widget-toggle .elementor-toggle .elementor-tab-content {
        padding-right: 0;
    }

    body .transx_content_wrapper .elementor-tab-content ul li {
        width: 100%;
    }

    .transx_comments__item-name {
        font-weight: 700;
    }

    .transx_color_bg_container {
        padding: 41px 30px 39px;
    }
}

@media only screen and (max-width: 569px) {
    .transx_main_donation_popup {
        padding: 20px;
    }

    .transx_dropdown-trigger.d-sm-block {
        display: none !important;
    }

    .transx_dropdown-trigger.d-sm-none {
        display: block !important;
    }

    .give-goal-progress {
        flex-direction: column-reverse;
    }

    .give-goal-progress .raised,
    .give-progress-bar {
        width: 100%;
    }

    .transx_copyright_container {
        text-align: center;
    }

    .transx_copyright_container {
        margin-bottom: 30px;
    }

    .transx_footer_menu,
    .transx_footer_menu ul {
        justify-content: center;
        margin-bottom: 30px;
    }

    .transx_single_post_donation_form_container {
        padding: 0;
    }

    body .sbi_fixed_height {
        height: 238px !important;
    }

    .transx_prefooter_wrapper.transx_prefooter_type_2 .footer_widget:not(:last-of-type) {
        width: 100%;
    }

    .transx_prefooter_wrapper.transx_prefooter_type_2 .footer_widget:not(:first-of-type) .footer_widget_wrapper {
        padding-top: 0;
    }

    .transx_prefooter_type_3 .footer_widget.widget_nav_menu ul.menu li {
        width: 50%;
    }

    body .transx_site_title_container {
        display: none;
    }

    body .transx_content_wrapper .elementor-widget-text-editor ul li,
    body .transx_content_wrapper .transx_location_item ul li,
    body .transx_content_wrapper .elementor-widget-text-editor ol li,
    body .transx_content_wrapper .elementor-tab-content ul li,
    body .transx_content_wrapper .elementor-tab-content ol li {
        display: flex;
    }
}

@media only screen and (max-width: 415px) {
    body .elementor .sbi_fixed_height {
        height: 348px !important;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-no {
        max-width: 384px;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-default {
        max-width: 404px;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-narrow {
        max-width: 394px;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-extended {
        max-width: 414px;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-wide {
        max-width: 424px;
    }

    .transx_footer_copyright {
        text-align: center;
    }

    .footer_widget:last-of-type {
        margin-bottom: 30px;
    }

    .transx_prefooter_type_3 .footer_widget:last-of-type {
        margin-bottom: 0;
    }

    .transx_prefooter_wrapper.transx_prefooter_type_3,
    .transx_prefooter_wrapper.transx_prefooter_type_4 {
        padding-bottom: 0;
    }

    body .elementor-18 .elementor-element.elementor-element-2a11c57 > .elementor-widget-container {
        margin: 0 -7px 0 -10px;
    }
}

@media only screen and (max-width: 376px) {
    body .elementor .sbi_fixed_height {
        height: 315px !important;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-no {
        max-width: 345px;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-default {
        max-width: 365px;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-narrow {
        max-width: 355px;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-extended {
        max-width: 375px;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-wide {
        max-width: 385px;
    }

    body .elementor-18 .elementor-element.elementor-element-2a11c57 > .elementor-widget-container {
        margin: 0 -10px 0 -10px;
    }
}

@media only screen and (max-width: 321px) {
    body .elementor .sbi_fixed_height {
        height: 269px !important;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-no {
        max-width: 290px;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-default {
        max-width: 310px;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-narrow {
        max-width: 300px;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-extended {
        max-width: 320px;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-wide {
        max-width: 330px;
    }
}

body.elementor-editor-active .transx_content_wrapper .elementor-widget-text-editor ul.elementor-editor-widget-settings li {
    padding: 0;
    text-align: center;
    line-height: 2.3;
}

body.elementor-editor-active .transx_content_wrapper .elementor-widget-text-editor ul.elementor-editor-widget-settings li:before,
body.elementor-editor-active .transx_content_wrapper .elementor-widget-text-editor ul.elementor-editor-widget-settings li:after {
    display: none;
}

body.elementor-editor-active .transx_content_wrapper ul.elementor-editor-section-settings li:not(:last-of-type) {
    margin-bottom: 0;
}
