/*
Theme Name:     Stratus - Child Theme
Theme URI:      http://themovation.com/stratus
Template:       stratusx
Author:         Themovation
Author URI:     http://themovation.com
Version:        4.0
Text Domain:    stratus
Domain Path:    /languages/
*/


/* = Theme customization starts here
-------------------------------------------------------------- */
:target {
    scroll-margin-top: 120px;
}

#thhf-masthead-sticky {
    display: none !important;
}

.meta-blog-box li {
    list-style: none;
    margin-right: 16px;
}

button.frm_prev_page {
    background: #fff !important;
    outline: 3px #512D6B solid !important;
    outline-offset: -3px;
    color: #512D6B !important;
}

button.frm_prev_page:hover {
    color: #fff !important;
}

select {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.error404 #thhf-masthead.transparent-header {
    background: #191919;
}

.footer {
    background: #191919;
}

.footer .site-map {
    color: #AAA;
}

.footer-btm-bar {
    background: #000;
}

.footer .widget.widget_media_image {
    margin-bottom: 8px;
}

.footer .widget-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: none;
}

.footer p, .footer a, .footer ul li, .footer ol li {
    color: #fff;
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
    color: #a3a3a3;
}

.footer a {
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline !important;
}

.footer .widget.widget_nav_menu li a {
    padding: 0;
    border-bottom: none;
}

.footer .widget.widget_categories ul li, .footer .widget.widget_pages ul li, .footer .widget.widget_nav_menu ul li {
    margin-bottom: 8px;
}

.footer .footer-copyright p {
    font-size: 14px !important;
}

span.footer_credit:before {
    content: " - ";
    padding: 0 5px;
}

.footer .meta-border,
.footer ul li,
.footer .widget ul li {
    border-bottom: 0;
    margin-bottom: 0px;
}

.footer .widget-social {
    margin-top: -0.5em;
}

.footer .soc-widget i {
    color: #fff;
    margin-right: 0.5em;
}

.th-widget-area .widget ul.sub-menu {
    padding: 8px 0 0px 16px;
}

.th-widget-area .widget ul.sub-menu li:before {
    content: "_";
    margin-left: -16px;
    margin-top: -7px;
    display: inline-block;
    float: left;
}

.widget_recent_entries li a {
    display: flex;
}

.widget_recent_entries li a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f02e";
    padding-right: 8px;
    margin-top: 1px;
}

.wrap a.elementor-icon {
    border: none;
}

.wrap a.elementor-icon:hover {
    font-size: 44px;
}

.wrap a.elementor-icon.elementor-social-icon {
    font-size: 25px;
}

.elementor-social-icons-wrapper.elementor-grid {
    margin-left: -13px;
}

.wrap .elementor-icon-box-title a {
    color: #1A1A1A !important;
    font-size: 20px;
    font-weight: bold;
    border-block-width: 0;
}

.wrap .elementor-icon-box-title a:hover {
    border-block-width: 1px;
    font-size: 20px;
}

.inner-container > h1.entry-title {
    position: absolute;
}

.entry-content a {
    white-space: pre-wrap; 
    word-wrap: break-word;
    font-size: 1em;
    text-decoration: none;
}

.sidebar .widget-title {
    color: #181818;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

ul, ol {
    margin-top: 8px;
    margin-bottom: 8px;
}

li {
    margin-bottom: 8px;
}

body.single h4.wp-block-heading {
    margin-top: 0;
    margin-bottom: 0px;
}

body.single h4.wp-block-heading + ul {
    margin-bottom: 16px;
    margin-top: 8px;
}

body.single h4.wp-block-heading + ul li {
    margin-bottom: 8px;
    margin-top: 0;
    line-height: 20px;
}

body.single h3.wp-block-heading {
    margin-bottom: 8px;
    font-size: 26px;
}

@media (min-width: 1024px) {
    .hfe-has-submenu-container {
        position: relative;
        display: block;
        color: #fff;
    }

    .hfe-has-submenu-container:after {
        content: "\e019";
        font-family: "linea-arrows-10" !important;
        position: absolute;
        right: 8px;
        top: 9px;
        text-shadow: #FFF 0 0 1px;
        font-size: 1.125em;
    }

    .hfe-has-submenu-container a {
        margin-right: 10px;
    } 
}

@media (min-width: 1025px) {
    body.single-post h2 {
        font-size: 28px;
    }
}

@media (max-width: 1024px) {
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
        padding: 20px 20px 20px 200px;
        margin-top: -40px;
        margin-right: -25px;
        margin-bottom: -40px;
        display: inline-block;
        background: black;
        position: relative;
        z-index: 9999;
    }

    ul.hfe-nav-menu {
        padding-bottom: 40px !important;
    }

    .elementor-element.elementor-element-3098ca69 nav.hfe-dropdown li a.hfe-menu-item {
        font-size: 20px !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        font-weight: bold;
    }

    .hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-arrow i:before {
        font-size: 2em !important;
    }

    .footer .site-map {
        color: #AAA;
        width: 100%;
        margin-top: 16px;
    }

    img.hfe-site-logo-img.elementor-animation- {
        max-width: 262px;
    }

    section.elementor-section.elementor-top-section.elementor-element.elementor-element-56d816bb.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
        max-height: 112px;
    }

    body.single-post h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .wrap .elementor-icon-box-title a:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
        content: "\f35a";
        color: #000;
        display: inline-block;
        margin-left: 8px;
    }
}

@media (max-width: 440px) {
    body.single-post h2 {
        font-size: 24px;
    }
}

.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: "\e019";
    font-family: "linea-arrows-10" !important;
    text-shadow: #FFF 0 0 1px;
    font-size: 1.5em;
} 

form input[type=submit]:hover,
.with_frm_style .frm_submit input[type=submit]:hover,
form input[type=submit]:focus,
.with_frm_style .frm_submit input[type=submit]:focus {
    background: #181818;
    opacity: 1;
    color: #fff;
}

form input[type=submit]:focus-visible,
.with_frm_style .frm_submit input[type=submit]:focus-visible {
    outline: #512d6b auto 8px !important;
}

.wrap .dark-row a {
    color: #fff !important;
    text-decoration: underline;
}

.wrap .dark-row a:hover,
.wrap .dark-row a:focus {
    color: #fff !important;
    text-decoration: none;
}

body.single .comments-closed {
    display: none !important;
}

#scrollUp {
    background-color: rgba(000,000,000,1);
    opacity: 0.6;
}

button.search-submit {
    background: #512d6b;
}

body.single .wp-post-image {
    width: 100%;
}

body.single-post img {
    margin-bottom: 24px;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 4px !important;
}

.wrap a {
    color: #512d6b !important;
    font-size: 1em;
    border-bottom: 1px solid #181818;
    font-weight: 600;
}

.wrap a:hover {
    color: #181818 !important;
    font-size: 1em;
    text-decoration: none;
    border-color: #fff;
}

.th-widget-area .widget ul li {
    padding-top: 0;
    padding-bottom: 16px;
}

.wrap .sidebar a {
    border-bottom: none;
    text-decoration: underline;
    font-weight: 600;
}

.sidebar .widget-title {
    margin-bottom: 12px;
}

.wrap .show-author a {
    color: #181818 !important;
    text-decoration: none;
    border-bottom-width: 0px;
}

.wrap .show-author a:hover {
    border-bottom-width: 1px;
}

.thmv-blog-post .thmv-info h3 {
    line-height: .75em;
}

body.single-post .show-author {
    display: inline-block !important;;
    margin-right: 16px;
    padding-right: 16px;
    border-right: 1px solid #e4e4e4;
}

body.page-template-default .wrap a.elementor-button-link {
    color: #fff !important;
}

a span.elementor-button-text {
    color: white;
}

body.single-post .post > img:first-child {
    margin-top: 0;
}

body.single-post img {
    margin-top: 24px;
}

body.single-post h2,
body.single-post h3,
body.single-post h4,
body.single-post h5 {
    color: #181818;
    font-weight: 600;
}

body.single-post h4 {
    font-size: 20px;
    line-height: 1.25em;
    margin-top: 0;
    margin-bottom: 20px;
    display: block;
}

p.img-caption {
    margin-top: -24px;
    font-size: 12px;
    margin-bottom: 20px;
}

body .elementor-996,
body.archive .elementor-996 .elementor-element.elementor-element-56d816bb:not(.elementor-motion-effects-element-type-background), .elementor-996 .elementor-element.elementor-element-56d816bb > .elementor-motion-effects-container > .elementor-motion-effects-layer,
body.single-post .elementor-996 .elementor-element.elementor-element-56d816bb:not(.elementor-motion-effects-element-type-background), .elementor-996 .elementor-element.elementor-element-56d816bb > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background: #000;
}

body.archive .page-title h1,
body.single-post .page-title h1 {
    font-weight: 600;
}


body.archive .page-title,
body.single-post .page-title {
    padding-top: 140px;
}

@media (max-width: 640px) {
    body.archive .page-title h1,
    body.single-post .page-title h1 {
        font-size: 6vw;
    }

    body.archive .page-title,
    body.single-post .page-title {
        padding-top: 120px;
    }

    .page-title.centered {
        padding-bottom: 5%;
    }
}

@media (max-width: 414px) {
    body.archive .page-title,
    body.single-post .page-title {
        padding-top: 100px;
    }

    .page-title.centered {
        padding-bottom: 8%;
    }
} 

body.archive .page-title h1,
body.single-post .page-title h1 {
    color: #512d6b !important;
}

body.archive .post-meta,
body.single-post .post-meta {
    color: #181818 !important;
    font-size: 1em;
}

body.archive .comment-respond,
body.archive .show-comments, 
body.archive .is-sticky,
body.archive .show-author {
    display: none;
}

body.single-post .comment-respond,
body.single-post .show-comments, 
body.single-post .is-sticky {
    display: none;
}

body.archive .page-title,
body.archive .post-inner,
body.single .page-title,
body.single .post-inner {
    padding-bottom: 0;
    border-bottom: none;
}

body.archive .wrap a {
    border-bottom: none;
    text-decoration: underline;
}

body.archive .wrap a:hover {
    text-decoration: none;
}

.archive .elementor-section.elementor-top-section.elementor-element.elementor-element-56d816bb.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default,
.single.single-post .elementor-section.elementor-top-section.elementor-element.elementor-element-56d816bb.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    background: #000;
}

.elementor.elementor-996.scrolled {
    background: #181818;
}

.page-template-default section.elementor-section.elementor-top-section.elementor-element.elementor-element-56d816bb.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    background: transparent;
}

.elementor-toc__body a {
    border-bottom: none !important;
}

.wrap .elementor-toc__body a {
    color: #000 !important;
}

.elementor-toc__body .elementor-toc__list-item-text.elementor-item-active {
    color: #512DB3 !important;
    text-decoration: underline;
}

.elementor-toc__body .elementor-toc__list-item-text {
    color: #666;
}

.elementor-toc__header .elementor-toc__header-title {
    margin-bottom: 0;
}

.elementor-toc__list-wrapper {
    margin-top: 0;
}

.elementor-widget-table-of-contents {
    margin-top: 40px;
} 

body.single .entry-content {
    padding: 10px 0 20px;
}

body.page-template-blog-standard .type-post .post-excerpt a {
    border-bottom-width: 0px;
    display: block;
}

form input::placeholder,
.frm_forms form textarea::placeholder {
    color: #555555 !important;
}

.frm_forms form input[type=text], .frm_forms form input[type=email], .frm_forms form input[type=url], .frm_forms form input[type=password], .frm_forms form input[type=number], .frm_forms form input[type=tel], .frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=file], .frm_style_formidable-style.with_frm_style input[type=search], .frm_forms form textarea, .frm_forms form select, .frm_style_formidable-style.with_frm_style select, .frm_forms .frm_form_field select {
    color: #555555 !important;
    margin-bottom: 10px !important;
}

form input[type=submit], .with_frm_style .frm_submit input[type=submit], .with_frm_style .frm_submit input[type=button], .frm_form_submit_style, .with_frm_style.frm_login_form input[type=submit] {
	background: #512d6b;
	font-weight: 600;
	padding: 16px 40px;
}

.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus, .frm_style_formidable-style.with_frm_style select:focus, .frm_style_formidable-style.with_frm_style textarea:focus, .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search], .frm_form_fields_active_style, .frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement, .frm_style_formidable-style.with_frm_style .chosen-container-single.chosen-container-active .chosen-single, .frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices {
    border-color: #66afe9 !important;
}


.thmv-blog-post .thmv-subheading {
    display: none !important;
}

.thmv-blog-post .thmv-separator {
    margin: 0 !important;
    border-width: 0 !important;
}

.thmv-blog-post .thmv-info p {
    color: #191919 !important;
}

@media (min-width: 1000px) {
    .thmv-blog-post .thmv-column:first-child {
        padding-left: 0 !important;
        padding-right: 30px !important;
    }

    .thmv-blog-post .thmv-column:nth-child(2) {
        padding: 0 15px !important;
    }

    .thmv-blog-post .thmv-column:last-child {
        padding-right: 0 !important;
        padding-left: 30px !important;
    }
}

body.single figure.wp-block-embed.is-type-video {
    margin-bottom: 32px;
}

body.single blockquote.wp-block-quote {
    margin: 32px 0;
    font-size: .975em;
}

body.single .wp-block-heading {
    margin-top: 24px;
    margin-bottom: 8px;
}

/*body.single h3.wp-block-heading,
body.single h4.wp-block-heading,
body.single h5.wp-block-heading {
    margin-bottom: 0px;
}*/


body.single .tag-video .wp-caption img {
    display: none;
}

body.scroll .elementor.elementor-996 {
    background: #181818 !important;
}

body.slug-pre-consulting-survey.scroll .elementor.elementor-996 {
    display: none;
}

body.slug-pre-consulting-survey .elementor.elementor-996.scrolled {
    display: none;
}

body.slug-pre-consulting-survey .footer-area-1 {
    width: 100% !important;
}

body.slug-pre-consulting-survey .footer-area-1 #menu-footer,
body.slug-pre-consulting-survey .footer-area-2,
body.slug-pre-consulting-survey .footer-area-3,
body.slug-pre-consulting-survey .site-map,
body.slug-pre-consulting-survey #scrollUp {
    display: none !important;
}

body.slug-pre-consulting-survey .footer .widget {
    margin-bottom: 0;
}

body.slug-pre-consulting-survey .footer {
    padding-top: 30px;
}

body.slug-pre-consulting-survey .footer .widget-inner {
    text-align: center;
}

body.slug-pre-consulting-survey .footer .widget-inner img {
    width: 300px;
}

.frm_submit {
  display: flex;
  justify-content: space-between;
}

.frm_submit button {
  flex: 1;
  margin: 0 10px;
}

.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
    color: #fff;
    background: #37194d !important;
}

.th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .navbar-nav > li > a, .th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .navbar-nav > li > a:hover, .th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .navbar-nav > li.active > a, .th-dark-tr.banner[data-transparent-header="true"]:not(.headhesive--clone) .themo_cart_icon a i {
    color: #fff !important;
}

.page-template-templatesblog-standard-php h1.elementor-icon-box-title {
    color: #fff;
}

.page-template-templatesblog-standard-php p.elementor-icon-box-description {
    color: #fff;
}

body:not(.rtl) .elementor-996 .elementor-element.elementor-element-3098ca69 .hfe-nav-menu__layout-horizontal .hfe-nav-menu > li.menu-item:nth-child(4),
body:not(.rtl) .elementor-630 .elementor-element.elementor-element-758ad84 .hfe-nav-menu__layout-horizontal .hfe-nav-menu > li.menu-item:nth-child(4) {
    margin-right: 8px;
}


.single-post h1 {
    line-height: 1.175em;
    margin-bottom: 14px;
}

.elementor-widget-post-info {
    padding-bottom: 16px;
}

.pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-the-content .box-header-title {
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-top: 24px;
}

body.single-post .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-the-content .pp-multiple-authors-boxes-li {
    border-style: none !important;
}

body.single-post .pp-multiple-authors-layout-boxed ul li, .pp-multiple-authors-layout-centered ul li {
    padding: 0em;
}

body.single-post .pp-author-boxes-avatar .avatar-image {
    width: 140px;
    height: 140px;
    margin: 0 24px 0 0 !important;
}

body.single-post .pp-author-boxes-avatar .avatar-image img {
    margin-top: 0 !important;
}

body.single-post .pp-multiple-authors-layout-boxed .multiple-authors-name a {
    margin-bottom: 0 !important;
    font-size: 1.75em;
}

body.single-post .ppma-author-field-meta {
    margin-top: -10px;
    margin-bottom: 10px;
}

body.single-post .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-the-content .ppma-author-user_email-profile-data,
body.single-post .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-the-content .ppma-author-user_url-profile-data {
    background-color: #512d6b!important
}

body.single-post .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-the-content .ppma-author-user_email-profile-data:hover,
body.single-post .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-the-content .ppma-author-user_url-profile-data:hover {
    background-color: #111 !important
}

.elementor-section-boxed .elementor-section-full_width.full-width .elementor-container {
    width: 100%;
}

@media (min-width: 1025px) {
    section.elementor-section.elementor-top-section.elementor-element.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default .elementor-col-50:nth-child(2) .elementor-widget-wrap {
        padding-left: 48px!important
    }

    section.elementor-section.elementor-top-section.elementor-element.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default .elementor-col-50:nth-child(1) .elementor-widget-wrap {
        margin-left: -28px;
    }
}

.tag-checklist .elementor-widget-theme-post-content h3 {
  font-size: 1.175em !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 32px 0 16px 0 !important;
}

.tag-checklist .elementor-widget-theme-post-content .wp-block-separator {
    border-top: 2px dotted;
    margin: 32px 0 16px 0 !important;
}

.tag-checklist .elementor-widget-theme-post-content ul.wp-block-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tag-checklist .elementor-widget-theme-post-content ul.wp-block-list li {
  position: relative;
  padding-left: 1.5em; /* Indent for the bullet */
}

.tag-checklist .elementor-widget-theme-post-content ul.wp-block-list li::before {
  content: "\f0c8";
  color: #000;
  position: absolute;
  left: 0;
  top: -.275em;
  font-size: 1.375em;
}

.tag-checklist pre.wp-block-code {
  margin: 32px 0 32px 0;
  line-height: .875;
}

.tag-checklist pre.wp-block-code a {
  display: table;
}

.tag-checklist pre.wp-block-code strong {
  display: block;
}

.pp-multiple-authors-boxes-wrapper {
    margin-top: 48px;
}

body.single h3.wp-block-heading.number-heading {
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: 400;
}

body.single h3.wp-block-heading.number-heading strong {
    font-size: 18px;
    margin-bottom: 4px;
}

body.single h3.wp-block-heading.number-heading {
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: 400;
}

body.single h3.wp-block-heading.number-heading ~ ul {
    margin-left: 16px;
    padding-left: 16px;
}

body.single .elementor-widget-theme-post-content ol {
    margin-left: 0;
    padding-left: 16px;
}


.push-down24 {
    margin-bottom: -24px;
}


figure.size-large img~figcaption {
    font-size: 12px;
    margin-top: -20px !important;
    display: block;
}

.elementor hr.wp-block-separator {
    border-top-color: #e4e4e4;
    margin-top: 24px;
}

.wp-singular .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-the-content .ppma-author-linkedin-profile-data,
.wp-singular .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-the-content .ppma-author-instagram-profile-data {
    background-color: #512d6b !important;
}

.pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-the-content .ppma-author-linkedin-profile-data:hover,
.pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-the-content .ppma-author-instagram-profile-data:hover {
    background-color: #111 !important;
}






