/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin.
 */


.cs-contact-sect .wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-half,
.cs-form-sect .wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-half {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 15px;
}
.cs-contact-sect .wpforms-container .wpforms-field .wpforms-field-row,
.cs-form-sect .wpforms-container .wpforms-field .wpforms-field-row {
	width: 100%;
	max-width: 100%;
	/*display: block;*/
}
.cs-contact-sect .wpforms-container .wpforms-field,
.cs-form-sect .wpforms-container .wpforms-field {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 15px;
}
.cs-contact-sect .wpforms-container .wpforms-field.wpforms-field-name,
.cs-form-sect .wpforms-container .wpforms-field.wpforms-field-name {
	margin-bottom: 0px;
}
.cs-contact-sect .wpforms-container .wpforms-field-email input,
.cs-contact-sect .wpforms-container .wpforms-field-phone input,
.cs-form-sect .wpforms-container .wpforms-field-email input,
.cs-form-sect .wpforms-container .wpforms-field-phone input {
	width: 100%;
	max-width: 100%;
}
.cs-contact-sect div.wpforms-container-full .wpforms-form em.wpforms-error,
.cs-form-sect div.wpforms-container-full .wpforms-form em.wpforms-error {
	margin-top: 10px;
}
.cs-contact-sect .wpforms-field-payment-checkbox label,
.cs-form-sect .wpforms-field-payment-checkbox label {
	font-size: 16px;
}
.cs-contact-sect .cs-form form .wpforms-submit,
.cs-form-sect .cs-form form .wpforms-submit {
	font-family: "Nunito", Sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
    color: var(--e-global-color-14ef391);
    background-color: transparent;
    background-image: linear-gradient(-45deg, var(--e-global-color-primary) 0%, #EBD371 100%);
    border-radius: 5px 5px 5px 5px;
    transition: all .3s;
    outline: none !important;
    min-width: 100px;
}
.cs-contact-sect .cs-form form .wpforms-submit:hover,
.cs-form-sect .cs-form form .wpforms-submit:hover {
	color: var(--e-global-color-14ef391);
    background-color: transparent !important;
    background-image: linear-gradient(45deg, #EBD371 0%, var(--e-global-color-primary) 100%) !important;
}
.cs-contact-sect .cs-form form .wpforms-submit:after,
.cs-form-sect .cs-form form .wpforms-submit:after {
	display: none;
}
.cs-contact-sect .cs-form form,
.cs-form-sect .cs-form form {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
}
.cs-contact-sect .wpforms-field-textarea label.wpforms-field-label,
.cs-form-sect .wpforms-field-textarea label.wpforms-field-label {
	margin-bottom: 5px;
}

.cs-book-form .cs-form {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
}
.cs-book-form .wpforms-container .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress {

}
.cs-book-form div.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-row {
	max-width: 100%;
}
.cs-book-form div.wpforms-container-full .wpforms-form .wpforms-field input,
.cs-book-form div.wpforms-container-full .wpforms-form .wpforms-field select {
	max-width: 100%;
}
.cs-book-form div.wpforms-container-full .wpforms-form label.wpforms-field-label {
	margin-bottom: 5px;
}
.cs-book-form .cs-form form .wpforms-page-button,
.cs-book-form .cs-form form .wpforms-submit {
	font-family: "Nunito", Sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 0px;
    color: var(--e-global-color-14ef391);
    background-color: transparent;
    background-image: linear-gradient(-45deg, var(--e-global-color-primary) 0%, #EBD371 100%);
    border-radius: 5px 5px 5px 5px;
    transition: all .3s;
    outline: none !important;
    min-width: 120px;
}
.cs-book-form .cs-form form .wpforms-page-button:hover,
.cs-book-form .cs-form form .wpforms-submit:hover {
	color: var(--e-global-color-14ef391);
    background-color: transparent !important;
    background-image: linear-gradient(45deg, #EBD371 0%, var(--e-global-color-primary) 100%) !important;
}
.cs-book-form .cs-form form .wpforms-page-button:after,
.cs-book-form .cs-form form .wpforms-submit:after {
	display: none;
}

.cs-contact-sect .cs-newsletter .wpforms-field-payment-checkbox label{
	font-size: 13px;
}
.cs-contact-sect .cs-landingform{
	max-width: 310px;
	margin: auto;
}

.cs-contact-sect .wpforms-container .wpforms-field input[type="text"],
.cs-contact-sect .wpforms-container .wpforms-field input[type="email"],
.cs-contact-sect .wpforms-container .wpforms-field input[type="tel"],
.cs-contact-sect .wpforms-container .wpforms-field textarea,
.cs-book-form .wpforms-container .wpforms-field input[type="text"],
.cs-book-form .wpforms-container .wpforms-field input[type="email"],
.cs-book-form .wpforms-container .wpforms-field input[type="tel"],
.cs-book-form .wpforms-container .wpforms-field select,
.cs-book-form .wpforms-container .wpforms-field textarea,
.cs-form-sect .wpforms-container .wpforms-field input[type="text"],
.cs-form-sect .wpforms-container .wpforms-field input[type="email"],
.cs-form-sect .wpforms-container .wpforms-field input[type="tel"] {
	border: 1px solid #a48a45 !important;
	border-radius: 0px;
}
.cs-form-sect .wpforms-container .wpforms-field.wpforms-field-text input {
	width: 100%;
	max-width: 100%;
}
.cs-map-btn #cs-map {
    background-color: #fff;
    background-image: unset;
    color: #000;
}
.cs-img-box .elementor-image-box-img {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #947564;
    border-radius: 12px;
    transition-duration: 0.3s;
    min-height: 120px;
    min-width: 120px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-right: 30px !important;
}
.cs-img-box .elementor-image-box-img img {
    border: none !important;
    border-radius: 0px;
    max-width: 75px;
}
.cs-img-box > .elementor-widget-container {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.cs-landingform .wpforms-field-text input {
    max-width: 100%;
    width: 100%;
}
form .wpforms-field-payment-checkbox ul .wpforms-field-label-inline {
    font-size: 14px !important;
}
.cs-landingform .wpforms-submit-container,
.cs-form-sect .wpforms-submit-container {
    text-align: center;
}

@media (min-width: 1300px) {
    .cs-img-post .cs-right-img .elementor-widget-container img {
        min-width: 500px;
    }
    .cs-img-post .cs-right-img {
        height: 65%;
        top: 50%;
        left: 10px !important;
        transform: translateY(-50%);
        z-index: 9;
    }
}

@media (min-width: 1200px) {
    .cs-landingform .wpforms-submit-container .wpforms-submit,
    .cs-form-sect .wpforms-submit-container .wpforms-submit  {
        font-size: 18px !important;
        min-width: 175px !important;
        text-align: center;
    }
}

@media (max-width: 1299px) {
    .cs-img-post .cs-right-img {
        height: 65%;
        top: 40%;
        left: 10px !important;
        transform: translateY(-50%);
        z-index: 9;
    }
    .cs-img-post .elementor-container .elementor-col-50 {
        width: 50% !important;
    }
    .cs-img-post .cs-right-img .elementor-widget-container img {
        min-width: 120%;
    }
}
@media (max-width: 767px) {
	.cs-contact-sect div.wpforms-container-full .wpforms-form .iti--allow-dropdown .iti__country-container .iti__dropdown-content {
		min-width: 220px;
	}
    .cs-img-box > .elementor-widget-container .elementor-image-box-wrapper {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        row-gap: 1rem;
        column-gap: 1rem;
    }
}

@media (max-width: 350px) {
    .cs-img-box .elementor-image-box-img {
        min-width: 100px;
        min-height: 100px;
    }
}
.elementor-11727 .elementor-element.elementor-element-2964b4d.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
    align-content: unset !important;
    align-items: unset !important;
}


.custom-blog-posts {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.custom-blog-posts .post__card {
    background-color: #fff;
    border: 0 solid #69727d;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    transition: all .25s;
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}
.custom-blog-posts .post__card:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
}

.custom-blog-posts .post__card .post__thumbnail {
    padding-bottom: calc(0.66 * 100%);
    position: relative;
}
.custom-blog-posts .post__card .post__thumbnail__link {
    position: relative;
    overflow: hidden;
}
.custom-blog-posts .post__card .post__thumbnail img {
    height: auto;
    left: calc(50% + 1px);
    position: absolute;
    top: calc(50% + 1px);
    transform: scale(1.01) translate(-50%, -50%);
    display: block;
}
.custom-blog-posts .post__card .post__thumbnail__link a:after {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 75%);
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    opacity: 1;
    position: absolute;
    transition: all .3s ease-out;
    width: 100%;
}
.custom-blog-posts .post__card:hover .post__thumbnail__link a:after {
    opacity: 0.5;
}
.custom-blog-posts .post__text {
    margin-top: 20px;
    padding: 0 30px 30px;
    font-family: "Nunito", Sans-serif;
}
.custom-blog-posts .post__text .entry-title {
    font-size: 20px;
    color: #397491;
    font-weight: normal;
    line-height: 1.2em;
    letter-spacing: 1.5px;
    font-family: "Nunito", Sans-serif;
}
.custom-blog-posts .post__text .entry-title a {
    color: #397491;
    text-transform: uppercase;
}
.custom-blog-posts .post__text a.post__read-more-wrapper {
    text-transform: uppercase;
}
.custom-blog-posts .post__text .entry-footer {
    padding-top: 15px;
}
.custom-pagination {
    width: 100%;
    text-align: center;
    display: block;
}
.custom-pagination span,
.custom-pagination a {
    color: #6E6E6E;
    font-size: 18px;
    font-weight: normal;
    font-family: "Nunito", Sans-serif;
}
.custom-pagination .page-number:not(:last-child),
.custom-pagination .prev-page {
    margin-right: calc(15px / 2);
}
.custom-pagination .page-number:not(:first-child),
.custom-pagination .next-page {
    margin-left: calc(15px / 2);
}
.custom-pagination {
    margin-top: 30px;
}

@media (max-width: 1219px) {
    .custom-blog-posts {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .custom-blog-posts {
        grid-template-columns: repeat(1, 1fr);
    }
}

.single-post div.type-post ul.elementor-icon-list-items li span.elementor-icon-list-icon {
    margin-right: 5px;
}
.custom-pagination .page-number.current {
    color: #A48A45;
}


@media (max-width: 1219px) {
    .headermainmenu nav > ul {
        padding: 20px;
        border-top: 5px solid #A48A45;
    }
}
@media (max-width: 767px) {
    .headericons .elementor-icon-list-items li {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .headericons .elementor-icon-list-items li:first-child {
        display: none;
    }
    .headericons .elementor-icon-list-items {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
	.elementor-kit-26 h2 {
        font-size: 20px !important;
    }
	h3, h3 a, .elementor-kit-26 h3{
		font-size: 15px !important;
		font-weight: bold !important;
	}
	
}

/**Search**/
.dialog-type-lightbox .dialog-lightbox-widget-content {
    background-color: transparent !important;
}
.dialog-type-lightbox .elementor-location-popup > div::before,
.dialog-type-lightbox .e-search-form .e-search-input-wrapper input,
.dialog-type-lightbox .elementor-widget-container {
    background-color: transparent !important;
}

.search-page .search-posts {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	padding: 0px
}
.search-page .search-posts li {
	background-color: #fff;
	border: 0 solid #69727d;
	border-radius: 3px;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	position: relative;
	transition: all .25s;
	width: 100%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}
.search-page .search-posts li .expert-content {
	padding: 10px 15px 20px;
}
.search-page .search-posts li h2 {
	padding: 0px 15px;
    color: #397491;
    font-family: "Nunito", Sans-serif;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px;
}
}
.search-page .search-posts div.expert-content p {
	font-family: "Nunito", Sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5em;
}
.search-page .search-posts li a img {
	margin-bottom: 10px;
    width: 100%;
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
    object-position: top center;
}
.search-page .search-posts div.expert-content a {
    color: #A48A45;
	font-family: "Nunito", Sans-serif;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
}
.search-page .search-posts li .expert-content a:hover{
 color: #336;   
}

.search-page .search-posts li:hover {
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
}

@media (max-width: 1024px) {
	.search-page .search-posts {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 991px) {
	.search-page .search-posts {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 450px) {
	.search-page .search-posts {
		grid-template-columns: repeat(1, 1fr);
	}
	#site-search input.site-search-input,
	#site-search input.site-search-input::placeholder {
		font-size: 24px;
	}
}
#search-loading img {
    max-width: 135px;
}

.search-page .search-posts div.expert-content {
    padding-top: 0px;
}

@media (min-width: 451px) and (max-width: 767px) {
    .search-results .full_container_page_title .container,
    .search-results .container {
        width: 90%;
    }
    .search-results .container.search-page {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .search-page .search-posts {
        margin-left: 0px;
    }
    .search-results .page_heading h1 {
        font-size: 30px;
        line-height: 32px;
    }
}

form.search-form .search-label .search-field {
  border: none;
  border-bottom: 1px solid #fff !important;
  outline: none !important;
  box-shadow: none !important;
  color: #fff;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  background-color: transparent;
  width: 100%;
  min-width: 100%;
}
form.search-form .search-label .search-field::placeholder {
  color: #fff;
}
form.search-form {
  display: flex;

  flex-wrap: wrap;
}

.search-label{width: 100%}

@media (max-width: 767px) {
  form.search-form .search-label .search-field {
    font-size: 24px;
  }
}
/* Chrome, Edge, Safari */
.search-field::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 22px;
    width: 22px;
	font-weight: bold;
	background: transparent;
    font-size: 30px;
    background-color: #fff;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M18.3 5.7L12 12l6.3 6.3-1.4 1.4L12 13.4l-6.3 6.3-1.4-1.4L10.6 12 4.3 5.7l1.4-1.4L12 10.6l6.3-6.3z'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    cursor: pointer;
}
.search-results .cs-search-sect .page-header h1 {
    display: block;
    margin-left: 0px;
    margin-bottom: 30px;
    font-family: "Nunito", Sans-serif;
    font-size: 33px;
    font-weight: normal;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.1em;
    letter-spacing: 0px;
}
@media (max-width: 767px) {
    .search-results .cs-search-sect .page-header h1 {
        font-size: 28px;
    }
}
.custom_bg_section .elementor-col-33 .elementor-cta .elementor-cta__bg-wrapper {
	display: none;
}
.custom_bg_section .elementor-col-33 .elementor-cta__content {
	padding: 0;
    position: relative;
    align-items: flex-start;
    align-content: flex-start;
}
.custom_bg_section .elementor-col-33 .elementor-cta__content .elementor-content-item {
	min-height: 62vh;
	position: relative;
	margin-bottom: 0px;
}
.custom_bg_section .elementor-col-33 .elementor-cta__content .elementor-content-item img {
	height: 100%;
    min-height: 62vh;
    object-fit: cover;
}
.custom_bg_section .elementor-col-33:nth-child(2) .elementor-cta__content .elementor-content-item,
.custom_bg_section .elementor-col-33:nth-child(2) .elementor-cta__content .elementor-content-item img {
	min-height: 30vh;
	max-height: 30vh;
}
.custom_bg_section .elementor-col-33 .elementor-cta__title {
	position: absolute !important;
    padding: 32px;
    bottom: 10px;
    min-height: inherit !important;
    align-content: end !important;
    z-index: 999;
}
.custom_bg_section .elementor-col-33 .elementor-cta__content div.elementor-content-item:before {
	content: '';
	background-color: #6E6E6E59;
	position: absolute;
	width: 100%;
	height: calc(100% - 5px);
	top: 0px;
	left: 0px;
	z-index: 9;
}
.custom_bg_section .elementor-col-33:nth-child(2) .elementor-cta__content div.elementor-content-item:before {
	height: 100%;
}
@media (min-width: 768px) and (max-width: 1219px) {
	.custom_bg_section .elementor-col-33 .elementor-cta__content .elementor-content-item,
	.custom_bg_section .elementor-col-33 .elementor-cta__content .elementor-content-item img {
		min-height: 30vh;
		max-height: 30vh;
	}
	.custom_bg_section .elementor-col-33:nth-child(2) .elementor-cta__content .elementor-content-item,
	.custom_bg_section .elementor-col-33:nth-child(2) .elementor-cta__content .elementor-content-item img {
		min-height: 15vh;
		max-height: 15vh;
	}
	.custom_bg_section .elementor-col-33 .elementor-cta__content div.elementor-content-item:before {
		height: 100%;
	}
}
@media (max-width: 767px) {
	.custom_bg_section .elementor-col-33 .elementor-cta__content .elementor-content-item,
	.custom_bg_section .elementor-col-33 .elementor-cta__content .elementor-content-item img {
		min-height: 30vh;
		max-height: 30vh;
	}
	.custom_bg_section .elementor-col-33 .elementor-cta__content div.elementor-content-item:before {
		height: 100%;
	}
}