/*!
Theme Name: Themify Ultra
Theme URI:https://themify.me/themes/ultra/
Version:8.2.5 
Description:Use Ultra theme to create professional sites quickly and easily (landing pages, portfolio, blog, corporate, ecommerce, and more). It includes a bunch of header/footer layout options and pre-built demos that you can import to your site. Read <a href="https://themify.me/docs/ultra-documentation">Ultra documentation</a> for more information.
Author:Themify
Author URI:https://www.themify.me
License:GNU General Public License v2.0
License URI:http://www.gnu.org/licenses/gpl-2.0.html
Copyright:(c) Themify.
Tags:themify,featured-images,translation-ready,custom-menu,sidebar
Text Domain:themify
Requires PHP:7.4
Changelogs: https://themify.org/changelogs/themify-ultra.txt
---------
/* DO NOT EDIT THIS FILE.
If you need to override theme styling,please add custom CSS in Appearance>Customize>Custom CSS or a child theme (https://themify.me/docs/child-theme).*/

address,
blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
legend,
li,
ol,
p,
pre,
table,
td,
th,
ul {
    margin: 0;
    padding: 0
}

a,
fieldset,
img {
    border: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

audio,
iframe {
    max-width: 100%
}

:root {
    --theme_accent: #ed1e24;
    --theme_accent_hover: #000;
    --theme_accent_semi: rgba(251,9,48,.8);
    --theme_accent_alt: #7362e2;
    --theme_heading_color: #000;
    --theme_rounded: 12px;
    --theme_rounded_sm: 10px;
    --theme_input_rounded: 12px;
    --theme_input_border: rgba(0,0,0,.25);
    --theme_input_bg: #fff;
    --theme_input_color: #333;
    --theme_btn_rounded: 30px;
    --blue: #4d7de1;
    --brown: #a35004;
    --gray: #989797;
    --green: #4aab10;
    --light-blue: #bdd9fd;
    --light-green: #9bd611;
    --light-purple: #c1bafd;
    --orange: #ff9600;
    --pink: #feb4e4;
    --purple: #7a6bf8;
    --red: #e8311f;
    --yellow: #fff06c
}

html {
    scroll-behavior: smooth
}

body {
    background-color: #fff;
    color: #666;
    font: 1em/1.65em Public Sans,Arial,sans-serif;
    overflow-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%
}

a {
    color: var(--theme_accent);
    text-decoration: none;
    transition: color .3s ease-in-out
}

a:hover {
    color: var(--theme_accent_hover)
}

p {
    margin: 0 0 1.3em;
    padding: 0
}

small {
    font-size: 87%
}

blockquote {
    border-left: 3px solid hsla(0,0%,59%,.3);
    font-size: 1.1em;
    line-height: 1.4em;
    margin: 0 5% 1.2em;
    padding: .8em 1.4em
}

ins {
    text-decoration: none
}

ol,
ul {
    margin: 0 0 1.4em 1.6em
}

li,
ol,
ul {
    padding: 0
}

li {
    margin: 0 0 1em
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--theme_heading_color);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.4em;
    margin: 0 0 .5em;
    overflow-wrap: normal
}

h1 {
    font-size: 3.4em;
    line-height: 1.2em
}

h1,
h2 {
    letter-spacing: -.03em
}

h2 {
    font-size: 2.3em;
    line-height: 1.3em
}

h3 {
    font-size: 1.7em
}

h4 {
    font-size: 1.4em
}

h5 {
    font-size: 1.3em
}

h5,
h6 {
    line-height: 1.7em
}

h6 {
    font-size: 1.2em
}

button,
input,
input[type=search],
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    max-width: 100%
}

input:is([type=radio],[type=checkbox]),
input:read-only,
input:read-write,
select,
textarea {
    -webkit-appearance: none;
    appearance: none;
    background: var(--theme_input_bg);
    border: 1px solid var(--theme_input_border);
    border-radius: var(--theme_input_rounded);
    color: var(--theme_input_color);
    max-width: 100%;
    padding: .6em
}

input:read-only,
input:read-write {
    margin: 0 1em .6em 0;
    width: 17em
}

input[type=number] {
    width: 7em
}

textarea {
    margin: 0 0 .6em;
    min-height: 13.5em;
    width: 100%
}

select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='none' stroke='rgba(40,40,40,.8)' stroke-linecap='round' stroke-width='12'%3E%3Cpath d='m2.7 2.3 46.4 54.9L95.5 2.3'/%3E%3C/svg%3E");
    background-position: calc(100% - .7em) calc(50% + .15em);
    background-repeat: no-repeat;
    background-size: .85em;
    margin: 0 0 .6em;
    padding-right: 2em
}

input:is([type=radio],[type=checkbox]) {
    -webkit-appearance: none;
    box-sizing: content-box;
    clear: none;
    cursor: pointer;
    display: inline-block;
    height: 1.3em;
    line-height: 1;
    margin: 0 .5em 0 0;
    min-height: 1.3em;
    min-width: 1.3em;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 1.3em
}

input[type=checkbox] {
    border-radius: calc(var(--theme_input_rounded) - 4px)
}

input[type=radio] {
    align-items: center;
    border-radius: 100%!important;
    display: inline-flex;
    justify-content: center
}

input[type=checkbox]:before {
    border-bottom: .13em solid transparent;
    border-left: .13em solid transparent;
    content: "";
    display: inline-block;
    height: .32em;
    margin-bottom: .1em;
    margin-left: .1em;
    transform: rotate(-45deg) skewY(-10deg);
    width: .7em
}

input[type=checkbox]:checked:before {
    border-bottom: .13em solid;
    border-left: .13em solid
}

input[type=radio]:checked:before {
    background-color: var(--theme_input_color);
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: .7em;
    vertical-align: middle;
    width: .7em
}

:is(select,textarea):focus,
input:read-only:focus,
input:read-write:focus {
    border-color: rgba(0,0,0,.5)
}

button,
input[type=reset],
input[type=submit] {
    -webkit-appearance: none;
    background-color: var(--theme_accent);
    border: 0;
    border-radius: var(--theme_btn_rounded);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: .65em 1.6em;
    transition: background .3s,color .3s,transform .3s;
    width: auto
}

button:hover,
input:is([type=reset],[type=submit]):hover {
    background-color: var(--theme_accent_hover);
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    transform: translateY(-1px)
}

.gm-style-mtc button {
    border-radius: 0
}

.mce-toolbar .mce-btn button:hover {
    background-color: inherit;
    box-shadow: none;
    color: inherit;
    transform: none
}

#main-nav ul a,
.author-box,
.post,
.post-content,
.sidemenu,
.widget,
img,
input,
textarea {
    box-sizing: border-box
}

.col3-1,
.col4-1,
.col4-2 {
    float: left;
    margin-left: 3.2%
}

.col4-1 {
    width: 22.6%
}

.col4-2 {
    width: 48.4%
}

.col3-1 {
    width: 31.2%
}

:is(.col4-1,.col4-2,.col3-1).first {
    clear: left;
    margin-left: 0
}

#pagewrap {
    overflow-x: clip
}

.mobile-menu-visible #pagewrap,
.slide-cart-visible #pagewrap {
    overflow-x: initial
}

.pagewidth {
    margin: 0 auto;
    max-width: 100%;
    width: 1160px
}

#layout {
    display: flex;
    flex-wrap: wrap
}

#content {
    padding: 5.75% 0;
    width: 71%
}

.sidebar-none #content {
    width: 100%
}

.sidebar-none #layout {
    display: block
}

.sidemenu-active {
    left: 0;
    position: relative;
    transition: left .2s ease-in-out
}

.sidemenu-right {
    left: -300px
}

.sidemenu-left,
.sidemenu-left #headerwrap {
    left: 300px
}

.full_width #layout {
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%
}

.full_width #content {
    max-width: 100%;
    padding: 0;
    width: 100%
}

#headerwrap {
    background-color: var(--tf_fixed_header_bg,#fff);
    border-bottom: var(--tf_fixed_header_border,1px solid rgba(0,0,0,.05));
    color: var(--tf_fixed_header_color,#000);
    inset-block: var(--tf_fixed_header_p,0 auto);
    left: 0;
    margin-inline: var(--tf_fixed_header_m,0);
    min-height: 55px;
    position: var(--tf_fixed_header,absolute);
    transition: .3s ease-in-out;
    transition-property: background-color,color,box-shadow,min-height,left,padding;
    width: var(--tf_fixed_header_w,100%);
    z-index: 999
}

.fixed-header-enabled {
    --tf_fixed_header: sticky
}

.no-fixed-header {
    --tf_fixed_header: relative
}

.fixed-header-on {
    --tf_fixed_header_bg: hsla(0,0%,100%,.9)
}

#headerwrap.fixed-header:before {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0
}

#header {
    overflow: visible;
    padding: 2em 0;
    position: relative
}

.fixed-header-enabled #header {
    transition: padding .3s ease-in-out
}

.fixed-header #header {
    padding-block: 12px
}

@supports (-webkit-touch-callout:none) {
    #headerwrap {
        background-attachment: scroll!important;
        background-position: 50%!important
    }
}

.header-widget {
    font-size: .95em;
    height: 100%
}

.header-widget .widget {
    margin: 2em 0
}

.header-widget .widgettitle {
    color: inherit;
    font-size: 1.05em;
    margin: 0 0 .5em
}

.fixed-header-on .tf_sticky_logo~* {
    display: none!important
}

.search-button {
    border-radius: 100%;
    box-sizing: border-box;
    color: inherit;
    font-size: 19px;
    line-height: 1;
    margin: 0 0 0 3px;
    padding: 10px
}

.search-button:hover {
    background: hsla(0,0%,78%,.25)
}

a.search-button {
    text-decoration: none
}

.search-button:focus {
    outline: 0
}

.tf_darkmode_toggle {
    border-radius: 100%;
    box-sizing: border-box;
    color: inherit;
    font-size: 19px;
    line-height: 1;
    margin: 0 0 0 7px;
    padding: 9px 10px
}

.tf_darkmode .tf_darkmode_toggle,
.tf_darkmode_toggle:hover {
    background: hsla(0,0%,78%,.25)
}

a.tf_darkmode_toggle {
    text-decoration: none
}

.tf_darkmode_toggle:focus {
    outline: 0
}

#main-nav,
#main-nav li {
    margin: 0;
    padding: 0
}

#main-nav li {
    display: inline-block;
    list-style: none;
    position: relative
}

#main-nav ul li {
    background: 0;
    display: block;
    float: none
}

#main-nav li>.sub-menu {
    background: #fff;
    border-radius: var(--theme_rounded);
    box-shadow: 0 0 0 1px rgba(0,0,0,.1),0 3px 12px rgba(0,0,0,.12);
    box-sizing: border-box;
    contain: style layout;
    left: -.3em;
    margin: 0;
    opacity: 0;
    padding: calc(var(--tb_rounded_corner) - 2px) 0;
    position: absolute;
    top: 100%;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .3s ease-in-out,opacity .3s ease-in-out;
    width: 210px;
    z-index: 100
}

#main-nav small {
    display: block
}

#main-nav li .sub-menu .sub-menu {
    left: 100%;
    top: -.65em
}

#main-nav .edge>.sub-menu {
    left: auto;
    right: 0
}

#main-nav ul .edge>.sub-menu {
    left: auto;
    right: 100%
}

@media (hover:hover) {
    #main-nav li:hover>.sub-menu,
    #main-nav li>.sub-menu:focus-within,
    #main-nav li>a:focus+.sub-menu {
        opacity: 1;
        transform: scale(1)
    }
}

.menu-item .child-arrow {
    border-radius: 100%;
    cursor: pointer;
    display: none;
    height: 36px;
    position: absolute;
    right: 0;
    top: 4px;
    transition: transform .3s;
    width: 36px;
    z-index: 12
}

.child-arrow:after,
.child-arrow:before {
    background: currentColor;
    border-radius: 10px;
    content: "";
    height: 1px;
    left: 12px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    transition: transform .3s ease-in-out;
    width: 8px;
    z-index: 9999
}

.child-arrow:after {
    left: 17px;
    transform: rotate(-45deg)
}

.toggle-on>a .child-arrow:after,
.toggle-on>a .child-arrow:before {
    left: 10px;
    width: 15px
}

.toggle-on>a .child-arrow {
    transform: rotate(180deg)
}

@media (hover:none) {
    #main-nav .menu-item-has-children>a {
        padding-right: 45px
    }

    #footer-nav .menu-item-has-children>a {
        padding-right: 30px
    }

    .menu-item .child-arrow {
        border-radius: 100%;
        display: inline-block;
        margin-left: 7px;
        margin-top: -17px;
        padding: 0;
        right: 5px;
        top: 50%
    }

    #main-nav .toggle-on>a>.child-arrow {
        background: hsla(0,0%,84%,.4)
    }

    #main-nav li>.sub-menu {
        display: none
    }

    #main-nav li.toggle-on>.sub-menu {
        opacity: 1;
        transform: scale(1)
    }
}

#main-nav a {
    color: inherit;
    display: block;
    margin: 0;
    padding: .5em .8em;
    position: relative;
    text-decoration: none;
    transition: .4s ease;
    transition-property: background,font-size,line-height,color,padding,margin,border,border-radius,box-shadow,transform
}

#main-nav .highlight-link>a {
    background-color: hsla(0,0%,78%,.25);
    border: 0;
    border-radius: var(--theme_btn_rounded);
    margin-left: .6em;
    margin-right: .6em;
    padding-left: 1.4em;
    padding-right: 1.4em
}

#main-nav .highlight-link:last-child>a {
    margin-right: 0
}

#main-nav a>em .tf_fa {
    margin-right: 5px
}

#main-nav a .tf_lazy {
    display: none
}

#main-nav ul a {
    color: #353535;
    padding: .4em 1.4em;
    text-align: left
}

#main-nav .current-menu-item>a,
#main-nav .current_page_item>a,
#main-nav a:hover,
#main-nav ul a:hover {
    color: var(--theme_accent)
}

.header-icons :is(a,a:hover) {
    color: inherit;
    text-decoration: none
}

#headerwrap .header-icons>* {
    vertical-align: middle
}

.slide-cart .header-icons {
    min-width: 75px;
    text-align: right
}

#menu-icon {
    border-radius: 100%;
    line-height: 1em;
    margin: 0 0 0 10px;
    padding: 10px 9px 11px
}

#menu-icon:hover {
    background: hsla(0,0%,78%,.25)
}

.menu-icon-inner {
    border-bottom: 2px solid;
    box-sizing: border-box;
    height: 18px;
    position: relative;
    width: 22px
}

.menu-icon-inner:after,
.menu-icon-inner:before {
    border-top: 2px solid;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    transition: border .7s ease;
    transition-property: transform;
    width: 100%
}

.menu-icon-inner:after {
    top: 50%
}

#menu-icon-close {
    transform: rotate(0deg);
    transition: border .3s ease-in-out,transform .3s ease-in-out
}

.body-overlay {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: hsla(0,0%,81%,.7);
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%
}

.body-overlay-on {
    display: block;
    z-index: 998
}

.fixed-header :is(.tf_darkmode_toggle,.header-bar,.search-button,.header-widget),
.mobile-menu-visible #headerwrap:before,
.slide-cart-visible #headerwrap:before {
    display: none
}

.revealing-header :is(#headerwrap,#tbp_header) {
    transition: transform .5s ease-in-out,opacity .5s ease-in-out
}

.revealing-header :is(#headerwrap,#tbp_header).header_hidden {
    opacity: 0;
    transform: translateY(-100%)
}

.fixed-header-enabled #tbp_header,
.revealing-header #tbp_header {
    position: sticky;
    top: 0;
    z-index: 999
}

.page-title {
    margin: 0 0 1em;
    padding: 0
}

.author-bio {
    margin: 0 0 2em;
    overflow: hidden
}

.author-bio .author-avatar {
    float: left;
    margin: 0 1.2em 0 0
}

.author-bio .author-avatar img {
    border-radius: var(--theme_rounded);
    width: 100px
}

.author-bio .author-name {
    font-size: 1.6em;
    margin: 0 0 .5em;
    padding: 0
}

.author-posts-by {
    border-top: 4px solid hsla(0,0%,46%,.1);
    font-size: 1.4em;
    margin: 0 0 1.5em;
    padding: 1em 0 0;
    text-transform: uppercase
}

.post {
    position: relative
}

.post-content {
    min-width: 120px
}

.post-title {
    font-size: 3.1em;
    letter-spacing: -.03em;
    line-height: 1.2em;
    margin: 0 0 .4em;
    padding: 0;
    text-transform: none
}

.post-title a {
    color: #000;
    text-decoration: none
}

.post-title a:hover {
    color: var(--theme_accent)
}

.post-image {
    margin: 0 0 1em
}

.post-image img {
    border-radius: var(--theme_rounded);
    vertical-align: bottom
}

.post-image.left {
    float: left;
    margin-right: 1em
}

.post-image.right {
    float: right;
    margin-left: 1em
}

.post-meta {
    font-size: .9em;
    line-height: 1.6em;
    margin: 0 0 .5em;
    padding: 0
}

.post-meta a {
    text-decoration: none
}

.post-meta :is(.post-comment,.post-category,.post-tag):before {
    border-left: 1px solid hsla(0,0%,71%,.6);
    content: "";
    display: inline-block;
    height: 1.3em;
    margin: 0 .9em 0 .45em;
    transform: skewX(-15deg);
    vertical-align: middle;
    white-space: nowrap;
    width: 1px
}

.post-meta .post-category:first-child:before {
    display: none
}

.post-meta .post-comment .tf_fa {
    font-size: .8em;
    margin-left: 8px;
    opacity: .7;
    vertical-align: text-top
}

.more-link,
.more-link:after,
.more-link:hover {
    text-decoration: none
}

.more-link:after {
    border: 1px solid transparent;
    border-right-color: inherit;
    border-top-color: inherit;
    content: "";
    display: inline-block;
    margin-left: .5em;
    min-height: .7em;
    min-width: .7em;
    transform: rotate(45deg);
    vertical-align: middle
}

.post-date {
    display: block;
    font-size: .8em;
    letter-spacing: .04em;
    margin: 0 0 .4em;
    text-transform: uppercase
}

.loops-wrapper .post-image {
    margin-bottom: 1em;
    position: relative;
    transition: border .3s ease-in-out,margin .3s ease-in-out,width .3s ease-in-out,transform .3s ease-in-out
}

.author-box {
    border: 0;
    margin: 5.5em 0
}

.author-box .author-avatar {
    float: left;
    margin: 0 2em .3em 0
}

.author-box .author-name {
    margin: 0 0 .3em
}

.post-pagination {
    margin: .5em 0 2em;
    text-align: right
}

.post-pagination strong {
    margin-right: 3px
}

.post-pagination a {
    margin-left: 3px;
    margin-right: 3px
}

.tf_load_more {
    padding: 2em 0
}

a.load-more-button {
    background: hsla(0,0%,72%,.16);
    border-radius: var(--theme_btn_rounded);
    box-sizing: border-box;
    display: none;
    padding: .7em 1.8em;
    text-decoration: none;
    width: auto
}

.post-video {
    height: 0;
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative
}

.post-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.featured-area img {
    width: 100%
}

.loops-wrapper.no-gutter .post-image {
    margin: 0
}

.loops-wrapper.no-gutter .post,
.loops-wrapper.no-gutter .post-image img,
ul.products.no-gutter li.product .post-image {
    border-radius: 0
}

.widget {
    margin: 0 0 2.4em
}

.widgettitle {
    font-size: 1.25em;
    line-height: 1.3em;
    margin: 0 0 1em;
    padding: 0
}

.widget ul {
    margin: 0;
    padding: 0
}

.widget li {
    clear: both;
    list-style: none;
    margin: 0;
    padding: .4em 0
}

.widget ul ul {
    margin: .6em 0 -.6em;
    padding: 0
}

.widget ul ul li {
    margin: 0;
    padding-left: 1em
}

iframe[src*=facebook] {
    background-color: #fff
}

#content .twitter-tweet-rendered,
#content .twt-border {
    max-width: 100%!important
}

#content .twt-border {
    min-width: 180px!important
}

:is(.col4-3,.col4-2,.col4-1,.col3-2,.col3-1,.col2-1) .loops-wrapper.list-post .post-title {
    font-size: 1.4em;
    margin: 0 0 .5em
}

.shortcode.themify-icon .themify-icon-icon {
    font-size: 1.3em
}

a.shortcode.button {
    border-radius: var(--theme_btn_rounded);
    padding: .65em 1em
}

.tb_optin_horizontal form>div[class*=tb_optin_] {
    width: auto
}

img:is(.alignleft,.aligncenter,.alignright,.alignnone) {
    margin-bottom: 1em
}

.alignleft {
    float: left;
    margin-right: 1em
}

.alignright {
    float: right;
    margin-left: 1em
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.wp-caption {
    margin-bottom: 1em;
    max-width: 100%;
    text-align: center
}

.wp-caption-text {
    margin: .5em 0
}

body.attachment {
    position: static
}

.single .attachment.post,
body.attachment {
    float: none;
    width: auto
}

.menu:after,
.widget li:after {
    clear: both;
    content: "";
    display: table
}

.module-feature-image,
.post-image,
.post-img,
.slide-image {
    transition: .3s ease-in-out;
    transition-property: border,padding,width
}

.mobile-menu-visible {
    overflow-y: hidden
}

@media(max-width:1260px) {
    h1 {
        font-size: 2.4em
    }

    h2 {
        font-size: 2em
    }

    .pagewidth {
        max-width: 94%
    }

    #pagewrap,
    .default_width #layout .row_inner {
        max-width: 100%
    }
}

@media(max-width:1024px) {
    .header-widget .col4-1 {
        width: 48.4%
    }

    .header-widget .col4-1:nth-child(odd) {
        clear: left;
        margin-left: 0
    }
}

@media(max-width:760px) {
    body .pagewidth {
        max-width: 90%
    }

    #layout {
        flex-wrap: wrap
    }

    #content,
    #sidebar {
        clear: both;
        max-width: 100%;
        padding-top: 10%;
        width: 100%
    }
}

@media(max-width:680px) {
    h1 {
        font-size: 1.9em
    }

    .post-title,
    h2 {
        font-size: 1.6em
    }

    h3 {
        font-size: 1.35em
    }

    .col4-1 {
        font-size: .95em
    }

    .col3-1,
    .col4-2 {
        margin-left: 0;
        max-width: 100%;
        width: 100%
    }

    .fixed-header #site-logo img:not(.tf_sticky_logo) {
        max-height: 40px;
        width: auto
    }

    #headerwrap .header-icons {
        right: 5%
    }

    .loops-wrapper:is(.list-post,.grid4,.grid3,.grid2,.list-large-image) .post-image {
        float: none;
        max-width: none;
        overflow: visible;
        width: auto
    }
}