/*
Theme Name: Bridge Child
Theme URI: http://bridgelanding.qodeinteractive.com/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: bridge
Template: bridge
*/

/* =========================================================
   BASE / GLOBALS
========================================================= */

img {
    vertical-align: middle;
}

figure {
    margin: 0;
}

blockquote {
    padding: 57px 40px 60px;
    font-size: 18px;
    line-height: 30px;
    box-sizing: border-box;
    border: 1px solid #e8e8e9;
    border-bottom: 4px solid #ff5e14;
}

.breadcrumb a:hover {
    color: #001659;
}


/* =========================================================
   HEADER / LOGO / MAIN MENU
========================================================= */

.header_bottom {
    padding: 0;
}

.header_bottom:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e8e8e9;
}

header:not(.sticky):not(.scrolled) .header_bottom,
header.fixed_top_header .bottom_header {
    border: none;
}

header .header_inner_left {
    left: 0;
}

.header_top {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e9;
}

.header_top * {
    line-height: 40px;
}

.q_logo,
.q_logo a {
    height: 100% !important;
}

header.sticky .logo_wrapper,
header.sticky.centered_logo .logo_wrapper {
    height: 70px !important;
}

.dark.sticky nav.main_menu > ul > li.active > a,
.dark.sticky nav.main_menu > ul > li > a,
.dark.sticky nav.main_menu > ul > li > a:hover,
.light.sticky nav.main_menu > ul > li.active > a,
.light.sticky nav.main_menu > ul > li > a,
.light.sticky nav.main_menu > ul > li > a:hover,
header.sticky nav.main_menu > ul > li > a {
    line-height: 70px;
}

header.sticky .header_bottom {
    box-shadow: -1px 1px 10px 0 rgba(38, 59, 98, .1);
}

.mobile_menu_button span:hover,
.side_menu_button > a:hover,
header:not(.with_hover_bg_color) nav.main_menu > ul > li:hover > a {
    opacity: 1;
}


/* =========================================================
    SIDE MENU
========================================================= */

.side_menu_slide_from_right .side_menu {
    width: 420px;
    padding: 6.4% 65px 36px;
    transition: all 0.9s cubic-bezier(.77, 0, .175, 1) !important;
}

.side_menu_button .qode-side-menu-button-svg svg path,
.side_menu_button .qode-side-menu-button-svg svg > * {
    stroke: none;
}

.side_menu_button > a {
    display: flex;
    width: auto;
    height: 100%;
    align-items: center;
}

.side_menu svg path {
    fill: currentColor !important;
}

.side_menu a.close_side_menu.qode-side-menu-close-svg svg {
    stroke: none;
}

.right_side_menu_opened .wrapper,
.right_side_menu_opened footer.uncover {
    right: 0;
    left: 0;
}

.right_side_menu_opened .wrapper,
.right_side_menu_opened .wrapper header.fixed,
.right_side_menu_opened .wrapper header.fixed_hiding,
.right_side_menu_opened .wrapper header.fixed_top_header .top_header,
.right_side_menu_opened .wrapper header.sticky {
    left: 0;
}


/* =========================================================
    ICONS / SVG
========================================================= */

.qodef-qi-team-member .qodef-e-social-icon svg {
    width: 1em;
    height: 1em;
}

footer svg path {
    fill: currentColor !important;
}


/* =========================================================
   QODE ACCORDION
========================================================= */

.qode-accordion-holder .qode-title-holder {
    position: relative;
    padding: 25px 20px 23px 50px;
    background-color: transparent;
    border-top: 1px solid #e8e8e9;
    will-change: padding;
    transition: .2s;
}

.qode-accordion-holder .qode-title-holder:first-child {
    border-top: none;
}

.qode-accordion-holder .qode-title-holder.ui-state-active {
    padding: 25px 20px 0 50px;
    background-color: #fff !important;
}

.qode-accordion-holder .qode-title-holder.ui-state-hover {
    background-color: transparent;
}

.qode-accordion-holder .qode-title-holder .qode-tab-title {
    height: auto;
}

.qode-accordion-holder .qode-title-holder .qode-tab-title .qode-tab-title-icon {
    display: none;
}

.qode-accordion-holder .qode-accordion-content.ui-accordion-content-active {
    background-color: #fff;
}

.qode-accordion-holder .qode-title-holder .qode-accordion-mark {
    right: 20px;
    top: 23px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    font-size: 20px;
    transition: background-color .5s cubic-bezier(.49, .79, .17, .94),
    color .5s cubic-bezier(.49, .79, .17, .94);
}

.qode-accordion-holder .qode-title-holder.ui-state-hover .qode-accordion-mark,
.qode-accordion-holder .qode-title-holder.ui-state-active .qode-accordion-mark {
    background-color: #ff5e14;
    color: #fff;
}

/* =========================================================
  PRICING TABLES
========================================================= */

.q_price_table {
    display: inline-block;
    float: none;
    vertical-align: middle;
    border: none;
    color: #001659;
    font-family: Yantramanav, sans-serif;
}

.q_price_table .price_table_inner {
    background-color: #fff;
    border: 1px solid #e8e8e9;
    border-bottom: 4px solid #ff5e14;
}

.q_price_table.active {
    color: #fff;
}

.q_price_table.active .price_table_inner {
    padding: 20px 0;
    background-color: #00235a;
    border: 1px solid #00235a;
    border-bottom: 4px solid #00235a;
}

.q_price_table.active .qode_title_content_new {
    color: #fff;
}

.q_price_table.active .active_text {
    display: none;
}

.q_price_table.active .price_table_inner > ul {
    padding: 0;
    margin: 0;
}

.price_table_inner ul li {
    text-align: left;
}

.price_table_inner ul li.table_title {
    padding: 40px 80px 0;
}

.price_table_inner ul li.prices {
    padding: 12px 80px 12px;
}

.price_table_inner ul li.pricing_table_content {
    padding: 0 80px;
}

.price_table_inner ul li.pricing_table_content li {
    padding: 0;
    color: #565969;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0;
    font-weight: 400;
}

.active .price_table_inner ul li.pricing_table_content li {
    color: #fff;
}

.price_table_inner ul li.pricing_table_content li:before {
    content: "\4e";
    margin: 5px 15px 0 0;
    font-family: ElegantIcons;
    font-size: 16px;
}

.price_table_inner .price_button {
    padding: 36px 80px 60px;
}

.price_in_table {
    position: relative;
    display: inline-block;
    text-align: left;
}

.price_in_table .price {
    padding: 0;
    font-size: 80px;
    line-height: 1em;
    letter-spacing: -.01em;
    font-weight: 800;
}

.price_in_table .value {
    position: relative;
    top: -1px;
    font-size: 48px;
    line-height: 1em;
    font-weight: 600;
}

.price_in_table .mark {
    top: -6px;
    font-size: 12px;
    line-height: 2.33em;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 500;
}

.price_button .qbutton {
    height: 48px;
    line-height: 48px;
    margin: 0;
    padding: 0 39px;
    background-color: #ff5e14 !important;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-family: Yantramanav, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.32px;
    text-transform: none;
}

.price_button .qbutton:hover {
    color: #fff;
}


/* =========================================================
   CHARTS / PERCENTAGES
========================================================= */

.q_percentage {
    font-family: Yantramanav, sans-serif;
    font-size: 0 !important;
    letter-spacing: -.02em;
}

.q_pie_chart_holder .tocounter {
    position: relative;
    top: 2px;
    left: 12px;
    font-size: 60px;
}

.q_pie_chart_holder .tocounter:after {
    content: '%';
    position: relative;
    top: -15px;
    font-size: 36px;
}


/* =========================================================
   FOOTER
========================================================= */

.footer_bottom .q_social_icon_holder .fa-stack {
    width: 70px;
    height: 79px;
    line-height: 80px;
    margin: -1px 0 0 -1px;
}


/* =========================================================
   COMMENTS
========================================================= */

.comment_holder {
    padding: 93px 0 106px;
}

.comment_holder .comment_number {
    display: block;
}

.comment_holder .comment_number .comment_number_inner > h5,
div.comment_form .comment-respond > h5 {
    margin: 0;
    font-family: Yantramanav, sans-serif;
    font-size: 40px;
    line-height: 1.15em;
    text-transform: none;
    letter-spacing: 0;
}

.comment_holder .comment {
    display: flex;
    gap: 30px;
    padding: 0;
}

.comment_holder .comment .image {
    flex-shrink: 0;
    border-radius: 0;
}

.comment_holder .comment .text {
    padding: 0;
}

.comment_holder .comment .text .name {
    margin: 0 0 8px;
    color: #001659;
    font-family: Yantramanav, sans-serif;
    font-size: 26px;
    line-height: 1.15em;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}

.comment_holder .comment .text .comment_date {
    display: none;
}

.comment_holder .comment .text .comment-reply-link,
.comment_holder .comment .text .replay {
    display: inline-block;
    margin: 0 0 7px;
    padding: 0;
    color: #001659;
    font-family: Yantramanav, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .02em;
    text-transform: capitalize;
    transition: color .1s ease-in-out;
}

.comment_holder .comment-list li ul.children {
    margin: 27px 0 0;
    padding: 0 0 0 60px;
}

div.comment_form {
    margin: 0 0 130px;
}

div.comment_form .comment-respond > h5 {
    margin: 0 0 -4px;
}

div.comment_form form p.logged-in-as {
    margin-top: 17px;
}

#respond small {
    margin: 0;
}

#respond input[type="text"],
#respond input[type="email"],
#respond textarea,
.contact_form input[type="text"],
.contact_form textarea {
    margin: 0 0 25px;
    padding: 19px 16px 12px 0;
    color: #001659;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #e8e8e9;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    box-sizing: border-box;
    transition: border-color .2s ease-in-out;
    font-family: Yantramanav, sans-serif;
    font-size: 26px;
    line-height: 1.15em;
    font-weight: 600;
}

#respond input[type="text"]::placeholder,
#respond input[type="email"]::placeholder,
#respond textarea::placeholder,
.contact_form input[type="text"]::placeholder,
.contact_form textarea::placeholder {
    color: #2b3651 !important;
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 400;
}

#respond input[type="text"]:focus,
#respond input[type="email"]:focus,
#respond textarea:focus,
.contact_form input[type="text"]:focus,
.contact_form textarea:focus {
    color: #001659;
    border-color: #ff5e14;
}

div.comment_form form p.form-submit,
div.comment_holder .comment p.form-submit {
    text-align: left;
}

div.comment_form form p.form-submit #submit_comment,
div.comment_holder .comment p.form-submit #submit_comment {
    height: 48px;
    padding: 0 50px;
    background-color: #ff5e14;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

div.comment_form .comment-form-cookies-consent {
    margin: 4px 0 32px;
}

div.comment_form .comment-form-cookies-consent input {
    margin-right: 8px;
}


/* =========================================================
   TITLES / SUBTITLES
========================================================= */

.title .text_above_title {
    margin: 0 0 4px;
}

.subtitle {
    margin: 15px 0 0;
}


/* =========================================================
   PORTFOLIO SINGLE
========================================================= */

.portfolio_single h3 {
    text-transform: none;
}

.portfolio_single .flexslider {
    margin: 0 0 60px;
}

.portfolio_detail {
    display: flex;
    flex-direction: column;
}

.portfolio_detail > * {
    order: 3;
}

.portfolio_detail > h6 {
    order: 1;
    margin: 0 0 14px;
    color: #001659;
    font-family: Yantramanav, sans-serif;
    font-size: 40px;
    text-transform: none;
}

.portfolio_detail > .portfolio_content {
    order: 2;
    margin: 0 0 40px;
}

.portfolio_detail .info {
    display: flex;
    gap: 7px;
    margin: 0 0 15px;
    padding: 0;
}

.portfolio_detail .info > h6:after {
    content: ':';
}

.portfolio_detail .info > h6,
.portfolio_detail .info > span,
.portfolio_detail .info > p,
.portfolio_detail .info > a {
    color: #565969;
    font-family: Yantramanav, sans-serif;
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.portfolio_navigation .portfolio_next a,
.portfolio_navigation .portfolio_prev a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    background-color: #00235a;
    border-color: #00235a;
    border-radius: 2px;
    color: #fff;
}

.portfolio_navigation .portfolio_next a:hover,
.portfolio_navigation .portfolio_prev a:hover {
    background-color: #ff5e14;
    border-color: #ff5e14;
    color: #fff;
}


/* =========================================================
  RELATED PORTFOLIO
========================================================= */

.qode_portfolio_related {
    margin: 0 0 37px;
}

.qode_portfolio_related > h4 {
    margin: 107px 0 25px;
    padding: 0;
    font-size: 40px;
    line-height: 1;
    text-align: left;
}

.qode_portfolio_related .projects_holder.v4 .mix {
    width: 32%;
    margin: 0 0 2.4%;
}

.qode_portfolio_related .projects_holder article span.text_holder {
    display: none;
}

.qode_portfolio_related .projects_holder article .image_holder:hover .image img {
    transform: scale(1);
}

.qode_portfolio_related .projects_holder article .portfolio_description {
    display: flex;
    flex-direction: column-reverse;
    background-color: transparent;
    text-align: left;
}

.qode_portfolio_related .projects_holder article .portfolio_description .project_category {
    color: #565969 !important;
    font-family: Yantramanav, sans-serif;
    font-size: 12px;
    line-height: 2.33em;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.qode_portfolio_related .projects_holder article .portfolio_description .portfolio_title,
.qode_portfolio_related .projects_holder article .portfolio_description .portfolio_title a {
    font-family: Yantramanav, sans-serif;
    font-size: 26px;
    line-height: 1.15em;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}


/* =========================================================
   PORTFOLIO SLIDER
========================================================= */

.portfolio_slider_holder {
    overflow: hidden;
}

.portfolio_slider {
    width: auto;
    margin: 0 -15px !important;
    overflow: hidden;
}

.portfolio_slider .portfolio_slides > li {
    padding: 0 15px;
}

.portfolio_slider .image_holder .separator.small.transparent {
    display: none;
}

.portfolio_slider .portfolio_slides li.item:hover img {
    transform: none;
}

.portfolio_slides li:hover .image_pixel_hover {
    background-color: rgba(0, 22, 89, .4);
}

.portfolio_slides .hover_feature_holder {
    position: relative;
}

.portfolio_slides .hover_feature_holder_inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    opacity: 1;
    padding: 21px 0 0;
}

.portfolio_slides .hover_feature_holder_inner > * {
    order: 2;
}

.portfolio_slides .hover_feature_holder_inner > .project_category {
    order: 1;
    margin: 0 0 4px;
    font-family: Yantramanav, sans-serif;
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.portfolio_slides .hover_feature_holder_inner .portfolio_title {
    text-transform: none;
}

.portfolio_slides .hover_feature_holder_inner .qbutton {
    margin: 27px 0 0;
    padding: 0;
    background-color: transparent;
    border: none;
    font-family: Yantramanav, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .02em;
}

.portfolio_slides .hover_feature_holder_inner .qbutton:hover {
    color: #fff;
}

.portfolio_slider .caroufredsel-direction-nav {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 20px;
    margin: 73px 0 0;
    padding: 0 15px;
}

.portfolio_slider .caroufredsel-prev,
.portfolio_slider .caroufredsel-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 140px;
    height: 48px;
    line-height: 48px;
    margin: 0;
    border: none;
    border-radius: 0;
}

.portfolio_slider .caroufredsel-next,
.portfolio_slider .caroufredsel-next:hover {
    background-color: #ff5e14 !important;
}

.portfolio_slider .caroufredsel-prev,
.portfolio_slider .caroufredsel-prev:hover {
    background-color: #09316f !important;
}

.portfolio_slider .caroufredsel-next:hover i,
.portfolio_slider .caroufredsel-prev:hover i {
    color: #fff !important;
}


/* =========================================================
   LATEST POSTS
========================================================= */

.latest_post_holder.boxes > ul > li .latest_post {
    padding: 20px 34px 48px;
    background-color: #fff;
    border: 1px solid #e8e8e9;
    border-bottom: 4px solid #ff5e14;
}

.latest_post_holder.boxes > ul > li .latest_post .latest_post_text_inner {
    display: flex;
    flex-direction: column-reverse;
}

.latest_post_holder.boxes > ul > li .latest_post_inner {
    margin: 0 !important;
}

.latest_post_holder.boxes .boxes_image a:hover {
    transform: none;
}

.latest_post_inner .post_infos {
    color: #565969;
    font-family: Yantramanav, sans-serif;
    font-size: 12px;
    line-height: 2.33em;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
}


/* =========================================================
   BLOG LIST
========================================================= */

.blog_holder article {
    margin: 0 0 58px;
}

.blog_holder article .post_text .post_text_inner {
    display: flex;
    flex-direction: column;
}

.blog_holder article .post_text .post_text_inner > * {
    order: 3;
}

.blog_holder article .post_text .post_text_inner > h2 {
    order: 2;
    margin: 0 0 20px;
}

.blog_holder article .post_text .post_text_inner > .post_info {
    order: 1;
    margin: 0;
}

.blog_holder article .post_more .qbutton {
    margin-top: 2px;
    padding: 0;
    color: #001659;
    border: none;
    font-family: Yantramanav, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .02em;
    text-transform: none;
}

.blog_holder article .post_more .qbutton:hover {
    background-color: transparent;
}

.blog_holder.blog_large_image article.format-link .post_info,
.blog_holder.blog_large_image article.format-quote .post_info {
    display: none;
}

.blog_holder article.format-quote,
.blog_holder article.format-link {
    margin: 0 0 100px;
}

.blog_holder article.format-quote .post_text .post_text_inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    padding: 51px 26px 51px 39px;
}

.blog_holder article.format-quote .post_text i.qoute_mark {
    margin: 0;
}

.blog_holder article.format-quote .post_text .post_title > p {
    margin: 0;
}

article.format-quote .post_text .quote_author::first-letter {
    font-size: 0;
    line-height: 0;
}

body:not(.search-results) .blog_holder article.format-quote .post_text:hover .post_text_inner {
    background-color: #ff5e14 !important;
}

.blog_holder article.format-link .post_text .post_text_inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    padding: 50px 40px 121px;
    background-color: #00235a;
}

.blog_holder article.format-link .post_text i.link_mark {
    margin: 0;
    color: #ff5e14;
}

.blog_holder article.format-link .post_text .post_title,
.blog_holder article.format-quote .post_text .post_title {
    padding: 0;
}

.blog_holder article.format-link .post_text .post_title p,
.blog_holder article.format-link .post_text .post_title p a {
    color: #fff;
}

body:not(.search-results) .blog_holder article.format-link .post_text:hover .post_text_inner {
    background-color: #00235a !important;
}

body:not(.search-results) .blog_holder article.format-link .post_text:hover .post_text_inner .post_title p,
body:not(.search-results) .blog_holder article.format-link .post_text:hover .post_text_inner .post_title p a {
    color: #ff5e14;
}

body:not(.search-results) .blog_holder article.format-link .post_text:hover i.link_mark {
    color: #ff5e14 !important;
}


/* =========================================================
   BLOG SINGLE
========================================================= */

.blog_holder.blog_single article .post_text .post_text_inner {
    display: flex;
    flex-direction: column;
}

.blog_holder.blog_single article .post_text .post_text_inner > * {
    order: 3;
}

.blog_holder.blog_single article .post_text .post_text_inner > h2 {
    order: 2;
    margin: 0 0 15px;
}

.blog_holder.blog_single article .post_text .post_text_inner > .post_info {
    order: 1;
    margin: 0;
}

.blog_holder.blog_single article h2 {
    font-size: 60px;
    line-height: .96em;
    letter-spacing: -.02em;
    font-weight: 600;
    text-transform: none;
}

.blog_holder.blog_single article.format-link .post_text .post_text_inner > .post_info,
.blog_holder.blog_single article.format-quote .post_text .post_text_inner > .post_info {
    display: none;
}

.blog_single.blog_holder article.format-link .post_text .post_text_inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    padding: 60px 40px;
    background-color: #00235a;
}

.blog_single.blog_holder article.format-quote .post_text .post_text_inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    padding: 60px 40px;
}


/* =========================================================
   PAGINATION
========================================================= */

.pagination {
    margin: 0 0 143px;
}

.pagination ul li a,
.pagination ul li span {
    margin: 0 7px;
    border: none;
    font-family: Yantramanav, sans-serif;
    font-size: 16px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: .1em;
}


/* =========================================================
   TAGS
========================================================= */

.single_tags {
    margin-bottom: -14px;
}

.single_tags .tags_text > h5 {
    display: none;
}

.single_tags a {
    padding: 11px 24px;
    margin-right: 10px;
    margin-bottom: 14px;
}

.widget .wp-block-tag-cloud a,
aside.sidebar .widget.widget_block .wp-block-tag-cloud a {
    padding: 11px 24px;
    margin-right: 10px;
    margin-bottom: 14px;
}

.widget .tagcloud a:after,
.widget .wp-block-tag-cloud a:after {
    display: none;
}


/* =========================================================
   SIDEBAR
========================================================= */

aside .widget.posts_holder li {
    padding: 1px 0;
}

aside.sidebar .q_social_icon_holder.normal_social:first-of-type {
    margin-left: 0;
}

aside.sidebar .latest_post_image {
    width: 60px;
}

aside.sidebar .latest_post_holder > ul > li {
    margin: 0 !important;
}

aside.sidebar .latest_post_holder.image_in_box .latest_post_text {
    padding: 8px 0 0 82px;
}

aside.sidebar .latest_post_holder.image_in_box .latest_post_text .latest_post_title,
aside.sidebar .latest_post_holder.image_in_box .latest_post_text .latest_post_title a {
    margin: 0;
    font-family: Yantramanav, sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

aside.sidebar .latest_post_inner .post_infos {
    color: #565969;
    font-family: Yantramanav, sans-serif;
    font-size: 14px;
    line-height: 2em;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
}


/* =========================================================
   AUTHOR
========================================================= */

.author_description {
    margin-top: 60px;
    padding: 0;
}

.author_description_inner .image {
    border-radius: 0;
}

.author_text_holder {
    padding-right: 11%;
}

.author_text_holder .author_name {
    font-size: 26px;
    line-height: 1.15em;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

.author_text_holder .author_email {
    display: none;
}


/* =========================================================
   CONTACT FORM 7
   Complementary adjustments over Qode styles
========================================================= */

/* General container */
.contact-form {
    max-width: 760px;
}

/* Main Labels */
.contact-form .form-field > label {
    display: block;
    margin-bottom: 8px;
    color: #1f2b3d;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 600;
}

/* Auxiliary text inside the label */
.contact-form .form-field > label span,
.contact-form .form-field__hint {
    display: block;
    margin-top: 2px;
    color: #5b6474;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 400;
}

/* Fields: only settings that complement Qode */
.contact-form input.wpcf7-form-control,
.contact-form textarea.wpcf7-form-control,
.contact-form select.wpcf7-form-control {
    width: 100%;
    box-sizing: border-box;
}

/* Prevents the email from being transformed or having strange spacing */
.contact-form input[type="email"],
.contact-form input.wpcf7-email {
    text-transform: none;
    letter-spacing: 0;
}

/* Grupo de checkboxes */
.contact-form .form-field--checkbox {
    margin-top: 4px;
    margin-bottom: 30px;
}

.contact-form .form-field--checkbox > label {
    margin-bottom: 12px;
}

.contact-form .form-field--checkbox .wpcf7-form-control-wrap {
    display: block;
}

.contact-form .form-field--checkbox .wpcf7-list-item {
    display: block;
    margin: 0 0 10px;
}

.contact-form .form-field--checkbox .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    cursor: pointer;
}

.contact-form .form-field--checkbox input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin: 0;
    flex: 0 0 auto;
    cursor: pointer;
}

.contact-form .form-field--checkbox .wpcf7-list-item-label {
    color: #1f2b3d;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
}

/* Button spacing with respect to the textarea */
.contact-form .form-field--submit {
    margin-top: 45px;
    margin-bottom: 0;
}

.contact-form .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em;
}

/* If Qode leaves the button too wide, this returns it to its natural size */
.contact-form input.wpcf7-submit {
    width: auto;
}

/* Validation messages */
.contact-form .wpcf7-not-valid-tip {
    margin-top: 8px;
    color: #C94A18;
    font-size: 15px;
    line-height: 1.3;
}

.contact-form .wpcf7-response-output {
    margin: 24px 0 0;
    padding: 14px 18px;
    border-radius: 2px;
}

/* =========================================================
   GOALS GRID
========================================================= */

.goals-grid > .e-con-inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 60px 50px;
    counter-reset: goal;
}

.goals-grid .goal-card {
    position: relative;
    padding: 28px 0 0 80px;
    border-top: 1px solid #d9dee7;
    counter-increment: goal;
    overflow: visible;
}

.goals-grid .goal-card::before {
    content: counter(goal, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 18px;
    color: #314BA0;
    font-family: Yantramanav, sans-serif;
    font-size: 60px;
    line-height: 1;
    font-weight: 500;
}


/* =========================================================
   BACK TO TOP
========================================================= */

#back_to_top span i,
#back_to_top span span {
    position: relative;
    top: 3px;
}


/* =========================================================
   SVG
========================================================= */

.contact-icon-clock .elementor-icon-wrapper {
    width: 20px;
    min-width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon-clock .elementor-icon svg {
    width: 18px;
    height: 18px;
    transform: scale(1.19);
}

/* =========================================================
   HERO BUTTONS
========================================================= */

.contact-hero-btn {
    min-width: 220px;
    text-align: center;
    justify-content: center;
}

/* =========================================================
   SERVICES ACCORDION
========================================================= */

.services-image img {
    transition:
            opacity 0.35s ease,
            transform 0.45s ease,
            filter 0.35s ease;
    will-change: opacity, transform, filter;
}

.services-image.is-changing img {
    opacity: 0;
    transform: scale(0.985);
    filter: blur(3px);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media only screen and (min-width: 1441px) {
    .footer_bottom .q_social_icon_holder .fa-stack {
        width: 79px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 1000px) {
    .qode_clients.four_columns .qode_client_holder {
        width: 25%;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .qode_clients.four_columns .qode_client_holder {
        width: 50%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    aside.sidebar {
        width: 50%;
    }
}

@media only screen and (max-width: 1024px) {
    nav.main_menu > ul > li > a {
        padding: 0 12px;
    }

    aside.sidebar {
        margin: 0 0 126px;
    }

    .price_table_inner ul li.table_title,
    .price_table_inner ul li.prices,
    .price_table_inner ul li.pricing_table_content,
    .price_table_inner .price_button {
        padding-left: 25px;
        padding-right: 25px;
    }

    .goals-grid > .e-con-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px;
    }

    .goals-grid .goal-card {
        padding-left: 90px;
    }

    .goals-grid .goal-card::before {
        font-size: 56px;
    }
}

@media only screen and (max-width: 1000px) {
    .header_inner_right {
        display: none;
    }

    .mobile_menu_button {
        float: right;
        height: 70px;
        margin: 0;
    }

    .mobile_menu_button span {
        display: flex;
        width: auto;
    }

    .mobile_menu_button span svg {
        stroke: none;
    }

    .logo_wrapper,
    .q_logo a {
        left: 0;
    }

    nav.mobile_menu ul {
        padding-top: 2px;
        padding-bottom: 5px;
    }

    nav.mobile_menu ul li,
    nav.mobile_menu ul li ul li {
        border-bottom: 1px solid #e8e8e9;
    }

    nav.mobile_menu ul li:last-child {
        border-bottom: 1px solid #e8e8e9 !important;
    }

    .footer_top .four_columns > .column3 > .column_inner {
        padding-left: 0;
    }

    .footer_top .four_columns .column3 .column_inner > div,
    .footer_top .three_columns .column3 .column_inner > div {
        margin: 0;
    }

    body.qode_advanced_footer_responsive_1000 .four_columns .column3,
    body.qode_advanced_footer_responsive_1000 .four_columns .column4 {
        margin: 60px 0 0;
    }

    .footer_bottom_holder .three_columns > .column1,
    .footer_bottom_holder .three_columns > .column2,
    .footer_bottom_holder .three_columns > .column3 {
        width: 100%;
        float: none;
    }

    .footer_bottom_columns .footer_bottom {
        text-align: center !important;
    }

    .footer_bottom_columns .wp-block-image img {
        margin: 0 auto;
    }

    .footer_bottom_columns .column_inner {
        padding: 0 !important;
    }

    .footer_bottom_columns .footer_bottom p {
        margin: 0 0 22px;
    }
}

@media only screen and (max-width: 768px) {
    .title .text_above_title {
        display: block;
    }

    .title .subtitle {
        display: none;
    }

    div.comment_form {
        padding-top: 0;
        border: none;
    }

    .qode_pricing_tables.three_columns .q_price_table {
        width: 100%;
        margin: 0 0 20px;
    }

    .qode_elementor_container_inner.image-lines {
        width: 768px !important;
    }

    .goals-grid .goal-card {
        padding-left: 75px;
    }

    .qode-accordion-holder .qode-title-holder.ui-state-active {
        padding: 15px 18px 0 18px;
    }

    .qode-accordion-holder .qode-title-holder .qode-accordion-mark {
        top: 20px;
        width: 47px;
        height: 47px;
    }

    .services-accordion.image-lines .qode-accordion-content {
        padding: 0 18px 20px 18px !important;
    }

    h3, h3 a, body.qode-overridden-elementors-fonts .elementor-widget-heading h3.elementor-heading-title {
        font-size: 26px !important;
        line-height: 30px !important;
    }

}

@media only screen and (max-width: 767px) {
    .goals-grid > .e-con-inner {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 600px) {
    body.qode_advanced_footer_responsive_1000 .four_columns .column2,
    body.qode_advanced_footer_responsive_1000 .four_columns .column3 {
        margin-top: 24px;
    }

    h3, h3 a, body.qode-overridden-elementors-fonts .elementor-widget-heading h3.elementor-heading-title {
        font-size: 26px !important;
        line-height: 30px !important;
    }
}

@media only screen and (max-width: 480px) {
    nav.mobile_menu > ul {
        width: 300px;
    }

    footer .container_inner {
        width: 300px;
        padding: 0;
    }

    .footer_top .column_inner > div:not(.qode_separator_widget) {
        margin: 0 !important;
    }

    .comment_holder .comment {
        flex-direction: column;
    }

    .blog_holder article.format-link .post_text .post_text_inner,
    .blog_holder article.format-quote .post_text .post_text_inner {
        flex-direction: column;
    }

    .qode_portfolio_related .projects_holder.v4 .mix {
        width: 100%;
        margin: 0 0 20px;
    }

    .qode-accordion-holder .qode-title-holder,
    .qode-accordion-holder .qode-title-holder.ui-state-active,
    .qode-accordion-holder .qode-accordion-content {
        padding-left: 18px !important;
    }

    .qode-accordion-holder .qode-title-holder .qode-accordion-mark {
        right: 8px;
        top: 20px;
        width: 40px;
        height: 40px;
    }

    .price_table_inner ul li.table_title,
    .price_table_inner ul li.prices,
    .price_table_inner ul li.pricing_table_content,
    .price_table_inner .price_button {
        padding-left: 40px;
        padding-right: 40px;
    }

    .author_text_holder {
        padding-top: 30px;
        padding-right: 0;
    }
}