/* 
Theme Name: China Institute - Custom
Theme URI: https://e9digital.com
Description: Custom theme, created by e9digital
Author: e9digital
Author URI: https://e9digital.com
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

body {
	letter-spacing: .25px;
}

/* Headings */
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
    font-weight: 700;
}

h1, .h1 .elementor-heading-title, h2, .h2 .elementor-heading-title, h3, .h3 .elementor-heading-title {
	letter-spacing: -.5px;
}

h1, .h1, .h1 .elementor-heading-title, .h1 .jet-listing-dynamic-field__content {
    font-size: 30px;
}
@media screen and (min-width: 768px) {
    h1, .h1, .h1 .elementor-heading-title, .h1 .jet-listing-dynamic-field__content {
        font-size: 36px;
    }
}
@media screen and (min-width: 1024px) {
    h1, .h1, .h1 .elementor-heading-title, .h1 .jet-listing-dynamic-field__content {
        font-size: 42px;
    }
}

.h1-large, .h1-large .elementor-heading-title, .h1-large .jet-listing-dynamic-field__content {
    font-size: 30px;
}
@media screen and (min-width: 768px) {
    .h1-large, .h1-large .elementor-heading-title, .h1-large .jet-listing-dynamic-field__content {
        font-size: 43px;
    }
}
@media screen and (min-width: 1024px) {
    .h1-large, .h1-large .elementor-heading-title, .h1-large .jet-listing-dynamic-field__content {
        font-size: 56px;
    }
}


.h2-large, .h2-large .elementor-heading-title, .h2-large .jet-listing-dynamic-field__content {
    font-size: 24px;
}
@media screen and (min-width: 768px) {
    .h2-large, .h2-large.elementor-heading-title, .h2-large .jet-listing-dynamic-field__content {
        font-size: 27px;
    }
}
@media screen and (min-width: 1024px) {
    .h2-large, .h2-large .elementor-heading-title, .h2-large .jet-listing-dynamic-field__content {
        font-size: 30px;
    }
}

h2, .h2, .h2 .elementor-heading-title, .h2 .jet-listing-dynamic-field__content {
    font-size: 20px;
}
@media screen and (min-width: 768px) {
    h2, .h2, .h2 .elementor-heading-title, .h2 .jet-listing-dynamic-field__content {
        font-size: 22px;
    }
}
@media screen and (min-width: 1024px) {
    h2, .h2, .h2 .elementor-heading-title, .h2 .jet-listing-dynamic-field__content {
        font-size: 24px;
    }
}

h3, .h3, .h3 .elementor-heading-title {
    font-size: 18px;
}
@media screen and (min-width: 768px) {
    h3, .h3, .h3 .elementor-heading-title {
        font-size: 20px;
    }
}
@media screen and (min-width: 1024px) {
    h3, .h3, .h3 .elementor-heading-title {
        font-size: 22px;
    }
}

h4, .h4, .h4 .elementor-heading-title {
    font-size: 16px;
	letter-spacing: 0;
}

@media screen and (min-width: 768px) {
    h4, .h4, .h4 .elementor-heading-title {
        font-size: 17px;
    }
}
@media screen and (min-width: 1024px) {
    h4, .h4, .h4 .elementor-heading-title {
        font-size: 18px;
    }
}

h5, .h5, .h5 .elementor-heading-title {
    font-size: 14px;
	letter-spacing: 0;
}
@media screen and (min-width: 768px) {
    h5, .h5, .h5 .elementor-heading-title {
        font-size: 13px;
    }
}
@media screen and (min-width: 1024px) {
    h5, .h5, .h5 .elementor-heading-title {
        font-size: 14px;
    }
}

h6, .h6, .h6 .elementor-heading-title, .h6 .jet-listing-dynamic-field__content {
    font-size: 12px;
	letter-spacing: 0;
}
@media screen and (min-width: 768px) {
    h6, .h6, .h6 .elementor-heading-title, .h6 .jet-listing-dynamic-field__content {
        font-size: 12px;
    }
}
@media screen and (min-width: 1024px) {
    h6, .h6, .h6 .elementor-heading-title, .h6 .jet-listing-dynamic-field__content {
        font-size: 12px;
    }
}

h1, h2, h3, h4, h5, h6, body .elementor-heading-title {
    line-height: 1.2;
}

/* Content Box */
pre {
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
}
.content-box h1,
.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6,
.content-box ul,
.content-box table {
    margin-bottom: 24px;
}

.content-box h1,
.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6 {
    color: var( --e-global-color-primary );
}

.content-box a:hover {
    text-decoration: underline;
}

.content-box .button {
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
    text-transform: uppercase;
    fill: #000;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    padding: 16px 20px;
    display: inline-block;
    transition: all .3s ease-in-out;
}
.content-box .button:hover {
    background: var( --e-global-color-primary );
    border-color: var( --e-global-color-primary );
    color: #fff;
	text-decoration: none;
}

.content-box p {
    margin-bottom: 24px;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
body .elementor-button {
	font-size: 12px;
}
}

.elementor-widget-text-editor p + h1,
.elementor-widget-text-editor ul + h1,
.elementor-widget-text-editor ol + h1,
.elementor-widget-text-editor p + h2,
.elementor-widget-text-editor ul + h2,
.elementor-widget-text-editor ol + h2,
.elementor-widget-text-editor p + h3,
.elementor-widget-text-editor ul + h3,
.elementor-widget-text-editor ol + h3,
.elementor-widget-text-editor p + h4,
.elementor-widget-text-editor ul + h4,
.elementor-widget-text-editor ol + h4,
.elementor-widget-text-editor p + h5,
.elementor-widget-text-editor ul + h5,
.elementor-widget-text-editor ol + h5 {
    margin-top: 50px;
}

.content-box ul,
.elementor-widget-text-editor ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    padding: 0 0 20px 0;
}
/* @media screen and (min-width: 1240px) {
    .content-box ul,
    .elementor-widget-text-editor ul {
        padding-left: 20px;
    }
} */

.content-box ul li,
.elementor-widget-text-editor ul li {
    position: relative;
    padding: 0 0 4px 26px;
    line-height: 1.4;
}

.content-box ul ul,
.elementor-widget-text-editor ul ul {
    margin-top: 5px;
    padding: 5px 0 0;
}

.content-box ul li::before,
.elementor-widget-text-editor ul li::before {
    left: 0px;
    width: 6px;
    height: 6px;
    top: 6px;
    border-radius: 50%;
    position: absolute;
    content: '';
    background: var( --e-global-color-primary );
    display: block;
}

.content-box ul li li,
.elementor-widget-text-editor ul li li {
    padding: 0 0 10px 20px;
}

.content-box ul li li::before,
.elementor-widget-text-editor ul li li::before {
    left: 0px;
    width: 6px;
    height: 6px;
    top: 6px;
    border-radius: 50%;
    position: absolute;
    content: '';
    background: var( --e-global-color-primary );
    border: 0;
    display: block;
}

.content-box ol,
.elementor-widget-text-editor ol {
    counter-reset: ol-list-counter;
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
}
.elementor-widget-text-editor ol[style*="list-style-type:upper-roman;"] li,
.elementor-widget-text-editor ol[style*="list-style-type: upper-roman;"] li,
.content-box ol[style*="list-style-type:upper-roman;"] li,
.content-box ol[style*="list-style-type: upper-roman;"] li {
	padding-left: 0;
}
.elementor-widget-text-editor ol[style*="list-style-type:upper-roman;"] li::before,
.elementor-widget-text-editor ol[style*="list-style-type: upper-roman;"] li::before,
.content-box ol[style*="list-style-type:upper-roman;"] li::before,
.content-box ol[style*="list-style-type: upper-roman;"] li::before {
	display: none !important;
}
@media screen and (min-width: 768px) {
    .content-box ol,
    .elementor-widget-text-editor ol {
        padding: 0 0 0 20px;
    }
}

.content-box ol li p {
	margin-bottom: 14px;
}
    
.content-box ol li,
.elementor-widget-text-editor ol li {
    counter-increment: ol-list-counter;
    position: relative;
    padding: 0 0 10px 40px;
    border-radius: 2.70px;
    line-height: 1.6;
}

.content-box ol ol,
.elementor-widget-text-editor ol ol {
	padding-top: 10px;
}

.content-box ol li li,
.elementor-widget-text-editor ol li li {
    padding: 0px 0 1px 0;
	list-style: disc;
}

.content-box ol li li::before,
.elementor-widget-text-editor ol li li::before {
	display: none;
}

.content-box ol li::before,
.elementor-widget-text-editor ol li::before {
    content: counter(ol-list-counter);
    font-size: 12px;
    line-height: 1.9;
    font-weight: 400;
    position: absolute;
    left: 0px;
    width: 24px;
    height: 24px;
    top: 0px;
    border-radius: 50%;
    border: 1px solid var( --e-global-color-primary );
    text-align: center;
    color: var( --e-global-color-primary );
}

@media screen and (min-width: 768px) {
    .content-box ol li::before,
    .elementor-widget-text-editor ol li::before {
        font-size: 14px;
        line-height: 1.7;
    }
}

.content-box hr {
    border: 0;
    border-top: 1px solid #E6E6E6;
    margin: 25px 0;
}

.content-box blockquote {
    font-style: italic;
    border-top: 1px solid #e3e3ef;
    border-bottom: 1px solid #e3e3ef;
    padding: 30px 0px;
    margin: 34px 0 34px;
    position: relative;
    color: var( --e-global-color-primary );
    font-size: 18px;
}
@media screen and (min-width: 768px) {
    .content-box blockquote {
        padding: 30px 50px;
        font-size: 24px;
    }
}

.content-box blockquote p {
    line-height: 1.4;
    margin-bottom: 10px;
}

.content-box blockquote cite {
    font-size: 14px;
    text-transform: uppercase;
}


/* Mobile */
.mobile-only {
	margin-bottom: 2px;
}
@media screen and (min-width: 768px) {
	.mobile-only {
		display: none !important;
	}
}


/* Elementor */
.site-main,
.elementor-location-single,
.elementor-location-archive {
	padding-top: 55px;
}
.elementor-nav-menu--dropdown {
    padding-top: 20px;
    padding-bottom: 20px;
}
.elementor-heading-title {
    line-height: 1.4;
}
.jet-listing-grid__slider-icon {
    transition: all .3s ease-in-out;
}
body .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0;
}
@media screen and (min-width: 768px) {
	.site-main,
	.elementor-location-single,
	.elementor-location-archive {
		padding-top: 100px;
	}
	body .elementor-cta__title {
		font-size: 30px;
		letter-spacing: -.5px;
	}
}
.elementor-widget-text-editor table {
    margin-top: 30px;
}
.elementor-widget-text-editor table td {
    background: none !important;
	border-color: #000 !important;
}

/* Utilities */
.bord-black {
	border-bottom: 1px solid #000;
	padding-bottom: 30px;
	margin-bottom: 40px !important;
}
.bord-white {
	border-bottom: 1px solid #fff;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.p-t--none {
	padding-top: 0 !important;
}


/* Membership */
.membership-toggle .elementor-toggle-icon-opened,
.membership-toggle .elementor-toggle-icon-closed {
	margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
	.membership-toggle {
		max-width: calc(100% - 170px);
	}
}


/* Buttons */
.elementor-button-icon svg {
    width: 36px;
}
.elementor-button-icon svg path {
	transition: all .3s ease-in-out;
}
.elementor-button .elementor-align-icon-right {
	margin-left: 24px;
}
.btn-b-w a svg path {
	fill: #000 !important;
}
.btn-b-w a:hover svg path {
	fill: #fff !important;
}
.btn-b-w a {
	color: #000 !important;
}
.btn-b-w a:hover {
	color: #fff !important;
	background: #000 !important;
}
.btn-w-b a svg path {
	fill: #fff !important;
}
.btn-w-b a:hover svg path {
	fill: #000 !important;
}
.btn-w-b a {
	color: #fff !important;
}
.btn-w-b a:hover {
	color: #000 !important;
	background: #fff !important;
}


.elementor-top-section {
    padding: 60px 20px;
}

@media screen and (min-width: 768px) {
    .elementor-top-section  {
        padding: 80px 30px;
    }
}

@media screen and (min-width: 1025px) {
    .elementor-top-section {
        padding: 100px 40px;
    }
}

@media screen and (min-width: 1300px) {
    .elementor-top-section {
        padding: 120px 50px;
    }
}

.elementor-icon-list-items a {
    display: flex;
    align-items: flex-start;
}

.elementor-icon-list-items .elementor-icon-list-icon {
    padding-top: 5px;
}


/* Fit Image */
.fit-img .elementor-widget-container {
    padding-top: 100%;
    position: relative;
    width: 100% !important;
}
.fit-img img {
    object-fit: cover;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-position: center top;
}


/* Password form */
.post-password-form {
    text-align: center;
    max-width: 500px;
    margin: 150px auto 120px;
    min-height: 40vh;
	padding: 0 20px;
}
.post-password-form p {
	flex-direction: column;
	margin-bottom: 40px;
}
.post-password-form label {
	margin: 0 0 22px;
	width: 100%;
	text-align:left;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.post-password-form label input {
	margin-top: 7px;
}
.post-password-form [type=submit] {
	width: 100%;
}


/* Stretch column image */
.stretch-img {
    align-self: stretch;
}
.stretch-img .elementor-widget-wrap {
    display: block !important;
}
.stretch-img .fit-img {
    position: absolute;
    top: 0;
}
@media screen and (max-width: 1024px) {
    .stretch-img .fit-img {
        left: 1px;  
    }
}
@media screen and (min-width: 1600px) {
    .stretch-img .fit-img {
        width: calc(100% + (50vw - 800px)) !important;
    }
}

/* Utilities */
.full-height {
    height: 100%;
    display: flex;
}

@media screen and (min-width: 1450px) {
    .side-padding--left > .elementor-widget-wrap {
        padding-left: calc(50vw - 620px) !important;
    }
    .side-padding--right > .elementor-widget-wrap {
        padding-right: calc(50vw - 620px) !important;
    }
}


/* Testimonial Offset */
.testimonials--offset .swiper-pagination {
    text-align: left;
    padding: 10px 20px;
}
.testimonials--offset .swiper-pagination-bullet {
	background: #fff;
	border-radius: 0 !important;
	width: 24px !important;
	height: 3px !important;
	opacity: 1 !important;
}
.testimonials--offset .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var( --e-global-color-primary );
}


/* Animated Hover Box */
.animated-hover-box::before {
    top: calc(100% - 7px);
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    content: '';
    display: block;
    background: #a3a6ff;
    transition: all .3s ease-in-out;
}
.animated-hover-box__content {
    transition: all .3s ease-in-out !important;
}
@media screen and (min-width: 768px) {
	.animated-hover-box > .elementor-container {
		height: 100%;
	}
	.animated-hover-box__col .elementor-widget-wrap {
		padding-bottom: 130px !important;
	}
	.animated-hover-box__content--button {
		position: absolute;
		bottom: 0;
		left: 0;
	}
}
@media screen and (max-width: 1024px) {
	.animated-hover-box .animated-hover-box__content {
		padding-left: 20px;	
		padding-left: 20px;	
	}
}
@media screen and (min-width: 1025px) {
	.animated-hover-box:hover .animated-hover-box__content {
		padding-left: 30px !important;
		padding-right: 20px !important;
	}
	.animated-hover-box .animated-hover-box__content {
		padding-right: 50px !important;
	}
	.animated-hover-box:hover::before {
		top: 0 !important;
	}
}
.events-grid .jet-listing-grid__item:nth-of-type(4n + 2) .animated-hover-box::before {
	background: #c354a9;
}
.events-grid .jet-listing-grid__item:nth-of-type(4n + 1) .animated-hover-box::before {
	background: #9f57b7;
}
@media screen and (max-width: 1400px) {
.datepickers-container {
	transform: translateX(-154px);
}
}


/* Course listing */
.course-listing-container:not(.active) .elementor-widget {
	display: none;
}
.course-listing-toggle {
	transition: all .3s ease-in-out;
}
.course-listing-container.active .course-listing-toggle {
	transform: rotate(180deg);
}
.course-listing__en-ops {
    padding: 5px 0 0 0;
}
.course-listing__en-op {
    transition: all .3s ease-in-out;
	border-top: 1px solid #fff;
}
.course-listing__en-op:hover {
    background: #fff;
}
.course-listing__en-op__col:first-of-type {
	padding: 10px 0;
}
@media screen and (max-width: 767px) {
	.course-listing__en-ops {
		padding-top: 10px;
	}
	.course-listing__en-op {
		padding-top: 10px;
	}
	.course-listing__en-op__col:first-of-type {
		order: 5;
	}
	.course-listing__en-op {
		display: flex;
		flex-direction: column;
	}
}
@media screen and (min-width: 768px) {
	.course-listing__en-op__col {
		padding: 10px 0;
	}
}
.course-listing__en-op .button {
    background: #000;
    color: #fff;
    padding: 13px 21px;
    display: inline-block;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
}
.course-listing__en-op .button svg {
	width: 31px !important;
    margin-left: 7px;
    display: inline-block;
}
.course-listing__en-op .button svg path {
	fill: #fff;
}
.course-listing__en-op .button:hover {
    background: var( --e-global-color-primary );
}
@media screen and (max-width: 1024px) {
	.course-listing__en-op .button svg {
		display: none;
	}
}
@media screen and (min-width: 768px) {
.course-listing__en-op {
    display: flex;
    align-items: center;
}
.course-listing__en-op__col {
    flex-grow: 1;
    width: 33.33%;
}
.course-listing__en-op--4-col .course-listing__en-op__col {
    width: 25%;
}
}


/* Exhibition Fields */
.exhibition-fields {
	padding: 0 0 20px 0;
}
.exhibition-fields li h4,
.exhibition-fields li h5 {
	font-weight: 400;
	padding: 0;
	margin: 0 0 10px;
}
.exhibition-fields ul {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
.exhibition-fields ul li {
	padding: 0 0 15px;
}


/* Reeponsive Embeds */
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
	margin: 30px 0;
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}


/* Gravity Forms */
body .gform_wrapper.gravity-theme .description, 
body .gform_wrapper.gravity-theme .gfield_description, 
body .gform_wrapper.gravity-theme .gsection_description, 
body .gform_wrapper.gravity-theme .instruction {
	letter-spacing: .5px;
}
body .gform_wrapper.gravity-theme .gform_validation_errors>h2.hide_summary {
	color: #fff;
}
body .gform_required_legend {
    display: none;
}
body .gform_wrapper.gravity-theme .gfield_label {
    color: #000;
    font-size: 13px;
}
body .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 40px;
}
@media screen and (min-width: 641px) {
    body .gform_wrapper.gravity-theme .gform_fields {
        grid-column-gap: 40px;
    }
}
body .gform_wrapper.gravity-theme input[type=color], 
body .gform_wrapper.gravity-theme input[type=date], 
body .gform_wrapper.gravity-theme input[type=datetime-local], 
body .gform_wrapper.gravity-theme input[type=datetime], 
body .gform_wrapper.gravity-theme input[type=email], 
body .gform_wrapper.gravity-theme input[type=month], 
body .gform_wrapper.gravity-theme input[type=number], 
body .gform_wrapper.gravity-theme input[type=password], 
body .gform_wrapper.gravity-theme input[type=search], 
body .gform_wrapper.gravity-theme input[type=tel], 
body .gform_wrapper.gravity-theme input[type=text], 
body .gform_wrapper.gravity-theme input[type=time], 
body .gform_wrapper.gravity-theme input[type=url], 
body .gform_wrapper.gravity-theme input[type=week], 
body .gform_wrapper.gravity-theme select, 
body .gform_wrapper.gravity-theme textarea {
    background: none;
    border-radius: 0px;
    padding: 10px 25px !important;
    width: 100%;
    color: #000;
    background-color: #FFFFFF00;
    border: 1px solid var( --e-global-color-primary );
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 16px;
}
body .gform_wrapper.gravity-theme select {
    appearance:  none;
    background: url(/wp-content/themes/lead-to-empower/images/icon-select.svg) center/contain no-repeat;
    background-position: calc(100% - 20px) center;
    background-size: 12px auto;
}
body .gform_wrapper .ginput_container {
    position: relative;
}
body .gform_wrapper .ginput_container::before {
    left: -10px;
    bottom: -12px;
    width: 19px;
    height: 25px;
    position: absolute;
    content: '';
    display: block;
}
body .gform_wrapper .ginput_container_textarea::before {
    bottom: -3px;
}
body .gform_wrapper.gravity-theme textarea,
body .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 100px;
}
body .gform_wrapper.gravity-theme .gform_footer input {
    padding: 14px 40px;
    border-radius: 0px !important;
    border: 0;
    background: #000000;
    color: #fff;
    margin: 0 0 0 auto;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
	body .gform_wrapper.gravity-theme .gform_footer input {
		font-size: 14px;
	}
}
body .gform_wrapper.gravity-theme .gform_footer input:hover {
    background-color: #265778;
}
body .gform_wrapper.gravity-theme .validation_message {
    background: #880c2a;
    border: 0;
    color: #fff !important;
    border-radius: 0;
    padding: 5px 10px !important;
    display: inline-block !important;
    width: auto !important;
}
body .gform_wrapper.gravity-theme .gform_validation_errors {
    background: #880c2a;
    border-color: #880c2a;
    color: #fff;
    border-radius: 0;
}
body .gform_wrapper .gform_validation_errors>h2 {
    color: #fff;
}
body .gform_wrapper .gform_validation_errors>h2 {
    color: #fff;
}
body .gform_wrapper .gform_validation_errors>h2 .gform-icon {
    color: #fff;
}
body .gform_wrapper textarea {
    height: 140px !important;
}
body .dark-form .gform_wrapper.gravity-theme .gfield_label {
    color: #fff;
}
body .dark-form .gform_wrapper.gravity-theme input[type=color], 
body .dark-form .gform_wrapper.gravity-theme input[type=date], 
body .dark-form .gform_wrapper.gravity-theme input[type=datetime-local], 
body .dark-form .gform_wrapper.gravity-theme input[type=datetime], 
body .dark-form .gform_wrapper.gravity-theme input[type=email], 
body .dark-form .gform_wrapper.gravity-theme input[type=month], 
body .dark-form .gform_wrapper.gravity-theme input[type=number], 
body .dark-form .gform_wrapper.gravity-theme input[type=password], 
body .dark-form .gform_wrapper.gravity-theme input[type=search], 
body .dark-form .gform_wrapper.gravity-theme input[type=tel], 
body .dark-form .gform_wrapper.gravity-theme input[type=text], 
body .dark-form .gform_wrapper.gravity-theme input[type=time], 
body .dark-form .gform_wrapper.gravity-theme input[type=url], 
body .dark-form .gform_wrapper.gravity-theme input[type=week], 
body .dark-form .gform_wrapper.gravity-theme select, 
body .dark-form .gform_wrapper.gravity-theme textarea {
    border-color: #fff;
    color:  #fff;
}
body .dark-form .gform_wrapper.gravity-theme .gform_footer input {
    background: transparent;
}
body .dark-form .gform_wrapper.gravity-theme .gform_footer input:hover {
    background: var( --e-global-color-primary );
}
body .dark-form .gform_confirmation_message {
    color: #fff !important;
    text-align: center !important;
}


/* Search form */
body .probox .proinput input.orig, 
body div.asl_w .probox .proinput input.orig,
body #ajaxsearchlite1 .probox .proinput input.orig {
	border: 0;
    padding: 13px 30px 13px 0 !important;
    font-size: 32px !important;
    height: auto !important;
	color: #fff !important;
	font-family: var(--e-global-typography-primary-font-family) !important;
	font-weight: 700;
}
body #ajaxsearchlite1 .probox .proinput input.orig::placeholder {
	color: #fff !important;
	font-family: var(--e-global-typography-primary-font-family) !important;
	font-size: 32px !important;
}
body div.asl_w .probox .promagnifier {
	background: none !important;
	box-shadow: none !important;
}
body .wpdreams_asl_container {
	border: 0 !important;
	border: 0 !important;
	background: #f5f5f5 !important;
	height: 65px;
	display: flex;
    align-items: center;
}
body div.asl_w {
	background: transparent !important;
}
body #ajaxsearchlite1 .probox, div.asl_w .probox {
	height: 64px;
	border: 0 !important;
	align-items: center;
	background: none !important;
	box-shadow: none !important;
	padding: 0;
	border-bottom: 1px solid #fff !important;
}
body div.asl_w .probox .promagnifier {
	width: 54px;
}
body div.asl_w {
	box-shadow: none !important;
}
body div.asl_r.vertical {
	background: none !important;
	box-shadow: none !important;
}
@media screen and (min-width: 768px) {
	body div.asl_r.vertical {
		min-width: 400px;
	}
}
body .asl_simplebar-content {
	box-shadow: none !important;
	background: #fff !important;
	border: 1px solid #f5f5f5;
}
body div.asl_m .probox {
	width: 100% !important;
}
body div.asl_m .probox .proinput input.autocomplete {
	margin-top: 20px !important;
}
body div.asl_w .probox .promagnifier .innericon {
	background: none !important;
}
body div.asl_w .probox .promagnifier svg path {
	transition: all .3s ease-in-out;
}
div.asl_m .probox .promagnifier .innericon svg {
	width: 32px !important;
}
body div.asl_w .probox .promagnifier:hover svg path {
	fill: #cd916a;
}
body div[id*='ajaxsearchliteres'].wpdreams_asl_results .results div.asl_image {
    width: 110px;
    height: 110px;
    margin: 0 30px 0 0;
}
body div.asl_r .results .item {
	background: none !important;
	border: 0 !important;
	padding: 0;
}
body div.asl_r .results .item .asl_content {
	padding: 20px;
	transition: all .3s ease-in-out;
}
body div.asl_r .results .item .asl_content:hover {
	background: rgba(255,255,255,.1);
}
body div.asl_r .results .item .asl_content h3 a {
    line-height: 1.2 !important;
    display: block !important;
    font-size: 16px !important;
	font-weight: 700 !important;
    color: #fff !important;
	padding-top: 4px !important;
	margin-bottom: 10px !important;
	transition: all .3s ease-in-out !important;
}
@media screen and (min-width: 768px) {
	body div.asl_r .results .item .asl_content h3 a {
		font-size: 18px !important;
	}
	body div.asl_r .results .item .asl_content .asl_desc {
		font-size: 14px;
	}
}
/* body div.asl_r .results .item:hover .asl_content h3 a {
	color: #ef361e !important;
} */
body div.asl_r .results {
    height: calc(100vh - 91px) !important;
}
body div.asl_r .results .item .asl_content .asl_desc {
	color: #fff;
}
body div.asl_r.vertical {
	padding: 0;
}
body div.asl_r .results .item {
	padding: 0;
}




/* WooCommerce */
.woocommerce-page .site-main {
	padding-top: 120px;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before{
	display: none;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	margin-bottom: 30px;
}
.woocommerce ul.order_details li {
	margin-bottom: 30px;
}
.woocommerce ul.order_details {
	padding: 0;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
	padding-left: 0;
}
.woocommerce .woocommerce-customer-details address {
	padding: 0;
	border: 0;
}
.woocommerce-cart h1.entry-title,
.woocommerce-checkout h1.entry-title {
	font-family: var(--e-global-typography-primary-font-family) !important;
	font-weight: 900 !important;
	text-align: center;
	margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
	.woocommerce-cart h1.entry-title,
	.woocommerce-checkout h1.entry-title {
		font-size: 66px;
		font-weight: 900;
	}
}
.woocommerce h2,
.woocommerce h3 {
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: 900;
}
@media screen and (min-width: 768px) {
	.woocommerce h2 {
		font-size: 40px;
	}
}
.woocommerce-cart .site-main,
.woocommerce-page .site-main {
	min-height: 100vh;
	padding-top: 100px;
	padding-bottom: 150px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce div.product.elementor .quantity+.button, .woocommerce a.button.alt, .woocommerce div.product form.cart .button {
	font-size: 14px !important;
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
	color: #000 !important;
	border-radius: 0px;
	padding: 14px 23px;
	background: none !important;
	transition: all .3s ease-in-out;
	border: 1px solid #000;
	font-weight: 900 !important;
    text-transform: uppercase !important;
	line-height: 1.4;
}
@media screen and (min-width: 768px) {
	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce div.product.elementor .quantity+.button, .woocommerce a.button.alt, .woocommerce div.product form.cart .button {
		font-size: 16px !important;
	}
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce div.product.elementor .quantity+.button:hover, .woocommerce a.button.alt:hover, .woocommerce div.product form.cart .button:hover {
	color: #fff !important;
	background: var( --e-global-color-primary ) !important;
	border-color: var( --e-global-color-primary );
}
.woocommerce div.product.elementor .quantity .qty {
	border-radius: 0px;
	border: 1px solid #000;
	font-size: 18px;
	font-weight: 900;
	font-family: 'Ezra', sans-serif;
	padding: 14px 7px 14px 20px;
}
.woocommerce table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th,
.woocommerce td,
.woocommerce th {
	background: transparent !important;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	background: none;
	border: 0 !important;
	border-radius: 0px;
	width: 100% !important;
	margin-bottom: 30px !important;
}
.woocommerce-info::before {
	color: #000;
}
.woocommerce-message::before {
    color: var( --e-global-color-primary );
}
.woocommerce-error {
	border-color: #f9020c;
	color: #f9020c;
}
.woocommerce-error::before,
.woocommerce form .form-row.woocommerce-invalid label{
    color: #f9020c;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
	border-color: #f9020c;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
	border-color: #c99748;
}
.woocommerce-Addresses {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
}
.woocommerce .woocommerce-Addresses .col-1,
.woocommerce .woocommerce-Addresses .col-2 {
	width: 100%;
	margin-bottom: 30px;
}
.woocommerce-EditAccountForm fieldset {
    margin: 20px 0 30px;
}
.woocommerce form .form-row.place-order {
	text-align: center;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
	background: #cccccc !important;
	color: #fff !important;
	padding: 15px 23px;
}
.woocommerce-cart table.cart .product-thumbnail {
	padding: 0;
	width: 100px;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	border-radius: 0px;
	font-size: 16px;
	font-weight: 400;
	padding: 12px 20px 12px 20px;
}
.woocommerce .select2-selection {
	border-radius: 0px;
	border: 1px solid #666666;
	height: auto;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px;
    right: 13px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	border-radius: 0px;
	font-size: 16px;
	font-weight: 400;
	padding: 12px 20px 12px 20px;
}
.woocommerce form.checkout_coupon {
	display: flex;
    flex-wrap: wrap;
}
.woocommerce form.checkout_coupon > p {
	width: 100%;
}
.woocommerce div.product form.cart .button {
	font-weight: 900 !important;
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 150px !important;
}
.woocommerce table td, .woocommerce table th {
	border: 0;
	font-family: var(--e-global-typography-text-font-family);
	font-weigt: 400 !important;
}
.woocommerce a {
    color: var( --e-global-color-def4b17 );
}
.woocommerce a:not(:hover) {
	text-decoration: none;
}
.woocommerce-cart table.cart input.qty {
    width: 50px;
    padding: 10px 0;
}
.woocommerce table.shop_table th {
    padding: 20px 22px;
}
.woocommerce table.shop_table td {
    padding: 10px 22px;
}
.woocommerce #payment #place_order {
    font-size: 20px;
	float: none;
	margin-top: 20px;
	padding: 20px 50px;
	position: relative;
}
.woocommerce table.shop_table td.product-name a {
	font-size: 14px;
	color: #000;
	line-height: 1.1 !important;
    display: block;
}
.single-product .woocommerce-notices-wrapper {
	background: transparent;
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info {
	margin-top: 30px;
	margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
	.woocommerce-notices-wrapper .button {
		margin-top: -14px !important;
	}
}
.woocommerce .cart-collaterals, 
.woocommerce-page .cart-collaterals {
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 50px 30px;
	border: 1px solid #dbdbdc;
}
.woocommerce .cart-collaterals .cart-subtotal {
	display: none;
}
.woocommerce .cart-collaterals tr {
    display: flex;
    flex-direction: column;
}
.woocommerce .cart-collaterals tr th,
.woocommerce .cart-collaterals tr td {
	padding: 0;
	text-align: center;
	width: 100% !important;
	border: 0 !important;;
}
.woocommerce .cart-collaterals tr {
	padding: 20px;
}
.woocommerce .cart-collaterals tr th {
	text-transform: uppercase;
	padding:0 0 10px;
}
.woocommerce .cart-collaterals h2 {
	margin: 10px !important;
}
.woocommerce .cart-collaterals h2,
.woocommerce-checkout h3 {
	margin-bottom: 40px;
    margin-top: 0px;
	font-size: 21px;
	text-transform: uppercase;
}
.woocommerce-checkout h3 {
	text-align: center;
	width: 100%;
}
.woocommerce table.shop_table {
	border: 0;
}
.woocommerce-cart h1,
.woocommerce-checkout h1{
    padding: 70px 0 40px;
	margin-top: 0;
}
.woocommerce-form-coupon-toggle {
    width: 100%;
    text-align: center;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
	padding: 20px;
}
.woocommerce-form-coupon-toggle .woocommerce-info::before {
	display: none;
}
.woocommerce form.checkout_coupon {
	width: 100%;
	margin-top: 0;
}
.woocommerce-checkout #payment div.payment_box {
	padding: 0;
	background: none;
}
.woocommerce-checkout #payment div.payment_box::before {
	display: none;
}
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
    float: left;
    width: 100%;
}
.woocommerce-checkout .col2-set .col-1 {
	margin-bottom: 40px;
}
.woocommerce-checkout #payment div.payment_box .form-row {
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}
.wc-stripe-elements-field, .wc-stripe-iban-element-field {
    border: 1px solid #000;
    padding: 13px;
}
.woocommerce-checkout fieldset {
	border: 0;
}
.woocommerce-cart .site-main .page-content .woocommerce-notices-wrapper {
	padding-top: 0;
}
.woocommerce-cart .site-main .page-content .woocommerce {
	border: 1px solid #f2f2f2;
}
@media screen and (max-width: 1024px) {
	.woocommerce-cart .site-main .page-content .woocommerce,
	.woocommerce-checkout .site-main .page-content .woocommerce {
		padding-left: 30px;
		padding-right: 30px;
	}
	.woocommerce-cart .site-main,
	.woocommerce-checkout .site-main {
		max-width: 100% !important;
	}
}
@media screen and (min-width: 1025px) {
	.woocommerce-cart .site-main .page-content .woocommerce,
	.woocommerce-checkout .site-main .page-content .woocommerce {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 1400px;
		margin: 0 auto;
		align-items: flex-start;
	}
	.woocommerce-checkout .site-main .page-content .woocommerce {
		max-width: 800px;
	}
	.woocommerce-cart .site-main .page-content .woocommerce-notices-wrapper,
	.woocommerce-checkout .site-main .page-content .woocommerce-notices-wrapper{
		width: 100%;
	}
	.woocommerce-cart .site-main .page-content .woocommerce-cart-form {
		width: 60%;
	}
	.woocommerce-cart .site-main .page-content .cart-collaterals {
		width: 30%;
	}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
		width: 100%;
	}
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	border: 0;
	padding: 0;
	background: none;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: none;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
	margin-bottom: 60px;
}
.woocommerce table caption+thead tr:first-child td, 
.woocommerce table caption+thead tr:first-child th, 
.woocommerce table colgroup+thead tr:first-child td, 
.woocommerce table colgroup+thead tr:first-child th, 
.woocommerce table thead:first-child tr:first-child td, 
.woocommerce table thead:first-child tr:first-child th {
	border-top: 0;
}

.woocommerce-error,
.woocommerce-message, 
.woocommerce-info {
	width: 100%;
	margin-bottom: 40px;
	max-width: 1350px;
	margin: 0 auto;
}
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-message, 
.woocommerce-notices-wrapper  .woocommerce-info {
	margin-bottom: 0;
}
.woocommerce-cart table.cart img {
	width: 120px;
	float: left;
}
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0 0 40px 0;
	border: 1px solid #e5e5e5;
}
.woocommerce-MyAccount-navigation ul li {
	display: block;
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul a:hover {
	background: var( --e-global-color-primary );
	border-bottom-color: var( --e-global-color-primary );
	color: #fff;
}
.woocommerce-MyAccount-navigation ul a {
	display: block;
	padding: 12px 20px;
	border-bottom: 1px solid #e5e5e5;
	transition: all .3s ease-in-out;
	color: #000;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25%;
}
.woocommerce-account .woocommerce h2 {
	display: none;
}
.woocommerce-account .woocommerce-form-login {
	max-width: 500px;
    margin: 0 auto !important;
	border-radius: 0 !important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	width: 100%;
    margin-top: 8px;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 900 !important;
}
.woocommerce form .form-row .required {
	color: var( --e-global-color-def4b17 );
}