






/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */





























































/* 1d. Buttons */







/* 1e. Forms */













/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */





@media (min-width: 1220px){
  .content-wrapper {
    max-width: 1200px ;
  }
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 60px 0px;

}
@media (min-width: 1220px){
  .dnd-section > .row-fluid {
    max-width: 1200px ;
  }
}







body {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: regular;
  font-family: Montserrat,sans-serif;
}

/* Paragraphs */

p {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: regular;
}
@media (min-width: 768px){
  body, p{
    font-size: 15.988px;
  }
}
@media (min-width: 992px){
  body, p{
    font-size: 16.996px;
  }
}

/* Anchors */

a {
  color: #a98dff;
}

a:hover,
a:focus,
a:active {
  color: #dcd0fA;
}

/* Headings */

h1 {
  font-family: Inter,sans-serif;
  font-size: 40px;
  color: #50546c;
  font-weight: 700;
}
@media (min-width: 768px){
  h1 {
    font-size: 48.0px;
  }
}
h2 {
  font-family: Montserrat,sans-serif;
  font-size: 28px;
  color: #50546c;
  font-weight: 500;
}
@media (min-width: 768px){
  h2 {
    font-size: 31.976px;
  }
}

h3 {
  font-family: Montserrat,sans-serif;
  font-size: 20px;
  color: #50546c;
  font-weight: 500;
}
@media (min-width: 768px){
  h3 {
    font-size: 26.0px;
  }
}
h4 {
  font-family: Montserrat,sans-serif;
  font-size: 20px;
  color: #50546c;
  font-weight: 500;
}
@media (min-width: 768px){
  h4 {
    font-size: 26.66px;
  }
}
h5 {
  font-family: Montserrat,sans-serif;
  font-size: 16px;
  color: #50546c;
  font-weight: 500;
}
@media (min-width: 768px){
  h5 {
    font-size: 21.328px;
  }
}
h6 {
  font-family: Montserrat,sans-serif;
  font-size: 12px;
  color: #50546c;
  font-weight: 500;
}
@media (min-width: 768px){
  h6 {
    font-size: 15.995999999999999px;
  }
}

@media (min-width: 992px){
  body,p {
    font-size: 17.01px;
  }
  h1 {
    font-size: 54.0px;
  }
  h2 {
    font-size: 39.983999999999995px;
  }
  h3 {
    font-size: 32.0px;
  }
  h4 {
    font-size: 24.4px;
  }
  h5 {
    font-size: 19.52px;
  }
  h6 {
    font-size: 14.64px;
  }
}




/* Blockquote */

blockquote {
  border-left-color: #f6f5ec;
}





button,
.button {
  background-color: rgba(169, 141, 255, 1.0);
  border: 0px solid ;
  border-color: rgba(255, 255, 255, 1.0);
  border-radius: 5px;
  color: rgba(255, 255, 255, 1.0);;
  padding: 15px 20px;
    
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(220, 208, 250, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

button:active,
.button:active {
  background-color: rgba(209, 181, 255, 1.0);
  border-color: #ffffff;
  color: #fff;
}




.custom_error_message form, 
.widget-type-form, 
.widget-type-blog_subscribe,
.hs_cos_wrapper_type_member_login form,
.hs_cos_wrapper_type_member_register form, 
.hs_cos_wrapper_type_password_reset_request form, 
.hs_cos_wrapper_type_password_reset form, 
.widget-type-password_prompt form, 
.widget-type-google_search, 
.widget-type-password_prompt.custom_error_message,
.widget-type-email_simple_subscription, 
#comment-form,
.hs-search-field__bar form, 
.cm-comment-form, 
.dnd_area_subscription-row-0-background-color, 
.blog-comments{
  background-color: rgba(238, 238, 238, 1.0);
}

form,
.submitted-message {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: regular
}

/* Form title */

.form-title {
  background-color: rgba(238, 238, 238, 0.0);
  color: rgba(89, 89, 89, 1.0);
}

/* Form label */

form label {
  color: rgba(89, 89, 89, 1.0);
}

/* Form help text */

form legend {
  color: rgba(89, 89, 89, 1.0);
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: rgba(245, 248, 250, 1.0);
  border-color: rgba(209, 211, 212, 1.0);
  color: rgba(89, 89, 89, 1.0);
  border-radius: 5px;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: rgba(220, 208, 250, 0.8);
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #2b2b2b;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #2b2b2b;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #dcd0fA;
}

.fn-date-picker td .pika-button:hover {
  background-color: #dcd0fA !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #dcd0fA;
}

/* Submit button */

form input[type=submit],
form .hs-button{
  background-color: rgba(169, 141, 255, 1.0);
  border: 0px solid ;
  border-color: rgba(255, 255, 255, 1.0);
  border-radius: 5px;
  color: rgba(255, 255, 255, 1.0);
  padding: 15px 20px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus  {
  background-color: rgba(220, 208, 250, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(209, 181, 255, 1.0);
  border-color: #ffffff;
  color: #fff;
}





table {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(0, 0, 0, 1.0);
}

th,
td {
  border-color: rgba(0, 0, 0, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

thead th,
thead td {
  background-color: rgba(0, 0, 0, 1.0);
  border-bottom-color: rgba(0, 0, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 1.0);
}






header.header {
  background-color: rgba(220, 208, 250, 1.0);
}
header.header .custom-menu-primary ul.submenu.level-1>li>a{
  color: rgba(65, 65, 65, 1.0);
}
header.header .custom-menu-primary ul.submenu.level-1>li:hover>a{
  background-color: rgba(255, 255, 255, 0.0);
}
header.header .custom-menu-primary ul.submenu.level-1>li>a:hover{
  color: rgba(169, 141, 255, 1.0);
}
header.header .custom-menu-primary ul.submenu.level-1>li>a.active-item{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(169, 141, 255, 1.0);
}
header.header .custom-menu-primary ul.submenu.level-2{
  background-color: rgba(215, 216, 222, 1.0);
  box-shadow: 2px 2px 8px rgba(15, 15, 15, 0.1);
}
header.header .custom-menu-primary ul.submenu.level-2>li>a{
  color: rgba(65, 65, 65, 1.0);
}
header.header .custom-menu-primary ul.submenu.level-2>li:hover>a{
  background-color: rgba(255, 255, 255, 0.0);
}
header.header .custom-menu-primary ul.submenu.level-2>li>a:hover{
  color: rgba(169, 141, 255, 1.0); 
}
header.header .custom-menu-primary ul.submenu.level-2>li>a.active-item{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(169, 141, 255, 1.0);
}
.custom-menu-primary ul.submenu.level-1>li>a:after{
  background: rgba(169, 141, 255, 1.0);
}

body.fixed_header header.header{
  background-color: rgba(220, 208, 250, 1.0);
  box-shadow: 0 5px 10px rgba(15, 15, 15, 0.12);
    position: fixed;
}






footer.footer {
  background-color: rgba(169, 141, 255, 1.0);
}
footer.footer p{
  color: rgba(255, 255, 255, 1.0);
}







/* Blog Header */

/* Blog Listing */

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(71, 70, 61, 0.10);
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #2b2b2b;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #dcd0fA;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #dcd0fA;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #dcd0fA;
}

.blog-pagination__link {
  color: #2b2b2b;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #dcd0fA;
}

.blog-post__title {
  color: #50546c;
  font-family:Inter,sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.blog-post__author {
  background-color: #f6f5ec;
}

#comments-listing .comment-reply-to {
  color: rgb(169, 141, 255);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgb(180, 168, 210);
}

#comments-listing .comment-reply-to:active {
  color: rgb(209, 181, 255);
}

/*             Blog Grid Listing and Post styles            */

.hs-blog-listing,
.hs-blog-post {
  background-color: #f6f5ec;
}

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #dcd0fA;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: #dcd0fA;
}

.blog-index__post-content--small h2 {
  font-size: 20px;
}

.blog-index__post-content a {
  color: #2b2b2b;
}

.blog-post__read-more svg {
  fill: #2b2b2b;
}


.blog-sidebar a {
  color: #2b2b2b;
}

.blog__subscription-block, .blog-related-posts {
  background-color: rgb(236, 235, 226);
}

.post-featured-image {
  max-height: 300px;
}

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(71, 70, 61, 0.10);
}

.blog-post__meta a {
  color: #2b2b2b;
}

.blog-post__meta a:hover {
  color: #dcd0fA;
}


.blog-post__back-to-blog svg {
  fill: #2b2b2b;
}


.comment.depth-1 {
  border-left: 2px solid rgb(226, 225, 216);
}


.blog-recent-posts {
  background-color: rgb(236, 235, 226);
}











.card__price {
  font-family: Montserrat,sans-serif
    font-size: 20px;
  color: #50546c;
  font-weight: 500
}

/********************************** 30-03-2022 *****************************/
header.header{
  position:relative;
}
.custom-menu-primary ul.submenu.level-2{
top:50px;
}