/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1766385752
Updated: 2025-12-22 06:42:32

*/
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

p {
    margin-bottom: 0;
}
.sticky {
	background:#fff;
}
.error404 .sticky {
	background:#fff !important;
}
.error404 #headermain {
	background: #0000 !important;
}
div#headermain {
position: fixed;
top: 0;
width: 100%;
transition: 0.4s ease all;
}
span.hfe-menu-toggle.sub-arrow.hfe-menu-child-0 {
    border: 0px dotted transparent !important;
}

.h1_font {
    font-size: 80px;
    line-height: 90px;
}
.cus_white a {
    color: #fff;
}
.cus_white h4 {
    margin-bottom: 0px;
}
nav {
    width: 100% !important;
}
.cus_list li {
    border-bottom: 1px solid #ffffff94;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}
/* MAIN GRID */
.cus_basic #gallery-1 {
  display: grid !important;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: repeat(3, 260px);
  gap: 20px;
}

/* RESET ELEMENTOR */
.cus_basic .gallery-item,
.cus_basic figure,
.cus_basic .gallery-icon {
  width: 100%;
  height: 100%;
  margin: 0;
}

/* IMAGE FIX */
.cus_basic img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
  border-radius: 18px;
}

/* ITEM STYLING */
.cus_basic .gallery-item {
  overflow: hidden;
  border-radius: 18px;
}

/* BIG LEFT IMAGE */
.cus_basic .gallery-item:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

/* TOP RIGHT */
.cus_basic .gallery-item:nth-child(2) {
  grid-column: 2 / 4;
  grid-row: 1 / 2;
}

/* MIDDLE RIGHT (2 IMAGES) */
.cus_basic .gallery-item:nth-child(3) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.cus_basic .gallery-item:nth-child(4) {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}

/* BOTTOM ROW */
.cus_basic .gallery-item:nth-child(5) {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
}

.cus_basic .gallery-item:nth-child(6) {
  grid-column: 2 / 4;
  grid-row: 3 / 4;
}

.cus_basic .elementor-image-gallery .gallery-columns-4 .gallery-item {
    max-width: 100%;
}




.cus_slider .slick-slide{
	margin:0 15px;
}
.cus_slider .slick-prev,
.cus_slider .slick-next {
  width: 46px;
  height: 46px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  position: absolute;
}
.cus_slider .slick-prev {
  left: 0;
  background: url("https://mountainmanorofpaintsville.com/wp-content/uploads/2025/12/previous.svg")
    no-repeat center / contain;    
	border: 0 solid transparent;
}
.cus_slider .slick-next {
  right: 0;
  background: url("https://mountainmanorofpaintsville.com/wp-content/uploads/2025/12/next.svg")
    no-repeat center / contain;
	    border: 0 solid transparent;
}
.cus_slider .slick-prev:before,
.cus_slider .slick-next:before {
  content: "";
}
.cus_slider .slick-dots {
  margin-top: 25px !important;
  text-align: center;
  white-space: nowrap;
}

.cus_slider .slick-dots li {
  display: inline-block !important;
  margin: 0 7px !important;
}

/* Button reset */
.cus_slider .slick-dots li button {
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;        
  line-height: 0 !important;
  background: transparent !important;
  border: none !important;
}

/* Remove Slick default dot */
.cus_slider .slick-dots li button:before {
  content: "" !important;         
  width: 10px !important;
  height: 10px !important;
  background: #1e2a4a;
  border-radius: 50%;
  display: block;
  opacity: 0.35;
}
.cus_slider .slick-prev:hover, .cus_slider .slick-next:hover {
	border: 0 solid transparent;
}

.cus_slider .slick-dots li.slick-active button:before {
  opacity: 1;
}
.cus_slider {
    padding: 0px 40px;
}
a {
    text-decoration: none !important;
}


span.cus_qus {
    font-size: 120px;
    color: #285273;
    margin-left: -120px;
    font-weight: 300;
    letter-spacing: -5px;
}
.cus_faq h2 {
    position: relative;
    padding-left: 170px;
}

.cus_faq h2:Before {
    content: "";
    background: url("https://mountainmanorofpaintsville.com/wp-content/uploads/2025/12/new.svg");
    width: 200px;
    height: 300px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: -1;
    left: 0px;
}
details[open] {
    background: #244c70;
    border-radius: 8px;
}

details[open] .e-n-accordion-item-title {
    background: transparent !important;
}
details[open] .elementor-element {
    border: 0px solid #ffffff;
}
.e-opened svg, .e-closed svg {
    width: 16px;
}
/*Form Css*/
.cs-form-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cs-form-field.cs-field-50 {
    max-width: calc(50% - 10px);
    width: 100%;
}
.cs-form-field{
    max-width: 100%;
    width: 100%;
}
.cs-form-field p{
    margin-bottom: 0;
}
.cs-form-field p label {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    width: 100%;
    display: block;
}
.cs-form-field{
    margin-bottom: 30px
}
.cs-form-field .wpcf7-form-control-wrap{
    margin-top: 5px;
    display: block;
}
.cs-form-field .wpcf7-form-control {
    background: rgba(255, 255, 255, .1);
    box-shadow: none;
    outline: 0;
    border-radius: 30px;
    height: 45px;
    border: 0px solid transparent;
}
.cs-form-field .wpcf7-form-control:focus {
    border: 1px solid #ffffff;
}
.cs-form-field .wpcf7-form-control.wpcf7-not-valid{
    border: 1px solid #ffffff;
}
.cs-form-field .wpcf7-form-control.wpcf7-not-valid,
.cs-form-field .wpcf7-form-control::placeholder{
    font-size: 14px;
}
.cs-form-field .wpcf7-form-control::placeholder{
    color: #fff;
    opacity: .7;
}
.cs-form-field textarea.wpcf7-form-control{
    resize: none;
    height: 80px;
	border-radius:15px;
}
.cs-form-block {
    backdrop-filter: blur(15px);
}

form .cs-action button.elementor-button {
    width: 100%;
    background: var(--e-global-color-accent);
    border-radius: 30px;
    border: 0;
    color: #fff;
    padding: 15px 30px 15px 30px;
	border:1px solid #fff;
}
.wpcf7-response-output {
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.cs-action button.elementor-button {
    background: #fff !important;
    color: #139859 !important;
    font-family: 'Inter';
    text-transform: capitalize;
}
span.wpcf7-not-valid-tip {
    position: absolute;
}
.wpcf7-response-output {
    position: absolute;
    margin-top: 10px !important;
}
/*Form Css*/
.cs-post-main-row {
    display: flex;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
}
.cs-post-item {
    width: calc(33% - 10px);
}
.cs-post-main-row img {
    border-radius: 20px;
    width: 100%;
    height: 420px !important;
    object-fit: cover;
}
.cs-post-title a {
    font-size: 24px;
    font-weight: 400;
    color: #020202;
    font-family: 'Inter';
    text-decoration: none;
}
p.cs-short-text {
    font-family: 'Inter';
    color: #5a5a5a;
}

a.cs-blog-readmore {
    background: #2b2728;
    padding: 16px 50px 16px 30px;
    color: #fff;
    border-radius: 60px;
    font-family: 'Inter';
    text-transform: uppercase;
    letter-spacing: 1.6px;
    position: relative;
    display: table;
    text-decoration: none;
}

.cs-read-blog {
    padding-top: 30px;
}

a.cs-blog-readmore:before {
    content: "";
    background: url("https://mountainmanorofpaintsville.com/wp-content/uploads/2025/12/arrow.svg");
    width: 16px;
    height: 16px;
    position: absolute;
    background-repeat: no-repeat;
    right: 25px;
    background-size: 75%;
    top: 20px;
}
span.cus_clendar {font-family: inter;font-size: 14px;position: relative;display: block;padding-left: 26px;color: #696969;}

span.cus_clendar:before {
    content: "";
    background: url("https://mountainmanorofpaintsville.com/wp-content/uploads/2025/12/calendar.svg");
    width: 20px;
    height: 20px;
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    background-size: contain;
}
.cs-post-content {
    padding-top: 10px;
}
a.elementor-icon {
    display: inline-block;
}





.post-template-blog-detail-template #headermain, .error404 #headermain {
    background: #000;
}
.cs-meta svg {
    width: 30px;
    height: 30px;
}
.cs-meta p {
    display: flex;
    gap: 5px;
    align-items: center;
    padding-bottom: 10px;
}

.cs-post-thumbnail img {
    border-radius: 20px;
    width: 100%;
}
h3.wp-block-heading {
    padding-top: 40px;
    font-weight: 300;
}
h4.wp-block-heading {
    font-weight: 300;
}
.single-post .cs-post-container {
    padding: 100px 60px 80px 60px;
}
.single-post .cs-post-container p {
    font-family: inter;
}
.cs-post-head h1 {
    font-family: "Playfair", sans-serif !important;
	text-align:center;
}
.wp-block-image img {
    width: 100%;
    border-radius: 20px !important;
	display:block;
}

.wp-block-image {
    padding-top: 40px;
}
.cus_sgorts button.elementor-button {
    color: #263554 !important;
    text-transform: uppercase;
    font-weight: 600;
}
h3.wp-block-heading {
    font-family: playfair;
    padding-top: 30px;
}

h4.wp-block-heading {
    font-family: playfair;
    padding-top: 20px;
}
h2.wp-block-heading {
    font-family: 'Playfair';
    font-size: 50px;
    line-height: 60px;
    padding-top: 30px;
}
ul.wp-block-list {
    padding-top: 20px;
}  

ul.wp-block-list li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    line-height: 30px;
    font-family: 'Inter';
}
ul.wp-block-list li:before {
    content: '';
    background: url('https://mountainmanorofpaintsville.com/wp-content/uploads/2025/12/arrow-1.svg');
    width: 12px;
    height: 12px;
    position: absolute;
    background-size: 100%;
    top: 10px;
    left: 0;
    background-repeat: no-repeat;
}
.cs-meta p{
    justify-content: center;
}
.cs-post-head{
    text-align: center;
}

.para a {
    color: #139859;
}
.cus_sticky {
  display:flex;
}
.cus_sticky .stickyy {
    position: sticky;
    top: 150px;
    align-self: flex-start;
}
.wpcf7 input[type="file"] {
    width: 100%;
    padding: 8px 10px;
    background-color: #2fa46f;
    border-radius: 30px;
    color: #ffffff;
    box-sizing: border-box;
}
form .cs-action button.elementor-button:hover {
    background: #263554 !important;
    color: #fff !important;
    border-color: #263554 !important;
}
a.cs-blog-readmore:hover {
    background: #263554;
}
/* Career Page Css */
form .cs-action button.elementor-button:hover {
    background: #263554 !important;
    color: #fff !important;
    border-color: #263554 !important;
}
  h3.cs-form-heading {
    color: #fff;
    font-family: "Playfair Display";
}
.cus_form .cs-form-row {
    padding: 0px !important;
    background: #139859 !important;
}

.cus_bg .wpcf7-form-control {
    background: transparent !important;
}
.cus_br br {
    display: none;
}
.cus_br label {
    margin-bottom: 15px;
}
.cs-form-row h3.cs-form-heading {
  color: #0b2e1a;
  font-size: 22px;
  font-weight: 600;
  margin: 40px 0 20px;
}

.cs-form-row .cs-form-field {
  margin-bottom: 18px;
  width: 100%;
}

.cs-form-row .cs-field-50 {
  width: 48%;
  display: inline-block;
}


.cs-form-row label {
  display: block;
  font-size: 14px;
  color: #083d24;
  margin-bottom: 6px;
}

.cs-form-row input[type="text"],
.cs-form-row input[type="email"],
.cs-form-row input[type="tel"],
.cs-form-row select,
.cs-form-row textarea {
  width: 100%;
  height: 44px;
  padding: 10px 14px;
  border-radius: 24px;
  border: none;
  color: #ffffff;
}

.cs-form-row textarea {
  height: 90px;
  resize: none;
}

.cs-form-row input::placeholder {
  color: rgba(255,255,255,0.7);
}

.cs-form-row select {
    appearance: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    background-size: 16px !important;
}

.cs-form-row select option {
  color: #000000 !important;
  background: #ffffff !important;
}

.cs-form-row select option[value=""] {
  color: #ffffff;
}

.cs-form-row .wpcf7-checkbox {
    display: flex;
    gap: 16px;
    margin-top: 6px;
    flex-wrap: wrap;
}

.cs-form-row .wpcf7-checkbox label {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  font-size: 14px;
}

.cs-form-row input[type="file"] {
  width: 100%;
  padding: 8px 12px;
  border-radius: 24px;
  color: #ffffff;
}

.cs-form-row .cs-helper-text {
  font-size: 12px;
  color: rgba(255,255,255,0.7);
  margin-top: 4px;
}

.cs-form-row .wpcf7-acceptance label {
  font-size: 14px;
  color: #ffffff;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.cs-action {
  margin-top: 30px;
  text-align: center;
}



.wpcf7-list-item {
    margin: 0 0 0 0em !important;
}
.cus_margin .wpcf7-form-control.wpcf7-not-valid {
    border: 1px solid transparent !important; 
}
.cus_margin span.wpcf7-form-control.wpcf7-checkbox {
    height: 30px !important;
}
.cs-action input.wpcf7-form-control.wpcf7-submit.has-spinner.elementor-button {
    height: 45px;
    width: 100%;
    border-color: #263554;
}
.cus_margin_top label {
    margin-bottom: 0px !important;
}

.cus_margin_top {
    margin-bottom: 0px !important;
}

.cus_margin_top span.wpcf7-not-valid-tip {
    top: 20px !important;
    position: absolute;
}
/* Career Page Css */

@media only screen and (max-width: 1199px) {
span.cus_qus {
    font-size: 90px;
    margin-left: -100px;
}
	.cus_faq h2:Before {
    width: 160px;
    height: 230px;
    background-size: 90%;
}
}
@media only screen and (max-width: 1024px) {
	h2.wp-block-heading {
    font-size: 40px;
    line-height: 50px;
}
.cs-post-featured img {
    width: 100%;
    height: 200px !important;
    object-fit: cover;
}
	.cs-post-item {
    width: calc(32% - 10px);
}
	.single-post .cs-post-container {
    padding: 80px 20px 80px 20px;
}

}
@media only screen and (max-width: 768px) {
	  .cs-form-row .cs-field-50 {
    width: 100%;
    margin-right: 0;
  }
	.cs-post-title a {
    font-size: 16px;
    line-height: 20px;
}
	.cus_list li {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}
	 .cus_basic #gallery-1 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .cus_basic .gallery-item {
    grid-column: auto !important;
    grid-row: auto !important;
    height: 220px;
  }
.h1_font {
    font-size: 50px;
    line-height: 50px;
}
 
}
@media only screen and (max-width: 767px) {
	.cus_full .wpcf7-checkbox {
    margin-bottom: 40px;
}
	
	h2.wp-block-heading {
    font-family: 'Playfair';
    font-size: 30px;
    line-height: 34px;
    padding-top: 0px;
		margin-top:0px;
}
		.cs-post-head h1 {
			 padding-top: 20px;
    font-size: 34px;
    line-height: 40px;
}
	h3.wp-block-heading {
    padding-top: 20px;
    font-size: 24px;
    line-height: 30px;
}
	.post-template-single .site-main {
    max-width: 100% !important;
}
	.cs-post-head h1 {
    font-size: 40px;
    line-height: 50px;
}
	.cs-post-item {
    width: calc(100% - 0px);
}
	.cus_sgort {
    width: 100%;
}
	.wpcf7-response-output {
    padding: 0;
    font-size: 11px;
}
	.cus_slider .slick-slide {
    margin: 0;
}
		.cs-post-main-row {
    display: block;
}
	.cs-post-item {
    padding-bottom: 50px;
}
	.cs-post-title a {
    font-size: 20px;
}
	.cs-form-field.cs-field-50 {
    max-width: calc(100% - 0px);
}
	.cs-form-field {
    margin-bottom: 20px;
}
	.cs-form-row {
    display: block;
}
	.cs-action {
    padding-top: 10px;
}
}
@media only screen and (max-width: 575px) {

	
	.cus_slider {
    padding: 0;
}
	.cus_faq h2 {
    position: relative;
    padding-left: 74px;
}
	.cus_faq h2:Before {
    width: 160px;
    height: 140px;
    background-size: 50%;
}
	span.cus_qus {
    font-size: 60px;
    margin-left: -50px;
}
	
.h1_font {
    font-size: 40px;
    line-height: 40px;
}
}