/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/**
 * General design
 */

.masthead .menu-item.current-menu-item > a .menu-text,
.masthead .menu-item.current-menu-parent > a .menu-text,
.masthead .menu-item.current-menu-ancestor > a .menu-text,
.masthead .menu-item.current_page_item > a .menu-text,
.masthead .menu-item.current-page-parent > a .menu-text,
.masthead .menu-item.current-page-ancestor > a .menu-text,
.dt-mobile-header .menu-item.current-menu-item > a .menu-text,
.dt-mobile-header .menu-item.current-menu-parent > a .menu-text,
.dt-mobile-header .menu-item.current-menu-ancestor > a .menu-text,
.dt-mobile-header .menu-item.current_page_item > a .menu-text,
.dt-mobile-header .menu-item.current-page-parent > a .menu-text,
.dt-mobile-header .menu-item.current-page-ancestor > a .menu-text {
	font-weight: 700 !important;
}

.masthead #primary-menu .dt-mega-menu-wrap li a {
	width: 100%;
	background-color: #FBFBFB;
	border-radius: 15px;
}

.masthead #primary-menu .dt-mega-menu-wrap li img.the7-svg-image {
	width: 34px;
}

.masthead #primary-menu .dt-mega-menu-wrap .subnav-link,
.dt-mobile-header #mobile-menu .subnav-link {
	flex-flow: row nowrap;
}

.masthead #primary-menu .dt-mega-menu-wrap .subnav-link a,
.dt-mobile-header #mobile-menu .subnav-link a {
	justify-content: center;
	background-color: transparent;
}

.masthead #primary-menu .dt-mega-menu-wrap .subnav-link a .menu-text,
.dt-mobile-header #mobile-menu .subnav-link a .menu-text {
	color: #69203C;
}

.masthead #primary-menu .dt-mega-menu-wrap .subnav-link a:hover .menu-text {
	color: #B54E75;
}

.masthead .header-elements-button-1 span {
	display: flex;
	align-items: center;
	gap: 10px;
}

.masthead .header-elements-button-1 span:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url("images/contact-us-icon.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

.masthead .header-elements-button-1.active-nav-btn:before {
	background-color: #B54E75 !important;
}

.masthead .header-elements-button-1.active-nav-btn:after {
	background-color: #69203C !important;
}

.masthead .mini-wpml {
	margin: 0 !important;
}

.masthead .mini-wpml .wpml-ls {
	width: auto;
}

.masthead .mini-wpml .wpml-ls a.wpml-ls-item-toggle {
	padding-right: 24px;
}

.masthead .mini-wpml .wpml-ls a.wpml-ls-item-toggle:after {
	width: 9px;
	height: 4px;
	background-image: url("images/lang-arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	border: 0 !important;
}

.masthead .header-bar .branding img {
	max-height: 59px;
	transition: all .2s ease;
}

.masthead.sticky-on .header-bar .branding img,
.masthead .mobile-header-bar .mobile-branding img {
	max-height: 47px;
}

#main {
	min-height: calc(100vh - 388px);
}

body.error404 #main {
	padding-top: 70px;
	padding-bottom: 60px;
	min-height: calc(30vh - 130px);
}

body.error404 #main #content {
	min-height: 30vh !important;
}

body.search #main,
body.archive.tax-product_tag #main,
body.archive.tax-product_cat #main {
	padding-bottom: 0;
	min-height: calc(100vh - 568px);
}

/* ReCaptcha */
.grecaptcha-badge {
	visibility: hidden;
}

/**
 * Elements design
 */

.fp-slogan-title h1 > em {
	color: #69203C;
}

.fp-slogan-buttons .btn-align-left a {
	min-width: 280px;
}

.fp-left-border-w:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1px;
	height: calc(100% - 140px);
	background-color: #D9D9D9;
	transform: translate(0, -50%);
}

.button-outline-dark-blue {
	color: #B54E75 !important;
	border: 1px solid #B54E75;
	background-color: transparent !important;
}

.button-outline-dark-gray {
	color: #282828 !important;
	border: 1px solid #282828;
	background-color: transparent !important;
}

.button-outline-dark-blue:hover,
.button-outline-dark-gray:hover {
	color: #69203C !important;
	border: 1px solid #69203C !important;
}

.text-link-arrow-upright-icon a:first-of-type strong {
	position: relative;
	display: inline-block;
	margin-right: 40px;
	color: #69203C;
}

.text-link-arrow-upright-icon a:first-of-type:hover strong {
	color: #B54E75;
}

.masthead #primary-menu .dt-mega-menu-wrap .subnav-link a:after,
.dt-mobile-header #mobile-menu .subnav-link a:after,
.button-arrow-upright-icon:after,
.text-link-arrow-upright-icon a:first-of-type strong:after {
	content: "";
	display: inline-block;
	margin-left: 10px;
	width: 27px !important;
	height: 27px !important;
	background-image: url("images/button-arrow-upright.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent !important;
}

.text-link-arrow-upright-icon a:first-of-type strong:after {
	position: absolute;
	top: -3px;
}

.dt-btn-link.button-arrow-upright-icon-w,
.dt-btn.dt-btn-m.button-arrow-upright-icon-w {
	padding-right: 57px !important;
}

.button-arrow-upright-icon-w:after {
	content: "";
	position: absolute;
	right: 20px;
	display: inline-block;
	margin-left: 10px;
	width: 27px !important;
	height: 27px !important;
	background-image: url("images/button-arrow-upright-w.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent !important;
}

.masthead #primary-menu .dt-mega-menu-wrap .subnav-link a:hover:after,
.button-arrow-upright-icon:not(.button-arrow-upright-icon-light):not(.no-icon-hover):hover:after,
.button-arrow-upright-icon-w:not(.no-icon-hover):hover:after,
.text-link-arrow-upright-icon:not(.no-icon-hover):hover a:first-of-type strong:hover:after {
	background-image: url("images/button-arrow-upright-hover.svg");
}

.button-arrow-upright-icon-light.button-arrow-upright-icon-w:not(.no-icon-hover):hover:after {
	background-image: url("images/button-arrow-upright-light-hover.svg");
}

.button-arrow-upleft-icon:before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	width: 27px !important;
	height: 27px !important;
	background-image: url("images/button-arrow-upleft.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent !important;
}

.button-arrow-upleft-icon:not(.no-icon-hover):hover:before {
	background-image: url("images/button-arrow-upleft-hover.svg");
}

.dt-btn.dt-btn-s.btn-over-down-border {
	position: absolute;
	bottom: -14px;
    left: 50%;
    transform: translate(-50%, 0);
}

.dt-btn.dt-btn-m.btn-over-down-border {
	position: absolute;
	bottom: -21px;
    left: 50%;
    transform: translate(-50%, 0);
}

.dt-btn.dt-btn-l.btn-over-down-border {
	position: absolute;
	bottom: -29px;
    left: 50%;
    transform: translate(-50%, 0);
}

.ult-modal-input-wrapper.plans-submission > button.btn-modal-lg {
	padding: 18px 24px;
	line-height: 27px;
	border: 0 !important;
	border-radius: 50px;
}

.ult-modal-input-wrapper.plans-submission > button:disabled {
	opacity: 0.5;
}

.ult_modal-body {
	max-height: 90vh;
	border-radius: 15px;
	overflow-y: auto !important;
}

.ult_modal-content {
	border: 0 !important;
	box-shadow: unset !important;
}

.fp-slogan-image,
.sp-slogan-image {
	margin-top: 20px;
}

.fp-slogan-image .vc_single_image-wrapper,
.sp-slogan-image .vc_single_image-wrapper {
	position: relative;
}

.fp-slogan-image .vc_single_image-wrapper:before,
.sp-slogan-image .vc_single_image-wrapper:before {
	content: "";
	position: absolute;
	top: 60px;
	left: -35px;
	display: block;
	width: 90%;
	height: 90%;
	background-image: url("images/moore-slogan-extra.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.sp-slogan-image .vc_single_image-wrapper:before {
	top: -5%;
	left: -5%;
	width: 110%;
	height: 110%;
	background-image: url("images/moore-subpage-extra.svg");
}

.fp-slogan-image .vc_single_image-wrapper img,
.sp-slogan-image .vc_single_image-wrapper img {
	width: 78%;
}

.sp-heading-content a {
	text-decoration: none;
}

.fp-text-image .alignleft {
	margin-right: 8px;
}

.fp-text-image .alignright {
	margin-left: 8px;
}

.moore-higher-lh .wpb_wrapper * {
	line-height: 1.5em;
}

.moore-full-height-col .wpb_wrapper {
	height: 100%;
}

.wpb_single_image.moore-border-radius img {
	border-radius: 25px;
}

/**
 * CF7 design
 */

.wpcf7-form {
	display: flex;
	flex-direction: column;
}

.wpcf7-form br {
	display: none;
}

.wpcf7-form > p > label {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 5px;
}

.wpcf7-form > p > label.hide-plan-selection {
	display: none !important;
}

.wpcf7-form > p > label > span {
	min-width: 80px;
}

.wpcf7-form > p > label abbr {
	margin-left: 3px;
	color: #69203C;
}

.wpcf7-form > p > label input:not([type="checkbox"]):not([type="radio"]) {
	margin: 0;
}

.wpcf7-form .wpcf7-acceptance {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}

.wpcf7-form .wpcf7-acceptance label {
	position: relative;
	display: block;
}

.wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%) scale(1.5);
	cursor: pointer;
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
	display: inline-block;
	margin-left: 25px;
	font-size: 14px;
	line-height: 18px;
}

.wpcf7-form .moore-submission {
	text-align: center;
}

.wpcf7-form .moore-submission .wpcf7-spinner {
	position: absolute;
}

.wpcf7-form .moore-recaptcha {
	margin: 0;
	text-align: center;
	font-size: 11px !important;
	line-height: 14px !important;
	order: 3;
}

.wpcf7-form .query-selected-plans {
	margin: 5px 0 15px;
	border: 1px solid #D1D1D1;
	border-radius: 15px;
}

.wpcf7-form .query-selected-plans .selected-plan-title {
	padding: 5px 15px;
	background-color: #F3F3F3;
}

.wpcf7-form .query-selected-plans .selected-plan-content {
	padding: 5px 25px;
}

.wpcf7-form .query-selected-plans .selected-plan-content h3 {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 20px;
}

.wpcf7-form .query-selected-plans .selected-plan-content div {
	margin-left: 10px;
	font-size: 14px !important;
	line-height: 18px !important;
}

.wpcf7-form .query-selected-plans .selected-plan-content div:last-of-type {
	margin-bottom: 5px;
}

.wpcf7-form .query-selected-plans > div:first-child {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.wpcf7-form .query-selected-plans > div:last-child {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.wpcf7-form.invalid .wpcf7-response-output {
	margin: 0 0.5em !important;
	font-size: 14px !important;
	line-height: 18px !important;
	text-align: center;
}

.wpcf7-form.invalid .wpcf7-response-output {
	color: var(--the7-base-color) !important;
	background-color: transparent !important;
}

.wpcf7-form.sent .wpcf7-response-output {
	border: 0 !important;
}

/**
 * Partner logo design
 */

.fp-partner-carousel .owl-stage {
	display: flex;
	align-items: center;
}

.partner-logo-svg .wpb_wrapper,
.partner-logo-svg .vc_single_image-wrapper {
	display: block;
}

.partner-logo-svg img {
	width: 100%;
	height: auto;
}

/**
 * Testimonials design
 */

.fp-feedback-carousel .owl-stage-outer {
	margin-bottom: 30px;
}

.fp-feedback-carousel .dt-owl-item > .item {
	padding-top: 30px;
	width: 100%;
	border-top: 1px solid #282828;
}

.fp-feedback-carousel .dt-owl-item > .item:before {
	content: "";
	float: right;
	display: inline-block;
	width: 61px;
	height: 61px;
	background-image: url("images/medal-ribbon.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

.fp-feedback-carousel .dt-owl-item > .item .feedback-entry-title {
	margin: 10px 0;
	font-size: 24px !important;
	font-weight: 300 !important;
}

.fp-feedback-carousel .dt-owl-item > .item .feedback-entry-date,
.fp-feedback-carousel .dt-owl-item > .item .feedback-entry-content {
	font-size: 20px !important;
	line-height: 24px !important;
}

.fp-feedback-carousel .owl-nav > div:hover {
	opacity: .5;
}

.fp-feedback-carousel .owl-next {
	right: 0;
}

.fp-feedback-carousel .owl-next i:before,
.fp-feedback-carousel .owl-prev i:before {
	content: "";
	display: block;
	width: 38px;
	height: 30px;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}

.fp-feedback-carousel .owl-next i:before {
	background-image: url("images/slider-arrow-next.svg") !important;
}
.fp-feedback-carousel .owl-prev i:before {
	background-image: url("images/slider-arrow-prev.svg") !important;
}

/**
 * Blog Swiper design
 */

.fp-blog-carousel .swiper-slide {
	height: auto !important;
	cursor: pointer;
}

.fp-blog-carousel .swiper-slide > article {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px 30px;
	height: 100%;
	min-height: 400px;
	background-color: #F3F3F3;
	background-repeat: no-repeat;
	background-size: cover;
	border-left: 1px solid #797979;
}

.fp-blog-carousel .swiper-slide:first-child > article {
	border-left: 0;
}

.fp-blog-carousel .swiper-slide:first-child > article:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}

.fp-blog-carousel .swiper-slide > article .swiper-entry-date,
.fp-blog-carousel .swiper-slide > article .swiper-entry-title,
.fp-blog-carousel .swiper-slide > article .swiper-entry-title a,
.fp-blog-carousel .swiper-slide > article .swiper-entry-excerpt {
	z-index: 3;
}

.fp-blog-carousel .swiper-slide:first-child > article .swiper-entry-date,
.fp-blog-carousel .swiper-slide:first-child > article .swiper-entry-title,
.fp-blog-carousel .swiper-slide:first-child > article .swiper-entry-title a,
.fp-blog-carousel .swiper-slide:first-child > article .swiper-entry-excerpt {
	color: #fff !important;
}

.fp-blog-carousel .swiper-slide > article .swiper-entry-date,
.fp-blog-carousel .swiper-slide > article .swiper-entry-excerpt {
	font-size: 20px !important;
	line-height: 24px !important;
}

.fp-blog-carousel .swiper-slide > article .swiper-entry-title {
	margin-top: auto;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #282828;
}

.fp-blog-carousel .swiper-slide > article .swiper-entry-title a {
	display: flex;
	gap: 32px;
	line-height: 28px !important;
}

.fp-blog-carousel .swiper-slide:first-of-type > article .swiper-entry-title a {
	font-weight: 300 !important;
}

.fp-blog-carousel .swiper-slide > article .swiper-entry-title a:after {
	content: "";
	display: block;
	min-width: 30px;
	background-image: url("images/slider-arrow-next.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}

.fp-blog-carousel .swiper-slide:first-child > article .swiper-entry-title {
	margin-bottom: 0;
	border-bottom: 0;
}

.fp-blog-carousel .swiper-entry-title {
	font-size: 24px !important;
	font-weight: 400 !important;
}

.fp-blog-carousel .swiper-button-next,
.fp-blog-carousel .swiper-button-prev {
	top: calc(100% + 30px);
	margin-top: 0;
}

.fp-blog-carousel .swiper-button-next,
.fp-blog-carousel .swiper-button-prev,
.fp-blog-carousel .swiper-button-next:after,
.fp-blog-carousel .swiper-button-prev:after {
	width: 38px;
	height: 30px;
}

.fp-blog-carousel .swiper-button-next {
	right: 26px;
}

.fp-blog-carousel .swiper-button-prev {
	left: 26px;
}

.fp-blog-carousel .swiper-button-next:after,
.fp-blog-carousel .swiper-button-prev:after {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
}

.fp-blog-carousel .swiper-button-next:after {
	background-image: url("images/slider-arrow-next.svg");
}

.fp-blog-carousel .swiper-button-prev:after {
	background-image: url("images/slider-arrow-prev.svg");
}

.fp-blog-carousel .swiper-button-next:not(.swiper-button-disabled):hover,
.fp-blog-carousel .swiper-button-prev:not(.swiper-button-disabled):hover {
	opacity: .5;
}

/**
 * Price table design
 */

.plan-table-wrap {
	margin-bottom: 60px !important;
	overflow-x: auto;
}

.plan-table {
	margin: 30px auto !important;
	border-collapse: separate;
}

.plan-table,
.plan-table thead,
.plan-table tbody,
.plan-table tfoot {
	border: 0px !important;
}

.plan-table th,
.plan-table td {
	border-color: #D1D1D1 !important;
}

.plan-table thead:after,
.plan-table tbody:before,
.plan-table tfoot:before {
    content: "";
    display: block;
    line-height: 1em;
    color: transparent;
	height: 15px;
	visibility: hidden;
}

.plan-table thead:after {
	height: 25px;
}

.plan-table tbody:before {
	height: 35px;
}

.plan-table thead th {
	position: relative;
	padding: 20px;
	width: 25%;
	min-width: 200px;
	font-weight: 400;
	border-right: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	text-align: center;
	vertical-align: top;
}

.plan-table.plan-table-w3 thead th:not(:first-child) {
	width: 40%;
}

.plan-table thead th:first-child {
	padding-top: 20px;
	padding-left: 70px;
	max-width: 300px;
	border-left: 1px solid #D1D1D1;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	text-align: left;
}

.plan-table thead .plan-select-cat {
	width: 75%;
	min-width: 440px;
	height: 110px;
	vertical-align: middle;
}

.plan-table thead .plan-select-cat div {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.plan-table thead .plan-select-cat ul {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	gap: 20px;
	list-style: none;
	margin: 5px 0 0;
	padding: 0;
}

.plan-table thead th:first-child .plan-no {
	position: absolute;
	top: 40px;
	left: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	line-height: 24px;
	background-color: #B54E75;
	border-radius: 50px;
}

.plan-table thead th:first-child .plan-vat {
	position: relative;
	margin-top: 20px;
	padding-left: 40px;
	font-size: 14px;
	font-weight: 500;
	font-style: italic;
	line-height: 18px;
}

.plan-table thead th:first-child .plan-vat input {
	display: none;
}

.plan-table thead th:first-child .plan-vat .switcher {
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
	cursor: pointer;
}

.plan-table thead th:first-child .plan-vat .slider {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 32px;
	height: 16px;
	background-color: #DEDEDE;
	border-radius: 20px;
	-webkit-transition: .4s;
	transition: .4s;
}

.plan-table thead th:first-child .plan-vat .slider:before {
	position: absolute;
	content: "";
	top: 2px;
	left: 2px;
	width: 12px;
	height: 12px;
	background-color: #F5F5F5;
	border-radius: 20px;
	-webkit-transition: .4s;
	transition: .4s;
}

.plan-table thead th:first-child .plan-vat input:checked + .slider:before {
	content: "";
	background-color: #69203C;
}

.plan-table thead th:first-child .plan-vat input:checked + .slider:before {
	-webkit-transform: translateX(16px);
	-ms-transform: translateX(16px);
	transform: translateX(16px);
}

.plan-table thead th:first-child .plan-pay {
	position: absolute;
	right: 20px;
	bottom: -15px;
}

.plan-table thead th:first-child .plan-pay ul {
	display: -webkit-flex;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #B54E75;
	border-radius: 20px;
}

.plan-table thead th:first-child .plan-pay li {
	padding: 5px 15px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	line-height: 18px;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
	cursor: pointer;
}

.plan-table thead th:first-child .plan-pay li:first-child {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.plan-table thead th:first-child .plan-pay li:last-child {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.plan-table thead th:first-child .plan-pay li.selected {
	background-color: #282828;
}

.plan-table thead th:first-child .plan-pay span {
	position: absolute;
	top: -6px;
	right: 5px;
	padding: 1px 5px;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	line-height: 10px;
	background-color: #69203C;
	border-radius: 2px;
}

.plan-table thead th:first-child h4 {
	font-size: 20px;
	line-height: 26px;
}

.plan-table thead th:first-child .select-cats {
	position: absolute;
	top: -28px;
	right: 0;
	display: block;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	line-height: 18px;
	background-color: #69203C;
	text-decoration: none;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.plan-table thead .plan-title {
	height: 110px;
}

.plan-table thead .plan-title > div:first-of-type {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.plan-table thead .plan-title:before {
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 16px;
	height: 16px;
	background-image: url("images/1-ellipse.svg");
}

.plan-table thead .plan-title-1:before {
	width: 24px;
	background-image: url("images/2-ellipse.svg");
}

.plan-table thead .plan-title-2:before {
	width: 33px;
	background-image: url("images/3-ellipse.svg");
}

.plan-table thead .plan-title-3:before {
	width: 41px;
	background-image: url("images/4-ellipse.svg");
}

.plan-table thead .plan-title-4:before {
	width: 49px;
	background-image: url("images/5-ellipse.svg");
}

.plan-table thead .plan-title h3 {
	margin-bottom: 0;
	font-size: 24px;
	line-height: 28px;
}

.plan-table thead .plan-title .plan-descr {
	font-size: 14px;
	line-height: 18px;
}

.plan-table thead .plan-title .plan-price {
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
}

.plan-table thead .plan-title .plan-selection {
	position: absolute;
	left: 50%;
	bottom: -15px;
	transform: translate(-50%, 0);
}

.plan-table thead .plan-title .plan-selection a {
	padding: 6px 50px;
	font-size: 14px;
	font-weight: 700;
	color: #B54E75;
	background-color: #fff !important;
	border: 1px solid #B54E75;
}

.plan-table thead .plan-title .plan-selection a:hover {
	color: #69203C;
	border: 1px solid #69203C !important;
}

.plan-table thead .plan-title.chosen-plan .plan-selection a {
	background-color: #69203C !important;
	color: #fff;
}

.plan-table thead .plan-title.chosen-plan .plan-selection a:hover {
	background-color: #69203C !important;
}

.plan-table .selected-cat {
	display: none;
}

.plan-table tbody.is-collapsed {
	display: none;
}

.plan-table tbody td {
	padding: 15px 20px;
	border-right: 1px solid #D1D1D1;
}

.plan-table tbody tr td:first-child {
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	border-left: 1px solid #D1D1D1;
}

.plan-table tbody tr:first-of-type td:first-child {
	border-top-left-radius: 15px;
}

.plan-table tbody tr:first-of-type td:last-child,
.plan-table tbody tr:first-of-type td.select-plan,
.plan-table tbody tr:first-of-type td.last-selected-plan {
	border-top-right-radius: 15px;
}

.plan-table tbody tr:last-of-type td {
	border-bottom: 1px solid #D1D1D1;
}

.plan-table tbody td:not(:first-child):not(.plan-service-text) {
	text-align: center;
}

.plan-table tbody td:first-child,
.plan-table tbody td.plan-service-text {
	vertical-align: top;
}

.plan-table tbody td.plan-show-more {
	padding: 30px 20px;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
	cursor: pointer;
}

.plan-table tbody tr td.plan-show-more:before {
	content: "";
	float: left;
	display: inline-block;
	margin-right: 5px;
	width: 18px;
	height: 18px;
	background-image: url("images/circle-plus.svg");
	background-repeat: no-repeat;
	background-size: contain;
}

.plan-table tbody tr.plan-more-info td.plan-show-more:before {
	background-image: url("images/circle-minus.svg");
}

.plan-table tbody td.plan-service-text {
	padding: 10px 20px;
}

.plan-table tbody td.plan-service-text * {
	font-size: 14px;
	line-height: 20px;
}

.plan-table tbody td.plan-service-text .plan-limited-text {
	max-height: 60px;
	overflow-y: hidden;
	transition: all .5s ease;
}

.plan-table tbody td.plan-service-text .plan-limited-text.full-text {
	max-height: 999px;
}

.plan-table tbody td.plan-service .plan-check {
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url("images/moore-check.svg");
	background-repeat: no-repeat;
	background-size: contain;
}

.plan-table tfoot td {
	font-size: 14px;
	line-height: 18px;
	color: #69203C;
	text-align: center;
	border: 0 !important;
	cursor: pointer;
}

/**
 * Services / woocoommerce design
 */

.moore-service-box {
	position: relative;
	height: 100%;
}

.moore-service-box .ult-content-box {
	height: 100%;
}

.moore-service-box .aio-icon-box .aio-icon-left .aio-icon-img {
	margin-right: 24px;
}

.moore-service-box .aio-icon-box .aio-icon-header {
	margin: 10px 0;
}

.moore-service-box .dt-btn.dt-btn-s.btn-over-down-border span {
	font-size: 14px;
	white-space: nowrap !important;
}

#moore-products-search {
	margin: 30px 0 120px;
}

body.search #moore-products-search,
body.archive.tax-product_tag #moore-products-search,
body.archive.tax-product_cat #moore-products-search {
	margin-top: 70px;
}

#moore-products-search #moore-search-block {
	margin-top: 40px;
}

body.archive.woocommerce .switcher-wrap {
	display: none;
}

body.search .articles-list,
body.archive.tax-product_tag .wc-layout-list,
body.archive.tax-product_cat .wc-layout-list,
ul.moore-services-grid,
body.single-product .related.products ul.related-product {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
	list-style: none;
	margin: 0;
	padding: 0;
}

body.search .articles-list > h2 {
	margin: 0 auto;
}

body.search .articles-list > .paginator {
	flex: 1 1 100%;
	margin-top: 10px;
	width: 100%;
	max-width: 100%;
}

body.search .articles-list > article,
body.archive.tax-product_tag .wc-layout-list > article,
body.archive.tax-product_cat .wc-layout-list > article,
ul.moore-services-grid li,
body.single-product .related.products ul.related-product li {
	flex: 1 1 25%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
	margin: 0;
	padding: 22px 24px 15px 38px;
	max-width: calc(25% - 83.5px);
	border: 1px solid #D1D1D1;
	border-radius: 15px;
}

.ult-content-box ul.moore-services-grid li,
body.single-product .related.products ul.related-product li {
	max-width: calc(25% - 19.5px);
}

body.search .articles-list > article:before,
body.search .articles-list > article:after,
body.archive.tax-product_tag .wc-layout-list > article:before,
body.archive.tax-product_tag .wc-layout-list > article:after,
body.archive.tax-product_cat .wc-layout-list > article:before,
body.archive.tax-product_cat .wc-layout-list > article:after {
	content: none !important;
}

body.archive.tax-product_tag .wc-layout-list .woocom-project,
body.archive.tax-product_cat .wc-layout-list .woocom-project {
	height: 100%;
}

body.search .articles-list > article .post-entry-content,
body.archive.tax-product_tag .wc-layout-list > article .woocom-list-content,
body.archive.tax-product_cat .wc-layout-list > article .woocom-list-content,
body.single-product .related.products li .product-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0;
	width: 100%;
	height: 100%;
}

body.search .articles-list > article .product-entry-title,
body.archive.tax-product_tag .wc-layout-list > article .product-entry-title,
body.archive.tax-product_cat .wc-layout-list > article .product-entry-title,
ul.moore-services-grid li .product-entry-title,
body.single-product .related.products li .product-entry-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	width: 100%;
	min-height: 45px;
}

body.search .articles-list > article .product-entry-title,
body.archive.tax-product_tag .wc-layout-list > article .product-entry-title,
body.archive.tax-product_cat .wc-layout-list > article .product-entry-title,
body.single-product .related.products li .product-entry-title {
	margin-bottom: 10px;
}

body.search .articles-list > article .product-entry-title a,
body.archive.tax-product_tag .wc-layout-list > article .product-entry-title a,
body.archive.tax-product_cat .wc-layout-list > article .product-entry-title a,
ul.moore-services-grid li .product-entry-title a,
body.single-product .related.products li .product-entry-title a {
	text-decoration: none;
}

body.search .articles-list > article .product-entry-title h3,
body.archive.tax-product_tag .wc-layout-list > article .product-entry-title h4,
body.archive.tax-product_cat .wc-layout-list > article .product-entry-title h4,
ul.moore-services-grid li .product-entry-title h3,
body.single-product .related.products li .product-entry-title .product-title {
	font-size: 18px;
	line-height: 22px;
}

body.search .articles-list > article .product-entry-title h3 a:hover,
body.archive.tax-product_tag .wc-layout-list > article .product-entry-title h4 a:hover,
body.archive.tax-product_cat .wc-layout-list > article .product-entry-title h4 a:hover,
ul.moore-services-grid li .product-entry-title a:hover h3,
body.single-product .related.products li .product-entry-title a:hover {
	color: #69203C;
}

body.search .articles-list > article .product-entry-title img,
body.archive.tax-product_tag .wc-layout-list > article .product-entry-title img,
body.archive.tax-product_cat .wc-layout-list > article .product-entry-title img,
ul.moore-services-grid li .product-entry-title img,
body.single-product .related.products li .product-entry-title img {
	max-width: 29px;
	max-height: 37px;
}

body.archive.tax-product_tag .wc-layout-list > article .woocommerce-product-details__short-description,
body.archive.tax-product_cat .wc-layout-list > article .woocommerce-product-details__short-description {
	margin-bottom: 10px;
	padding: 0;
}

body.archive.tax-product_tag .wc-layout-list > article .woo-buttons,
body.archive.tax-product_cat .wc-layout-list > article .woo-buttons,
body.single-product .related.products li .woo-buttons {
	margin-top: auto;
	padding: 0;
	line-height: 0;
}

body.single-product .related.products li .price {
	display: none;
}

ul.moore-services-grid li .product-entry-excerpt,
body.single-product .related.products li .woocommerce-product-details__short-description {
	font-size: 14px;
	line-height: 18px;
}

body.search .articles-list > article a.dt-btn-s,
ul.moore-services-grid li .product-entry-more,
body.single-product .related.products li .woo-buttons a {
	margin-top: auto;
}

body.search .articles-list > article a.dt-btn-s,
body.archive.tax-product_tag .wc-layout-list > article a.product_type_simple,
body.archive.tax-product_cat .wc-layout-list > article a.product_type_simple,
ul.moore-services-grid li .product-entry-more a.dt-btn-s,
body.single-product .related.products li .woo-buttons a {
	padding: 5px 41px;
	font-size: 14px;
	color: #282828;
	line-height: 18px;
	background-color: transparent !important;
	border: 1px solid #282828 !important;
}

body.search .articles-list > article a.dt-btn-s:hover,
body.archive.tax-product_tag .wc-layout-list > article a.product_type_simple:hover,
body.archive.tax-product_cat .wc-layout-list > article a.product_type_simple:hover,
ul.moore-services-grid li .product-entry-more a.dt-btn-s:hover,
body.single-product .related.products li .woo-buttons a:hover {
	color: #69203C;
	border: 1px solid #69203C !important;
}

body.search .articles-list > article a.dt-btn-s i {
	display: none;
}

.wpdreams_asl_results .asl_content a {
	color: #282828 !important;
}

.moore-asl-search-block .asl_w_container .asl_w {
	overflow: visible !important;
}

.moore-asl-search-block .asl_w_container .probox {
	padding: 4px 20px !important;
}

.moore-asl-search-block .asl_w_container .proloading,
.moore-asl-search-block .asl_w_container .proclose {
	position: absolute !important;
	left: 0 !important;
}

.moore-asl-search-block .asl_w_container input[name="phrase"] {
	font-size: 14px !important;
	line-height: 18px !important;
	color: #767676 !important;
}

.moore-asl-search-block .asl_w_container .promagnifier {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	width: auto !important;
	height: 38px !important;
	background-color: #B54E75 !important;
	border-radius: 50px !important;
	
}

.moore-asl-search-block .asl_w_container .promagnifier .asl-magnifier-text {
	padding: 10px 50px;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	line-height: 18px;
}

.moore-asl-search-block .asl_w_container .promagnifier .innericon {
	display: none !important;
}

ul.moore-product-tags {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}

ul.moore-product-tags li {
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
}

ul.moore-product-tags li a {
	display: inline-block;
	padding: 3px 20px;
	color: #797979;
	border: 1px solid #D1D1D1;
	border-radius: 20px;
	text-decoration: none;
	background-color: #fff;
}

ul.moore-product-tags li a.active-tag {
	color: #282828;
	border-color: #282828;
}

ul.moore-product-tags li a:hover {
	color: #69203C;
	border-color: #69203C;
}

#moore-contact-block {
	margin-bottom: 120px;
	min-height: 230px;
	background-image: url("images/contact-block-bg.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

body.search #moore-contact-block,
body.archive.tax-product_tag #moore-contact-block,
body.archive.tax-product_cat #moore-contact-block {
	margin-top: 80px;
}

#moore-contact-block .dt-btn.dt-btn-m {
	padding-left: 50px;
	padding-right: 50px;
}

.moore-product-excerpt {
	max-width: 400px;
}

.ult-content-box-container.moore-product-price-box > .ult-content-box {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	max-width: 350px;
}

.ult-content-box-container.moore-product-price-box .woocommerce-Price-amount {
	display: block;
	font-size: 18px;
	font-weight: 700;
}

.ult-content-box-container.moore-product-price-box .moore-custom-price {
	display: block;
	margin-right: 20px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
}

.ult-content-box-container.moore-product-price-box > .ult-content-box > div:last-of-type {
	margin-left: auto;
}

.ult-content-box-container.moore-product-price-box .moore-midfont-button button {
	margin: 0;
	padding: 7px 30px;
	font-family: inherit;
	font-weight: 700;
	line-height: 18px;
	border: 1px solid #69203C;
	border-radius: 50px;
	white-space: nowrap;
}

.ult-content-box-container.moore-product-price-box .moore-midfont-button button:hover {
	border: 1px solid #B54E75 !important;
}

body.single-product .vc_tta-container {
	margin-bottom: 0 !important;
}

.moore-product-accordion .vc_tta-panel:not(:first-child) {
	margin-top: 16px !important;
}

.moore-product-accordion .vc_tta-panel-heading {
	border: 0 !important;
	background-color: transparent !important;
}

.moore-product-accordion .vc_tta-panel-heading a {
	color: #69203C !important;
}

.moore-product-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading a,
.moore-product-accordion .vc_tta-panel-heading:hover a {
	color: #B54E75 !important;
}

.moore-product-accordion .vc_tta-panel-heading .vc_tta-controls-icon {
	padding: 5px;
	border: 2px solid #69203C;
	border-radius: 50px;
	transition: all .2s ease-in-out;
}

.moore-product-accordion .vc_tta-panel-heading .vc_tta-controls-icon:before {
	left: 50% !important;
	width: 12px;
	transform: translate(-50%, -50%) !important;
}

.moore-product-accordion .vc_tta-panel-heading .vc_tta-controls-icon:after {
	top: 50% !important;
	height: 12px;
	transform: translate(-50%, -50%) !important;
}

.moore-product-accordion .vc_tta-panel-heading .vc_tta-controls-icon,
.moore-product-accordion .vc_tta-panel-heading .vc_tta-controls-icon:before,
.moore-product-accordion .vc_tta-panel-heading .vc_tta-controls-icon:after {
	border-color: #69203C !important;
}

.moore-product-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-controls-icon,
.moore-product-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-controls-icon:before,
.moore-product-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-controls-icon:after,
.moore-product-accordion .vc_tta-panel-heading:hover .vc_tta-controls-icon,
.moore-product-accordion .vc_tta-panel-heading:hover .vc_tta-controls-icon:before,
.moore-product-accordion .vc_tta-panel-heading:hover .vc_tta-controls-icon:after {
	border-color: #B54E75 !important;
}

.moore-product-accordion .vc_tta-title-text {
	display: inline-block;
	margin-left: 10px;
}

body.single-product .related.products {
	margin-bottom: 70px;
	padding-top: 0 !important;
	border: 0 !important;
}

body.single-product .related.products > h2:after {
	content: "";
	display: block;
	margin: 10px 0 30px;
	width: 100%;
	height: 1px;
	background-color: #282828;
}

@media (min-width: 1200px) {
    body.single-product .related.products > h2:after {
        width: 41.66666667%;
    }
}

@media (min-width: 778px) {
    body.single-product .related.products > h2:after {
        width: 58.33333333%;
    }
}

/**
 * Team members design
 */

.team-container .team-media {
	text-align: center;
}

.team-container .team-media img {
	width: 90%;
}

.team-container .team-desc {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
}

.team-container .team-desc .team-author,
.team-container .team-desc .soc-ico {
	padding: 0;
}

.team-container .team-desc .team-author {
	margin-right: auto;
}

.team-container .team-desc .soc-ico a {
	margin: 0 0 10px;
}

.team-container .team-desc .soc-ico i {
	color: #000;
	z-index: 1;
}

ul.moore-team-languages {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 3px;
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
}

ul.moore-team-languages li {
	padding: 0 7px;
	font-size: 11px;
	color: #fff;
	line-height: 17px;
	background-color: #69203C;
	border-radius: 50px;
}

/**
 * Blog design
 */

.moore-blog-grid .blog-shortcode article:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 3;
}

.moore-blog-grid .blog-shortcode article .post-thumbnail .fancy-date a {
	top: 20px;
	left: 30px;
	right: auto;
	padding: 0;
}

.moore-blog-grid .blog-shortcode article .post-thumbnail .fancy-date span {
	padding: 0;
	font: var(--the7-base-font-big);
	font-size: 20px !important;
	font-weight: 300 !important;
	line-height: 24px !important;
	transition: color .35s;
}

.moore-blog-grid .blog-shortcode article .post-thumbnail .fancy-date span:after,
.moore-blog-grid .blog-shortcode article .post-thumbnail .fancy-date .entry-date {
	display: none;
}

.moore-blog-grid .blog-shortcode article .post-thumbnail .fancy-date span.entry-year:before {
	content: "/";
	display: inline-block;
	margin: 0 5px;
}

.moore-blog-grid .blog-shortcode article .post-entry-content {
	justify-content: flex-end !important;
}
.moore-blog-grid .blog-shortcode article .post-head-wrapper {
	top: auto !important;
	bottom: auto !important;
	transform: none !important;
}

.moore-blog-grid .blog-shortcode article h3.entry-title a {
	display: flex;
	gap: 32px;
	font-weight: 300 !important;
}

.moore-blog-grid .blog-shortcode article h3.entry-title a:after {
	content: "";
	display: block;
	min-width: 30px;
	background-image: url("images/arrow-right-w.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	transition: all .35s;
}

.moore-blog-grid .blog-shortcode article:hover .fancy-date span,
.moore-blog-grid .blog-shortcode article:hover h3.entry-title a,
.moore-blog-grid .blog-shortcode article h3.entry-title a:hover {
	color: #EE6352 !important;
}

.moore-blog-grid .blog-shortcode article:hover h3.entry-title a:after {
	background-image: url("images/arrow-right-w-hover.svg");
}

body.single-post article.type-post {
	margin-bottom: 60px !important;
}

/**
 * Contact page design
 */

.moore-allow-overflow {
	overflow: visible !important;
}

.moore-allow-overflow form.wpcf7-form br {
	display: none;
}

.moore-allow-overflow form.wpcf7-form p {
	margin-bottom: 0;
}

.moore-allow-overflow form.wpcf7-form > p > label {
	width: 100%;
}

.moore-allow-overflow form.wpcf7-form .full,
.moore-allow-overflow form.wpcf7-form .half {
	display: flex;
	gap: 10px;
	margin-bottom: 0;
}

.moore-allow-overflow form.wpcf7-form .full > div {
	flex: 0 1 100%;
}

.moore-allow-overflow form.wpcf7-form .half > div {
	flex: 0 1 calc(50% - 5px);
}

.moore-allow-overflow form.wpcf7-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.moore-allow-overflow form.wpcf7-form select,
.moore-allow-overflow form.wpcf7-form textarea {
	width: 100%;
	font-size: 14px;
	color: #767676;
	background-color: #FAFAFA;
	border: 1px solid #C5C5C5;
	border-radius: 50px;
}

.moore-allow-overflow form.wpcf7-form .moore-email-field .wpcf7-form-control-wrap:after {
	content: "\f0e0";
	position: absolute;
	left: 15px;
	top: 50%;
	display: inline-block;
	width: 18px;
	height: 18px;
	font-family: "Font Awesome 5 Free";
	color: #767676;
	transform: translate(0, -50%);
}

.moore-allow-overflow form.wpcf7-form .moore-email-field input {
	padding-left: 40px;
}

.moore-allow-overflow form.wpcf7-form .intl-tel-input {
	margin-bottom: 10px !important;
}

.moore-allow-overflow form.wpcf7-form .selected-flag {
	font-weight: 700;
	font-size: 14px;
	background-color: #FAFAFA;
	border-right: 1px solid #D9D9D9;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

.moore-allow-overflow form.wpcf7-form textarea {
	border-radius: 12px;
}

.moore-allow-overflow form.wpcf7-form .moore-submission {
	margin-bottom: 10px;
}

.moore-allow-overflow form.wpcf7-form .moore-submission input[type="submit"] {
	display: flex;
	padding: 9px 50px;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	background-color: #B54E75;
	border-color: #B54E75;
}

.moore-allow-overflow form.wpcf7-form .moore-submission input[type="submit"]:hover {
	background-color: #69203C;
	border-color: #69203C;
}

.moore-allow-overflow form.wpcf7-form .moore-submission > p {
	position: relative;
}

.moore-allow-overflow form.wpcf7-form .moore-submission .wpcf7-spinner {
	top: 7px;
	left: -30px;
	margin: 0;
}

.moore-allow-overflow form.wpcf7-form .moore-privacy {
	margin-bottom: 10px;
	color: #797979;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

.moore-allow-overflow form.wpcf7-form .moore-recaptcha {
	color: #797979;
}

form.wpcf7-form .wpcf7-not-valid {
	border: #f00 1px solid !important;
}

.moore-allow-overflow form.wpcf7-form .moore-privacy a,
.moore-allow-overflow form.wpcf7-form .moore-recaptcha a {
	color: #B54E75;
}

.moore-allow-overflow form.wpcf7-form .wpcf7-response-output {
	background-color: #B54E75 !important;
}

.moore-allow-overflow form.wpcf7-form ::-webkit-input-placeholder { /* WebKit browsers */
    color: #767676 !important;
	opacity: 1;
}
.moore-allow-overflow form.wpcf7-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #767676 !important;
	opacity: 1;
}
.moore-allow-overflow form.wpcf7-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #767676 !important;
	opacity: 1;
}
.moore-allow-overflow form.wpcf7-form :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #767676 !important;
	opacity: 1;
}

.moore-team-nodesc .soc-ico {
	display: none;
}

.moore-team-nodesc .team-content a {
	text-decoration: none;
}

.moore-team-center > .dt-css-grid {
	grid-template-columns: repeat(auto-fit, minmax(0, 295px)) !important;
	justify-content: center !important;
	align-content: center !important;
}

.moore-office-map .gm-style-iw.gm-style-iw-c {
	padding: 10px !important;
}

.moore-office-map .gm-style-iw.gm-style-iw-c .gm-style-iw-chr {
	display: none;
}

.moore-office-map .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
	padding: 0px !important;
	overflow: hidden !important;
}

/**
 * Footer design
 */

#footer {
	position: relative;
}

#footer:before {
	content: "";
	position: absolute;
	top: -123px;
	display: block;
	width: 100vw;
	height: 124px;
	background-image: url("images/footer-top-back.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 9;
}

#footer section.widget .widget-title {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 60px;
}

#footer section.widget:not(.widget_custom_html) .widget-title:before {
	content: "";
	position: absolute;
	bottom: -1px;
	display: block;
	width: 100%;
	max-width: 200px;
	height: 1px;
	background-color: #fff;
}

#footer .widget_presscore-custom-menu-one .custom-menu li {
	margin: 0;
	padding: 0;
}

#footer .widget_presscore-custom-menu-one .custom-menu li a {
	text-decoration: underline;
}

#footer ul.footer-member-logos {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	margin: 40px 0;
}

#footer ul.footer-member-logos a {
	display: block;
}

#footer ul.footer-member-logos img {
	margin: 0 !important;
}

#footer ul.footer-social-logos {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 36px 40px 20px 0;
}

#footer ul.footer-social-logos a {
	display: block;
	font-size: 44px;
	line-height: 48px;
}

@media screen and (min-width: 1161px) {

	.half-content-title {
		max-width: 50%;
	}
	
}

/**
 * Tablet design
 */

@media screen and (min-width: 779px) and (max-width: 1160px) {

	body.search .articles-list > article,
	body.archive.tax-product_tag .wc-layout-list > article,
	body.archive.tax-product_cat .wc-layout-list > article,
	ul.moore-services-grid li,
	body.single-product .related.products ul.related-product li {
		flex: 1 1 33.3333%;
		max-width: calc(33.3333% - 81.6px);
	}

	body.single-product .related.products ul.related-product li {
		max-width: calc(33.3333% - 17.5px);
	}

	.moore-contact-form > .ult-content-box {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.moore-allow-overflow form.wpcf7-form .half {
		flex-wrap: wrap;
		gap: 0;
	}

	.moore-allow-overflow form.wpcf7-form .half > div {
		flex: 0 1 100%;
	}

	.moore-blog-grid.moore-pad-noblogm > .ult-content-box {
		margin: 0 !important;
	}

	.moore-blog-grid .blog-shortcode article .post-thumbnail .fancy-date span,
	.moore-blog-grid .blog-shortcode article h3.entry-title a {
		font-size: 20px !important;
		line-height: 24px !important;
	}

	#footer .widget.wf-1-4 {
		width: 50%;
	}

}

@media screen and (max-width: 991px) {

	.fp-left-border-w:before {
		position: relative;
		top: 0;
		left: 50%;
		width: 100%;
		height: 1px;
		background-color: #D9D9D9;
		transform: translate(-50%, 0);
	}

	.plan-table thead .plan-select-cat ul {
		flex-direction: column;
	}

	.plan-table thead .plan-title .plan-price {
		margin-top: 5px;
		font-size: 20px;
		line-height: 24px;
	}

	body.search .articles-list > article,
	body.archive.tax-product_tag .wc-layout-list > article,
	body.archive.tax-product_cat .wc-layout-list > article,
	ul.moore-services-grid li,
	body.single-product .related.products ul.related-product li {
		flex: 1 1 50%;
		max-width: calc(50% - 77px);
	}

	.ult-content-box ul.moore-services-grid li,
	body.single-product .related.products ul.related-product li {
		max-width: calc(50% - 13px);
	}

}

/**
 * Mobile design
 */

@media screen and (max-width: 778px) {

	.vc_row.wpb_row.moore-mob-noblogm {
		margin-bottom: 0 !important;
	}

	#footer ul.footer-member-logos {
		flex-wrap: wrap;
	}

	#footer ul.footer-member-logos li {
		max-width: calc(40% - 20px);
		order: 3;
	}

	#footer ul.footer-member-logos li:first-child,
	#footer ul.footer-member-logos li:nth-child(3) {
		min-width: calc(50% - 20px);
		order: 5;
	}

	#footer section.widget.widget_custom_html .widget-title {
		display: none;
	}

	#footer ul.footer-social-logos {
		margin: 10px 40px 20px 0;
	}

}

@media screen and (max-width: 640px) {

	body.search .articles-list > article,
	body.archive.tax-product_tag .wc-layout-list > article,
	body.archive.tax-product_cat .wc-layout-list > article,
	ul.moore-services-grid li,
	body.single-product .related.products ul.related-product li {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.ult-content-box ul.moore-services-grid li,
	body.single-product .related.products ul.related-product li {
		max-width: 100%;
	}

	.moore-asl-search-block .asl_w_container .probox {
		padding: 4px 15px !important;
	}

	.moore-asl-search-block .asl_w_container .promagnifier .asl-magnifier-text {
		padding: 10px 30px;
	}

}

@media screen and (max-width: 460px) {

	.moore-service-box .ult-content-box {
		padding-right: 24px !important;
	}

	.moore-allow-overflow form.wpcf7-form .half {
		flex-wrap: wrap;
		gap: 0;
	}

	.moore-allow-overflow form.wpcf7-form .half > div {
		flex: 0 1 100%;
	}

	.moore-blog-grid .blog-shortcode article .post-thumbnail .fancy-date span,
	.moore-blog-grid .blog-shortcode article h3.entry-title a {
		font-size: 16px !important;
		line-height: 20px !important;
	}

}

@media screen and (max-width: 378px) {

	.wpcf7-form .query-selected-plans .selected-plan-title,
	.wpcf7-form .query-selected-plans .selected-plan-title strong,
	.wpcf7-form .query-selected-plans .selected-plan-content h3,
	.wpcf7-form > p > label,
	.wpcf7-form > p > label input:not([type="checkbox"]):not([type="radio"]) {
		font-size: 14px !important;
		line-height: 18px !important;
	}

	.wpcf7-form .query-selected-plans .selected-plan-content div {
		font-size: 12px !important;
		line-height: 16px !important;
	}

}