/*
Theme Name: 	   Flexea
Text Domain: 	   flexea
Template: 			atua
Version:            1.0.46
Tested up to:       6.5
Requires at least:  4.7
Requires PHP:       5.6
Author:             DesertThemes
Author URI:         https://desertthemes.com/
Theme URI:          https://desertthemes.com/themes/flexea-free/
Description:        Flexea is lightweight, highly extendable and multi-purpose WordPress Theme. It will enable you to create almost any type of website with a beautiful & professional design. Flexea supports popular WordPress plugins such as Elementor, WPML, Polylang, Yoast SEO, WooCommerce, Contact Form 7, Jetpack, and much more. Flexea Pro demo https://preview.desertthemes.com/pro/flexea/
Tags:               one-column, two-columns ,right-sidebar, flexible-header, custom-background, custom-header, custom-menu, editor-style, featured-images, footer-widgets, post-formats, theme-options, threaded-comments, translation-ready, full-width-template, custom-logo, blog, e-commerce, portfolio
License: GPLv3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

:root {
    --dt-pri-color: #e40013;    
    --dt-priTwo-color: #e40013;
    --dt-priGrd-color: linear-gradient(-137deg, var(--dt-pri-color) 0%, var(--dt-priTwo-color) 100%);
    --dt-priGrdRev-color: linear-gradient(-137deg, var(--dt-priTwo-color) 0%, var(--dt-pri-color) 100%);
	--dt-sec-color: #0f213c;
}

body .search--header .dt_search-form,
body input[type="text"],
body input[type="email"],
body input[type="url"],
body input[type="password"],
body input[type="search"],
body input[type="number"],
body input[type="tel"],
body input[type="range"],
body input[type="date"],
body input[type="month"],
body input[type="week"],
body input[type="time"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="color"],
body textarea,
body button[type=submit],
body button,
body input[type='button'],
body input[type='reset'],
body input[type='submit'],
body .dt-btn,
body .button:not(.add_to_cart_button) {
   border-radius: 0.5rem;
}

.header--eight {
    color: var(--dt-sec-color);
}

.header--eight .dt_header-topbar {
    position: relative;
    color: var(--dt-whi-color);
    background-color: var(--dt-pri-color);
    z-index: 0;
}

.header--eight .dt_header-widget .contact__list i {
    color: var(--dt-whi-color);
}

.header--eight .dt_header-topbar .contact__body a:hover,
.header--eight .dt_header-topbar .contact__body a:focus {
    color: var(--dt-whi-color);
    text-decoration: underline;
}

@media (min-width: 62em) {

    .header--eight .dt_header-topbar .widget--left {
        position: relative;
        z-index: 0;
    }

    .header--eight .dt_header-topbar .widget--left:before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 165.6%;
        height: 100%;
        background-color: var(--dt-sec-color);
        -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 48px) 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, calc(100% - 48px) 100%, 0% 100%);
        z-index: -1;
    }

    .header--eight .dt_navbar-wrapper .dt_navbar-menu {
        min-height: 10rem;
    }

    .header--eight .dt_navbar-wrapper .site--logo {
        position: relative;
        min-height: 10rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 0;
    }

    .header--eight .dt_navbar-wrapper .site--logo::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 220%;
        height: 100%;
        background-color: #EFF3FA;
        -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 96px) 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, calc(100% - 96px) 100%, 0% 100%);
        z-index: -1;
    }

    .header--eight .dt_navbar-nav .dt_navbar-mainmenu > li > a {
        line-height: 10rem;
    }
}

.header--eight .dt_navbar-cart-item:hover .dt_navbar-cart-icon,
.header--eight .dt_navbar-cart-item:focus-within .dt_navbar-cart-icon {
    color: var(--dt-sec-color);
}

/* Menu Active Five */

.menu__active-five .dt_navbar-nav .dt_navbar-mainmenu > li {
    margin: 0 -0.25rem;
}

.menu__active-five .dt_navbar-nav .dt_navbar-mainmenu > li > a {
    margin: 0;
    padding: 0 1.8rem;
}

.menu__active-five .dt_navbar-nav .dt_navbar-mainmenu > li.menu-item-has-children > a {
    padding-right: 3.2rem;
}

.menu__active-five .dt_navbar-nav .dt_navbar-mainmenu > li.menu-item-has-children > a:after {
    right: 1.5rem;
}

.menu__active-five .dt_navbar-nav .dt_navbar-mainmenu > li.active > a,
.menu__active-five .dt_navbar-nav .dt_navbar-mainmenu > li.focus > a,
.menu__active-five .dt_navbar-nav .dt_navbar-mainmenu > li:hover > a {
    color: var(--dt-whi-color);
}

.menu__active-five .dt_navbar-nav .dt_navbar-mainmenu > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: var(--dt-pri-color);
    z-index: -1;
    opacity: 0;
    -webkit-transition: var(--dt-transition);
    transition: var(--dt-transition);
}

.menu__active-five .dt_navbar-nav .dt_navbar-mainmenu > li.active > a:before,
.menu__active-five .dt_navbar-nav .dt_navbar-mainmenu > li.focus > a:before,
.menu__active-five .dt_navbar-nav .dt_navbar-mainmenu > li:hover > a:before {
    opacity: 1;
    height: 100%;
}


/* // */

@media (min-width: 87.5em) {
    .header--eight + .site-content .dt_slider .dt_slider-carousel,
    .header--eight + .site-content .dt_slider .dt_slider-item,
    .header--eight + .site-content .dt_slider .dt_slider-innercell,
    .header--eight + .site-content .dt_slider .dt_slider-item > img {
        max-height: 72rem;
        min-height: 72rem;
    }
}


/* Information ( Service Nine ) */

.dt_service--nine {
    z-index: 1;
}

.dt_slider + .dt_service {
    padding-top: 0;
    margin-top: -6.5rem;
    margin-bottom: -3.8rem;
    padding-bottom: 3rem;
}

.dt_service--nine .dt_item_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5rem 4rem 5rem;
    background-size: cover;
    background-position: center;
    border-radius: 0.5rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 37.4rem;
    object-fit: cover;
    box-shadow: 0 1.2rem 3.6rem rgba(0, 0, 0, 0.07);
}

.dt_service--nine .dt_item_inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--dt-whi-color);
    border-radius: 0.5rem;
    z-index: -1;
    transition: var(--dt-transition);
}

.dt_service--nine .dt_item_inner:hover::before {
	opacity: 0;
}

.dt_service--nine .dt_item_inner::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    border-radius: 0.5rem;
	z-index: -1;
	background: linear-gradient(100.16deg, var(--dt-pri-color) 1.96%, rgba(28, 28, 28, 0) 198.08%);
	opacity: 0;
    transition: var(--dt-transition);
}

.dt_service--nine .dt_item_inner:hover::after {
	opacity: 0.95;
}

.dt_service--nine .dt_item_inner .dt_item_icon {
	width: 10rem;
	height: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--dt-pri-color);
	color: var(--dt-whi-color);
	font-size: 4rem;
	border-radius: 5rem;
	box-shadow: 0 0 3rem rgba(254, 93, 20, 0.4);
	margin-bottom: 2.8rem;
}

.dt_service--nine .dt_item_inner .dt_item_title {
	font-size: 2.3rem;
}

.dt_service--nine .dt_item_inner .dt_item_title a {
    color: var(--dt-sec-color);
}

.dt_service--nine .dt_item_inner .dt_item_title a:not(:hover, :focus) {
    text-decoration: none;
}

.dt_service--nine .dt_item_inner .dt_item_holder .dt_item_content {
    margin-top: 1.4rem;
}

.dt_service--nine .dt_item_inner .number {
	margin-bottom: 0;
	position: absolute;
	right: 0.8rem;
	top: 1rem;
	background: linear-gradient(180deg, rgba(254, 93, 20, 0.14) 0%, rgba(254, 93, 20, 0) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-weight: 600;
	font-size: 10rem;
	line-height: .8;
}

.dt_service--nine .dt_item_inner .dt_item_hover {
	display: none;
    justify-self: center;
}

.dt_service--nine .dt_item_inner .dt_item_hover .dt_item_title {
	margin-bottom: 2rem;
	color: var(--dt-whi-color);
}

.dt_service--nine .dt_item_inner .dt_item_hover .dt_item_title a,
.dt_service--nine .dt_item_inner .dt_item_hover .dt_item_title a:hover {
	color: var(--dt-whi-color);
}

.dt_service--nine .dt_item_inner .dt_item_hover .dt_item_content {
	margin-bottom: 2rem;
	color: var(--dt-whi-color);
}

.dt_service--nine .dt_item_inner .dt_item_readmore .dt-btn-plustext {
    display: inline-block;
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.5rem;
    font-size: 2rem;
    text-align: center;
    border-radius: 50%;
    background: var(--dt-whi-color);
    color: var(--dt-pri-color);
    text-decoration: none;
}

.dt_service--nine .dt_item_inner .dt_item_readmore .dt-btn-plustext:hover,
.dt_service--nine .dt_item_inner .dt_item_readmore .dt-btn-plustext:focus-within {
    box-shadow: 0 0.75rem 2rem rgba(0,0,0,0.2);
}

.dt_service--nine .dt_item_inner .dt_item_readmore .dt-btn-plustext:before {
    font-family: 'Font Awesome 6 Free';
    content: '\f105';
    font-weight: 600;
    display: inline-block;
    transition: var(--dt-transition);
}

.dt_service--nine .dt_item_inner .dt_item_readmore .dt-btn-plustext:hover:before,
.dt_service--nine .dt_item_inner .dt_item_readmore .dt-btn-plustext:focus:before {
    transform: rotate(360deg);
}


/* Service Ten */
.dt_service--ten .dt_item_inner .dt_item_holder {
    min-height: 32.6rem;
    background: var(--dt-sec-color);
}

.dt_service--ten .dt_item_inner .dt_item_holder .dt_item_image,
.dt_service--ten .dt_item_inner .dt_item_holder,
.dt_service--ten .dt_item_inner {
    position: relative;
}

.dt_service--ten .dt_item_inner .dt_item_holder .dt_item_image img {
    width: 100%;
    min-height: 32.6rem;
    object-fit: cover;
}

.dt_service--ten .dt_item_inner .dt_item_holder .dt_item_hoverinner {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 2.7rem 3rem 2.9rem;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(1);
}

.dt_service--ten .dt_item_inner:hover .dt_item_holder .dt_item_hoverinner,
.dt_service--ten .dt_item_inner:focus-within .dt_item_holder .dt_item_hoverinner {
    transform: scaleY(0.0);
}

.dt_service--ten .dt_item_inner .dt_item_holder .dt_item_hoverinner::before {
    content: "";
    position: absolute;
    top: -0.9rem;
    left: 50%;
    transform: translateX(-50%);
    border-left: 3.1rem solid transparent;
    border-right: 3.1rem solid transparent;
    border-bottom: 1rem solid var(--dt-pri-color);
    opacity: 0.9;
}

.dt_service--ten .dt_item_inner .dt_item_holder .dt_item_hoverinner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--dt-pri-color);
    opacity: 0.9;    
    z-index: -1;
}

.dt_service--ten .dt_item_inner .dt_item_title {
    font-size: 2rem;
    font-weight: 600;
}

.dt_service--ten .dt_item_inner .dt_item_title a {
    color: var(--dt-whi-color);
}

.dt_service--ten .dt_item_inner .dt_item_title a:not(:hover, :focus) {
    text-decoration: none;
}

.dt_service--ten .dt_item_inner .dt_item_holder .dt_item_hoverinner .dt_item_title {
    line-height: 3rem;
    text-align: center;
}

.dt_service--ten .dt_item_inner .dt_item_hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 3.1rem;
    background-position: center top;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
}

.dt_service--ten .dt_item_inner:hover .dt_item_hover,
.dt_service--ten .dt_item_inner:focus-within .dt_item_hover {
    transform: scaleY(1.0);
}

.dt_service--ten .dt_item_inner .dt_item_hover::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--dt-sec-color);
    opacity: 0.9;
    z-index: -1;
}

.dt_service--ten .dt_item_inner .dt_item_hover .dt_item_hoverinner {
    position: relative;
}

.dt_service--ten .dt_item_inner .dt_item_hover .dt_item_hoverinner .dt_item_icon {
    position: relative;
    margin-bottom: 1.5rem;
}

.dt_service--ten .dt_item_inner .dt_item_hover .dt_item_hoverinner .dt_item_icon i {
    position: relative;
    display: inline-block;
    font-size: 5rem;
    color: var(--dt-pri-color);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.dt_service--ten .dt_item_inner .dt_item_hover .dt_item_content {
    margin-top: 1rem;
    color: var(--dt-whi-color);
    opacity: 0.8;
}

.dt_service--ten .dt_item_inner .dt_item_hover .dt_item_readmore .dt-btn {
    font-size: 1.5rem;
    font-weight: 400;
    padding: 0 2rem;
    line-height: 4rem;
}


/* Gradient */

.dt_gcolor .dt_service--ten .dt_item_inner .dt_item_holder .dt_item_hoverinner::after,
.dt_gcolor .dt_service--nine .dt_item_inner .dt_item_icon,
.dt_gcolor .header--eight .dt_header-topbar,
.dt_gcolor.menu__active-five .dt_navbar-nav .dt_navbar-mainmenu > li > a:before {
    background: var(--dt-priGrd-color);
}

.dt_gcolor .dt_footer_copyright .widget_nav_menu .sub-menu,
.dt_gcolor .dt_footer .dt_navbar-mainmenu .dropdown-menu,
.dt_gcolor .dt_navbar-cart-item .dt_navbar-shopcart,
.dt_gcolor .dt_header .widget_nav_menu .sub-menu,
.dt_gcolor .dt_navbar-nav .dt_navbar-mainmenu .dropdown-menu {
    border-image-slice: 1;
    border-image-source: var(--dt-priGrdRev-color);
}

.dt_gcolor .header--eight .dt_header-widget .contact__list i,
.dt_gcolor .dt_service--ten .dt_item_inner .dt_item_hover .dt_item_hoverinner .dt_item_icon i {
    color: transparent;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: var(--dt-priGrd-color);
}

.dt_gcolor .dt_header .widget_nav_menu .menu-item > .sub-menu:after,
.dt_gcolor .dt_navbar-nav .dt_navbar-mainmenu > .menu-item > .dropdown-menu:after {
    display: none;
}

.wp-block-code code img {
    margin-left: 10px;
}

.wp-block-calendar table caption {
    color: #fff;
    background-color: var(--dt-pri-color);
}

.has-text-color a:hover, 
.has-text-color a:focus {
    color: inherit;
}

.wp-block-code.has-text-color code {
    color: inherit;
}

.wp-block-code.has-background code {
    background: inherit;
}

a.wp-block-button__link.has-background {
    background: inherit;
}

blockquote.wp-block-quote.has-text-color p,
blockquote.wp-block-quote.has-text-color cite {
    color: inherit;
}

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: var(--dt-sec-color);
}

.wc-block-cart__submit-container .wc-block-cart__submit-button.wc-block-components-button:not(.is-link).contained {
    background-color: var(--dt-pri-color) !important;
}

.wc-block-components-totals-coupon__content button.components-button {
    border-radius: 0;
    background-color: var(--dt-pri-color) !important;
}

.wp-block-woocommerce-customer-account a .icon {
    color: var(--dt-pri-color);
}

.wc-block-mini-cart__icon,
.wc-block-mini-cart__badge {
    color: var(--dt-pri-color);
}

.wc-block-grid__product-onsale {
    position: absolute;
    left: 15px;
    top: 15px;
    padding: 0;
    color: var(--dt-whi-color);
    background: var(--dt-pri-color);
    border-color: inherit;
    right: auto;
    min-width: 45px;
    height: 24px;
    line-height: 24px;
    display: block;
    overflow: hidden;
    min-height: auto;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.2px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    z-index: 1;
}

a.wc-block-grid__product-link {
    text-decoration: none;
}

.wc-block-grid__product-title {
    color: #222;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 30px;
    padding: 0.25em 0 8px 0;
    border-bottom: 1px solid #eaeaea;
}

.wc-block-grid__product-price.price del {
    padding-right: 10px;
    color: #848484;
    opacity: .6;
}

.wc-block-grid__product-price.price ins span {
    color: var(--dt-pri-color);
}

.wc-block-grid__product-price.price ins{
    text-decoration: none;
}

.wp-block-post-author__avatar img {
    border-radius: 100%;
}

ul.wp-block-page-list a {
    text-decoration: none;
}

.wp-block-latest-posts__post-date {
    font-weight: 500;
    color: var(--dt-pri-color);
}

.has-background.wp-block-post-author {
    padding: 1rem;
}

.wp-block-image figcaption {
    text-align: center;
}

.wp-block-pullquote.has-text-color blockquote {
    border-left-color: inherit;
}

.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
    height: 2em;
    width: 2em;
}

.wp-block-calendar table caption {
    color: #fff;
    background-color: var(--dt-pri-color);
}

.wc-block-components-product-title a, 
.wc-block-components-product-title a:hover, 
.wc-block-components-product-title a:focus {
    text-decoration: none;
}

.wp-block-quote .wp-block-search {
    padding-bottom: 5px;
}

.wp-block-latest-posts__list .wp-block-latest-posts__post-author,
.wp-block-latest-posts__list .wp-block-latest-posts__post-date {
    text-decoration: none;
    font-weight: 500;
    font-size: 1.5rem;
    color: var(--dt-sec-color);
}

.wp-block-details summary {
    font-weight: 600;
    padding: 10px;
}

.wp-block-table figcaption {
    text-align: center;
    font-weight: 600;
}

.wp-block-verse {
    padding: 10px;
}

.wc-block-components-product-sale-badge.wc-block-grid__product-onsale,
.wc-block-grid .wc-block-grid__product-onsale {
    left: 15px;
    top: 15px;
    padding: 0;
    color: var(--dt-whi-color);
    right: auto;
    min-width: 45px;
    height: 24px;
    line-height: 24px;
    display: block;
    overflow: hidden;
    min-height: auto;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.2px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    z-index: 1;
    background-color: var(--dt-pri-color);
    border: none;
}

.wp-block-calendar table caption {
    font-weight: 500;
}

.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.gallery:after {
    display: table;
    content: "";
    clear: both;
}

.wp-block-archives-list a {
    text-decoration: none;
}

.has-background.wp-block-read-more, 
.has-background.post-navigation-link-next,
.has-background.post-navigation-link-previous {
    padding: 0.25em 1.375em;
}

.post-navigation-link-next a,
.post-navigation-link-previous a {
    text-decoration: none;
}

.wc-block-components-product-sale-badge {
    z-index: 0 !important;
}

.wp-block-woocommerce-single-product .wp-block-post-title a {
    text-decoration: none;
}

.wc-block-cart__submit-button,
.wc-block-cart__submit-button:hover, 
.wc-block-cart__submit-button:focus {
    color: #fff;
    text-decoration: none;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover, 
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:focus {
    color: #fff;
}

.wc-block-components-product-title a.wc-block-components-product-name {
    color: #222;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 30px;
    padding: 0.25em 0 8px 0;
    margin-bottom: 10px;
    text-decoration: none;
}

.wc-block-grid__products .wc-block-components-product-sale-badge.wc-block-grid__product-onsale {
    left: 15px;
    top: 15px;
    padding: 0;
    color: var(--dt-whi-color);
    background: var(--dt-pri-color);
    right: auto;
    min-width: 45px;
    height: 24px;
    line-height: 24px;
    display: block;
    overflow: hidden;
    min-height: auto;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.2px;
    border: none;
}

.wc-block-grid__product-price.price ins {
    color: var(--dt-pri-color);
    font-weight: bold;
}

.wc-block-grid__products .wc-block-components-product-button__button {
    border-radius: 0;
    text-decoration: none;
}

.wc-block-components-product-title a.wc-block-components-product-name:hover, 
.wc-block-components-product-title a.wc-block-components-product-name:focus {
    color: var(--dt-pri-color);
}

.wc-block-grid__products .wc-block-components-product-button__button:hover, 
.wc-block-grid__products .wc-block-components-product-button__button:focus {
    background-color: var(--dt-sec-color);
}

.wc-block-components-product-name {
    color: var(--dt-sec-color);
    text-decoration: none;
    font-weight: 600;
}

.wc-block-components-product-price__value {
    color: var(--dt-pri-color);
    font-weight: 600;
}

.wc-block-components-totals-item {
    color: var(--dt-sec-color);
    font-weight: 700;
}

div.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__totals-title {
    color: var(--dt-sec-color);
    font-weight: 700;
    font-size: 24px;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    text-decoration: none;
}

.wc-block-cart-items th {
    color: var(--dt-sec-color);
}

.wc-block-components-product-badge {
    background: var(--dt-pri-color);
    color: var(--dt-whi-color);
}