/*
Theme Name: Marity Child
Theme URI: https://marity.qodeinteractive.com
Description: A child theme of Marity
Author: Select Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: marity
Template: marity
*/
.btn {
	border: 1px solid #fff;
    color: #fff;
	padding: 22px 53px;
    background-color: transparent;
    font-weight: 700;
    font-family: Sora, sans-serif;
    line-height: 1.231em;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 30px 0 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 8px;
    outline: 0;
	font-size: 13px;
    transition: color .3s ease-out, background-color .35s ease-out, border-color .35s ease-out;
}
.btn:hover {
	border-color: rgb(255 255 255 / 0%);
    background-color: rgb(255 255 255 / 40%);
    color: #000;
}
.btn-black {
	border: 1px solid #000;
    color: #000;
    font-weight: 700;
}
.btn-black:hover {
	color: #fff;
    background-color: #000;
}
.rs-layer h2 {
	line-height: 1.1 !important;
}
#qodef-page-header .qodef-header-logo-link.qodef-source--svg-path svg {
    width: 80px;
}
.qodef-header--sticky-display #qodef-page-header .qodef-header-logo-link.qodef-source--svg-path svg {
    width: 60px;
}
.сustom-tab.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
	background-color: transparent;
	color: #fff;
	height: 100%;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
	width: 100%;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
	align-items: inherit;
}

.сustom-tab.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover,
.сustom-tab.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation .ui-tabs-active a {
    background-color: rgb(255 255 255 / 25%);
}
body.home:not(.qodef-header--sticky-display) .qodef-header-navigation>ul>li>a,
body.white-header:not(.qodef-header--sticky-display) .qodef-header-navigation>ul>li>a {
	color: #fff;
}
body.white-header:not(.qodef-header--sticky-display) #flags {
 	background-image: url(/wp-content/uploads/2024/02/language-white.svg);
}
.overflow-hidden {
	overflow: hidden;
}
body.home:not(.qodef-header--sticky-display) header .qodef-button,
body.white-header:not(.qodef-header--sticky-display) header .qodef-button,
.text-white .qodef-button.qodef-html--link {
    border: 1px solid #fff;
    color: #fff;
	background-color: transparent;
    font-weight: 700;
}
body.home:not(.qodef-header--sticky-display) header .qodef-button:hover,
body.white-header:not(.qodef-header--sticky-display) header .qodef-button:hover,
.text-white .qodef-button.qodef-html--link:hover {
    border-color: rgb(255 255 255 / 0%);
    background-color: rgb(255 255 255 / 40%);
    color: #000;
}
body.white-header:not(.qodef-header--sticky-display) header .qodef-menu-item-star {
	color: #fff;
}
.qodef-header--sticky-display header .qodef-button,
body:not(.home) header .qodef-button {
	border: 1px solid #000;
	color: #000;
    font-weight: 700;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
    overflow: auto;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    justify-content: flex-start;
	height: 100%;
}
.custom-tab .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    background-color: transparent;
    color: rgb(255, 255, 255);
}
.custom-tab .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover,
.custom-tab .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a,
.custom-tab .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a,
.custom-tab .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a {
    background-color: rgba(255, 255, 255, 0.25);
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a .qodef-tabs-anchor-count {
    display: none;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    min-width: initial;
	margin: 0 5px 0 0;
}
.qodef-charts.qodef-custom-legend--yes .qodef-m-canvas-holder .qodef-m-canvas {
    width: 44%;
}
.qodef-charts.qodef-custom-legend--yes .qodef-m-canvas-holder .qodef-m-custom-legend {
    width: 63%;
}
.qodef-header--sticky-display header .qodef-button:hover {
	color: #fff;
	background-color: #000;
}
#qodef-page-header.qodef-glossy--yes {
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
}
.home .qodef-header-sticky {
    background-color: rgb(255 255 255);
}
.qodef-charts.qodef-custom-legend--yes .qodef-m-canvas-holder .qodef-m-custom-legend .qodef-custom-label-text {
	color: #fff;
}
.bg-blur {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #C3C3C31F;
    -webkit-backdrop-filter: blur(7.8px);
    backdrop-filter: blur(7.8px);
    background-color: #fffFFF12;
	  border-radius: 6px 6px 6px 6px;
}
#qodef-page-footer .widget .qodef-widget-title {
    margin: 0 0 18px;
    font-family: Sora,sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1em;
    text-transform: initial;
    color: #fff;
    margin-bottom: 21px;
}
.qodef-magnifier-glass .qodef-m-stage-content .qodef-m-stage-top .qodef-e-title {
    margin: 0;
    font-size: 65px;
}
.qodef-menu-item-star {
    position: absolute;
    left: -9px;
    right: auto;
    top: calc(50% - 8px);
    opacity: 1;
}
.menu-item {
    position: relative;
}
.codedropz-upload-handler {
	border: 1px dashed #0e202a !important;
}
.codedropz-upload-inner span,
.dnd-upload-counter,
.codedropz-upload-inner div:not([class]),
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
	display: none;
}
.cd-upload-btn {
    font-family: Sora,sans-serif;
    font-weight: 400;
    color: #0e202a;
    font-size: 13px;
}
.dnd-upload-status .dnd-upload-details .name {
    color: #000000;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar {
	height: 5px;
}
.dnd-upload-status .dnd-upload-details .name em {
    color: #9b9b9b;
    font-weight: 500;
}
.category {
	background-color: #000;
}
.category.qodef-content-grid-1400 #qodef-page-inner {
    width: 100%;
    padding-left: 70px;
    padding-right: 70px;
	background-image: url(/wp-content/uploads/2022/10/home-5-bg-img-6.jpg);
    background-position: 0px 30em;
    background-repeat: no-repeat;
    background-size: auto;
}
.category main {
	padding-top: 100px;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	margin: 0;
}
.single-post #qodef-page-outer {
    margin-top: 0px;
}
.single-post .qodef-page-title .qodef-m-content {
    padding-top: 0;
}
.widget_wpc_filters_widget {
    background-color: #fff;
    padding: 35px 70px !important;
    width: calc(100% + 2 * 70px);
    margin-left: -70px !important;
}
.wpc-filters-widget-wrapper {
    display: flex;
    gap: 25px;
    width: 100%;
}
.category .qodef-h2, .category h2,
.category .qodef-h6, .category h6 {
	color: #fff;
	margin: 0;
}
.qodef-m-top-info-subtitle {
    border-bottom: 1px solid #515151;
    padding: 50px 0 15px;
}
.wpc-filters-section {
    display: flex;
    align-items: center;
    gap: 15px;
}
.wpc-instead-of-posts-found {
    display: none;
}
.wpc-filter-title,
.wpc-filter-content select{
	margin-bottom: 0 !important;
}
.category .qodef-m-top-info {
	margin-top: 20px;
}
.wpc-filter-title {
    color: #000;
    font-weight: 500;
    font-size: 14px;
}
.category .list-articles {
    max-width: 66%;
    margin-left: auto;
}
.category.qodef-header--standard #qodef-page-header {
    background-color: #fff;
}
.category .qodef-blog .qodef-e-info-author,
.category .qodef-blog .entry-date {
    color: #ffffff;
}
.category .qodef-blog .qodef-e-title {
    margin: 0;
    font-size: 23px;
}
.category .qodef-blog.qodef--list:not(.qodef-shortcode) .qodef-blog-item:not(:last-of-type) {
    margin-bottom: 30px;
}
.category .qodef-button.qodef-layout--textual {
    color: #fff;
}
.category .qodef-blog .qodef-e-top-holder {
    margin-bottom: 1px;
    display: flex;
    justify-content: space-between;
}
.category article .qodef-e-about-info {
    border-bottom: 1px solid #515151;
    margin-bottom: 24px;
    padding-bottom: 12px;
}
.category .qodef-m-pagination.qodef--wp .page-numbers.next, .qodef-m-pagination.qodef--wp .page-numbers.prev {
	border-color: #fff;
}
.category .qodef-m-pagination.qodef--wp .page-numbers {
	color: #fff;
}
.category .qodef-m-pagination.qodef--wp .page-numbers:after {
	background-color: #fff;
}
.link-white a,
.text-white,
.text-white p,
.text-white .entry-title {
    color: #fff;
}
.button-white .qodef-button.qodef-layout--outlined {
    color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgb(255, 255, 255);
}
.button-white .qodef-button.qodef-layout--outlined:hover {
	color: rgb(14, 32, 42);
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
    margin: 50px 0 0;
}
.h1-bold h1 {
	font-weight: 700;
}
.h1-uppercase h1,
.p-uppercase p {
	text-transform: uppercase;
}
.c-white,
.c-white-h1 h1,
.c-white-h2 h2,
.c-white-h6 h6{
    color: #fff;
}
.c-black-p p {
	color: #000;
}
.swiper-slide {
    height: auto;
}
.qodef-process-info-tabs-item {
    height: 100%;
}
.qodef-blog.qodef-item-layout--compact.qodef-skin--light article .qodef-e-author-label,
.qodef-info-separator-end,
.qodef-blog.qodef-item-layout--compact.qodef-skin--light article .entry-date {
    display: none;
}
b, strong {
    font-weight: 700;
}
#qodef-page-footer .widget + .widget {
    padding-top: 0;
}
.wp-block-media-text {
    display: grid;
    gap: 15px;
    align-items: center;
}
.wp-block-media-text img {
    width: 140px;
    max-width: 100%;
}
#qodef-page-footer .widget a svg {
    fill: #979797;
}
#qodef-page-footer .widget a:hover svg {
    fill: #fff;
}
.qodef-magnifier-glass .qodef-m-stage-content .qodef-m-stage-bottom .qodef-m-stage-bottom-content .qodef-m-stage-bottom-second {
    margin-top: 46px;
    margin-bottom: 0;
}
.qodef-blog.qodef-item-layout--compact.qodef-skin--light article .qodef-e-about-info {
	display: none;
}
.qodef-blog.qodef-item-layout--compact .qodef-m-top-info {
    margin: 9px 0 40px;
}
.hidden {
	display: none !important;
}
.qodef-accordion.qodef-layout--simple.qodef-title-reverse-order--yes .qodef-accordion-title {
    gap: 25px;
    text-align: right;
}
.qodef-blog .qodef-e-info-author {
    display: none;
}
.qodef-h2 a:focus, .qodef-h2 a:hover, h2 a:focus, h2 a:hover {
    color: #515962;
}
.qodef-col-num--3 .qodef-grid.qodef-col-num--4>.qodef-grid-inner {
    --qode-columns: 3;
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.qodef-col-num--3 .qodef-grid.qodef-col-num--4 > .qodef-grid-inner .qodef-grid-item {
	width: calc(100% / 3 - 2px);
}
.qodef-grid.qodef-col-num--4>.qodef-grid-inner {
    --qode-columns: 4;
}
#qodef-page-footer-top-area-inner .qodef-newsletter-title {
	font-size: 24px;
}
@media (min-width: 1280px) { 
	.h-100, .h-100 > div {
		height: 100%;
	}
}
.h-100.elementor-widget-marity_core_icon_with_text {
    height: 100%;
}
.h-100.elementor-widget-marity_core_icon_with_text > div {
    height: 100%;
}
.shadow {
    position: relative;
}
.shadow .elementor-container {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: rgb(0 0 0 / 20%);
    z-index: 1;
}
.shadow.shadow_dark_80 .elementor-container {
	background-color: rgb(0 0 0 / 80%);
}
.shadow.shadow_dark_60 .elementor-container {
	background-color: rgb(0 0 0 / 60%);
}
.shadow.shadow_dark_40 .elementor-container {
	background-color: rgb(0 0 0 / 40%);
}
.qodef-grid.qodef-columns-layout--custom>.qodef-grid-inner>.qodef-grid-item:first-child {
    width: 50%;
}
.qodef-grid.qodef-columns-layout--custom>.qodef-grid-inner>.qodef-grid-item:not(:first-child) {
    width: calc((100% - 50% - 140px) / 2);
}
.qodef-grid.qodef-columns-layout--custom>.qodef-grid-inner>.qodef-grid-item:last-child {
    padding-left: 0;
}
.qodef-magnifier-glass .qodef-m-stage-content .qodef-m-stage-top .qodef-e-text,
.qodef-magnifier-glass .qodef-m-stage-content .qodef-m-stage-bottom .qodef-e-text {
	font-weight: 700;
}
.qodef-icon-with-text .qodef-m-content {
	margin-bottom: 35px;
}
.qodef-icon-with-text.qodef-layout--top.qodef--enable-link-holder {
	height: 100%;
	display: flex;
    flex-direction: column;
}
.qodef-icon-with-text .qodef-m-button {
	margin-top: auto;
}
.qodef-m-image .elementor-video {
    height: 200vw;
    width: auto;
    max-width: inherit;
    max-height: 600px;
    object-fit: cover;
}
.qodef-newsletter label {
    min-width: inherit;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul li {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
	display: none;
}
.qodef-e-left.qodef-e-info {
	display: none;
}
.qodef-blog.qodef--single .qodef-blog-item .qodef-e-bottom-holder {
	height: 40px;
}
.qodef-blog .qodef-e-right {
    display: inline-flex;
    justify-content: flex-start;
}
.qodef-blog .qodef-e-left, .qodef-blog .qodef-e-right {
    flex-basis: 100%;
}
.qodef-social-share ul {
	min-width: 90px;
}
.qodef-m-image {
    overflow: hidden;
}
.align-content-normal .elementor-widget-wrap {
    align-content: normal;
}
.codedropz-upload-container {
    padding: 0 !important;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    display: block;
    padding: 15px 20px;
}
.qodef-button.qodef-html--link {
	padding: 10px 20px;
}
.qodef-button.qodef-layout--filled.qodef-html--link:hover {
    color: var(--qode-main-color);
    background-color: var(--qode-header-light-color);
    border: 1px solid var(--qode-header-light-color);
}
@media only screen and (max-width: 1440px) {
	.qodef-h2, h2 {
		font-size: 28px;
	}
}
@media only screen and (max-width: 1365px) {
	footer .wp-block-media-text__content br {
		display: none;
	}
	footer .wp-block-media-text__content strong {
		display: block;
	}
}
@media only screen and (max-width: 1279px) {
	.qodef-grid.qodef-columns-layout--custom>.qodef-grid-inner>.qodef-grid-item:not(:first-child) {
		width: calc((100% - 50% - 60px) / 2);
	}
	.qodef-newsletter label {
    	min-width: 240px;
	}
}
@media only screen and (max-width: 1024px) {
	.category.qodef-content-grid-1400 #qodef-page-inner {
		padding-left: 7%;
    	padding-right: 7%;
	}
	.category main {
    	padding-top: 0px;
	}
	.widget_wpc_filters_widget {
		padding: 35px 7vw !important;
		width: calc(100% + 2 * 7vw);
		margin-left: -7vw !important;
	}
	.wpc-filters-widget-wrapper {
       	flex-direction: column;
		gap: 0;
	}
	.wpc-filter-header {
    	min-width: 80px;
	}
	.category .list-articles {
	    max-width: 100%;
	}
	.qodef-grid.qodef-columns-layout--custom>.qodef-grid-inner>.qodef-grid-item:first-child {
    	width: 100%;
	}
	.qodef-grid.qodef-columns-layout--custom>.qodef-grid-inner>.qodef-grid-item:not(:first-child) {
    	width: 100%;
	}
	.widget {
    	padding-bottom: 15px;
	}
	#qodef-page-footer-top-area-inner {
		padding-top: 50px;
	}
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4>.qodef-grid-inner {
    	--qode-columns: 2;
	}
	.qodef-grid.qodef-columns-layout--custom>.qodef-grid-inner>.qodef-grid-item:not(:first-child) {
    	margin-bottom: 47px;
	}
	.qodef-m-image .elementor-video {
		max-width: 100%;
	}
	.qodef-h2, h2 {
    	line-height: initial;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-h2, h2 {
		font-size: 24px;
	}
	.elementor-background-video-container video {
		height: 100% !important;
	}
	.qodef-charts.qodef-custom-legend--yes:not(.qodef-glossy-box--yes) .qodef-m-canvas-holder .qodef-m-custom-legend {
    	width: 90%;
    	left: 5%;
	}
	.qodef-magnifier-glass .qodef-m-stage-content .qodef-m-stage-top .qodef-e-title {
    	font-size: 42px;
	}
	.qodef-col-num--3 .qodef-grid.qodef-col-num--4 > .qodef-grid-inner .qodef-grid-item {
    	width: 100%;
	}
	.qodef-h1, h1 {
		font-size: 32px;
	}
}
@media only screen and (max-width: 680px) {
    .wp-block-media-text.is-stacked-on-mobile {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
    	flex-direction: row;
	}
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
		margin: 0;
	}
	.qodef-video-button .qodef-m-play .qodef-m-play-holder .qodef-e-text {
	    font-size: 18px;
	}
	.qodef-charts.qodef-custom-legend--yes:not(.qodef-glossy-box--yes) {
    	padding-bottom: 20px;
	}
	.codedropz-upload-wrapper {
		margin-top: 10px;
	}
}